@charset "utf-8";
/* CSS Document */
html,body {
    /*overflow-x: hidden;*/
}
body { margin: 0px;color: #b1955b;font-size:22px;font-family: "Cormorant Garamond", serif;font-weight:500;line-height:normal;padding:0px; background-color: #fff;
    background-image: url(../images/body-pattern.jpg);
}
img{ max-width:100%; }
h1, h2, h3, h4, h5, h6{margin:0px;padding:0px;color:#db7b34;line-height:normal;font-weight:500;margin-bottom:15px;font-family: "Cormorant Garamond", serif;}
h1{font-size:70px;}
h2 { font-size:60px; }
h3{ font-size:28px;}
h4{ font-size:26px;}
h5{ font-size:24px; }
h6{
    font-size: 22px;
    margin-bottom:15px;
}
hr{ margin:10px 0px; border:0px; border-bottom:1px dashed #828282;}
p, ul, ol{ margin:0px; line-height:28px; padding:0px;}
ul *, ol * { margin:0px; padding:0px;}
ol,ul { padding-left: 25px;}
ul {display:block; list-style:none; }
ul li{line-height:30px;}
a img { border: 0px;}
p,ul,ol { margin-bottom: 18px;}
.clr{ display: block; float: none; clear: both;} 
.c { overflow:hidden; float:none;}
.underline{text-decoration:underline;}
.left,.flot_left{ float:left;}
.right,.flot_right{ float:right ;}
.a_left { text-align: left ;}
.a_center { text-align: center;}
.a_right { text-align: right;}
a { text-decoration:none; }
.hidden { display:none;}
.italic{font-style:italic;	}
.bold{font-weight:bold;	}
table{border-spacing:0px;border-collapse:collapse;}
input[type="text"],input[type="url"],input[type="tel"], input[type="email"], input[type="password"], select, textarea { background:#fff; border:1px solid #e0e0e0;color: #000; font-size: 14px; padding: 10px 15px; resize: vertical;width:100%;font-weight:400;box-sizing:border-box;font-family: 'Poppins', sans-serif;}
textarea { width:100%;}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus { }
select { padding: 12px; width:100%;}
input[type="button"], input[type="submit"], input[type="reset"], .primary-button, .btn {font-family: 'Poppins', sans-serif; background: #db7b34 none repeat scroll 0 0;border:0px;color: #fff;display: inline-block; font-size:14px; font-weight: 500;min-width:140px; padding: 8px 15px; text-transform: uppercase; vertical-align: top;transition: all linear .2s;-moz-transition: all linear .2s;-ms-transition: all linear .2s;-o-transition: all linear .2s;-webkit-transition: all linear .2s; border-radius: 150px;}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover ,.primary-button:hover,.btn:hover,.primary-button:focus,.btn:focus{ background-color:#f78f42;color:#fff;}
.form-control { border-radius:0px; -moz-border-radius:0px;  -ms-border-radius:0px; -o-border-radius:0px; -webkit-border-radius:0px; box-shadow: 0 0 0; height: auto;}
a:focus{outline:none;	text-decoration:none;}
a{color:#db7b34;transition: all linear .2s;-moz-transition: all linear .2s;-ms-transition: all linear .2s;-o-transition: all linear .2s;-webkit-transition: all linear .2s;	}
a:hover,a:focus{text-decoration:none;color:#000;}
.cfx::after {clear: both; content: "+";display: block; height: 0;visibility: hidden;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */opacity:1; color: #000;}
::-moz-placeholder { /* Firefox 19+ */opacity:1; color: #000;}
:-ms-input-placeholder { /* IE 10+ */opacity:1; color: #000;}
:-moz-placeholder { /* Firefox 18- */opacity:1; color: #000;}	


/*--------------------------------------*/
.header-section {
    text-align: center;
    padding-top: 65px;
    background-image: url(../images/logo-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 600px;
    padding-top: 400px;
    margin-top:70px;
}
.orange-section{
    background: #db7b34;
    padding: 60px 0px;
    color: #fff;
}
.orange-section h1{
    color: #fff;
}
.orange-section h6{
    color: #fff;
    font-style: italic;
}
.your-section{
    padding: 60px 0px;
    border-bottom: 7px solid #db7b34;
}
.your-section h6{
    font-style: italic;
    margin-bottom: 25px;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background: #db7b34;
    border-color: #db7b34;
    color: #fff;
    font-family: poppins;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 35px;
    border-radius: 150px;
    min-width: 250px;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: #f78f42;
    border-color: #f78f42;
    color: #fff;
}
.form-section{
    background-image: url(../images/center-bg.png);
    background-position: center center;
    background-repeat: repeat-y;
    margin-bottom: 0px;
    padding-top: 60px;
    position: relative;
    overflow: visible !important;
    min-height: 736px;
    padding-bottom: 400px;
}
.form-section::before{
    content: "";
    width: 100%;
    height: 736px;
    position: absolute;
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.form-section a{
    color: #b1955b;
    text-decoration: underline;
}
.rsvp-form {
    max-width: 500px;
    margin: 0px auto;
    font-family: 'Poppins';
    font-size: 15px;
}
.rsvp-form input[type="text"],.rsvp-form input[type="email"] {
    border: 1px solid #f3eeea;
    background: #f3eeea;
    border-radius: 150px;
    padding: 13px 25px;
    color: #b1955b;
}
.rsvp-form label {
    font-weight: 400;
}
.rsvp-form .radio-btn{
    text-align: center;
}
.radio-btn label {
    position: relative;
    cursor: pointer;
}
.radio-btn label input {
    display: none;
}
.radio-btn label .wpcf7-list-item-label {
    position: relative;
    display: block;
    padding-left: 40px;
}
.radio-btn label .wpcf7-list-item-label::before {
    content: "";
    width: 30px;
    height: 30px;
    background: #f3eeea;
    position: absolute;
    left: 0;
    top: 0px;
    border-radius: 50px;
}
.radio-btn label .wpcf7-list-item-label::after {
    content: "";
    background: #f3eeea;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 8px;
    top: 8px;
    border-radius: 30px;
}
.radio-btn label input:checked + .wpcf7-list-item-label::before {
    background: #db7b34;
}
.rsvp-form .form-field p {
    margin: 0;
}
.rsvp-form .form-field {
    margin-bottom: 15px;
}
.rsvp-form .submit-btn {
    text-align: center;
}
.wpcf7-response-output {
    text-align: center;
}
.wpcf7-spinner {
    display: block;
    margin: 0px auto;
    margin-top: 15px;
}
.wpcf7 form .wpcf7-response-output {
    margin-top: 0;
}
/*--------------------------------------*/

@media only screen and (min-width:992px) and (max-width:1260px){
	.container{
		width:960px;	
	}
	
	
}
@media only screen and (min-width:768px) and (max-width:991px){
	.container{
		width:750px;	
	}
	
}
@media only screen and (max-width:1260px){
    .header-section {
        background-size: 940px;
        height: 430px;
        padding-top: 320px;
    }
    .header-section .logo {
        max-width: 360px;
        margin: 0px auto;
    } 
    .form-section{
        background-size: 833px;
        padding-bottom: 300px;
    }
    .form-section::before{ 
        background-size: 940px;
    }
    
}
@media only screen and (max-width:991px){
    .header-section {
        background-size: 770px;
        height: 360px;
        padding-top: 250px;
        margin-top: 30px;
    }
    .header-section .logo {
        max-width: 260px;
    }
    .form-section{
        background-size: 682px;
        padding-bottom: 230px;
    }
    .form-section::before{ 
        background-size: 770px;
    }
    
}
@media only screen and (max-width:767px){
     h1{
        font-size: 50px;
     }
     h2{
        font-size: 40px;
     }
}
@media only screen and (max-width:640px){
    h1{
        font-size: 40px;
     }
     h2{
        font-size: 30px;
     }
     

}
@media only screen and (max-width:550px){
     
   
}
@media only screen and (max-width:480px){
     
	
}
@media only screen and (max-width:380px){
	 
}
