/*
Theme Name: WPEM Wedding Planner
Theme URI: https://wp-eventmanager.com/
Author: WP Event Manager
Author URI: https://wp-eventmanager.com/the-team/
Description: WPEM Wedding Planner theme is a fast, fully customizable & beautiful WordPress theme suitable for any event, blog, portfolio, business website and WooCommerce storefront. A theme compatible with WP Event Manager plugin. Also, It offers special features and templates so it works perfectly with all page builders like Elementor, Visual Composer, Beaver Builder, SiteOrigin, Divi, etc. Some of the other features: # Responsive # RTL #Translation Ready #SEO Friendly # WooCommerce Ready # Extendible with WP Event Manager addons # Regularly updated # Designed, Developed, Maintained & Supported by WP Event Manager’s dedicated team. Looking for a perfect base theme for WPEM Wedding Planner theme? Look no further. You can use an WPEM Wedding Planner theme theme for building any kind of event website! 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpem-wedding-planner
Domain Path: /languages
Tested up to: 5.8.2
Requires PHP: 5.2
Tags:  wedding-planner, entertainment, portfolio, e-commerce, one-column, two-columns, full-width-template, left-sidebar, right-sidebar, editor-style, custom-header, custom-background, custom-logo, custom-menu, custom-colors, rtl-language-support, featured-images, threaded-comments, translation-ready, sticky-post, microformats,theme-options
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Event Listing is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
.edit-link {
    margin-top: 15px;
    display: block;
}

body {
    margin: 0;
    background-color: #f5f5f5;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

.btn {
    padding: 7px 20px;
    display: inline-block;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}

.btn,
.wp-block-button__link,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button{ 
    background-color: var(--wpem-theme-button-color); 
    color: var(--wpem-theme-button-text-color);
}

.btn:hover,
.wp-block-button__link:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover{ 
    background-color: var(--wpem-theme-secondary-color); 
    color: var(--wpem-theme-button-text-color);
}

a,
.widget a,
.entry-meta i,
.entry-content a{ 
    color: var(--wpem-theme-link-color); 
}

a:hover,
.widget a:hover,
.entry-content a:hover{
    color: var(--wpem-theme-link-hover-color);
}

.entry-title a{
    color: var(--wpem-theme-secondary-color);
}

select{
    background-image: url(assets/images/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 1rem center;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 30px !important;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
button,
input { /* 1 */
    overflow: visible;
}
button,
select { /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}
[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--wpem-theme-secondary-color);
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-top: 0;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

hr {
    background-color: var(--wpem-theme-secondary-color);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 30px;
    width: 100%;
    border: 1px solid var(--wpem-theme-secondary-color);
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    border: 1px solid var(--wpem-theme-secondary-color);
    padding: 5px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: var(--wpem-theme-secondary-color);
    border: 1px solid var(--wpem-theme-secondary-color);
    border-radius: 4px;
    padding: 8px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: var(--wpem-theme-secondary-color);
    border-color: var(--wpem-theme-primary-color);
    outline: none;
}

select {
    border: 1px solid var(--wpem-theme-secondary-color);
}

textarea {
    width: 100%;
}
a {
    text-decoration: none;
    transition: all 0.2s 0s;
}
a:focus, a:hover, a:active {
    outline: none;
}
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.site-branding .site-title a {
    font-family: 'Dancing Script';
    color: white;
}
.site-branding .site-title a:hover {
    color: var(--wpem-wedding-planner-primary);
}

/* Small menu. */
.menu-toggle{
    display: none;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: var(--wpem-theme-content-color);
    border-radius: 4px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: var(--wpem-theme-secondary-color);
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}
.widget:last-of-type{
    margin-bottom: 0px;
}
.widget select {
    max-width: 100%;
}

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
}

h1, h2 {
    margin-bottom: 20px;
}

h3, h4 {
    margin-bottom: 15px;
}

h5, h6 {
    margin-bottom: 12px;
}

.contain-main-wrapper {
    background: #fff;
    margin-top: -80px;

}

.container,
.contain-main-wrapper {
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
body.boxed-layout{
    background-color: var(--wpem-theme-content-color);
}

body.boxed-layout .site {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.site-content {
    flex: 1;
}
.content-area {
    background-color: var(--wpem-theme-content-color);
    padding: 30px;
    border-radius: 4px;
}

.row,
.wpem-wedding-planner-main-sidearea .widget .event_listings,
.wpem-wedding-planner-main-sidearea .widget .event_listings_class {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.column,
.wpem-wedding-planner-main-sidearea .widget .event_listings .wpem-single-event-widget,
.wpem-wedding-planner-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.column-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.column-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.column-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.column-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.column-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.column-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.column-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.align-middle {
    align-items: center !important;
}

.justify-center {
    justify-content: center;
}

.btn:hover,
.btn:focus,
.btn:visited:hover,
.btn.focus-visble,
.btn.focus-visible:visited {
    background-color: var(--wpem-theme-secondary-color);
    color: var(--wpem-theme-button-text-color);
}

.main-contain-wrapper {
    padding: 60px 0;
}
.wpem_wedding_planner_theme-slider .wpem-form-wrapper {
    display: none;
}


/*---------------------------------------------------
##   Social Menu
*   ----------------------------------------------------- */
.event-social-menu {
    list-style-type: none;
    clear: both;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.event-social-menu li a i {
    font-weight: normal;
    text-indent: 0;
}

.event-social-menu li a {
    font-size: 0;
}

.event-social-menu li {
    display: inline-block;
    margin-right: 5px;
}

.event-social-menu li a:before {
    content: "\f007";
    font-family: FontAwesome;
    font-weight: normal;
    padding-right: 0;
}

.event-social-menu li a:before {
    height: inherit;
    width: inherit;
}

.event-social-menu li a:hover {
    opacity: 0.7;
}

.event-social-menu li a[href*="facebook.com"]:before {
    content: "\f09a";
}

.event-social-menu li a[href*="facebook.com"] {
    color: #45619d;
}

.event-social-menu li a[href*="twitter.com"]:before {
    content: "\f099";
}

.event-social-menu li a[href*="twitter.com"] {
    color: #53a8ea;
}

.event-social-menu li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.event-social-menu li a[href*="linkedin.com"] {
    color: #1b85bc;
}

.event-social-menu li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.event-social-menu li a[href*="plus.google.com"] {
    color: #df4b38;
}

.event-social-menu li a[href*="youtube.com"]:before {
    content: "\f167";
}

.event-social-menu li a[href*="youtube.com"] {
    color: #e82707;
}

.event-social-menu li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.event-social-menu li a[href*="dribbble.com"] {
    color: #c42462;
}

.event-social-menu li a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.event-social-menu li a[href*="pinterest.com"] {
    color: #ca1f26;
}

.event-social-menu li a[href*="bitbucket.org"]:before {
    content: "\f171";
}

.event-social-menu li a[href*="bitbucket.org"] {
    color: #205081;
}

.event-social-menu li a[href*="github.com"]:before {
    content: "\f113";
}

.event-social-menu li a[href*="github.com"] {
    color: #181617;
}

.event-social-menu li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.event-social-menu li a[href*="codepen.io"] {
    color: #000;
}

.event-social-menu li a[href*="flickr.com"]:before {
    content: "\f16e";
}

.event-social-menu li a[href*="flickr.com"] {
    color: #0063db;
}

.event-social-menu li a[href$="/feed/"]:before {
    content: "\f09e";
}

.event-social-menu li a[href*="foursquare.com"]:before {
    content: "\f180";
}

.event-social-menu li a[href*="foursquare.com"] {
    color: #f94877;
}

.event-social-menu li a[href*="instagram.com"]:before {
    content: "\f16d";
}

.event-social-menu li a[href*="instagram.com"] {
    color: #e1306c;
}

.event-social-menu li a[href*="tumblr.com"]:before {
    content: "\f173";
}

.event-social-menu li a[href*="tumblr.com"] {
    color: #34465d;
}

.event-social-menu li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.event-social-menu li a[href*="reddit.com"] {
    color: #ff4403;
}

.event-social-menu li a[href*="vimeo.com"]:before {
    content: "\f194";
}

.event-social-menu li a[href*="vimeo.com"] {
    color: #23b6ea;
}

.event-social-menu li a[href*="digg.com"]:before {
    content: "\f1a6";
}

.event-social-menu li a[href*="digg.com"] {
    color: #006094;
}

.event-social-menu li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.event-social-menu li a[href*="twitch.tv"] {
    color: #6441a5;
}

.event-social-menu li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.event-social-menu li a[href*="stumbleupon.com"] {
    color: #eb4823;
}

.event-social-menu li a[href*="delicious.com"]:before {
    content: "\f1a5";
}

.event-social-menu li a[href*="delicious.com"] {
    color: #3274cf;
}

.event-social-menu li a[href*="vk.com"]:before {
    content: "\f189";
}

.event-social-menu li a[href*="vk.com"] {
    color: #3274cf;
}

.event-social-menu li a[href*="mailto:"]:before {
    content: "\f0e0";
}


/*---------------------------------------------------
##   Header Main
*   ----------------------------------------------------- */
.header-main {
    padding: 15px 0;
    background-color: var(--wpem-theme-content-color);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
}
.site-title {
    margin: 0;
}
p.site-description {
    color: #fff;
    line-height: normal;
    max-width: 200px;
    margin-top: 10px;
}
h1.site-title a:hover {
    color: var(--wpem-theme-primary-color);
}

/*---------------------------------------------------
##  Header Search
*   ----------------------------------------------------- */
.header-search-block {
    display: none;
}

.header-main .search-icon:hover {
    cursor: pointer;
}

.header-search-inner {
    padding: 3px;
    position: absolute;
    right: 0;
    width: 320px;
}


/*===========================================
## Primary Menu
=============================================*/
.refined-magazine-menu-container {
    background-color: var(--wpem-theme-secondary-color)
}
.main-navigation li a {
    color: var(--wpem-theme-secondary-color);
}
.main-navigation li a:hover {
    text-decoration: none;
    color: var(--wpem-theme-link-color);
}
.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    min-width: 200px;
    background: var(--wpem-theme-content-color);
    border-top: 2px solid var(--wpem-theme-primary-color);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
    text-align: left;
    padding: 10px 0;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation ul ul li {
    width: 100%;
}
.main-navigation ul ul li a:hover{
    color: #eee;
}
.main-navigation ul ul li:last-child {
    border: none;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: 0;
}
.nav-menu > li.menu-item-has-children > a::after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 12px;
    margin-left: 10px;
}

/*---------------------------------------------------
##   Inner Pages
*   ----------------------------------------------------- */
.page-header-wrapper {
    padding: 30px 0;
    background: var(--wpem-theme-content-color);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
}
.page-header-wrapper h1.entry-title{
    margin: 0px;
}
.page-header-wrapper .entry-meta{
    margin-top: 10px;
}
.header-title,
h1.page-title {
    margin-bottom: 0px;
    color: white;
}
.post-thumbnail,
article .entry-header,
.entry-title  {
    margin-bottom: 10px;
}
.post-thumbnail,
.post-thumbnail img {
    line-height: 1;
    display: block;
}
.posted-on, .byline, .post_by, .cat-links {
    margin-right: 15px;
}
.posted-on i, .byline i, .post_by i, .cat-links i {
    margin-right: 5px;
}

.blog-list article {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-list article:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

blockquote {
    border-left: 3px solid #000;
    margin: 0 0 25px 0;
    padding-left: 25px;
}

blockquote p:last-child {
    margin-bottom: 0;
}

.error-404 {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.error-404 h1 {
    font-size: 180px;
    line-height: normal;
    color: var(--wpem-secondary-color);
}
.error-404 h2 {
    font-size: 40px;
    line-height: normal;
    color: var(--wpem-secondary-color);
}

/*---------------------------------------------------
##   Footer
*   ----------------------------------------------------- */
.site-footer {
    background: var(--wpem-theme-content-color);
}
.footer-top .container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    padding-top: 60px;
    padding-bottom: 60px;

}
.footer-bottom .container {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#goTop {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: var(--wpem-theme-button-text-color);
    font-size: 20px;
    opacity: 0.7;
    background: var(--wpem-theme-secondary-color);
    padding: 8px 0;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
}

#goTop:hover {
    background: var(--wpem-theme-secondary-color);
    opacity: 1;
}

/*---------------------------------------------------
##   Widgets
*   ----------------------------------------------------- */
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    color: var(--wpem-theme-button-text-color);
    border: 0px;
    border-radius: 4px;
    cursor: pointer;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 4px;
}
#comments .submit, .search .search-submit {
    padding: 9px 20px;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}
#secondary .widget {
    padding: 20px;
    border-radius: 20px;
}
.widget h2 {
    color: var(--wpem-primary-color);
}

.widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget_archive li,
.widget_recent_comments li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_nav_menu li {
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
}

.widget_archive li:before,
.widget_recent_comments li:before,
.widget_categories li:before,
.widget_recent_entries li:before,
.widget_meta li:before,
.widget_nav_menu li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
    content: "\f054";
    display: inline-block;
    font-family: 'FontAwesome';
}

ol.wp-block-latest-comments{
    padding: 0;
}

/*---------------------------------------------------
##   Event Listing Widgets
*   ----------------------------------------------------- */
.header-search-inner {
    z-index: 9;
    text-align: left;
    border-radius: 4px;
}
.widget_search input,
.header-search-inner input {
    height: 40px;
    line-height: 40px;
    border: 1px solid;
    width: calc(100% - 40px);
}
.header-search-inner button {
    top: 3px;
    right: 3px;
}
.wpem-wedding-planner-main-sidearea .widget {
    padding: 60px 0;
    margin-bottom: 0;
    background: #f9f9f9;
}
.wpem-wedding-planner-main-sidearea .widget:nth-child(even) {
    background: #fff;
}
.widget .wpem-event-banner-img {
    overflow: hidden;
}
.widget .wpem-event-banner-img img {
    display: block;
    transform: scale(1);
    transition: all 0.5s ease-out;
}
.widget .wpem-event-action-url:hover img {
    transform: scale(1.1);
}
.wpem-wedding-planner-cta-button {
    margin-top: 20px;
}
.recent-post-list .recent-post-list-single:nth-child(1) {
    margin-top: 0;
}
.recent-post-list figure {
    margin: 0;
}
.recent-post-list .recent-post-single {
    background: var(--wpem-theme-content-color);
    margin-top: 20px;
    padding: 15px;
    border: 1px solid var(--wpem-theme-secondary-color);
    border-radius: 4px;
}
.recent-post-list .entry-title,
.recent-post-list .entry-meta {
    margin-bottom: 5px;
}

/*---------------------------------------------------
##   Comment Form & Forms
*   ----------------------------------------------------- */
.comment-form label {
    display: block;
}

.comment-form .comment-form-cookies-consent label {
    display: inline;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}

/*---------------------------------------------------
##  Pagination
*   ----------------------------------------------------- */
.nav-previous:before,
.nav-next:after {
    font-size: 14px;
    display: inline-block;
    font-family: 'FontAwesome';
}

.nav-previous:before {
    padding-right: 5px;
    content: "\f177";
}

.nav-next:after {
    padding-left: 5px;
    content: "\f178";
}

:root{
    --wpem-primary-color: #FF477E!important;
    --wpem-secondary-color: #222B37;
    --wpem-theme-primary-color: #ff477e;
    --wpem-theme-secondary-color: #49516F;
    --wpem-theme-light-color: #FFFAF3;
    --wpem-dark-color: #222B37;
    --wpem-theme-link-color:var(--wpem-primary-color)!important;
    --wpem-theme-button-color:#ff477e!important;
    --wpem-theme-button-text-color: white!important;
    --wpem-wedding-planner-primary: #FF477E;
    --wpem-wedding-planner-secondary: #49516F;
    --wpem-wedding-planner-rgb-primary: 255 71 126;
}
section {
    overflow: hidden;
}

/* overlay  */
.dark-overlay {
    position: relative;
    overflow: hidden;
}
.dark-overlay:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #49516F;
    opacity: 0.2;
    z-index: 0;
    color: white;
}
.dark-overlay .container {
    position: relative;
    z-index: 1;
}

.wpem_wedding_planner_theme-section-title h4 {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FF477E;
}
.wpem_wedding_planner_theme-section-title h2 {
    font-size: 36px;
    line-height: 43px;
    color: black;
    max-width: 700px;
    margin: auto;
    font-weight: 400;
}
.heading_center{
    text-align: center;
}

.wpem_event_planner_theme-main-banner {
    background-image: url(assets/images/main-banner.png);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 140px 0;
}

.wpem_wedding_planner_theme-banner-section {
    padding-top: 250px;
    padding-bottom: 0px;
    background-image: url(assets/images/main-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #49516F;
}

.header-main {
    position: absolute;
    width: 100%;
    padding: 0!important;
    background: none;
    z-index: 2;
    box-shadow: none;
}

.header-top {
    padding: 15px 0;
    background-color: transparent;
    box-shadow: none;
    position: absolute;
    width: 100%;
}

.main-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.menu-menu-container {
    flex-grow: 1;
    margin-right: 30px;
}

.footer-bottom .container {
    justify-content: center;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    min-width: 200px;
    background: var(--wpem-primary-color);
    border-top: 2px solid var(--wpem-theme-primary-color);
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 4%);
    text-align: left;
    padding: 10px 0;
}
body{
    background-color: #fff;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month {
    color: white !important;
}
.wpem-wpem-wedding-planners.wpem-wpem-wedding-planner-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date {
    display: inline-block;
    text-align: center;
    background: var(--wpem-primary-color);
    color: white;
    padding: 10px 15px;
    width: auto;
    height: auto;
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 4px;
    box-shadow: 5px 3px 15px rgb(0 0 0 / 20%);
}
.theme_btn {
    border: 0;
    color: white;
    font-weight: bold;
    padding: 13px 30px;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
    cursor: pointer;
    transition: all 0.3s 0s;
}
.theme_btn:hover {
    background-color: var(--wpem-secondary-color);
    color: #fff;
}
.black_btn {
    background-color: var(--wpem-secondary-color);
    color: #fff;
}
.black_btn:hover {
    background-color: var(--wpem-primary-color);
    color: var(--wpem-secondary-color);
}

.wpem_wedding_planner_theme-blur-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(40px);
    z-index: 0;
    width: 120%;
    height: 120%;  
}
.wpem_wedding_planner_theme-blur-bg img {
    width: 100%;
    height: 100%;
}

section {
    padding: 80px 0;
}

.wpem_wedding_planner_theme-social-gallery-section {
    padding-bottom: 0;
}

.wpem_wedding_planner_theme-section-title {
    margin-bottom: 30px;
}

.wpem_wedding_planner_theme-section-title h3 {
    font-size: calc(1.7rem + 1.2vw);
    
    font-weight: bold;
    line-height: normal;
    margin-bottom: 40px;
    color: white;
}

.wpem_wedding_planner_theme-section-title h3{
    font-size: calc(1.2rem + 1vw);
    display: inline-block;
    margin: 0;
    font-weight: bold;
}

p {
    font-weight: 400;
}
.pt-0{
    padding-top: 0px;
}
.pb-0{
    padding-bottom: 0px;
}

.wpem_wedding_planner_theme-play-btn-container {
    display: flex;
    align-items: center;
}

.wpem_wedding_planner_theme-play-btn {
    background: var(--wpem-primary-color);
    border-radius: 50%;
    animation: animate 2s linear infinite;
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpem_wedding_planner_theme-play-btn i {
    color: white;
    font-size: 22px;
}

.wpem_wedding_planner_theme-play-btn-text a {
    color: white;
    margin-left: 20px;
}

.wpem_wedding_planner_theme-play-btn-container a:hover{
    color: var(--wpem-theme-primary-color);
}

.wpem_wedding_planner_theme-play-btn-text p{
    margin: 0;
}

@keyframes animate{
  0%{
    box-shadow: 0 0 0 0 rgba(var(--wpem-primary-color), 0.5);
  }
  50%{
    box-shadow: 0 0 0 10px var(--wpem-primary-color);
  }
  100%{
    box-shadow: 0 0 0 rgba(var(--wpem-primary-color), 0.5);
  }
}

.wpem-justify-content-center{
    justify-content: center;
}
.content-area {
    padding: 0;
}

::selection {
  background: var(--wpem-primary-color);
}
/* header */
.main-navigation li a {
    color: white;
    font-size: 18px;
    color: #fff;
    padding: 10px 12px !important;
    margin: 0 10px;
    position: relative;
}

/* header */

.home .page-header-wrapper {
    display: none;
}
.home .header-main{
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
}

.wpem_wedding_planner_theme-main-banner{
    background-color: var(--wpem-theme-light-color);
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}
.wpem_wedding_planner_theme-main-banner .container {
    position: relative;
    z-index: 1;
}
.wpem_wedding_planner_theme-main-banner-content {
    text-align: center;
    position: relative;
    padding: 40px 0;
}
.wpem_wedding_planner_theme-main-banner-content-text-animation{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    
}
.wpem_wedding_planner_theme-main-banner-content-text-animation h1{
    font-size: calc(3rem + 5vw);
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
    font-weight: 100;
    white-space: nowrap;
    letter-spacing: 10px;
}
.wpem_wedding_planner_theme-main-banner-content-text-animation h1 b {
    font-weight: 900;
    margin-right: 120px;
}
.wpem_wedding_planner_theme-main-banner-content img {
    position: relative;
    z-index: 1;
}
.wpem_wedding_planner_theme-main-banner p {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 30px;
}
.wpem_wedding_planner_theme-main-banner .btn_group .theme_btn {
    margin: 0 15px;
}
.wpem_wedding_planner_theme-main-banner-socail-icon {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0px, -50%);
    z-index: 1;
}
.wpem_wedding_planner_theme-main-banner-socail-icon a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--wpem-secondary-color);
    margin: 5px 0;
}
.wpem_wedding_planner_theme-main-banner-socail-icon a:hover {
    background-color: var(--wpem-primary-color);
}

