/*
Author: KoE
Created: 6 Aug, 2018 11:12:56 PM IST

Brand Colors
#ff931d: Orange
#262626: Footer BG
*/

p {
    font-weight: 400;
}
.full-width {
    width: 100%;
}
img{
    max-width: 100%;
    /* width: 120%; */
}
.main-logo:focus{
    outline:none;
}
.main-logo img {
    width: 130px;
    margin-bottom: -91px;
    /* padding-top: 13px; */
    background: #fff;
    border-radius: 50%;
    margin-top: 13px;
}
.is-sticky .main-logo {
    display: inline-block;
    outline: none;
}
.is-sticky .main-logo img, .main-logo.sm img {
    width: 94px;
    margin-bottom: -60px;
    margin-top: -4px;
}
.home-slider{
    max-height: none;
    overflow: visible;
    z-index: -1;
    /* height: 618px; */
}
.top-bar {
	background: #ff931d;
    font-size: 11px;
	letter-spacing: 1px;
    line-height: 43px;
    overflow: hidden;
}
.top-bar p, .top-bar a{
    color: #fff;
}
.top-links {
    margin: 0;
}
.top-links li a{
    padding:0 10px;
    border-right:1px solid #fff;
}
.top-links li:last-child a{
    padding-right:0;
    border:0;
}


.heading-block h2{
    /* font-size: 28px; */
    /* color: #7c7c7c; */
    /* margin-bottom: 6px; */
    /* font-weight: 400; */
    position: relative;
    display: inline-block;
    /* color: #434343; */
}
.heading-block h2:before, .heading-block h2:after{
    content: "";
    position: absolute;
    width: 80px;
    top: 15px;
    height: 2px;
    background: #ff931d;
}
.heading-block h2:before{
    left: -90px;
}
.heading-block h2:after{
    right: -90px;
}



footer {
    background: #262626;
}
footer, footer p, footer .pos-info ul li a{
    /*color: #7c7c7c;*/
    color: #999;
}
footer .pos-info ul h6, .foot-down a{
    color: #ccc;
}
.foot-down a:hover{
    background-color: #ccc;
}

/*search selectboxes UI*/
.SumoSelect {
    width: 100%;
}
.SumoSelect > .CaptionCont {
    line-height: 42px;
    padding-left: 16px;
    border: none;
    border-right: 1px solid #D4D4D4;
}
.main-search h5 {
    color: #fff;
    text-align: center;
    /*width: 102.85%;*/
    padding: 15px 0px;
    background-color: #434343;
    /*margin-left: -15px;*/
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal;
    padding:15px;
    color: #ff931d;
}
.SumoSelect.open>.optWrapper {
    top: 53px;
}
.SumoSelect>.optWrapper>.options li.opt label {
    font-weight: 500;
    padding: 4px 9px;
}
.SumoSelect.open .search-txt {
    padding-left: 16px;
}

.heading-block h4 {
    color: #7c7c7c;
    font-weight: 500;
    font-size: 14px;
    display: block;
    padding: 0 8px;
}

.box {
    box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    margin: 10px 0;
    padding: 35px 0 0 0;
    background: #fff;
    border-radius: 3px;
}

.our-main-ser li i {
    border-color: #7c7c7c;
    color: #7c7c7c;
}

.our-main-ser li:hover i {
    background: #7c7c7c;
}

.our-main-ser li h6 {
    color: #ff931d;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
}

.our-main-ser li p {
    line-height: 20px;
    color: #434343;
}

.search-btn-head span {
    display: inline-block;
    float: right;
    /* max-width: 30px; */
    text-align: center;
    border-right: 1px solid #9e9e9e;
    line-height: 40px;
    margin: 6px 0;
    padding-right: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #7c7c7c;
    font-size: 15px;
}

#main-search .ask {
    float: right;
    padding: 10px 0 10px 12px;
    margin: 0;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 600;
    /* color: #7c7c7c; */
}

#main-search p a {
    color: #7c7c7c;
}

#main-search {
    /* border: 1px solid #ccc; */
    background: #fff;
    margin-top: -330px;
    /* z-index: 9999; */
    border-radius: 3px;
    /* overflow: hidden; */
}

section.negative-margin {
    background: none;
    margin-top: -150px;
}

.main-search .btn {
    margin-top: 5px;
}

