* {
margin: 0px;
padding: 0px;
outline: none;
border: none;
text-decoration: none;
list-style: none;
box-sizing: border-box;
}
img {
max-width: 100%;
vertical-align: middle;
}
.clear {
clear: both;
}
img {
vertical-align: middle;
}
a {
-webkit-transition: all 400ms ease-out;
-o-transition: all 400ms ease-out;
transition: all 400ms ease-out;
}
body {
font-family: 'Karla', sans-serif;  letter-spacing: 0.4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Noto Serif', serif;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
margin-bottom: 0 !important;
}
.vc_column_container>.vc_column-inner {
padding-left: 0 !important;
padding-right: 0 !important;
float: left;
}
.vc_row {
margin-left: 0 !important;
margin-right: 0 !important;
}
.wrapper {
max-width: 1200px !important;
width: 96% !important;
margin: 0 auto !important;
float: none !important;
}
.vc_row:after,
.vc_row:before {
display: none !important;
}
.main {
width: 100%;
float: left;
}
.row {
width: 100%;
float: left;
margin: 0;
}
.p_t {
padding-top: 60px;
}
.p_b {
padding-bottom: 60px;
}
.center {
text-align: center;
}
.grey_bg{
background: #f5f5f5;
}
p {
font-size: 18px;
line-height: 28px;
font-weight: normal;
color: #454545;
}
p span.small{
display: block;
}
.header {
width: 100%;
float: left;
padding: 5px 0 10px;
}
.logo{
display: none;
}
nav {
width: 100%;
float: left;
}
.nav { margin-right: -12px;
}
.nav li {
display: inline-block;
position: relative;
}
.nav>li:after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: -13px;
height: 12px;
background: transparent;
z-index: 1;
}
.nav>li.menu_logo:after{
display: none;
}
.nav li .sub-menu {
position: absolute;
left: 0;
top: 60px;
z-index: 99;
width: 280px;
text-align: left;
background: #fff;
border-top: solid 2px #b1a74c;
opacity: 0;
visibility: hidden;
box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
-webkit-transition: all 300ms cubic-bezier(0, 0, 0, 1);
-o-transition: all 300ms cubic-bezier(0, 0, 0, 1);
transition: all 300ms cubic-bezier(0, 0, 0, 1);
}
.nav li:hover .sub-menu {
top: 50px;
opacity: 1;
visibility: visible;
}
.sub-menu li {
width: 100%;
}
.sub-menu li a {
width: 100%;
border-radius: 0px !important;
margin-bottom: 1px;
font-size: 17px !important;
letter-spacing: 0;
color: #353535 !important;
padding: 5px 15px !important;
}
.sub-menu li.current-menu-item a{
background: #c5bc6a;
color: #fff;
}
.nav li a {
display: inline-block;
font-size: 17px;
line-height: 26px;
font-weight: normal;
color: #000;
padding: 5px 9px;
border-radius: 2px;
text-transform: uppercase;
letter-spacing: 0;
}
.nav > li:hover > a,.nav > li.current-menu-item > a,.sub-menu li a:hover {
background: #c5bc6a;
color: #fff;
}
.menu_logo .logo{
max-width: 200px;
width: 100%;
padding: 0 8px;
}
.menu_logo a:hover{
background: transparent !important;
}
.social_icon {
float: right;
margin-top: -34px;
}
.social_icon li {
display: inline-block;
}
.social_icon li a {
display: inline-block;
width: 35px;
}
.social_icon li a:hover {
opacity: 0.7;
}
.header_box {
display: inline-block;
}
.header h2 {
font-family: 'Damion', cursive;
font-size: 72px;
line-height: 92px;
font-weight: normal;
color: #c5bc6a;
margin: 10px 0;
}
.header .wrapper{
position: relative;
}
.header .social_icon{
position: absolute;
right: 0;
top: 9px;
margin: 0;
}
.header p {
font-size: 20px;
line-height: 28px;
font-weight: normal;
color: #fff;
}
.banner {
background: #000;
position: relative;
text-align: center;
}
.banner img {
width: 100%;
opacity: 0.6;
}
.banner_text {
position: absolute;
left: 0;
right: 0;
top: 65%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.banner_text h2 {
font-size: 42px;
line-height: 48px;
font-weight: bold;
color: #fff;
margin-bottom: 15px;
}
.banner_text p {
font-size: 25px;
line-height: 35px;
font-weight: normal;
color: #fff;
}
.banner_text form {
max-width: 500px;
width: 100%;
display: grid;
grid-template-columns: 1fr 150px;
gap: 1px;
margin: auto;
border-radius: 4px;
overflow: hidden;
}
.banner .btn {
background: #c5bc6a;
color: #fff;
border-radius: 3px;
margin-top: 10px;
}
.banner .btn:hover {
background: #a99f46;
color: #fff;
}
.btn {
display: inline-block;
font-size: 20px;
line-height: 28px;
font-weight: normal;
color: #c5bc6a;
border: solid 1px #c5bc6a;
padding: 10px 25px;
margin-top: 35px;
transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
-ms-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-webkit-transition: all 200ms ease-out;
}
.btn:hover {
background: #c5bc6a;
color: #000;
}
.btn2 {
display: inline-block;
font-size: 20px;
line-height: 28px;
font-weight: normal;
color: #000;
border: solid 1px #c5bc6a;
background: #c5bc6a;
padding: 13px 30px;
margin-top: 35px;
transition: all 200ms ease-out;
-o-transition: all 200ms ease-out;
-ms-transition: all 200ms ease-out;
-moz-transition: all 200ms ease-out;
-webkit-transition: all 200ms ease-out;
}
.btn2:hover{
background: transparent;
}
h1 {
font-size: 36px;
line-height: 46px;
font-weight: bold;
color: #262626;
}
.row1 h1 {
margin-bottom: 20px;
font-size: 33px;
}
.row1 p {
font-size: 20px;
line-height: 33px;
font-weight: normal;
color: #2a2a2a;
max-width: 1050px;
width: 100%;
margin: auto;
}
.row2 {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 1px;
margin-bottom: 1px;
}
.row2 .col {
width: 100%;
position: relative;
overflow: hidden;
}
.row2 .col img {
width: 100%;
-webkit-transition: all 600ms cubic-bezier(0,0,0,1);
-o-transition: all 600ms cubic-bezier(0,0,0,1);
transition: all 600ms cubic-bezier(0,0,0,1);
}
.row2 .col:hover img{
-webkit-transform: scale(1.15,1.15);
-ms-transform: scale(1.15,1.15);
transform: scale(1.15,1.15);
}
.row2 .col figure,
.row2 .col div {
width: 100%;
}
.image-text {
width: 100%;
position: absolute;
left: 0;
bottom: 0;
opacity:1;
text-align:center;
background: #c5bc6ae6;
padding: 10px;
-webkit-transition: all 300ms cubic-bezier(0,0,0,1);
-o-transition: all 300ms cubic-bezier(0,0,0,1);
transition: all 300ms cubic-bezier(0,0,0,1);
}
.row2 .col:hover .image-text {
opacity:0;
}
.image-text h3 {
color:#000 !important;
font-size:18px !important;
margin:0 !important;
}
.image-text h4 {
color:#fff;
font-size:16px;
font-weight:bold;
}
.row2 .col .cont {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top:0;
opacity:0;
height:100%;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.5);
padding: 40px 35px 20px 35px;
-webkit-transition: all 0.5s ease-in-out 0.03s;
-o-transition: all 0.5s ease-in-out 0.03s;
transition: all 0.5s ease-in-out 0.03s;
text-align:center;
}
.row2 .col:hover .cont {
opacity:1;
}
.row2 .col h3 {
font-size: 22px;
line-height: 28px;
font-weight: bold;
color: #fff;
margin-bottom: 15px;
text-transform: uppercase;
}
.row2 .col p {
font-size: 20px;
line-height: 30px;
font-weight: normal;
color: #fff;
}
.row2 .col p a {    
color: #fff;
}
.row2 .col .btn{
padding: 6px 20px;
font-size: 18px;
background: #c5bc6a;
color: #000;
margin-top: 0;
}
.row2 .col .btn:hover{
background: transparent;
color: #c5bc6a;
}
.testimonial {
max-width: 840px;
width: 100%;
margin: auto;
}
.row3 h2 {
font-size: 36px;
line-height: 46px;
font-weight: bold;
color: #262626;
margin-bottom: 30px;
}
.row3 p {
font-size: 22px;
line-height: 30px;
font-weight: normal;
color: #2a2a2a;
font-style: italic;
}
.row3 .testimonial-client {
display: inline-block;
font-size: 19px;
line-height: 29px;
font-weight: normal;
color: #8e8e8e;
margin-top: 15px;
}
.row4 img {
width: 100%;
}
.row4 h2 {
font-size: 36px;
line-height: 46px;
font-weight: bold;
color: #c5bc6a;
margin-bottom: 20px !important;
}
.contact_grid{
display: grid;
grid-template-columns: 1fr 1fr;
}
.contact_grid .col{
width: 100%;
padding: 40px;
background: #fbfbfb;
}
.award_info.popup{
max-width: 650px;
width: 94%;
position: fixed;
left: 0;
top: 50%;
height: 100vh;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 999;
padding: 30px;
overflow: auto;
box-shadow: 0px 0px 10px rgba(0,0,0,.6);
}
.award_info.popup .close{
position: absolute;
right: 0px;
top: 0;
background: #000;
color: #fff;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
.award_info.popup .magazine_img {
max-width: 550px;
float: none;
margin: 15px auto 0 auto;
}
div.award_info{
background: #f3f3f3 !important;
padding: 40px;
text-align: center;
}
div.award_info.popup h2{
font-size: 30px;
line-height: 42px;
}
div.award_info h2{
font-family: 'Playfair Display';
font-size: 38px;
line-height: 48px;
color: #262626;
font-weight: 600;
}
div.award_info h2 strong{ font-size: 21px;
line-height: 28px;
color: #262626;
font-weight: 400;
display: inline-block;
margin-bottom: 10px;
}
.magazine_img, .magazine_img-new{
width: 100%;
float: left;
margin-top: 30px;
}
.magazine_img li, .magazine_img-new li{
display: inline-block;
width: 50%;
padding: 5px;
}
.magazine_img li:first-child{
width: 100%;
}
.magazine_img li:first-child img{
padding: 10px 8%;
}
.magazine_img li img, .magazine_img-new li img{
box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
padding: 5px;
background: #fff;
}
.row5 h2 {
font-family: 'Damion', cursive;
font-size: 60px;
color: #262626;
font-weight: normal;
}
.row5 h3 {
font-size: 42px;
line-height: 48px;
font-weight: 700;
color: #262626;
margin: 5px 0 20px !important;
}
.row5 form {
max-width: 915px;
width: 100%;
margin: auto;
text-align: left;
padding: 10px;
}
.row5 form .grid_col3 {
width: 100%;
float: left;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
}
.row5 form .form_div {
width: 100%;
float: left;
margin-bottom: 10px;
}
.row5 form label {
width: 100%;
float: left;
font-size: 16px;
line-height: 26px;
font-weight: bold;
color: #262626;
text-transform: uppercase;
}
.row5 form input,
.row5 form textarea {
font-family: 'Karla', sans-serif;
width: 100%;
float: left;
border: solid 1px #ccc;
padding: 14px 10px;
border-radius: 4px;
font-size: 14px;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
.row5 form input[type="submit"] , .contact_btn{
float: none;
display: inline-block;
font-family: 'Karla', sans-serif;
width: auto;
border: none;
font-size: 20px;
line-height: 26px;
font-weight: bold;
color: #fff;
background: #c5bc6a;
text-transform: uppercase;
padding: 10px 35px;
margin-top: 25px;
cursor: pointer;
-webkit-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;
}
.row5 form input[type="submit"]:hover , .contact_btn:hover{
background: #212121;
}
.row5 form textarea {
height: 95px;
}
.footer_top {
background: #2b2b2b;
border-bottom: solid 1px #232323;
padding: 30px 0;
}
.footer_top ul {
width: 100%;
}
.footer_top ul li {
display: inline-block;
padding: 0 10px;
}
.footer_top ul li a {
display: inline-block;
font-size: 19px;
line-height: 30px;
font-weight: normal;
color: #c5bc6a;
text-transform: uppercase;
padding: 5px;
}
.footer_top ul li a:hover {
color: #fff;
text-decoration: underline;
}
.footer {
background: #2b2b2b;
padding: 40px 0;
border-top: solid 1px #353535;
}
.foot_grid {
display: grid;
grid-template-columns: 1fr 1fr 400px;
grid-gap: 20px;
}
.foot_grid .col {
width: 100%;
border-right: solid 1px #3c3c3c;
padding-right: 15px;
}
.foot_grid .col:last-child section{
margin-top: 30px;
}
.foot_grid:before, .foot_grid:after{
display: none !important;
}
.foot_grid .col .textwidget {
display: inline-block;
}
.foot_grid .col:last-child {
border: none;
}
.foot_grid p {
font-size: 16px;
line-height: 23px;
font-weight: normal;
color: #fff;
}
.foot_grid .address li {
font-size: 14px;
line-height: 23px;
font-weight: normal;
color: #fff;
margin: 0 0 8px;
position: relative;
padding-left: 22px;
}
.foot_grid .address li i {
position: absolute;
left: 0;
top: 4px;
font-size: 16px;
}
.foot_grid .address li a {
color: #fff;
}
.foot_grid .address li a:hover {
text-decoration: underline;
}
.foot_grid .social_icon {
display: inline-block;
float: none;
}
.foot_grid h4 {
font-family: 'Karla', sans-serif;
display: inline-block;
font-size: 26px;
line-height: 23px;
font-weight: bold;
color: #fff;
margin-right: 10px;
}
.foot_grid .social_icon li {
display: inline-block;
margin: 0px;
opacity: 1;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.foot_grid .social_icon li a{
width: 56px;
height: auto;
}
.foot_grid .social_icon li:hover {
opacity: 0.7;
} .respo_menu {
display: none;
padding: 5px 0;
position: relative;
z-index: 999;
float: right;
margin-top: 9px;
}
.respo_menu span {
display: inline-block;
width: 18px;
height: 3px;
background: #2f2f2f;
position: relative;
margin: 4px 5px;
transition: all 200ms ease;
-o-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-webkit-transition: all 200ms ease;
}
.respo_menu span:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: -7px;
height: 3px;
background: #2f2f2f;
transition: all 200ms ease;
-o-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-webkit-transition: all 200ms ease;
}
.respo_menu span:after {
content: '';
position: absolute;
left: 0;
right: 0;
bottom: -7px;
height: 3px;
background: #2f2f2f;
transition: all 200ms ease;
-o-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-webkit-transition: all 200ms ease;
}
.respo_menu.active span:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
top: 0;
}
.respo_menu.active span:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
bottom: 0;
}
.respo_menu.active span {
background: transparent;
}
.caption-wrap {
top: 0;
background: transparent !important;
opacity: 1 !important;
}
.metaslider .flexslider {
margin: 0 !important;
}
.metaslider .flex-control-nav {
bottom: 25px !important;
}
.flex-control-paging li a {
width: 14px !important;
height: 14px !important;
background: #fff !important;
margin: 0 3px !important;
}
.flex-control-paging li a.flex-active {
background: #c5bc6a !important;
} .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng,
.wpcf7-response-output.wpcf7-display-none.wpcf7-spam-blocked,
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
width: 100%;
float: left;
text-align: center;
margin: 10px 0 0;
}
.wpcf7-form-control-wrap {
width: 100%;
float: left;
}
.screen-reader-response {
display:none;
}
.wpcf7-not-valid-tip {
font-size: 13px !important;
float: left;
color: #f00;
font-weight: bold;
}
.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item {
border: solid 1px #ccc;
padding: 0 4px !important;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item>a div {
transform: scale(0);
}
#html5-watermark {
transform: scale(0);
}
.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container {
width: 100% !important;
padding: 4px 0 6px !important;
}
.entry-header {
width: 100%;
float: left;
text-align: center;
background: #ececec;
position:relative;	
}
.entry-header > img{
width: 100%;
height: 300px;
object-fit: cover;
}
.entry-header:before{
content: '';
display: block !important;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background: rgba(0,0,0,0.5);
}
.entry-header h1 {
font-size: 35px;
font-weight: bold;
color: #fff;
position: absolute;
left: 0;
right: 0;
top: 50%;
text-align: center;
padding: 0 10px;
text-shadow: 0px 0px 10px #000;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
}
.g-recaptcha > div{
margin: auto;
}
.menu-row {
width:100%;
float:left;
text-align:center;
background:#f5f5f5;
}
.menu-row h2 {
font-size: 25px;
font-weight: bold;
color: #262626;
text-transform: uppercase;
}
.grid-box-4.colno2 {
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 10px;
}
.canape-col{
display: grid !important;
grid-template-columns: 1fr !important;
position: relative !important;
}
.grid-box-4.colno2 .vc_column-inner{
background-size: cover;
}
.grid-box-4.no_hover .grid-box-4-inn:hover{
top: 0px;
}
.grid-box-4 {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 5px;
margin:30px 0 0 0;	
}
.grid-box-4:not(:nth-child(2)) {
margin: 5px 0 0 0;
}
.grid-box-4-inn {
width: 100% !important;
float: left !important; 
top: 0px;
transition: all 200ms ease-out;
}
.grid-box-4-inn:hover{
top: -5px;
}
.grid-box-4-inn .vc_column-inner {
padding:10px !important;
display: flex;
min-height: 190px !important;
justify-content: center;
align-items: center;
}
.grid-box-4-inn a{
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
padding: 10px;
}
.grid-box-4-inn p{
color:#fff;
text-transform: uppercase;
}
.small {
font-size:14px;
}
.menu-row-2 {
width:100%;
float:left;
background:url(//thecupule.com/wp-content/themes/thecupulevenue/images/cold-bg.jpg) left top no-repeat;
background-size:cover;	
}
.menu-row-2 h2 {
color:#fff;
text-align:center;
text-transform: uppercase;
}
.grid-box-2 {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 30px;
margin:30px 0 0 0;	
}
.grid-box-2-inn {
width: 100% !important;
float: left !important; 
background: #fff;
padding: 20px !important;
border-radius: 10px;
}
.grid-box-2-inn.grid_col_full_width{
-ms-grid-column: span 2;
grid-column-start: span 2;
}
.col_count2,.column_count2 .wpb_wrapper{
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
.col_count2 *,.column_count2 .wpb_wrapper *{
display: inline-block;
width: 100%;
}
.col_count2{
display: grid;
grid-template-columns: 1fr 1fr;
}
.col_count2 .col{
width: 100%;
}
.grid-box-2-inn h3 {
font-size: 25px;
line-height: 30px;
font-weight: normal;
color: #454545;
text-transform: uppercase;
padding: 5px;
text-align:center;
}
.menu-list {
width:100%;
float:left;
margin-top:10px;
}
.menu-list li {
display:block;
width:100%;
float:left;
font-size:16px;
color: #454545;
background:url(//thecupule.com/wp-content/themes/thecupulevenue/images/menu-list-icon.png) left center no-repeat;
padding:8px 0 8px 30px;
}
.row1 {
width:100%;
float:left;
text-align:center;
}
.contact_row1 h2{
margin-bottom: 10px;
}
.contact_row1 p a{
color: #ab9700;
}
.contact_row2 h2{
display: none;
}
.contact_row2 h3{
margin: 0 0 30px !important;
}
.package_list{
display: grid;
grid-template-columns: 38.3% auto;
grid-gap: 20px;
padding: 50px 0;
border-bottom: solid 1px #ebebeb;
}
.package_list:first-child{
padding-top: 0;
}
.package_list:last-child{
padding-bottom: 0;
border-bottom: none;
}
.package_list > .vc_column_container {
width: 100%;
}
.package_list .wpb_single_image{
display: inline-block;
padding: 5px;
box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}
.package_list h2{
font-size: 32px;
line-height: 42px;
font-weight: bold;
color: #c5bc6a;
margin-bottom: 15px !important;
}
.package_list h3{
color: #4a4a4a;
margin-bottom: 5px !important;
}
.package_list p{
font-size: 16px;
line-height: 23px;
text-align: justify;
}
.package_list p a{
color: #9e932e;
}
.package_list .btn{
background: #c5bc6a;
color: #fff;
padding: 10px 20px;
font-size: 17px;
text-transform: uppercase;
letter-spacing: 0;
margin-top: 20px;
}
.package_list .btn:hover{
background: transparent;
color: #c5bc6a;
}
.package_list .btn i{
font-size: 28px;
vertical-align: middle;
}
.team_section .single-member {
display: block !important;
}
.team_section .single-member .cbp-so-side{
width: 100% !important;
}
.team_section .single-member > div{
text-align: center;
}
.gs-member-name{
font-family: 'Noto Serif', serif;
font-size: 26px !important;
line-height: 36px;
font-weight: bold !important;
color: #c5bc6a !important;
}
.gs-member-desig{
font-style: normal !important;
margin: 0 !important;
color: #585858 !important;
}
.gs_tm_theme3 .single-member img:hover, .gs_tm_theme4 .single-member img:hover{
transform: scale(1) !important;
}
.breadcrumb{
background: #f1f1f1;
padding: 7px 0;
}
.breadcrumb ul li{
display: inline-block;
float: left;
margin-right: 20px;
position: relative;
}
.breadcrumb ul li:after{
content: '/';
position: absolute;
right: -14px;
top: 4px;
font-size: 16px;
color: #454545;
}
.breadcrumb ul li:last-child:after{
display: none;
}
.breadcrumb ul li a{
display: inline-block;
font-size: 16px;
line-height: 26px;
font-weight: normal;
color: #454545;
}
.breadcrumb ul li a[href]{
color: #a9990b;
}
.breadcrumb ul li a[href]:hover{
text-decoration: underline;
}
.team_content{
padding: 40px 0;
}
.team_grid{
display: grid;
grid-template-columns: auto auto;
grid-gap: 20px;
}
.team_grid:before,
.team_grid:after{
display: none !important;
}
.team_grid .post-thumbnail{
display: inline-block;
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
padding: 5px;
background: #fff;
}
.team_grid h1{
color: #a9990b;
line-height: 32px;
font-size: 32px;
margin-bottom: 16px;
padding-bottom: 10px;
border-bottom: solid 1px #efefef;
}
.team_grid p{
font-size: 16px;
line-height: 24px;
font-weight: normal;
color: #454545;
}
.inner_banner{
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
padding: 6px;
}
.bridal_price{
}
.bridal_price .col{ padding: 8px;
float: none;
display: inline-block;
}
.bridal_price .col > .vc_column-inner{
display: inline-block;
background: #c5bc6a;
padding: 10px 20px !important;
border-radius: 3px;
box-shadow: 2px 2px 4px rgb(154, 144, 47);
}
.bridal_price h3{
font-size: 24px;
}
.bridal_price p{
color: #000;
font-size: 15px;
font-style: italic;
}
.bridal_suite_row1 h2{
font-size: 32px;
line-height: 38px;
font-weight: bold;
color: #c5bc6a;
max-width: 600px;
width: 100%;
margin: 0 auto;
}
.bridal_suite_row1 h2:after{
content: '';
display: block;
max-width: 100px;
height: 3px;
background: #c5c5c5;
margin: 10px auto;
}
.bridal_suite_row1 h2 span{
font-family: 'Karla', sans-serif;
display: block;
font-size: 18px;
line-height: 28px;
font-weight: normal;
color: #656565;
margin: 10px 0;
}
.bridal_suite_row1 h2 span:before,
.bridal_suite_row1 h2 span:after{
content: '-';
display: inline-block;
margin: 0 5px;
}
.bridal-suite-note{
margin-top: 20px;
}
.bridal-suite-note p{
font-size: 15px;
font-style: italic;
line-height: 24px;
}
.inner_gallery{
margin: 30px 0 20px  !important;
}
.beach_ceremony_package{
margin: 10px 0;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 20px;
}
.beach_ceremony_package .col{
width: 100%;
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
padding: 6px 6px 70px 6px;
background: #fff;
}
.beach_ceremony_package h3{
font-size: 28px;
margin: 10px 0 5px !important;
line-height: 38px;
}
.beach_ceremony_package h4{
font-size: 20px;
color: #9e9648;
margin: 0 0 15px;
}
.beach_ceremony_package p{
font-size: 16px;
line-height: 24px;
}
.beach_ceremony_package .btn2{
font-size: 17px;
padding: 7px 20px;
border-radius: 4px;
letter-spacing: 0;
margin: 0 auto !important;
position: absolute;
left: 0;
right: 0;
bottom: 10px;
width: 160px;
}
.dot_list{
width: 100%;
float: left;
margin: 10px 0 !important;
padding-left: 20px;
}
.dot_list.col2 li{
width: 50%;
}
.dot_list li{
width: 100%;
float: left;
font-size: 17px;
line-height: 27px;
list-style: disc;
padding-right: 20px;
}
.vc_empty_space{
width: 100%;
float: left;
}
.grid{
display: grid;
}
.grid.col2{
grid-template-columns: auto auto;
grid-gap: 20px;
}
.grid.colno2{
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
max-width: 850px;
margin: auto !important;
float: none;
width: 100%;
}
.grid.colno3{
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 15px;
}
.grid.colno4{
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 10px;
margin: 5px 0;
}
.grid.v_center{
align-items: center;
}
.grid .col{
width: 100%;
}
.img{
display: inline-block;
box-shadow: 0px 0px 5px rgba(0,0,0,0.15);
padding: 6px;
}
.price_ul h3{
display: inline-block;
background: #c5bc6a;
padding: 10px 20px !important;
border-radius: 3px;
box-shadow: 2px 2px 4px rgb(154, 144, 47);
margin: 10px 0;
}
.single_col{
grid-template-columns: auto !important;
}
.single_col .col{
max-width: 800px;
margin: auto;
}
.single_col ul{
text-align: left;
}
.menu_structure{
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 30px;
}
.menu_structure._1col{
grid-template-columns: auto;
grid-gap: 0px;
max-width: 600px;
margin: auto;
float: none;
}
.menu_structure .col{
width: 100%;
}
.menu_structure h2.price {
background: #1d1d1d;
box-shadow: none;
}
.menu_structure h2.price:before{
display: none;
}
.menu_structure h2,.head{
width: 100%;
float: left;
background: #c5bc6a;
padding: 10px 20px;
color: #fff;
box-shadow: 2px 2px 0px rgba(0,0,0,0.4);
position: relative;
margin: 15px 0 !important;
text-align: center;
}
.new-btn{
width: 100%;
float: left;
background: #c5bc6a;
padding: 10px 20px;
color: #fff;
box-shadow: 2px 2px 0px rgba(0,0,0,0.4);
position: relative;
margin: 15px 0 !important;
text-align: center;
}
.menu_structure h2:after,.head:after{
content: '';
position: absolute;
left: 5px;
right: 5px;
top: 5px;
bottom: 5px;
border: solid 1px #fff;
}
.menu_structure h2:before,.head:before{
content: '';
position: absolute;
left: 0px;
right: 0px;
bottom: -12px;
width: 0;
height: 0;
border-left: solid 10px transparent;
border-right: solid 10px transparent;
border-top: solid 10px #c5bc6a;
margin: auto;
}
.menu_structure h3{
display: inline-block;
border-bottom: solid 2px #000;
padding-bottom: 5px;
margin-top: 10px;
}
.menu_structure1{
display: grid;
grid-template-columns: 1fr !important;
}
.menu_structure1 h3{
display: block !important;
}
.menu_structure1 h2.price {
text-align: center !important;
}
.flower_boxes1 .col:first-child:before{
content: none !important;
}
.bridal_link h2{
color: #292929;
}
.bridal_link a{
color: #948737;
text-decoration: underline;
font-size: 23px;
}
.bridal_link a:hover{
text-decoration: none;
}
.insta_btn a{
margin: 0 0 30px !important;
}
.decoration-gallery{
float: left;
width: 100%;
}
.canape_subrow{
padding: 0 0 40px 0;
margin-bottom: 20px;
margin-top: 50px;
}
.canape_boxes{
grid-template-columns: 1fr 1fr 1fr;
grid-gap: 15px;
margin-top: -20px;
}
.canape_boxes .col{
width: 100%;
}
.canape_boxes .canape-col > .vc_column-inner > .wpb_wrapper{
display: grid !important;
grid-template-columns: 1fr !important;
position: relative;
}
.canape_boxes .canape-col{
background: #000 !important;
padding-bottom: 12px !important;
height: 265px;
}
.canape_boxes .canape-col .btn2 {
margin-top: 15px !important;
font-size: 16px !important;
color: #000 !important;
font-weight: 600 !important;
border-radius: 3px !important;
padding: 3px 15px !important;
}
.canape_boxes .canape-col .btn2:hover{
color: #fff !important;
}
.canape_boxes .col > .vc_column-inner > .wpb_wrapper{
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 30px;
position: relative;
}
.canape_boxes .col > .vc_column-inner > .wpb_wrapper:before{
content: '';
position: absolute;
left: 25%;
right: 25%;
top: -31px;
height: 28px;
border: solid 1px #000;
border-bottom: none;
}
.canape_boxes .col > .vc_column-inner > .wpb_wrapper:after{
content: '';
position: absolute;
left: 0;
right: 0;
width: 1px;
top: -87px;
height: 56px;
background: #000;
margin: auto;
}
.canape_boxes .col *{
color: #fff;
}
.canape_boxes .col h3{
text-transform: uppercase;
text-align: center;
padding: 8px 5px !important;
background: #c5bc6a;
color: #000;
margin-bottom: 10px;
}
.canape_boxes .col h4{
min-height: 45px;
}
.canape_boxes .col p{
font-size: 15px;
line-height: 22px;
}
.canape_boxes .col .price{
display: inline-block;
font-size: 20px;
text-transform: capitalize;
color: #c5bc6a;
font-weight: bold;
width: 100%;
text-align: center;
margin-top: 15px;
}
.canape_boxes .col .opt_box{
background: #000;
padding-bottom: 12px;
height: 265px;
}
.canape_boxes .col .opt_box:first-child{	
position: relative;
}
.canape_boxes .col .opt_box:first-child:after{
content: 'OR';
position: absolute;
right: -26px;
top: 0;
bottom: 0;
color: #000;
font-weight: bold;
display: flex;
justify-content: center;
align-items: center;
}
.canape_boxes .opt_box .btn2{
margin-top: 15px;
font-size: 16px;
color: #000;
font-weight: 600;
border-radius: 3px;
padding: 3px 15px !important;
}
.canape_boxes .opt_box .btn2:hover{
color: #fff;
}
.canape_boxes .col .opt_box .wpb_wrapper *{
padding: 0 10px;
}
.table-title{
width: 100%;
float: left;
margin: 15px 0 5px !important;
font-size: 25px;
font-weight: bold;
color: #262626;
}
.menu-row .supsystic-tables-wrap table {
max-width: 1000px !important;
margin: auto !important;
}
.menu-row .supsystic-tables-wrap table thead tr th{
font-size: 18px;
background: #d0cdad;
}
.supsystic-tables-wrap table tbody tr td:nth-child(1){
max-width: 50%;
width: 50%;
}
.supsystic-tables-wrap table tbody tr td{
}
.menu-row .supsystic-tables-wrap table thead tr th:before{
padding: 7px 0;
display: block;
}
.menu-row .supsystic-tables-wrap table thead tr th:nth-child(1):before{
content: 'Name';
}
.menu-row .supsystic-tables-wrap table thead tr th:nth-child(2):before{
content: 'Unit';
}
.menu-row .supsystic-tables-wrap table thead tr th:nth-child(3):before{
content: 'Price In Euro';
}
.simplicity_table .supsystic-tables-wrap table {
max-width: 1000px !important;
margin: auto !important;
}
.simplicity_table .supsystic-tables-wrap table thead tr th{
font-size: 18px;
background: #d0cdad;
}
.simplicity_table .supsystic-tables-wrap table thead tr th:before{
padding: 7px 0;
display: block;
}
.simplicity_table .supsystic-tables-wrap table thead tr th:nth-child(1):before{
content: 'Description';
}
.simplicity_table .supsystic-tables-wrap table thead tr th:nth-child(2):before{
content: 'Unit';
}
.simplicity_table .supsystic-tables-wrap table thead tr th:nth-child(3):before{
content: 'Unit In Euro';
}
.simplicity_table .supsystic-tables-wrap table thead tr th:nth-child(4):before{
content: 'Price';
}
#supsystic-table-2 thead tr th:nth-child(1):before {
content: 'Brandy' !important;
}
#supsystic-table-79 thead tr th:nth-child(1):before {
content: 'Gin' !important;
}
#supsystic-table-4 thead tr th:nth-child(1):before {
content: 'Liqueurs' !important;
}
#supsystic-table-5 thead tr th:nth-child(1):before {
content: 'Shots' !important;
}
#supsystic-table-6 thead tr th:nth-child(1):before {
content: 'Ouzo' !important;
}
#supsystic-table-7 thead tr th:nth-child(1):before {
content: 'Schnapps' !important;
}
#supsystic-table-8 thead tr th:nth-child(1):before {
content: 'Rum' !important;
}
#supsystic-table-9 thead tr th:nth-child(1):before {
content: 'Whisky & Potable Bitters' !important;
}
#supsystic-table-10 thead tr th:nth-child(1):before {
content: 'Tequila' !important;
}
#supsystic-table-11 thead tr th:nth-child(1):before {
content: 'Vodka' !important;
}
#supsystic-table-12 thead tr th:nth-child(1):before {
content: 'Beers & Ciders' !important;
}
#supsystic-table-13 thead tr th:nth-child(1):before {
content: 'Wines Red' !important;
}
#supsystic-table-14 thead tr th:nth-child(1):before {
content: 'Wines White' !important;
}
#supsystic-table-15 thead tr th:nth-child(1):before {
content: 'Sparkling wine' !important;
}
#supsystic-table-16 thead tr th:nth-child(1):before {
content: 'Champagne' !important;
}
#supsystic-table-17 thead tr th:nth-child(1):before {
content: 'Long Drinks' !important;
}
.grid.grid1_3{
grid-template-columns: 2fr 1fr;
grid-gap: 20px;
}
.qa_section{
}
.qa_section h4{
color: #96890e;
font-size: 18px;
margin-bottom: 6px;
font-style: italic;
}
.qa_section p{
font-size: 17px;
line-height: 24px;
color: #454545;
font-style: italic;
}
.qa_section p{
}
.bride_details{
margin-bottom: 30px !important;
}
.bride_details h3{
color: #000;
line-height: 28px;
padding: 20px;
}
.flower_boxes{
background: #f7f5f5;
padding: 25px;
border-radius: 5px;
border: solid 1px #ccc;
grid-gap: 40px;
margin: 30px 0;
}
.flower_boxes .col{
background: #fff;
padding: 15px 20px;
box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
position: relative;
border-radius: 4px;
}
.flower_boxes .col:first-child:before{
content: 'OR';
position: absolute;
right: -34px;
top: 0;
bottom: 0;
font-size: 20px;
color: #000;
font-weight: 800;
display: flex;
align-items: center;
justify-content: center;
}
.flower_boxes .col *{
text-align: left;
}
.archive_header{
background: url(https://simplydigital.website/dev/thecupulevenue/wp-content/themes/thecupulevenue/images/inner-menu-banner.jpg) center top no-repeat;
background-size: cover;
height: 250px;
}
.chart_table{
text-align: center;
}
.chart_table table{
max-width: 800px !important;
width: 100% !important;
margin: 0 auto 0 auto !important;
float: none;
display: inline-table;
}
#insta-gallery-feed-1 .insta-gallery-list .insta-gallery-item {
padding: 0.5px !important;
}
.insta-gallery{
overflow: hidden;
}
.archive_grid{
display: grid;
grid-template-columns: auto 300px;
grid-gap: 30px;
}
.archive_grid:before,.archive_grid:after{
display: none !important;
}
.archive_grid .col{
width: 100%;
}
.archive_grid .entry-header {
width: 100%;
float: left;
text-align: left;
background: transparent;
position: static;
}
.archive_grid .entry-header:before{
display: none !important;
}
.archive_grid h2 a,.single_page .entry-header h1{
color: #c5bc6a !important;
font-size: 30px;
line-height: 34px;
}
.post_detail{
margin-bottom: 8px;
}
.post_detail p{
color: #808080;
font-size: 15px;
}
.archive_grid .col article{
margin-bottom: 22px;
padding-bottom: 30px;
border-bottom: solid 1px #eaeaea;
}
.archive_grid section{
width: 100%;
float: left;
margin-bottom: 15px;
}
.archive_grid p{
font-size: 17px;
line-height: 25px;
text-align: justify;
}
.archive_grid .search-form{
width: 100%;
float: left;
display: grid;
grid-template-columns: auto 40px;
box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
border-radius: 3px;
overflow: hidden;
}
.archive_grid .search-form .screen-reader-text{
display: none;
}
.archive_grid .search-form input{
width: 100%;
float: left;
padding: 12px;
}
.archive_grid .search-form button[type="submit"]{
cursor: pointer;
background-image: url(https://simplydigital.website/dev/thecupulevenue/wp-content/uploads/2019/12/search-icon.png);
background-position: center center;
background-repeat: no-repeat;
background-color: #fff;
}
.archive_grid section h2{
color: #ffffff;
background: #2b2b2b;
padding: 5px 14px;
font-size: 20px;
border-radius: 4px 4px 0 0;
}
.archive_grid section ul{
width: 100%;
float: left;
}
.archive_grid section ul li{
width: 100%;
float: left;
padding: 7px 0;
border-bottom: solid 1px #eee;
}
.archive_grid section ul li a{
color: #484848;
padding-left: 0px;
transition: all 100ms ease-out;
-o-transition: all 100ms ease-out;
-ms-transition: all 100ms ease-out;
-webkit-transition: all 100ms ease-out;
}
.archive_grid section ul li a:hover{
padding-left: 5px;
}
.archive_grid a.btn{
margin-top: 10px;
padding: 6px 15px;
font-size: 16px;
line-height: 26px;
font-weight: 600;
border-radius: 2px;
background: #c5bc6a;
color: #313131;
}
.archive_grid a.btn:hover{
background: #313131;
color: #c5bc6a;
border: solid 1px #313131;
}
.post-thumbnail{
display: inline-block;
padding: 5px;
box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
margin-bottom: 15px;
}
.post-thumbnail img{
width: auto;
height: auto;
max-width: 100%;
max-height: 460px;
}
.sticky{
position: -webkit-sticky;
position: sticky;
top: 30px;
}
.single_page .entry-header{
background: transparent;
text-align: left;
}
.single_page .entry-header h1{
color: #000;
text-shadow: none;
position: static;
transform: none;
text-align: left;
padding: 0;
}
.single_page .entry-header:before{
display: none !important;
}
.single_page{
padding: 40px 0;
}
.inner_img{
padding: 6px;
display: inline-block;
background: #fff;
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.inner_img.right{
float: right;
margin: 15px 0 15px 15px;
}
.award_cont{
height: 0;
overflow: hidden;
padding: 0;
}
.insta-box {
display:inline-block;
background:#408bd1;
display: inline-block;
margin: 0 3px;
font-size: 14px;
padding: 5px 24px;
transition: all .3s;
text-decoration: none;
border-radius: 2px;
color: #fff;
}
.wpcf7-response-output {
width: 100%;
float: left; color: #000;
text-align: center;
}
.page-id-2898 .grid-box-4,  .page-id-2953  .grid-box-4, .page-id-3011  .grid-box-4{
margin:5px 0 0 0 !important;
}
.link-box {
width:100%;
float:left;
}
.link-box h4 a i {
font-size:0px;
margin-left:5px;	
}
.link-box h4 a i:before {
font-size:20px;
line-height:30px;
color:#454545;
}
.y-video {
position: relative;
box-shadow: 0px 0px 18px 0px rgb(0 0 0 / 6%);
padding: 10px;
background: #fff;
}
.y-video a {
position: absolute;
display: block;
background-color: transparent !important;
width: 80px;
height: 80px;
background-image: url(https://thecupule.com/wp-content/uploads/2022/11/play_video-1.png);
background-repeat: no-repeat;
background-size: 80px;
border: none;
box-shadow: none;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.y-video a:hover {
opacity: 0.7;
}
.video-popup-black-bg {
background: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 99;
display: none;
}
.wpb_wrapper {
max-width: 1300px !important;
width: 100% !important;
margin: 0 auto !important;
float: none !important;
}
.popup-video-box-1 {
display: none;
position: fixed;
left: 50% !important;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 9999;
background: #fff !important;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
padding: 20px !important;
border-radius: 10px;
width: 90%;
max-width: 752px;
}
.close-video {
position: absolute;
display: block !important;
right: -5px;
top: -5px;
background: #fff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
color: #000;
font-size: 20px;
width: 30px;
height: 30px;
text-align: center;
line-height: 26px;
border-radius: 15px;
cursor: pointer;
z-index: 999;
}
@media(max-width:1240px) {
.header{margin: 0;}
.logo{display: inline-block;}
.logo img{max-width: 55%;}
.menu_logo{display: none !important;}
.header .social_icon{position: static;width: 100%; margin: 10px 0 0 0;}
.social_icon li a{width: 35px;}
.respo_menu {
display: block;
}
nav {
width: 100%;
margin: 0;
position: relative;
margin-top: -38px;
top: 0;
}
.nav {
display: none;
position: absolute;
right:54px;
top: 44px;
max-width: 250px;
width: 100%;
background: #ada455;
z-index: 99;
border-top: solid 2px #000;
}
.nav li {
width: 100%;
margin: 0;
}
.nav li a {
display: block;
color: #fff;
padding: 4px 0;
font-size: 17px;
}
.nav li.menu-item-has-children::before {
content: '';
position: absolute;
right: 0;
top: 0;
width: 40px;
height: 37px;
background: #968c38 url(//thecupule.com/wp-content/themes/thecupulevenue/images/plus.png) center center no-repeat;
}
.nav li.active.menu-item-has-children::before {
background: #968c38 url(//thecupule.com/wp-content/themes/thecupulevenue/images/minus.png) center center no-repeat;
}
.nav li .sub-menu {
display: none;
position: static;
text-align: center;
background: #9e9223;
opacity: 1;
visibility: visible;
transition: none;
border-top: none;
}
.sub-menu li a {
color: #fff !important;
}
.nav>li:after {
display: none;
}
}
@media(max-width:1150px) {
.nav {
float: none;
margin-left: 0;
}   
}
@media(max-width:1050px) {
.nav li a {
padding: 5px 16px;
}
.row5 form .grid_col3{
grid-template-columns: 1fr;
}
.row5 form .form_div {
margin-bottom: 0px;
}
.row5 form textarea {
height: 75px;
margin-bottom: 10px;
}
.row5 form input, .row5 form textarea{
padding: 12px 10px;
}
.row5 form label {
font-size: 14px;
}
.award_info.popup{
height: 95vh;
}
}
@media(max-width:980px) {
.p_t {
padding-top: 35px;
}
.p_b {
padding-bottom: 35px;
}
.header {
padding: 8px 0;
}
.row1 h1, .row3 h2 {
margin-bottom: 15px;
font-size:25px;
line-height:30px;
}
.row1 p {
font-size: 18px;
line-height: 28px;
}
.row2 {
grid-template-columns: 1fr 1fr;
}
.row2 .col .cont { transform: translateY(0px);
opacity: 1;
padding: 30px;
}
.row2 .col h3 {
font-size: 28px;
line-height: 32px;
margin-bottom: 16px;
}
.row2 .col p {
font-size: 16px;
line-height: 26px;
}
.contact_grid {
grid-template-columns: 1fr;
}
.row5 form {
max-width: 600px;
}
.footer {
padding: 0;
}
.foot_grid {
grid-template-columns: 1fr;
gap: 0;
}
.foot_grid .col {
border-right: none;
border-bottom: solid 1px #3c3c3c;
padding: 30px 10px 30px 0px;
}
.nav li .sub-menu{
width: 100%;
}
.foot_grid .col:last-child section {
margin-top: 15px;
}
.grid-box-2{grid-template-columns: 1fr !important;}
.grid-box-2-inn.grid_col_full_width{-ms-grid-column: span 1; grid-column-start: span 1;}
.menu_structure{grid-template-columns: 1fr;}
.flower_boxes{grid-gap: 40px !important;}
.flower_boxes .col:first-child:before{right: 0;left: 0; top: auto; bottom: -30px;}
}
@media(max-width:799px) {
.wonderplugin-gridgallery-list{
height: auto !important;
}
}
@media(max-width:800px) {
.banner_text {
padding: 10px;
}
.banner_text h2 {
font-size: 34px;
line-height: 44px;
margin-bottom: 0px;
}
.banner_text p {
font-size: 22px;
line-height: 28px;
}
.btn {
padding: 10px 26px;
margin-top: 25px;
}
.row5 h3 {
margin: 15px 0 !important;
}
.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item-container {
max-width: 450px;
max-height: 350px;
}
.wonderplugin-gridgallery-list .wonderplugin-gridgallery-item {
max-width: 450px;
max-height: 350px;
position: static !important;
margin: 20px auto !important;
}
.footer_top {
display:none;
}
.row5 h2{
font-size: 48px;
}
.package_list{
grid-template-columns: auto;
grid-gap: 8px;
}
.package_list h2{
margin-bottom: 5px !important;
}
.package_list h3{
margin-bottom: 15px !important;
}
.package_list .vc_box_border_grey{
width: 100%;
max-width: 400px !important;
}
.package_list{
padding: 30px 0;
}
.menu_structure{
grid-template-columns: auto;
grid-gap: 0px;
}
.metaslider .flex-control-nav {
bottom: 12px !important;
}
.beach_ceremony_package{
grid-template-columns: 1fr;
}
.beach_ceremony_package .col{
max-width: 460px;
margin: auto;
}
.testimonial {
max-width: 100% !important;
overflow: hidden !important;
}
}
@media(max-width:600px) {
.row2 .col{
max-width: 400px;
margin: auto;
}
.row2 {
grid-template-columns: 1fr;
gap: 10px;
}
.row5 form .grid_col3 {
grid-template-columns: 1fr;
gap: 0;
}
.row5 h2 {
font-size:35px;
}
.row5 h3 {
font-size:30px;
}
.contact_grid .col:first-child h2 {
font-size: 28px;
line-height: 38px;
}
.magazine_img li {
width: 100%;
}
.grid-box-2{grid-template-columns: auto;grid-gap: 20px;}
.grid-box-4{grid-template-columns: auto;}
.col_count2{    
grid-template-columns: 1fr;
}
.column_count2 .wpb_wrapper{-webkit-column-count: 1; -moz-column-count: 1; column-count: 1;}
.grid.colno4{grid-template-columns: auto;}
.entry-header h1{font-size: 25px;}
}
@media(max-width:480px) {
.logo img {
max-width: 140px;
width: 100%;
}
.banner_text h2 {
font-size: 18px;
line-height: 16px;
}
.banner_text p {
font-size: 18px;
line-height: 24px;
}
.btn {
font-size: 18px;
padding: 6px 16px;
margin-top: 10px;
}
.social_icon {
position: static;
width: 100%;
margin-top: 10px;
}
.footer_top {
padding: 20px 0;
}
.footer_top ul li a {
font-size: 16px;
line-height: 24px
}
.foot_grid .social_icon li a img {
width: 40px;
}
.bridal_suite_row1 h2 {
font-size: 26px;
line-height: 32px;
}
.grid.colno3,.grid.colno2{grid-template-columns: auto;}
.metaslider .flex-control-nav{display: none;}
.banner {display:none;}
}
@media(max-width:360px) {
.btn {
font-size: 15px;
padding: 0px 16px;
margin-top: 0px;
}
}