.wpem_wedding_planner_theme-main-banner-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    z-index: 0;
}
.wpem_wedding_planner_theme-main-banner-lines span {
    width: 1px;
    height: 100%;
    display: block;
    background-color: var(--wpem-primary-color);
    opacity: .3;
}

/*counter start*/
.wpem_wedding_planner_theme-counter-box {
    text-align: center;
}
.wpem_wedding_planner_theme-counter-box b {
    display: block;
    font-size: calc(.8rem + 2vw);
    line-height: normal;
    margin-bottom: 10px;
}
.wpem_wedding_planner_theme-counter-box span {
    font-size: 18px;
}
.wpem_wedding_planner_theme-counter-box:after {
    content: "";
    background-image: url(assets/images/border-shape.svg);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: -50px;
    opacity: .1;
}
.wpem_wedding_planner_theme-counter .column:last-of-type .wpem_wedding_planner_theme-counter-box:after{
    display: none;
}
/*counter end*/

/*about section start*/
.wpem_wedding_planner_theme-about-left,
.wpem_wedding_planner_theme-celebrate-love-left {
    background: url(assets/images/about-left.png);
    padding: 100px;
}
.wpem_wedding_planner_theme-about-left p {
    font-size: 18px;
    margin-bottom: 0px;
}
.wpem_wedding_planner_theme-about-left img {
    margin: 0 auto;
    display: table;
}
.wpem_wedding_planner_theme-about-left .wpem_wedding_planner_theme-section-title {
    margin-bottom: 30px;
    text-align: center;
    color: white;
}
.wpem_wedding_planner_theme-about-left .wpem_wedding_planner_theme-section-title h3:after{
    background-position: left;
}

.wpem_wedding_planner_theme-video-section2 {
    background-color: #ff32733b;
}

.wpem_wedding_planner_theme-about-service {
    text-align: center;
    background: #FF3273;
    margin-bottom: 2em;
    padding: 2em;
    color: white;
}
.wpem_wedding_planner_theme-about-service-icon {
    background-color: var(--wpem-theme-light-color);
    width: 60px;
    height: 60px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpem_wedding_planner_theme-about-service h5 {
    font-weight: 600;
    margin: 15px 0;
    font-size: 20px;
}
.wpem_wedding_planner_theme-about-service p {
    margin: 0;
}
/*abount section end*/

/*video start*/
.wpem_wedding_planner_theme-video-section{
    background-image: url(assets/images/main-banner.png);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 126px 0;
    overflow: hidden;
    background-repeat: no-repeat;
}
.wpem_wedding_planner_theme-video-section:after {
    content: "";
    background-color: #49516f84;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wpem_wedding_planner_theme-video-section .container {
    position: relative;
    z-index: 1;
    color: #fff;
}

.wpem_wedding_planner_theme-section-title b {
    color: var(--wpem-primary-color);
    font-weight: bold;
}

.wpem_wedding_planner_theme-banner-section-left {
    margin-top: 60px;
    color: white;
}
.wpem_wedding_planner_theme-banner-section-left .wpem_wedding_planner_theme-section-title {
    margin-bottom: 40px;
}
.wpem_wedding_planner_theme-banner-section-left .wpem_wedding_planner_theme-section-title h3 {
    font-size: calc(1.7rem + 1.2vw);
    font-weight: bold;
    line-height: normal;
    margin-bottom: 0;
}
.wpem_wedding_planner_theme-banner-section-left .wpem_wedding_planner_theme-section-title h3:after {
    position: absolute;
    top: 0;
    left: 15px;
    background-position: left;
    filter: invert(1);
}
.wpem_wedding_planner_theme-banner-section-left-address {
    margin-bottom: 40px;
    font-size: 24px;
}
.wpem_wedding_planner_theme-banner-section-left-address svg {
    margin-right: 10px;
}
/*video end*/


/*event manager plugin css start*/
.wpem-theme-button, .wpem-theme-button span {
    color: var(--wpem-secondary-color);
}
.wpem-theme-button:hover {
    background-color: var(--wpem-secondary-color) !important;
    color: #ffffff !important;
}
.wpem-theme-button:hover span{
    color: #ffffff !important;
}
.wpem-form-wrapper .wpem-form-group input[type="color"], .wpem-form-wrapper .wpem-form-group input[type="date"], .wpem-form-wrapper .wpem-form-group input[type="datetime-local"], .wpem-form-wrapper .wpem-form-group input[type="datetime"], .wpem-form-wrapper .wpem-form-group input[type="email"], .wpem-form-wrapper .wpem-form-group input[type="file"], .wpem-form-wrapper .wpem-form-group input[type="month"], .wpem-form-wrapper .wpem-form-group input[type="number"], .wpem-form-wrapper .wpem-form-group input[type="password"], .wpem-form-wrapper .wpem-form-group input[type="search"], .wpem-form-wrapper .wpem-form-group input[type="tel"], .wpem-form-wrapper .wpem-form-group input[type="text"], .wpem-form-wrapper .wpem-form-group input[type="time"], .wpem-form-wrapper .wpem-form-group input[type="url"], .wpem-form-wrapper .wpem-form-group input[type="week"], .wpem-form-wrapper .wpem-form-group select, .wpem-form-wrapper .wpem-form-group select optgroup, .wpem-form-wrapper .wpem-form-group textarea {
    font-weight: 600;
}
.wpem-wpem-wedding-planners-header .wpem-wpem-wedding-planner-header-title .wpem-heading-text{
    font-weight: bold;
}


/*Ticket Plugin start*/
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content .wpem-heading-text {
    margin: 0;
    font-weight: bold;
}
.wpem-single-event-ticket-information .wpem-event-ticket-info-title {
    background-color: transparent;
    border: 0;
    padding-left: 0;
}
.wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body {
    background-color: #fffaf3;
    border: 0;
    padding: 10px 20px;
    border-radius: 4px;
}
.wpem-single-event-ticket-information .wpem-ticket-information-wrapper .wpem-ticket-information-body .wpem-ticket-info-wrap:hover {
    border-color: var(--wpem-primary-color);
}
.wpem-event-ticket-type{
    margin-top: 15px;
}
/*Ticket Plugin end*/

/*event manager plugin css end*/

/*testimonial start*/
.wpem_wedding_planner_theme-client-testimonial .wpem_wedding_planner_theme-section-title {
    position: relative;
    /* top: -100px; */
}
.wpem_wedding_planner_theme-client-testimonial-wrapper {
    display: flex;
    justify-content: center;
}
.wpem_wedding_planner_theme-client-testimonial-graphics {
    position: relative;
    padding-inline: 1em;
}

/* .wpem_wedding_planner_theme-client-testimonial-graphics:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    z-index: -1;
    border-radius: 100%;
    transform: translate(-50%, -50%);
} */
.wpem_wedding_planner_theme-client-testimonial-graphics img {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: table;
}

.wpem_wedding_planner_theme-client-testimonial-list {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wpem_wedding_planner_theme-client-testimonial-item {
    display: flex;
    margin: 15px 0;
}
.wpem_wedding_planner_theme-client-testimonial-item-profile {
    border-radius: 100%;
    flex: 0 0 110px;
    padding: 10px;
    background-color:#ff327321;
    height: 110px;
    display: grid;
    place-content: center;
}

.wpem_wedding_planner_theme-client-testimonial-item-profile > div {
    width: 90px;
    height: 90px;
    background: transparent;
    border-radius: 100%;
    display: grid;
    place-content: center;
    transition: all 300ms ease;
}

.wpem_wedding_planner_theme-client-testimonial-item:hover .wpem_wedding_planner_theme-client-testimonial-item-profile > div{
    background-color: var(--wpem-theme-primary-color);
}

.wpem_wedding_planner_theme-client-testimonial-item-profile img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.wpem_wedding_planner_theme-client-testimonial-item:hover .wpem_wedding_planner_theme-client-testimonial-item-profile img{
    filter: brightness(0) invert(1);
}

.wpem_wedding_planner_theme-client-testimonial-item:hover .wpem_wedding_planner_theme-client-testimonial-item-details h4{
    color: var(--wpem-theme-primary-color);
}

.wpem_wedding_planner_theme-client-testimonial-item-details {
    padding: 0 20px;
}

.wpem_wedding_planner_theme-client-testimonial-item-details h4 {
    font-weight: bold;
    margin: 0;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 15px;
}

.wpem_wedding_planner_theme-client-testimonial-item-details p {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}
.wpem_wedding_planner_theme-client-testimonial-item-stars {
    color: #FF9529;
    display: inline-block;
    margin: 5px 0;
}
.wpem_wedding_planner_theme-client-testimonial-item-stars i {
    margin-right: 5px;
}

/*testimonial end*/


/*parallax start*/
.wpem_wedding_planner_theme-parallax {
    background-color: var(--wpem-wedding-planner-secondary);
    background-image: url(assets/images/parallax-img1.png);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 140px 0;
    overflow: hidden;
}
.wpem_wedding_planner_theme-parallax:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--wpem-wedding-planner-secondary);
    z-index: 0;
    opacity: 0.3;
}
.wpem_wedding_planner_theme-parallax .container {
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}
.wpem_wedding_planner_theme-parallax p {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 60px;
}
.wpem_wedding_planner_theme-parallax .wpem_wedding_planner_theme-section-title h3:after {
    filter: brightness(0) invert(1);
}
/*parallax end*/