section.gifting {
    background: url('../images/bg-gift.jpg') left center;
    padding: 99px 0;
    background-size: cover;
}

.item .title, .news-title, .modal-title {
    font-size: 16px;
    margin: 8px 0;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow:hidden;
}

.item {
    margin-bottom: 20px;
    /* overflow: hidden; */
    display: block;
}

.item.bordered{
    border: 1px solid #ccc;
}

.item .title:after {
    position: absolute;
    bottom: -5px;
    height: 1px;
    left: 0px;
    width: 0%;
    background: #6c6c6c;
    content: "";
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    background: #ff931d;
    /* width: 100%; */
}

.item:hover .title:after {
    width: 100%;
}

.item img {
    width: 100%;
    /* border-radius: 3px; */
    max-width: 100%;
    display: block !important;
    /* aspect-ratio: 1/1; */
}

.item:hover img {
    /* filter: contrast(120%); */
    /* margin-top: -2px; */
    /* margin-bottom: 2px; */
}

h3.fancy-heading {
    color: #727272;
    font-size: 20px;
    font-weight: 300;
    /* height: 100px; */
    line-height: 54px;
}

.fancy-heading span {
    font-family: 'Merienda One',sans-serif;
    font-size: 50px;
    color: #ff931d;
    vertical-align: middle;
    letter-spacing: -1px;
}

h3.fancy-heading.inverse {
    color: #fff;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 60%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 60%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.box.planners {
    background: url(../images/bg-planners.png) center center no-repeat;
    border: 0;
    height: 448px;
    background-size: cover;
}

.box.planners .btn {
    position: absolute;
    bottom: 40px;
    right: 45px;
}

#content section.flower-bg {
    background: url('../images/bg-flower.jpg') bottom no-repeat;
    background-size: contain;
    min-height: 450px;
}


.modal {
  text-align: center;
}

@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
    display: none;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-content {
    border-radius: 0;
}

.auth-footer {
    text-align: center;
    background: #eaeaea;
    padding: 13px 0;
    font-size: 16px;
    margin: 0 -15px;
}

.auth-footer a {
    color: #ff931e;
}




.navbar-secondary {
    background-color: #e9e9e9;
    padding: 4px 0;
    line-height: 32px;
    text-align: center;
}

.navbar-secondary .container {
    /* padding-left: 156px; */
}

.navbar-secondary span {
    padding: 0 12px;
    /* font-size: 13px; */
    /* font-weight: 500; */
}

.navbar-secondary span:after {
    content: ' ';
    background: #999;
    display: inline-block;
    width: 2px;
    height: 2px;
    margin-left: 24px;
}

.navbar-secondary span:last-child:after {
    display: none;
}

header .is-sticky .sticky .navbar-secondary {
    display: none;
}

header .sticky-wrapper {
    min-height: 99px;
}

form .well {
    border-radius: 0;
    background-color: #fdfdfd;
}

.alert>ul {
    margin-left: 30px;
}

.alert h4 {
    font-size: 16px;
}

.steps-box li img {
    width: auto;
    background: #e4e4e4;
    border-radius: 50%;
}

.steps-box li p {
    font-size: 13px;
    height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown .profile {
	padding-left: 28px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	color: #666;
	margin-bottom: 20px !important;
}


.dropdown .profile .name {
    font-size: 20px;
    color: orange;
    margin-bottom: 6px;
}

.profile-item {
    background: #fff;
    padding: 28px 28px 40px 28px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
}

h2 {
    font-size: 28px;
    color: #7c7c7c;
    margin-bottom: 6px;
    font-weight: 400;
    /* position: relative; */
    /* display: inline-block; */
}

.steps a {
    border: 2px solid #ccc;
    padding: 8px 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
    margin-right: 18px;
    border-radius: 18px;
    display:inline-block;
    margin-bottom: 10px;
}

.steps {
    display: inline-block;
    position: relative;
}

.steps:before {
    content: " ";
    width: 100%;
    background: #ccc;
    height: 2px;
    display: block;
    position: absolute;
    top: 18px;
    z-index: -1;
}

.steps i.fa {
    margin-right: 10px;
}

.steps a:last-child {
    margin-right: 0;
}

.sidebar h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.sidebar {
    font-size: 13px;
    font-weight: bold;
}

.sidebar-widget {
    margin-bottom: 50px;
}
.sidebar-widget:last-child{
	margin-bottom: 30px;
}

.sidebar .locations span {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    max-width: 200px;
}

.sidebar a {
    color: #ff931e;
    margin-bottom: 5px;
    display: block;
}

.steps a.active {
    border-color: #ff931e;
}

.dropzone.dz-clickable {
    cursor: pointer;
    background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0.25,rgba(0,0,0,.03)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(0,0,0,.03)),color-stop(0.75,rgba(0,0,0,.03)),color-stop(0.75,transparent),to(transparent));
    background-image: -webkit-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
    background-image: -moz-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
    background-image: -ms-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
    background-image: linear-gradient(135deg,rgba(0,0,0,.03)25%,transparent 25%,transparent 50%,rgba(0,0,0,.03)50%,rgba(0,0,0,.03)75%,transparent 75%,transparent);
    background-color: #FAFCFD;
    background-size: 16px 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

footer ul.footer-bullets li {
    padding: 0 15px 0 0;
    margin-bottom: 3px;
}

footer ul.footer-bullets {
}

footer ul.footer-bullets li:before {
    content: ' ';
    background: #797777;
    /* border: 1px solid red; */
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 3px;
}

.gallery-item {
    position: relative;
}
.gallery-item a{
    display: block;
    position: relative;
    background-position: center;
    background-size: cover;
    border: 1px solid #ddd;
}
.gallery-item-video a:after{
    content: '\f04b';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    right: 50%;
    color: white;
    font-size: 32px;
    translate: 50% -50%;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 6px 10px 14px;
    border-radius: 50%;
    line-height: 50px;
    width: 50px;
    text-align: center;
    box-sizing: content-box;
    transition: background-color 250ms;
}
.gallery-item-video:hover a:after{
    background-color: #ff931d;
    color: white;
}
.gallery-item-delete {
    z-index: 1;
    top: 5px;
    right: 19px;
    position: absolute;
    font-size: 24px;
    color: #c00;
    cursor: pointer;

    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 28px;
    text-align: center;
    line-height: 28px;
}
.gallery-item-delete:hover {
    color: #f00;
}
.gallery-item-type {
    position: absolute;
    background: rgba(255, 255, 255, 0.78);
    font-weight: bold;
    padding: 1px 6px;
}


/* fancy upload
-------------------------------------------------------- */
.fancy-file-upload {
	position:relative;
	height:40px;
	overflow:hidden;
	display:block;
	margin-bottom:3px;
}
.fancy-file-upload>span.button {
	color:#fff;
	background-color:#333;
	position: absolute;
	top: 4px;
	right: 1px;
	top: 0;
	bottom: 6px;
	line-height: 34px;
	padding: 0 16px;
	z-index: 10;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 0 3px 3px 0;
}
	.fancy-file-upload.fancy-file-primary>span.button {
		background-color:#333;
	}
	.fancy-file-upload.fancy-file-success>span.button {
		background-color:#4cae4c;
	}
	.fancy-file-upload.fancy-file-danger>span.button {
		background-color:#d43f3a;
	}
	.fancy-file-upload.fancy-file-warning>span.button {
		background-color:#eea236;
	}
	.fancy-file-upload.fancy-file-info>span.button {
		background-color:#46b8da;
	}
	.fancy-file-upload.fancy-file-default>span.button {
		color:#666;
		background-color:rgba(0,0,0,0.1);
	}

.fancy-file-upload>input[type=text] {
	background-color:transparent;
	padding-left: 36px;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
			border-radius: 3px;
}
.fancy-file-upload>input[type=file] {
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding: 8px 10px;
	position: absolute;
	-moz-opacity: 0;
	opacity: 0;
	z-index: 11;
	bottom: 0;
	right: 0;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
			border-radius: 3px;
}
.fancy-file-upload>i {
	position:absolute;
	top: -1px;
	width: 42px;
	height: 42px;
	color: inherit;
	line-height: 42px;
	position: absolute;
	text-align: center;

    color:#888;

	z-index: 10;
}

.item .fa-heart, .item .fa-plus {
    position: absolute;
    top: -9px;
    right: 3px;
    font-size: 18px;
    background: #ffffff;
    padding: 6px 5px 4px 5px;
    border-radius: 50%;
    color: #ff931e;
    border: 1px solid #ff931e;
    cursor: pointer;
    transition: all 300ms;
    width: 30px;
    height: 30px;
    text-align: center;
}