/*team start*/
.wpem_wedding_planner_theme-instructor {
    text-align: center;
}
.wpem_wedding_planner_theme-instructor-profile {
    position: relative;
    line-height: 0;
    overflow: hidden;
}
.wpem_wedding_planner_theme-instructor-profile img {
    height: 350px;
    object-fit: cover;
    filter: grayscale(1);
    transition: all 0.3s 0s;
    width: 100%;
}
.wpem_wedding_planner_theme-instructor-socials {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 50px);
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s 0s;
}
.wpem_wedding_planner_theme-instructor-socials a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--wpem-secondary-color);
    margin: 5px;
}
.wpem_wedding_planner_theme-instructor-socials a:hover {
    background-color: var(--wpem-primary-color);
}
.wpem_wedding_planner_theme-instructor-detail {
    padding-top: 20px;
}
.wpem_wedding_planner_theme-instructor-detail h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
}
.wpem_wedding_planner_theme-instructor:hover .wpem_wedding_planner_theme-instructor-socials {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px);
}
.wpem_wedding_planner_theme-instructor:hover .wpem_wedding_planner_theme-instructor-profile img {
    filter: grayscale(0);
    transform: scale(1.1);
}
/*team end*/


/*partner start*/
.wpem_wedding_planner_theme-featured-partner-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.wpem_wedding_planner_theme-featured-partner-item {
    width: 20%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wpem_wedding_planner_theme-featured-partner-item:hover {
    box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
}
/*partner end*/


/*footer start*/
.wpem_wedding_planner_theme-newsletter{
    padding: 40px;
}

.wpem_wedding_planner_theme-newsletter .newsletter-wrap {
    background-color: white;
    padding: 60px;
    border-radius: 6px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 -10px 30px rgb(0 0 0 / 5%);
    position: relative;
    z-index: 1;
    margin-bottom: -20px;
}
.wpem_wedding_planner_theme-newsletter .theme_btn:hover {
    background-color: #fff;
    color: var(--wpem-secondary-color);
}
.wpem_wedding_planner_theme-newsletter-content b {
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    display: block;
}
.wpem_wedding_planner_theme-newsletter-content span {
    color: var(--wpem-primary-color);
    font-size: 18px;
    line-height: 22px;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.wpem_wedding_planner_theme-footer {
    background-color: #49516F;
    padding-top: 180px;
    padding-bottom: 80px;
    margin-top: -100px;
}

.wpem_wedding_planner_theme-footer-site-info p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.wpem_wedding_planner_theme-footer-site-info a {
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 15px;
    display: block;
    color: white;
}

.wpem_wedding_planner_theme-footer-site-info a:hover{
    color: var(--wpem-theme-primary-color);
}

.wpem_wedding_planner_theme-footer-site-info a img{
    vertical-align: middle;
}

.wpem_wedding_planner_theme-footer-site-links {
    margin: 0 auto;
    display: table;
}
.wpem_wedding_planner_theme-footer-site-links a {
    display: block;
    color: #fff;
    margin-bottom: 10px;
}
.wpem_wedding_planner_theme-footer-site-links a i {
    width: 25px;
}
.wpem_wedding_planner_theme-footer-site-links a:hover {
    color: var(--wpem-primary-color);
}

.footer-bottom {
    background-color: #49516F;
    color: #fff;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.site-info a:hover {
    color: #fff;
}

.wpem_wedding_planner_theme-footer-site-links h3 {
    color: white;
    font-size: 24px;
    line-height: 29px;
    
}

.copyright {
    font-size: 14px;
}

.wpem_wedding_planner_theme-footer-social-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-between;
}

.wpem_wedding_planner_theme-footer-social-links a {
    margin-right: 10px;
}

.wpem_wedding_planner_theme-footer-social-links a {
    margin-right: 10px;
    color: black;
    background: white;
    border-radius: 50px;
    text-align: center;
    height: 35px;
    width: 35px;
    padding-top: 5px;
}
/*footer end*/

/*page header start*/
.page-header-wrapper {
    padding-top: 14em;
    padding-bottom: 10em;
    background-image: url("assets/images/about-banner.png");
    box-shadow: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-header-wrapper h1.entry-title {
    text-align: center;
    line-height: normal;
    font-size: calc(1.5rem + 1vw);
    letter-spacing: 2px;
    color: white;
    position: relative;
}

/*page header end*/



/*about page start*/
 .wpem_wedding_planner_theme-service{
    padding: 0px;
}
.wpem_wedding_planner_theme-service-col {
    background-color: var(--wpem-theme-light-color);
    padding: 50px 50px 0;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.wpem_wedding_planner_theme-service-col h2 {
    font-size: calc(.9rem + 1.2vw);
    font-weight: bold;
    max-width: 400px;
    width: 100%;
    line-height: normal;
}
.wpem_wedding_planner_theme-service-col h5 {
    font-weight: 500;
}
.wpem_wedding_planner_theme-service-col-dark{
    background-color: var(--wpem-theme-secondary-color); 
    color: #fff;
}
/*about page end*/


/*contact page start*/
.wpem_wedding_planner_theme-contact-info-col {
    text-align: center;
}
.wpem_wedding_planner_theme-contact-info-col i {
    width: 80px;
    height: 80px;
    background-color: var(--wpem-theme-light-color);
    font-size: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.wpem_wedding_planner_theme-contact-info-col h6 {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 500;
}
.wpem_wedding_planner_theme-contact-info-col h4 {
    font-size: 20px;
    font-weight: 600;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}

.wpem_wedding_planner_theme-contact-form .wpem_wedding_planner_theme-input {
    width: 100%;
    border: 1px solid transparent;
    background-color: var(--wpem-theme-light-color);
    margin-bottom: 30px;
    padding: 12px;
    font-weight: 500;
}
.wpem_wedding_planner_theme-contact-form .wpem_wedding_planner_theme-input:focus {
    background-color: transparent;
    border-color: var(--wpem-primary-color);
}

/*contact page end*/

/*Magnific Popup start*/
.mfp-iframe-holder .mfp-close{
    background: transparent;
}
/*magnific Popup end*/


/*  Wedding planner */

/* Topbar Starts */

.icon-phone,
.icon-mail {
    color: white;
    font-size: 15px;
    line-height: 25px;
}
.wpem_wedding_planner_theme-main-header-one__top {
    position: relative;
    display: block;
    background: var(--wpem-theme-primary-color);
}

.wpem_wedding_planner_theme-main-header-one__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wpem_wedding_planner_theme-main-header-one__top-address {
    position: relative;
    display: block;
}

.wpem_wedding_planner_theme-main-header-one__top-address ul {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}

.wpem_wedding_planner_theme-main-header-one__top-address ul li {
    position: relative;
    display: flex;
    margin-right: 30px;
}

.wpem_wedding_planner_theme-main-header-one__top-address ul li:last-child {
    margin-right: 0px;
}

.wpem_wedding_planner_theme-main-header-one__top-address ul li .icon {
    position: relative;
    display: block;
}

.wpem_wedding_planner_theme-main-header-one__top-address ul li .icon span::before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
}

.wpem_wedding_planner_theme-main-header-one__top-address ul li .text {
    position: relative;
    display: block;
    margin-left: 10px;
}

.wpem_wedding_planner_theme-main-header-one__top-address ul li .text p {
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    
    margin: 0;
}

.wpem_wedding_planner_theme-main-header-one__top-social-link {
    position: relative;
    display: block;
    line-height: 0;
}

.wpem_wedding_planner_theme-main-header-one__top-social-link ul {
    position: relative;
    display: block;
    top: 0;
    padding: 0;
    margin: 0;
}

.wpem_wedding_planner_theme-main-header-one__top-social-link ul li {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.wpem_wedding_planner_theme-main-header-one__top-social-link ul li:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wpem_wedding_planner_theme-main-header-one__top-social-link ul li:last-child {
    margin-right: 0px;
}

.wpem_wedding_planner_theme-main-header-one__top-social-link ul li a {
    position: relative;
    display: block;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

/* .wpem_wedding_planner_theme-main-header-one__top-social-link ul li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    border-radius: 50%;
    background-color: var(--thm-base);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: -1;
} */
.wpem_wedding_planner_theme-main-header-one__top-social-link ul li a:hover::before {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.wpem_wedding_planner_theme-main-header-one__top-social-link ul li a i {
    position: relative;
    display: block;
}
.wpem_wedding_planner_theme-main-header-one__top-social-link ul li a i::before {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.wpem_wedding_planner_theme-main-header-one__top-social-link ul li a:hover i::before {
    color: #ffffff;
}

.wpem_wedding_planner_theme-main-header-one__bottom {
    position: relative;
    display: block;
    background: #ffffff;
}
/* Topbar Ends */
.slick-arrow {
    width: 40px;
    height: 40px;
    background: var(--wpem-primary-color);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .7;
}
.slick-next {
    right: 25px;
}
.slick-prev {
    left: 25px;
}
.wpem_wedding_planner_theme-testimonial-section .wpem_wedding_planner_theme-section-title h2, .wpem_wedding_planner_theme-parallax .wpem_wedding_planner_theme-section-title h2 {
    color: white;
}

.wpem_wedding_planner_theme-about-counter {
    background-color: var(--wpem-primary-color);
    color: white;
    text-align: center;
    left: 80%;
}

.wpem_wedding_planner_theme-testimonial-section {
    background-color: var(--wpem-wedding-planner-secondary);
    background-image: url(assets/images/testimonial-bg2.png);
    background-size: cover;
    background-position: center;
    position: relative;
    isolation: isolate;
    padding-bottom: 0;
}

.wpem_wedding_planner_theme-testimonial-section::after {
    content: '';
    inset: 0;
    position: absolute;
    background: linear-gradient(347deg, white 45%, transparent 0);
    z-index: -1;
}

.wpem_wedding_planner_theme-about-section-left {
    position: relative;
    min-height: 523px;
    display: flex;
    align-items: end;
    justify-content: end;
}

.wpem_wedding_planner_theme-about-section {
    position: relative;
    padding: 80px 0px;
    position: relative;
    background: rgb(255 50 115 / 10%);
}

.wpem_wedding_planner_theme-about-section .row {
    min-height: 523px;
    position: relative;
}

.about-left-banner {
    background-image: url(assets/images/about-left-img.png);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-right: -15px;
    
}

.column.column-6.about-right-content {
    align-self: center;
}

input[type="text"] {
    width: 100%;
    /* height: 58px; */
    padding-right: 88px;
    background-color: white;
    /* border: none; */
}

input[type="submit"] {
    font-size: 16px;
    height: 35px;
    background-color: var(--wpem-theme-primary-color);
}
form {
    max-width: 100%;
}
::placeholder {
    color: black;
}

/* pricing table  */
.wpem_wedding_planner_theme-basic-package-price,
.wpem_wedding_planner_theme-standard-package-price,
.wpem_wedding_planner_theme-luxury-package-price {
    padding: 2.5em;
    border-radius: 8px;
}
.wpem_wedding_planner_theme-basic-package-price {
    background-color: #ff32732a;
}
.wpem_wedding_planner_theme-standard-package-price {
    background-color: var(--wpem-primary-color);
}
.wpem_wedding_planner_theme-luxury-package-price {
    background-color: #49516F;
}
 /* basic price  */
.wpem_wedding_planner_theme-basic-package-price h2 {
    
    font-size: 24px;
    line-height: 29px;
    font-weight: normal;
    text-transform: capitalize;
    color: black;
}
.wpem_wedding_planner_theme-basic-package-price h4 {
    
    font-size: 50px;
    line-height: 61px;
    font-weight: 400;
    color: black;
}
/* standard  */
.wpem_wedding_planner_theme-standard-package-price h2 {
    
    font-size: 24px;
    line-height: 29px;
    font-weight: normal;
    text-transform: capitalize;
    color: white;
}
.wpem_wedding_planner_theme-standard-package-price h4 {
    
    font-size: 50px;
    line-height: 61px;
    font-weight: 400;
    color: white;
}
/* luxury  */
.wpem_wedding_planner_theme-luxury-package-price h2 {
    
    font-size: 24px;
    line-height: 29px;
    font-weight: normal;
    text-transform: capitalize;
    color: white;
}
.wpem_wedding_planner_theme-luxury-package-price h4 {
    
    font-size: 50px;
    line-height: 61px;
    font-weight: 400;
    color: white;
}
.wpem_wedding_planner_theme-basic-package-price ul,
.wpem_wedding_planner_theme-standard-package-price ul,
.wpem_wedding_planner_theme-luxury-package-price ul {
    margin: 0;
    padding: 0;
    padding-bottom: 1em;
    display: flex;
    flex-direction: column;
    list-style: none;
}
.wpem_wedding_planner_theme-basic-package-price ul,
.wpem_wedding_planner_theme-standard-package-price ul,
.wpem_wedding_planner_theme-luxury-package-price ul {
    margin: 0;
    padding: 0;
    padding-bottom: 1em;
    display: flex;
    flex-direction: column;
    list-style: none;
}

.wpem_wedding_planner_theme-basic-package-price ul li,
.wpem_wedding_planner_theme-standard-package-price ul li,
.wpem_wedding_planner_theme-luxury-package-price ul li {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.wpem_wedding_planner_theme-basic-package-price ul li:before,
.wpem_wedding_planner_theme-standard-package-price ul li:before,
.wpem_wedding_planner_theme-luxury-package-price ul li:before {
    content: '✓';
    margin-right: 15px;
    color: black;
    font-size: 14px;
    background: white;
    border-radius: 100%;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
  }

.wpem_wedding_planner_theme-standard-package-price ul li,
.wpem_wedding_planner_theme-luxury-package-price ul li {
    color: white;
}
.wpem_wedding_planner_theme-standard-package-price button {
    background-color: white;
    color: black;
    cursor: pointer;
}


.wpem_wedding_planner_theme-testimonial-slider {
    background-color: white;
    padding: 3em;
    border-radius: 5px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 20%);
}

.wpem_wedding_planner_theme-testimonial-section h4, h2 {
    color: white;
}

.slick-slide img {
    display: inline-block;
    width: auto;
    padding: 8px;
    border-radius: 100px;
}

.slick-slider .slick-list .slick-track .slick-slide>div{
    height: unset;
}
.wpem_wedding_planner_theme-testimonial-item {
    padding: 2em;
}

.wpem_wedding_planner_theme-testimonial-item-profile-img {
    width: 180px;
    margin: 0 auto;
    position: relative;
}

.wpem_wedding_planner_theme-testimonial-item-review {
    margin-top: 20px;
}
.wpem_wedding_planner_theme-testimonial-section h3 {
   font-size: 26px;
   line-height: 32px;
   font-weight: 400px;
   margin-bottom: 0;
   margin-top: 20px;
   
}
.wpem_wedding_planner_theme-testimonial-item-profile small {
    font-size: 16px;
    line-height: 19px;
    color: var(--wpem-primary-color);
}

.wpem_wedding_planner_theme-about-iconbox-section {
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    text-align: center;
}

.wpem_wedding_planner_theme-about-iconbox-section-item1,
.wpem_wedding_planner_theme-about-iconbox-section-item2,
.wpem_wedding_planner_theme-about-iconbox-section-item3,
.wpem_wedding_planner_theme-about-iconbox-section-item4 {
    padding: 2em;
    background: var(--wpem-primary-color);
    border: 1px solid #ffffff23;
    flex: 0 0 50%;
    width: 130px;
    height: 130px;
    align-items: center;
    justify-content: center;
}
.wpem_wedding_planner_theme-about-iconbox-section-item1 {
    border-top-left-radius: 10px;
}
.wpem_wedding_planner_theme-about-iconbox-section-item2 {
    border-top-right-radius: 10px;
}
.wpem_wedding_planner_theme-about-iconbox-section-item3 {
    border-bottom-left-radius: 10px;
}
.wpem_wedding_planner_theme-about-iconbox-section-item4 {
    border-bottom-right-radius: 10px;
}
.iconbox-item-heading h2 {    
    color: white;
    font-size: 40px;
    line-height: 28px;
}
.iconbox-item-desc p {
    
    color: white;
    font-size: 16px;
    line-height: 28px;
}
.wpem_wedding_planner_theme-celebrate-love-section-item1 {
    height: 595px;
    margin-bottom: 20px;
    background-image: url(assets/images/full-planning.png);
}

.wpem_wedding_planner_theme-celebrate-love-section-item2 {
    height: 285px;
    margin-bottom: 30px;
    background-image: url(assets/images/express-wedding.png);
}

.wpem_wedding_planner_theme-celebrate-love-section-item3 {
    height: 285px;
    background-image: url(assets/images/flower-wedding.png);
}

.wpem_wedding_planner_theme-celebrate-love-section-item4 {
    height: 285px;
    background-image: url(assets/images/destination-wedding.png);
}

.wpem_wedding_planner_theme-love-section-masonary .second-col .row {
    justify-content: space-between;
}

.wpem_wedding_planner_theme-newsletter-img {
    padding-right: 2em;
}
.newsletter-data {
    display: flex;
    flex: 0 0 50%;
}

.wpem_wedding_planner_theme-event-banner-section {
    padding-top: 15em;
    padding-bottom: 7em;
    background-image: url(assets/images/about-banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--wpem-theme-secondary-color);
}

.wpem_wedding_planner_theme-heading h2 {
    font-size: 50px;
    line-height: 61px;
    font-weight: bold;
}

.wpem_wedding_planner_theme-latest-event-section {
    padding: 80px 0;
}
.wpem_wedding_planner_theme-logo-section {
    text-align: center;
    padding-block: 67px;
    color: white;
    background-image: url(assets/images/bg2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.wpem_wedding_planner_theme-logo-section-cards {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 1.5em;
}
.wpem_wedding_planner_theme-social-gallery-card-item {
    margin-bottom: 20px;
}
.wpem_wedding_planner_theme-social-gallery-card-item-img {
    padding-inline: 20px;
    position: relative;
}
.wpem_wedding_planner_theme-social-gallery-section .wpem_wedding_planner_theme-social-gallery-card-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s 0s;
    border-radius: 20px;
    aspect-ratio: 27 / 25;
}
.wpem_wedding_planner_theme-social-gallery-card-item-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    box-shadow: 0 6px 10px rgb(0 0 0 / 20%);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
}
.wpem_wedding_planner_theme-social-gallery-card-item-icon i{
    margin-top: -1px;
}
.wpem_wedding_planner_theme-social-gallery-card-item:hover .wpem_wedding_planner_theme-social-gallery-card-item-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.wpem_wedding_planner_theme-breadcrumb {
    padding-top: 200px;
    padding-bottom: 100px;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-color: var(--wpem-theme-secondary-color);
}
.wpem_wedding_planner_theme-contact-container {
    padding-bottom: 0;
}

.wpem_wedding_planner_theme-contact-container .column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.iconlist {
    font-size: 30px;
    margin-bottom: 20px;
    padding: 0 25px;
    color: var(--wpem-primary-color) !important;
    background: white;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-connect-social-links{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    gap: 14px;
}

.contact-connect-social-links a {
    margin-right: 10px;
    color: black;
    text-align: center;
    height: 18px;
    width: 18px;
}
.wpem_wedding_planner_theme-contact-heading{
    color: white!important ;
}
.wpem_wedding_planner_theme-input {
    width: 100%;
    border-radius: 5px !important;
    padding: 11px 20px !important;
    margin-bottom: 30px;
    border: none !important;
}
.wpem_wedding_planner_theme-input:hover {
    border-color: var(--wpem-primary-color) !important;
}
textarea.wpem_wedding_planner_theme-input {
    height: 200px;
}

.wpem_wedding_planner_theme-contact-icon-list-item1{
    background: rgba(var(--wpem-wedding-planner-rgb-primary) / 0.1);
    padding: 2em;
}
.wpem_wedding_planner_theme-contact-icon-list-item2{
    background: rgba(var(--wpem-wedding-planner-rgb-primary) / 0.2);
    padding: 2em;
}
.wpem_wedding_planner_theme-contact-icon-list-item3{
    background: rgba(var(--wpem-wedding-planner-rgb-primary) / 0.3);
    padding: 2em;
}
.wpem_wedding_planner_theme-contact-icon-list-item4{
    background: rgba(var(--wpem-wedding-planner-rgb-primary) / 0.4);
    padding: 2em;
}

.wpem_wedding_planner_theme-contact-icon-list-item1 h4,
.wpem_wedding_planner_theme-contact-icon-list-item2 h4,
.wpem_wedding_planner_theme-contact-icon-list-item3 h4,
.wpem_wedding_planner_theme-contact-icon-list-item4 h4 {
    
    font-size: 24px;
    line-height: 30px;
    color: black;
}

.wpem_wedding_planner_theme-contact-icon-list-item1 p,
.wpem_wedding_planner_theme-contact-icon-list-item2 p,
.wpem_wedding_planner_theme-contact-icon-list-item3 p,
.wpem_wedding_planner_theme-contact-icon-list-item4 p {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: black;
}

.wpem_wedding_planner_theme-banner-section .column:has(img) {
    align-self: end;
}

.wpem_wedding_planner_theme-img {
    line-height: 0;
    margin-bottom: -3px;
}

.wpem_wedding_planner_theme-wedding-gallery-section {
    padding-bottom: 80px;
}

.newsletter-input {
    background-color: #ff327331 !important;
    padding: 25px !important;
}
.wpem_float-right{
    float: right;
}

.slick-slider .slick-dots li button:before {
    content: '';
    opacity: 1 !important;
    background: var(--wpem-theme-secondary-color);
    border-radius: 100%;
    width: 14px;
    height: 14px;
    border: 4px solid transparent;
}

.slick-slider .slick-dots li.slick-active button:before{
    border-color: var(--wpem-theme-button-color);
    background: white;
    width: 16px;
    height: 16px;
}

.slick-slider .slick-dots {
    bottom: 20px;
    text-align: center;
    left: 0;
}
.wpem_wedding_planner_theme-slider .wpem-form-wrapper {
    display: none;
}
.wpem_wedding_planner_theme-parallax .wpem_wedding_planner_theme-section-title h4 {
    color:white!important;
}
.overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: #49516F;
    transition: all 0.5s ease;
    border-radius: 10px;
    opacity: 0;
    z-index: -1;
}

.celebrate_love_item{
    isolation: isolate;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;

}

.celebrate_love_item:hover .overlay{
    opacity: 0.6;
}

.testimonial-quote1 {
    bottom: 0;
    right: 20px;
    position: absolute;
    width: 55px!important;
    height: 55px!important;
}

.testimonial-profile {
    border: 1px solid black;
}
.wpem_wedding_planner_theme-services-bg {
    position: absolute;
    top: 0;
    left: 0;
}

.love-section-heading {
    transform: translate(0px, 34px);
    transition: all 0.3s 0s;
    text-align: center;
    padding: 15px;
}
.love-section-heading .theme_btn {
    opacity: 0;
    transform: translate(0px, 40px);
    padding: 7px 15px;
    font-size: 14px;
}
.love-section-heading h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: normal;
}

.celebrate_love_item:hover .love-section-heading {
    transform: translate(0px, 0px);
}
.celebrate_love_item:hover .love-section-heading .theme_btn{
    transform: translate(0px, 0px);
    opacity: 1;
}


.gallery_btn {
    background: none;
    padding: 0;
    border: 0;
}
.gallery_btn:hover {
    background: none;
    padding: 0;
    border: 0;
    color: #000;
}

.gallery_btn:after {
    content: "→";
    font-size: 20px;
    padding-left: 10px;
}

.wpem_wedding_planner_theme-gallery-section-title h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    /* margin-bottom: 125px; */
}

.wpem_wedding_planner_theme-social-gallery-section > .container:nth-of-type(odd) .row .column:not(:has(img)){
    padding-left: 75px;
}

.wpem_wedding_planner_theme-social-gallery-section > .container:nth-of-type(even) .row .column:not(:has(img)){
    padding-right: 75px;
}

.wpem_wedding_planner_theme-social-gallery-section .container{
    position: relative;
}

.wpem_wedding_planner_theme-gallery-section-title h2 {
    font-size: 80px;
    line-height: 109px;
    color: #FF3273;
    position: relative;
    font-weight: 700;
    width: 130%;
    text-align: center;
}

.wpem_wedding_planner_theme-gallery-section-title.text-left h2 {
    left: -58%;
}

.wpem_wedding_planner_theme-gallery-section-title.text-right h2 {
    right: -25%;
    z-index: 1;
    width: 130%;
}

.wpem_wedding_planner_theme-gallery-section-title p {
    
    color: #000;
    font-size: 20px;
    line-height: 30px;
}
.right-float-text {
    left: 30%!important;
    z-index: 99;
}
.wpem_wedding_planner_theme-video-gallery-card-item-icon {
    width: 44px;
    height: 44px;
    background: white;
    position: absolute;
    bottom: 50px;
    right: 35px;
    border-radius: 100%;
    display: grid;
    place-content: center;
    padding: 17px;
    box-shadow: 0 3px 6px rgba(0 0 0 / 0.16);
}
.wpem_wedding_planner_theme-video-gallery-card-item-icon:hover {
    transform: scale(1.1);
}
.wpem_wedding_planner_theme-video-gallery-card-item-icon img{
    border-radius: 0;
}

.wpem_wedding_planner_theme-video-gallery-section {
    padding: 0;
}

.wpem_wedding_planner_theme-social-gallery-container {
    display: grid;
    grid-template-columns: repeat(5,1fr);
}

.wpem_wedding_planner_theme-newsletter input[type="email"] {
    width: 100% !important;
    border: 0;
    padding-right: 140px !important;
}

.wpem_wedding_planner_theme-newsletter input[type="submit"] {
    position: absolute;
    right: 15px;
    border-radius: 6px;
    top: 50%;
    transform: translate(0px, -50%);
    margin: 0;
    line-height: normal;
    padding: 14px 20px;
    height: inherit;
}

.newsletter-form {
    position: relative;
    width: 100%;
    padding-left: 5%;
}

.wpem_wedding_planner_theme-about-section-right {
    padding: 2.2em;
}
.wpem-single-event-page .wpem-heading-text {
    font-family: 'teko';
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date {
    background: var(--wpem-theme-primary-color);
}
.wpem_wedding_planner_theme-slider .wpem-date-separator {
    display: none;
}
.wpem_wedding_planner_theme-slider .wpem-heading-text {
    color: #000;
}
.wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper {
    padding: 200px 0;
}
.archive:is(.tax-event_listing_type,.tax-event_listing_category,.tax-event_listing_tag) :is(.site-branding .site-title a) {
    color: var(--wpem-theme-primary-color);
}
.archive:is(.tax-event_listing_type,.tax-event_listing_category,.tax-event_listing_tag) .main-navigation li a {
    color: #000 !important;
}
.archive:is(.tax-event_listing_type,.tax-event_listing_category,.tax-event_listing_tag) p.site-description {
    color: #000;
}
.archive:is(.tax-event_listing_type,.tax-event_listing_category,.tax-event_listing_tag) .wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper {
    padding-block: 120px 0;
}
.wpem-add-tickets-tab-wrapper .wpem-tabs-action-buttons {
    top: 0;
}
.wpem-name-badges-settings-form .wpem-customization-box input.wpem-theme-button {
    height: auto;
    padding: 10px 15px!important;
}
.wpem-event-listings-header .wpem-event-listing-header-title .wpem-heading-text {
    color: #000;
}
h2.calendar-title.wpem-heading-text.wpem-mb-0 {
    color: #000;
}

/* Events */

.wpem_wedding_planner_theme-events #googleMap {
    display: none;
}

.wpem_wedding_planner_theme-events .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper{
    border: 0;
    border-radius: 15px;
}

.wpem_wedding_planner_theme-events .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
    padding: 30px 20px;
}

.wpem_wedding_planner_theme-events :where(.wpem-event-banner-img,.wpem-event-banner){
    border-radius: 15px !important;
}

.wpem_wedding_planner_theme-events :where(.wpem-event-register-label-text,.wpem-event-ticket-type-text) {
    background: #29D167 !important;
    color: white !important;
}

.wpem_wedding_planner_theme-events .wpem-event-type-text {
    background: #FFECF2 !important;
}

span.expo-toggle-switch-slider {
    box-shadow: inset 0 0 50px #ddd;
}

.wpem-dashboard-event-datetime-location .wpem-dashboard-event-expo-toggle-switch input:checked + .expo-toggle-switch-slider {
    box-shadow: none;
}

/*---------------------------------------------------
##   WooCommerce
*   ----------------------------------------------------- */

.woocommerce-cart-form__cart-item a {
    color: var(--wpem-theme-primary-color);
}

.woocommerce-cart-form__cart-item a:hover {
    color: var(--wpem-theme-primary-color);
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: var(--wpem-theme-primary-color);
    border-radius: 100px;
    font-weight: 400;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--wpem-theme-secondary-color);
}

input#coupon_code {
    border-color: var(--wpem-theme-secondary-color);
    min-width: 150px;
}

.coupon button[name="apply_coupon"] {
    background: var(--wpem-theme-primary-color);
    color: var(--wpem-theme-content-color);
    font-weight: 400;
}

.coupon button[name="apply_coupon"]:hover{
    background-color: var(--wpem-theme-secondary-color);
    color: var(--wpem-theme-content-color);
}

.woocommerce button[name="update_cart"]:where([aria-disabled="false"],[aria-disabled="true"]){
    font-weight: 400;
}

button[name="update_cart"][aria-disabled="false"] {
    background: var(--wpem-theme-primary-color);
    color: var(--wpem-theme-content-color);
}

button[name="update_cart"][aria-disabled="false"]:hover {
    background: var(--wpem-theme-secondary-color);
    color: var(--wpem-theme-content-color);
}

.woocommerce-checkout a {
    color: var(--wpem-theme-primary-color);
}

.woocommerce-checkout a:hover {
    color: var(--wpem-theme-primary-color);
}

button#place_order {
    background-color: var(--wpem-theme-primary-color);
    font-weight: 400;
}

.woocommerce .edit-account button[name="save_account_details"] {
    margin-top: 20px;
}

.edit-account button[name="save_account_details"]:hover{
    background-color: var(--wpem-theme-secondary-color);
    color: var(--wpem-theme-content-color);
}

fieldset {
    border-color: var(--wpem-theme-secondary-color);
    border-width: 1px;
    border-radius: 4px;
}

.woocommerce form button[type="submit"] {
    background-color: var(--wpem-theme-primary-color);
    color: var(--wpem-theme-content-color);
    font-weight: 400;
}

.woocommerce form button[type="submit"]:hover {
    background-color: var(--wpem-theme-secondary-color) !important;
    color: var(--wpem-theme-content-color) !important;
}

a.woocommerce-Button[href*="/shop"] {
    background-color: var(--wpem-theme-primary-color);
    color: var(--wpem-theme-content-color);
    font-weight: 400;
    border-radius: 100px;
}

a.woocommerce-Button[href*="/shop"]:hover {
    background-color: var(--wpem-theme-secondary-color);
    color: var(--wpem-theme-content-color);
}


nav.woocommerce-MyAccount-navigation {
    /* padding: 20px; */
    /* border-radius: 5px; */
    margin-bottom: 20px;
    /* border: 1px solid var(--wpem-theme-primary-color); */
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding: 10px;
    border: 1px solid var(--wpem-theme-primary-color);
    border-bottom: 0;
}
nav.woocommerce-MyAccount-navigation ul li:last-of-type{
    border-bottom: 1px solid var(--wpem-theme-primary-color);
}

nav.woocommerce-MyAccount-navigation li a {
    color: var(--wpem-theme-primary-color);
    font-weight: 700;
}

.woocommerce-Address-title.title h3 {
    margin: 0;
}

.woocommerce-Address {
    border: 1px solid var(--wpem-theme-primary-color);
    padding: 10px;
    /* border-radius: 10px; */
}

.woocommerce-MyAccount-content a{
    color: var(--wpem-theme-primary-color);
}

.woocommerce-MyAccount-content a:hover{
    color: var(--wpem-theme-primary-color);
}

.woocommerce-MyAccount-content table a{
    color: var(--wpem-theme-primary-color);
}

.woocommerce-MyAccount-content table a:hover{
    color: var(--wpem-theme-primary-color);
}

.woocommerce-table__product-name a {
    color: var(--wpem-theme-primary-color);
}

.woocommerce-table__product-name a:hover {
    color: var(--wpem-theme-primary-color);
}

.woocommerce ul.order_details {
    padding: 0;
}

section.woocommerce-order-details {
    padding: 0;
}

section.woocommerce-customer-details {
    padding: 0;
}
.wpem-single-event-page .wpem-single-event-right-content .wpem-single-event-body-sidebar .wpem-icon-text-button.bookmark-notice {
    background-color: transparent !important;
}

a.iconlist i {
    color: #000;
}

.wpem-event-listing-type-page .wpem-event-listing-type-page-wrapper .wpem-event-listing-type-page-title .wpem-heading-text {
    line-height: normal!important;
}

/*---------------------------------------------------
##   Responsive
*   ----------------------------------------------------- */


@media (min-width: 576px) {
    .column-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-sm-6,
    .wpem-wedding-planner-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-wedding-planner-main-sidearea .widget .event_listings_class .wpem-single-event-widget{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media (min-width: 768px) {
    
    .comment-form-author, .comment-form-email, .comment-form-url {
        float: left;
        width: 31%;
    }
    .comment-form-author, .comment-form-email {
        margin-right: 3.5%;
    }
    .comment-form-cookies-consent,
    #comments .form-submit {
        clear: left;
    }
    .recent-post-list-single:nth-child(2),
    .recent-post-list-single:nth-child(3) {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .text-t-left {
        text-align: left;
    }
    .text-t-center {
        text-align: center;
    }
    .text-t-right {
        text-align: right;
    }
    .header-top .top-right {
        text-align: right;
    }
    #primary-menu {
        float: right;
    }
    #primary-menu:after,
    .menu-all-pages-container:after {
        content: '';
        clear: both;
        display: table;
    }
    #primary-menu li a {
        padding: 15px;
    }
    #primary-menu li li a {
        padding: 5px 15px;
    }
    .column-t-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-t-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-t-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-t-4,
    .wpem-wedding-planner-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-wedding-planner-main-sidearea .widget .event_listings_class .wpem-single-event-widget
    {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-t-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-t-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-t-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-t-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-t-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-t-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-t-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-t-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-t-1,
    .left-sidebar .secondary-content-area {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-t-2,
    .left-sidebar .primary-content-area {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-t-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .column-l-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .column-l-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .column-l-3,
    .wpem-wedding-planner-main-sidearea .widget .event_listings .wpem-single-event-widget,
    .wpem-wedding-planner-main-sidearea .widget .event_listings_class .wpem-single-event-widget {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .column-l-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .column-l-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .column-l-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .column-l-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .column-l-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .column-l-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .column-l-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .column-l-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .column-l-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1470px;
    }

    body.boxed-layout .site {
        max-width: 1500px;
    }
}



@media (max-width: 1200px) {
    .wpem_wedding_planner_theme-banner-section-left{
        margin: 0px;
    }
    .wpem_wedding_planner_theme-social-gallery-container {
        grid-template-columns: repeat(4,1fr)!important;
    }

    .wpem_wedding_planner_theme-client-testimonial-graphics-border-shape:after{
        width: 430px;
        height: 430px;      
    }
    .wpem_wedding_planner_theme-client-testimonial-graphics-border-shape:before{
        width: 500px;
        height: 500px;
    }  
     .wpem_wedding_planner_theme-blur-bg {
        width: 100%;
        height: 100%;
    } 
    .main-navigation li a {
        padding: 10px!important;
    }
    .wpem_wedding_planner_theme-love-section-masonary {
        padding: 0 2em;
    }
    .wpem_wedding_planner_theme-social-gallery-card-item-img {
        width: 100%;
        height: auto;
        /* margin: 0 auto 20px; */
        position: relative;
        padding-inline: 10px;
    }

    .wpem_wedding_planner_theme-social-gallery-card-item{
        margin-bottom: 10px;
    }

    .wpem_wedding_planner_theme-footer .column {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }

    .wpem_wedding_planner_theme-footer-site-links{
        margin: 0;
    }
   
}

@media (max-width: 1024px){
    .wpem_wedding_planner_theme-social-gallery-section > .container:nth-of-type(odd) .row .column:not(:has(img)) {
        padding-inline: 15px;
        padding-top: 30px;
    }

    .wpem_wedding_planner_theme-social-gallery-section > .container:nth-of-type(even) .row .column:not(:has(img)) {
        padding-inline: 15px;
        padding-top: 30px;
    }
}

@media (max-width: 991px){
    .wpem_wedding_planner_theme-banner-section-left .wpem_wedding_planner_theme-section-title h3 {
        font-size: 28px;
    }
    .wpem_wedding_planner_theme-banner-section-left .wpem_wedding_planner_theme-section-title {
        margin-bottom: 20px;
    }
    .wpem_wedding_planner_theme-banner-section-left-address {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .secondary-content-area{
        margin-top: 30px;
    }
    .menu-toggle{
        border: 0;
        background: transparent !important;
        display: block;
        margin: 0 0 0 auto;
    }
    .bar1, .bar2, .bar3 {
        width: 28px;
        height: 3px;
        background-color: var(--wpem-theme-primary-color);
        margin: 6px 0;
        transition: 0.4s;
        display: block;
    }
    .change .bar1 {
        transform: rotate(-45deg) translate(-6px, 7px);
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        transform: rotate(45deg) translate(-6px, -7px);
    }
    .main-navigation ul{
        display: none;
    }
    .main-navigation.toggled ul {
        display: block;
    }
    .header-main{
        padding: 15px 0;
    }
    .site-branding .site-title {
        font-size: 20px;
    }
    #site-navigation.toggled #primary-menu,
    #site-navigation.toggled #primary-menu ul.nav-menu {
        display: block;
    }
    .main-navigation li {
        float: none;
    }
    .main-navigation li.menu-item-has-children ul {
        transition: all 0.2s ease-in;
    }
    .main-navigation li.menu-item-has-children.focus > ul {
        position: relative;
        float: none;
        display: block;
    }
    .main-navigation ul ul li.focus ul {
        left: 0;
        margin: 0 10px 5px 15px;
    }
    .main-navigation li a,
    .main-navigation ul ul a{
        width: 100%;
    }
    .main-navigation li a{
        padding: 10px 0;
    }
    .main-navigation ul ul a{
        padding: 10px 20px;
        color: #fff !important;
    }
    .wpem_wedding_planner_theme-newsletter .newsletter-wrap {
        flex-direction: column;
    }
    .wpem_wedding_planner_theme-newsletter .newsletter-form {
        width: 100%;
        padding: 0;
    }
    .wpem_wedding_planner_theme-newsletter{
        padding: 20px 0;
    }
    .wpem_wedding_planner_theme-contact-container .row {
        padding-inline: 20px;
    }
    .wpem_wedding_planner_theme-about-section-right .wpem_wedding_planner_theme-section-title h2 {
        margin: 0;
    }
    .wpem_wedding_planner_theme-wedding-gallery-section{
        padding: 0 0 40px;
    }
   
    .wpem_wedding_planner_theme-gallery-section-title h2 {
        line-height: 50px!important;
        left: 0px!important;
        font-size: 36px!important;
        width: 100%;
        text-align: left;
    }
    .wpem_wedding_planner_theme-gallery-section-right p{
        text-align: left;
    }
    .wpem_wedding_planner_theme-gallery-section-right button{
        float: none !important;
    }
    .wpem_wedding_planner_theme-gallery-section-title h4{
        text-align: left;
    }
    .wpem_wedding_planner_theme-gallery-section-title.text-right h2{
        width: 100%;
    }
    .wpem_wedding_planner_theme-social-gallery-container {
        grid-template-columns: repeat(3,1fr)!important;
    }

     .wpem_wedding_planner_theme-services-bg {
        position: absolute;
        top: -10px!important;
        left: 25%!important;
    }
    .wpem_wedding_planner_theme-instructors .column-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .wpem_wedding_planner_theme-about .column-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wpem_wedding_planner_theme-about-right .column-6{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .wpem_wedding_planner_theme-featured-partner-item {
        width: 33.33%;
    }
    .wpem_wedding_planner_theme-instructor {
        margin-bottom: 30px;
    }
    .wpem_wedding_planner_theme-client-testimonial-wrapper {
        flex-wrap: wrap;
    }
    .wpem_wedding_planner_theme-client-testimonial-list {
        width: 50%;
        text-align: left;
    }
    .wpem_wedding_planner_theme-client-testimonial-graphics {
        order: 1;
    }
    .text-right .wpem_wedding_planner_theme-client-testimonial-item {
        flex-direction: row-reverse;
    }
    .wpem_wedding_planner_theme-client-testimonial{
        padding-bottom: 40px;
    }
    .menu-toggle {
        border: 0;
        background: transparent;
        display: block!important;
        margin: 0;
        color: var(--wpem-primary-color)!important;
        padding: 0;
        
    }
    #primary-menu li a {
        padding: 3px!important;
    } 
    .main-navigation ul {
        padding: 1em !important;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        margin-top: 15px;
        box-shadow: 0 10px 10px rgb(0 0 0 / 20%);
    }
    .main-navigation li a {
        color: #000 !important;
        margin: 0px !important;
        padding: 10px 0 !important;
    }
    .main-navigation li a:before {
        bottom: 0;
    }
    .menu-menu-container ul li a {
        font-size: 16px;
    }
     .site-branding {
        flex: 0 0 70%;
        padding-left: 50px;
     }
     .wpem_wedding_planner_theme-about-section .column {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .about-left-banner {
        padding-right: 30px;
    }
     .wpem_wedding_planner_theme-about-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .main-navigation a {
        margin-bottom: -15px;
    }
    .slick-slide img {
        display: inline-block;
        padding: 8px;
        border-radius: 100%!important;
    }
    .column-4.package-col {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }
    .wpem_wedding_planner_theme-newsletter .container {
        display: block;
    }
    .newsletter-data {
        padding-bottom: 2.5em;
    }
    .newsletter-input {
        width: 80%!important;
    }
    .wpem_wedding_planner_theme-main-header-one__top-address ul {
        padding-left: 0px!important;
    }
    .wpem_wedding_planner_theme-services-bg {
        left: 136px!important;
    }
    .wpem_wedding_planner_contact-form .column-8 {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .header-top .column {
        text-align: center;
    }
    .text-mb-left {
        text-align: left;
    }
    .text-mb-center {
        text-align: center;
    }
    .text-mb-right {
        text-align: right;
    }
    .sidebar-first .secondary-content-area {
        -ms-flex-order: 1;
        order: 1;
    }
    .sidebar-first .primary-content-area {
        -ms-flex-order: 2;
        order: 2;
    }
    .search-box {
        display: inline-block;
        padding: 5px 10px;
        font-size: 20px;
    }
    .error-404 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .error-404 h1{
        font-size: 80px;
    }
    .error-404 h2{
        font-size: 20px;
    }

    .celebrate_love_item {
        max-height: 250px !important;
        flex: 0 0 100% !important;
        margin: 0 0 20px 0 !important;
        width: 100% !important;
    }

    .first-col {
        padding: 0;
    }

    .wpem_wedding_planner_theme-newsletter .newsletter-wrap {
        padding: 30px;
    }

    .wpem_wedding_planner_theme-newsletter .newsletter-data{
        flex-direction: column;
        padding-bottom: 15px;
        width: 100%;
    }
    .column-4.package-col{
        margin: 0px;
    }
    .wpem_wedding_planner_theme-newsletter input[type="text"] {
        width: 98%!important;
    }

    .about-left-banner{
        background-position: top center;
        margin: 0;
        padding-right: 15px;
    }
   .wpem_wedding_planner_theme-about-section-right {
        padding: 0;
        margin-top: 30px;
   }
   .wpem_wedding_planner_theme-about-iconbox-section {
        position: initial;
   }
   .wpem_wedding_planner_theme-services-bg {
        position: absolute;
        left: 18px;
   }
    .column{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .header-main .row {
        flex-wrap: nowrap;
    }
    .header-main .row .column {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .header-main .row .column:nth-child(1) {
        max-width: 0 0 70px !important;
    }
    .header-main-tel{
        display: none;
    }
    .wpem_wedding_planner_theme-main-banner-socail-icon {
        right: 10px;
    }
    section {
        padding: 40px 0;
    }
    .wpem_wedding_planner_theme-counter-box {
        padding: 30px 0;
    }
    .wpem_wedding_planner_theme-counter-box:after {
        left: 50%;
        transform: translate(-50%, 50px);
    }
    .wpem_wedding_planner_theme-main-banner-content h1 {
        font-size: calc(2rem + 3vw);
        letter-spacing: 0;
    }
    .wpem_wedding_planner_theme-video-section{
        padding: 60px 0;
    }
    .wpem_wedding_planner_theme-banner-section-left {
        text-align: center;
    }
    .wpem_wedding_planner_theme-play-btn-container{
        justify-content: center;
    }
    .wpem_wedding_planner_theme-img {
        margin-top: 30px;
    }
    .wpem_wedding_planner_theme-section-title h3:after{
        height: 9px;
        margin-top: 10px;
    }
    .wpem_wedding_planner_theme-parallax{
        padding: 60px 0;
    }
    .wpem_wedding_planner_theme-instructor-profile img{
        height: 300px;
    }
    .wpem_wedding_planner_theme-featured-partner-item {
        width: calc(50% - 10px);
        box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
        margin: 5px;
    }
    .wpem_wedding_planner_theme-footer{
        padding-top: 140px;
        padding-bottom: 0px;
    }
    
    .footer-bottom .copyright {
        margin-bottom: 10px;
    }
    .footer-bottom {
        font-size: 13px;
        text-align: center;
        line-height: normal;
    }
    .footer-bottom .container {
        flex-direction: column;
    }
    .theme_btn{
        padding: 10px 20px;
    }
    .page-header-wrapper h1.entry-title:after{
       height: 10px; 
    }
    .wpem_wedding_planner_theme-about-service{
        padding: 15px;
    }
    .wpem_wedding_planner_theme-service-col {
        padding: 30px 30px 0;
        margin-bottom: 30px;
        height: inherit;
    }
    .wpem_wedding_planner_theme-contact-info-col {
        margin: 20px 0;
    }
    .main-navigation a {
        margin-bottom: -15px;
    }
    .wpem_wedding_planner_theme-basic-package-price, .wpem_wedding_planner_theme-standard-package-price, .wpem_wedding_planner_theme-luxury-package-price {
        margin-bottom: 1em;
    }
    .wpem_wedding_planner_theme-about-iconbox-section {
        top: 320px!important;
        left: 0!important;
    }
    .wpem_wedding_planner_theme-footer-social-links {
        justify-content: flex-start!important;
    }
    .wpem_wedding_planner_theme-client-testimonial-list {
        width: 100%;
    }
    .wpem_wedding_planner_theme-services-bg {
        display: none;
    }
    .wpem_wedding_planner_theme-social-gallery-container {
        grid-template-columns: repeat(2,1fr)!important;
    }
    .wpem_wedding_planner_theme-section-title h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .wpem_wedding_planner_theme-section-title h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .love-section-heading h2 {
        font-size: 22px;
    }
    .wpem_wedding_planner_theme-client-testimonial-item-details {
        padding-right: 0;
    }

    .wpem_wedding_planner_theme-client-testimonial-item-details h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .wpem_wedding_planner_theme-client-testimonial-item-details p {
        font-size: 16px;
        line-height: 20px;
    }
    .wpem_wedding_planner_theme-events{
        padding-bottom: 0px;
    }
     .wpem_wedding_planner_theme-footer-site-links a{
        margin-bottom: 0px;
    }
    .wpem_wedding_planner_theme-heading h2 {
        font-size: 30px;
    }

    .wpem_wedding_planner_theme-event-banner-section {
        padding-top: 12em;
        padding-bottom: 4em;
    }
    .wpem_wedding_planner_theme-logo-section{
        padding: 40px 0;
    }
    .page-header-wrapper {
        padding-top: 12em;
        padding-bottom: 5em;
    }
    .main-contain-wrapper{
        padding: 40px 0;
    }
    .wpem_wedding_planner_theme-social-gallery-section .container:nth-child(2) .row {
        flex-direction: column-reverse;
    }

    .wpem_wedding_planner_theme-social-gallery-section .wpem_float-right {
        float: left;
    }
     .wpem_wedding_planner_theme-video-gallery-section .column{
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}


@media (max-width: 575.98px) {
    .wpem_wedding_planner_theme-newsletter input[type="email"]{
        padding: 15px !important;
    }
    .wpem_wedding_planner_theme-newsletter input[type="submit"] {
        position: initial!important;
        transform: none!important;
        margin-top: 15px;
    }
    .wpem_wedding_planner_theme-social-gallery-container {
        grid-template-columns: repeat(2,1fr)!important;
    }

    .wpem_wedding_planner_theme-main-header-one__top-social-link ul {
        padding: 0;
    }
    .wpem_wedding_planner_theme-main-header-one__top-address ul {
        padding: 0!important;
        margin: 0;
    }
    .wpem_wedding_planner_theme-main-banner-content h1 b{
        margin-right: 30px;
    }
    .main_banner_content img{
        max-width: 250px;
    }
    .wpem_wedding_planner_theme-main-banner .btn_group .theme_btn {
        margin: 0 5px;
    }
    .wpem_wedding_planner_theme-newsletter-content {
        margin-bottom: 20px;
    }
    .wpem_wedding_planner_theme-newsletter-content span {
        margin-bottom: 0;
        font-size: 16px;
    }
    .wpem_wedding_planner_theme-slider .wpem-prime-event-slider-wrapper .wpem-prime-event-slider-item .wpem-prime-event-slider-content .wpem-prime-event-slider-image img{
        height: 200px;
    }
    .wpem_wedding_planner_theme-slider .wpem-prime-event-slider-wrapper .slick-arrow {
        top: 100px;
    }
    .wpem_wedding_planner_theme-client-testimonial-list {
        display: block;
    }
    .wpem_wedding_planner_theme-client-testimonial-graphics-text span {
        font-size: 80px;
        letter-spacing: 40px;
    }
    .wpem_wedding_planner_theme-client-testimonial-graphics:after {
        width: 200px;
        height: 200px;
    }
    .wpem_wedding_planner_theme-client-testimonial-graphics-border-shape:before{
        width: 300px;
        height: 300px;
    }
    .wpem_wedding_planner_theme-client-testimonial-graphics-border-shape:after{
        width: 260px;
        height: 260px;
    }
    input[type="submit"] {
        font-size: 16px;
        height: 35px;
        width: 100px;
        background-color: #FF3273;
    }
    .wpem_wedding_planner_theme-main-header-one__top-social-link ul {
        position: relative;
        display: block;
        text-align: right;
    }
    .site-branding {
        flex: 0 0 55%;
        padding-left: 0px;
        margin: 0 20px;
    }
    .wpem_wedding_planner_theme-main-header-one__top-address ul {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 12px 0; 
        margin-bottom: 0;
    }

    .wpem_wedding_planner_theme-main-header-one__top-social-link ul li{
        margin-right: 0;
    }

    .wpem_wedding_planner_theme-main-header-one__top-inner {
        padding: 5px 0!important;
    }

    .wpem_wedding_planner_theme-about-iconbox-section {
        top: 425px!important;
        left: 0!important;
    }

    .icon-phone, .icon-mail{
        font-size: 13px;
    }
    .wpem_wedding_planner_theme-main-header-one__top-address ul li .text p{
        font-size: 13px;
    }
    .wpem_wedding_planner_theme-main-header-one__top-social-link ul li a{
       width: 30px;
        height: 30px; 
    }
    .wpem_wedding_planner_theme-main-header-one__top-social-link ul li a i::before{
        font-size: 14px;
        line-height: 30px;
    }
    .main-navigation .theme_btn {
        display: none;
    }
    .wpem_wedding_planner_theme-banner-section{
        padding-top: 180px;
    }
    .wpem_wedding_planner_theme-about-iconbox-section-item1, .wpem_wedding_planner_theme-about-iconbox-section-item2, .wpem_wedding_planner_theme-about-iconbox-section-item3, .wpem_wedding_planner_theme-about-iconbox-section-item4 {
        padding: 25px 0;
        height: 100px;
    }
    .iconbox-item-heading h2 {
        margin-bottom: 3px;
        font-size: 30px;
    }
    .wpem_wedding_planner_theme-about-section-left{
        min-height: 470px;
    }
    .wpem_wedding_planner_theme-testimonial-slider {
        padding: 30px 20px 50px;
    }

    .wpem_wedding_planner_theme-testimonial-item {
        padding: 0;
    }

   
}

/*Media Query end*/