.item .fa-heart:hover, .item .fa-plus:hover {
    background: #ff931e;
    /* border-color: #fff; */
    color: #fff;
}

td.section {
    background: #fbfbfb;
    color: #ff931c;
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
}

.btn-primary {
    background-color: #ff931c;
    border-color: #ff931c;
}

.event-item {
    background: #fff;
    padding: 28px 28px 40px 28px;
    border: 1px solid #dedede;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
    /* border-bottom: none; */
}

.event-sub-item {
    border-top: none;
    margin-top: -40px;
}

.rsvp-status {
    text-transform: capitalize;
}

.rsvp-status.not-invited {
    color: #ccc;
}


span.badge {background: #ff931c;}

.header.minimal .top-bar {
    height: 0;
    border-bottom: 3px solid #ff931d;
    overflow: hidden;
}

.header.minimal .main-logo img {
    width: 88px;
    margin-top: 8px;
}

.header.minimal .navbar {
    margin: 0;
}

footer.minimal .foot-up {
    display: none;
}


.subsection .title{
    font-size: 18px;
    font-weight: bold;
}
.subsection .row{
    font-size: 15px;
    font-weight: bold;
}
.subsection h6{
    font-size: 15px;
    display: inline-block;
    margin-right: 6px;
    font-weight: normal;
    margin-bottom: 0;
}


.account-menu {
    width:33px !important;
    position: absolute !important;
    right: 80px;
    top: 6px;
}
.account-menu:hover a:before {
    display:none;
}
.navbar-toggle{
    border: 0;
    top: 15px;
}














@media(max-width:767px) {
    .top-bar{
        height: 3px;
    }
    header .logo{
        width: 104px;
        margin: 0;
        top: -5px;

        width: 80px;
        top: -15px;
        left: -10px;
    }
    .account-menu {
        height: 76px;
    }
    .account-menu ul li a{
        padding: 8px 18px;
        height: auto;
    }
    .account-menu .dropdown-menu{
        border-radius: 0;
        border-top: 2px solid #ff931d;
    }
    .account-menu .profile {
        padding: 5px 10px 10px 10px;
        margin-bottom: 6px !important;
    }
    .account-menu .profile {
        margin: 0;
    }
    #menu-container {
        min-height: 81px;
    }
    .navbar-collapse .nav {
        margin-top: 88px;
        padding-bottom: 10px;
        border-top: 1px dashed #ccc;
        padding-top: 10px;
    }
        
    #main-search{
        margin-top: 0;
        margin-bottom: 40px;
        border-bottom: 1px solid #ccc;
        margin-left: -31px;
        margin-right: -31px;
        padding-bottom: 18px;
    }
    .main-search h5{
        font-size: 17px;
        line-height: 23px;
        padding: 11px 8px;
    }
    section.negative-margin{
        margin-top: 0px;
    }


    .heading-block h2:before, .heading-block h2:after{
        width: 30px;
    }
    .heading-block h2:before {
        left: -35px;
    }
    .heading-block h2:after {
        right: -35px;
    }

    h3.fancy-heading {
        font-size: 16px;
        padding: 38px 18px !important;
        line-height: 20px;
    }
    h3.fancy-heading.inverse {
        background: rgba(0, 0, 0, 0.5);
    }
    h3.fancy-heading.no-bg {
        background: transparent;
    }
    h3.fancy-heading span{
        font-size: 40px !important;
        line-height: 40px;
        display: block;
    }

    /* vendor profile public list image */
    h3.fancy-heading img {
        margin-bottom: 15px;
    }
    h3.fancy-heading div {
        font-size: 24px !important;
        line-height: 26px;
    }
    h3.fancy-heading i {
        /* font-size: 24px !important; */
        display: block;
        margin: 10px 0;
    }
    h3.fancy-heading .enquiry{
        margin-top: 15px;
    }




    .counters li {
        padding: 20px 0;
        margin: 0;
    }


    .steps:before {
        display: none;
    }
    .btn-orange {
        padding: 12px 24px;
    }
}    



.message-box {
    padding: 80px 20px;
    text-align: center;
    font-size: 1.2em;
    color: #666;
    font-weight: 300;
}

/* select2 dropdown styling */
.select2-container .select2-selection--single,
.select2-selection {
    height: 34px;
    border-color: #ccc;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px;
    color: #555;
}