@charset "UTF-8";

/*
Theme Name: eventlightingrental
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */

.wedding_card {
    max-height: 952px;
}




body {  margin: 0; padding: 0;  
        font-family: 'Roboto', sans-serif;
        color: #383737;
        font-weight: 400;}

/*@font-face {
    font-family: 'bebas_kairegular';
    src: url('../fonts/bebaskai.woff2') format('woff2'),
         url('../fonts/bebaskai.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/



hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #3e3e3e;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

.clear { clear: both; }

img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;


}

/*****menu css******/

.mobile-menu-bar { display: none;}
.overlay { height: 100%;width: 0;position: fixed;z-index: 1; top: 0;
           right: 0;background-color: rgba(0,0,0, 0.9);overflow-x: hidden;
           transition: 0.5s;}
.overlay-content {position: relative;top: 15%;width: 100%;text-align: left; margin-top: 5px;}
.overlay a {padding: 8px 15px;text-decoration: none;font-size: 16px;color: #818181;display: block;transition: 0.3s;}
.overlay a:hover, .overlay a:focus {color: #f1f1f1;}
.overlay .closebtn {position: absolute;top: 10px;text-align: left;font-size: 40px;}

/**********/
.container { max-width: 1170px; margin: auto;}
.menu-bar { float: left; width: 35%;}
.logo { float: left; width: 30%; text-align: center;}
.site-header { background-color: #ffffff8f; padding: 15px 0 0 0; position: fixed;
               right: 0;left: 0; z-index: 99;}
.menu-bar ul { list-style: none;}
.menu-bar ul li { list-style: unset; display: inline-block; padding: 20px 16px;}
.menu-bar ul li a { color: #000; text-decoration: unset; font-size: 15px;}
.top_header { background: url(https://urlsdemo.xyz/eventlightingrental/wp-content/uploads/2021/05/banner.jpg); background-size: cover; background-repeat: no-repeat;}
.site-banner { padding: 20% 0 20% 0;}
.banner-tittle h1 { text-align: center; font-size: 70px;color: #ffffff;margin: auto; max-width: 76%;
                     text-shadow: 2px 2px 8px #000;}
.video_sec img { width: 100%;}                     
.globe-text { padding: 70px 0;}
.default-conatnt { background: url(../img/same-bg-color.jpg); background-size: cover;
                   background-repeat: no-repeat;}
.globe-text h2 {text-align: center; font-size: 34px; font-weight: bold; color: #000; padding-bottom: 20px;}
.globe-text p { text-align: center; color: #3e3e3e; font-size: 16px;}
.event_gallery {  }
.gallery-item { line-height: 0; float: left; width: 16.666%;}
.gallery-item img { width: 100%;}
.video_sec { line-height: 0;}
/********wading-css*******/
.wedding_box { float: left; width: 33.333%; line-height: 0;}
.wedding_box_contant { position: relative; bottom: 46px;}

.wedding_box_contant h3 {
    position: absolute;
    padding: 25px 35px 25px 15px;
    background: url(https://urlsdemo.xyz/eventlightingrental/wp-content/uploads/2021/11/text-image-bg.png);
    font-size: 24px;
    background-size: 100%;
    color: #000;
}
.wedding_card {overflow: hidden;text-align: center; position: relative;}
.wedding_card:before {content: "";width: 0; height: 200%;background: rgba(0, 0, 0, 0.5); position: absolute;
  top: 0; left:0;bottom: 0;transform: skewX(0deg);transition: all 1s ease 0s; z-index: 1;}
.wedding_card:hover:before { width: 100%;}

.wedding_card .wedding_contant {
    z-index: 9;
    height: 100%;
    padding: 0 40px;
    padding-top: 30%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
    width: 100%;
}
.wedding_card:hover .wedding_contant { transform: scale(1);}
.wedding_card .title {font-size: 36px; font-weight: 700; color: #fff; margin: 0 0 10px; line-height: 40px; text-align: left;}
.wedding_card img {width: 100%;height: auto;}
.effects_list { list-style: none; padding: 0; margin: 0;}
.effects_list li { line-height: 33px;text-align: left;
    font-size: 24px; color: #fff;}
.effects_list li:before { content: "\f0da"; display: inline-block; vertical-align: middle; font-weight: 200; font: normal normal normal 14px/1 FontAwesome;
    color: #ffffff; font-size: 24px; padding-right: 10px;}
/*****************/
.view-btn {position: relative; bottom: 182px;}
.view-btn a {position: absolute; display: block; color: #fff; right: 100px; padding: 24px 35px; border: 1px solid#fff;
             border-radius: 24px; text-decoration: unset; font-size: 16px;}
.event-conatnt { background-color: #e6f1ff; padding: 50px 0 60px 0;}
.event-text h3 { text-align: center;  font-size: 36px; font-weight: bold; padding-bottom: 60px;}
.element-item { padding-bottom: 40px;}
.element-item h4 { font-size: 26px; color: #000; font-weight: bold; padding-bottom: 5px;}
.element-item p { font-size: 18px; color: #777777;}
.contact_sec { padding: 70px 0 40px 0;}
.contact-text h3 { font-size: 36px; text-align: center; color: #000; padding: 0 0 60px 0;}
.media-group { float: left;width: 25%; text-align: center;}
.media-img { background-color: #3e4a59; display: inline-block; padding: 26px 26px;
    border-radius: 60px; box-shadow: 3px 2px 1px 1px #72849b; width: 70px;
    height: 70px;}
.media-group h5 { font-size: 20px; padding: 20px 0 10px 0; color: #332a14;}
/*****footer css****/
.footer_sec { background-color: #3e4a59; padding: 70px 0 70px 0;}
.footer-block { float: left; width: 30.66%; padding: 0 15px;}
.footer-block h3 { font-size: 22px; color: #fff; padding-bottom: 15px;}
ul#menu-footermenu, ul.address-list { padding: 0;}
ul#menu-footermenu li, ul.address-list li { list-style: none;padding-bottom: 11px;}
ul#menu-footermenu li a {color: #fff; margin-left: 5px; font-size: 15px; text-decoration: unset;}
ul#menu-footermenu li:before { content: "\f054"; display: inline-block;
    padding-right: 3px; vertical-align: middle; font-weight: 200;
    font: normal normal normal 14px/1 FontAwesome;
    color: #2ec9e1;}
ul.address-list li .fa { color: #2dd2eb; padding-right: 10px;}
ul.address-list li span { font-size: 15px; color: #dce0e5; width: 64%;
    display: inline-block; vertical-align: top;}
.footer-logo { display: inline-block; vertical-align: top; width: 45%; padding-right: 15px; line-height: 30px;}

/*****salider css *******/
.carousel {width:100%;height:470px; position:relative;overflow:hidden;}
.carousel-deck {width:100%;height:100%;position:relative;overflow:hidden;}
.carousel-slide {position:absolute;left:100%;top:0; width:100%; height:100%; background-size: cover !important;
                 background-position: center !important;}
.carousel-slide.atLeft {left:-100%;}
.carousel-slide.atRight { left:100%;}
.carousel-slide.atCenter { left:0;}
.moving { transition: left .4s;}
.carousel-controls { position:absolute;top: 60%;left:0; width:100%; text-align:center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.carousel-move-left, .carousel-move-right, .carousel-paginate { width:2em;height:2em; text-align:center; line-height:2em;
              font-family:monospace;
              background-color:rgb(255 255 255 / 0%);
              border-radius:50%;
              position:absolute; color: #fff;
              bottom:10px;transition:all .3s; font-size: 38px; border: 2px solid#ffff;}
.carousel-move-left { left:35px;}
.carousel-move-right { right:35px;}
.carousel-pagination{ display:none; position:relative; bottom:-1.25em; transition: all .3s;}
.carousel:hover .carousel-pagination{bottom:10px;}
.carousel-paginate { position:static; font-size:1rem; border-width:0; cursor:pointer; outline:0; display:inline-block; color:rgba(0,0,0,0.2);}
.carousel-paginate.active { background-color:rgba(255,255,255,0.7); color:rgba(0,0,0,1); cursor:pointer;}
.carousel-move-left:hover, .carousel-move-right:hover, .carousel-paginate:hover { background-color:rgb(255 255 255 / 0%); color:rgb(255 255 255);
  cursor:pointer;}
.carousel[data-controls=pagination] .carousel-move-right,
.carousel[data-controls=pagination] .carousel-move-left {display:none;}
.carousel[data-controls=directional] .carousel-pagination {display:none;}
.carousel[data-controls=none] .carousel-controls {display:none;}
.contant-decorating { display: inline-block; padding: 15% 0 0 0;  text-align: center; width: 100%;}
.contant-decorating h3 { font-size: 36px;  color: #fff; padding-bottom: 10px;}
.contant-decorating p { font-size: 16px;  color: #fff;}

/*************gallery**********************/

.wrapper_center p { text-align: center; width: 90%; margin: auto; font-size: 16px;}
.gallery_wedding { width: 20%; float: left; line-height: 0;}
.wedding_card:hover .wedding_custom { transform: scale(1);}
.wedding_card .wedding_custom {
    z-index: 9;
    height: 100%;
    padding: 0 10px;
    padding-top: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.wedding_card .wedding_custom h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
}   
.wedding_gallery {
    display: inline-block;
    width: 100%;
}
.wedding_card .wedding_custom p { font-size: 20px; color: #fff; line-height: 30px;}
.btn-view { text-align: center; padding: 35px 0;}
.btn-view a { font-size: 22px; color: #fff; background-color: #3e4a59; padding: 10px 35px; border-radius: 24px; display: inline-block; text-decoration:none;}



/******** audio-video-and-special-effects pages **************/

.site_video_banner { line-height: 0;}
.site-wrapper { background-color: #2a323c; padding: 60px 0;}
.inner_heading h2 { text-align: center; color: #fff; font-size: 36px;}
.event_details { background: url(../img/light-effects-bg.jpg); background-size: cover;background-repeat: no-repeat;padding: 50px 0 45px 0;}


/************** About The Company *******************/

.event_contant h4 { font-size: 22px; color: #3e3e3e; font-weight: 400; padding-bottom: 15px;}
.event_contant p { font-size: 16px; color: #3e3e3e; line-height: 26px; margin: 25px 0 40px 0;}
.event_contant h3 { font-size: 24px; color: #000; font-weight: 700;}
.light_event { background: url(../img/about-bg.jpg); background-repeat: no-repeat; background-size: cover; padding: 80px 0 50px 0;}
.all-btn { padding: 0 0 15px 0; text-align: center;}
.lighting-btn { display: inline-block; margin: 0 0 20px 15px; vertical-align: top;}
.lighting-btn a { background-color: #8b929c; padding: 20px 35px; text-decoration: unset; width: 145px; color: #fff; display: inline-flex;
                 align-items: center; min-height: 35px; text-align: center; justify-content: center; font-size: 16px; border-radius: 10px; font-weight: bold;}



.banner_effect .swiper-slide-inner{padding: 0 15px !important;}
.banner_effect .swiper-slide-contents{max-width: 100% !important;}
.banner_effect .elementor-slide-heading {
    text-shadow: 2px 2px 8px #00000066;
}


































@media only screen and (max-width: 991px) {

.container { max-width: 100%; padding:0 15px;}
.menu-bar { display: none; }
.logo { width: 50%;}
.mobile-menu-bar { display: inline-block; width: 46%; text-align: right;}


}


@media only screen and (min-width: 200px) and (max-width: 767px) { 
/* .singleblogpost-container {
    width: 90%;
} */
	.single-post .singlepost_left, .single-venues .singlepost_left {
    width: 100% !important;
}
	.single-post .singlepost_sidebar, .single-venues .singlepost_sidebar {
    width: 100% !important;
}
	.gallery_wedding {
    width: 100%;
}
.wedding_card .wedding_custom {
    transform: none;
    text-align: center;
    width: 100%;
}
.banner-tittle h1 { font-size: 34px; max-width: 90%;}
.site-header {padding: 10px 0;}
.site-banner { padding: 27% 0 10% 0;}
.carousel { height: 250px;}
.contant-decorating h3 { font-size: 24px;}
.contant-decorating {padding: 20% 0 0 0; display: block; width: 80%; margin: 0 auto;}
.carousel-move-left { left: 0;}
.carousel-move-right {right: 0;}
.carousel-move-left, .carousel-move-right, .carousel-paginate { font-size: 18px;}
.globe-text h2 {font-size: 28px;padding-bottom: 5px;}
.globe-text {padding: 40px 0;}
.gallery-item { width: 100%;}
.wedding_box {width: 100%;}
/* .wedding_card .wedding_contant { padding: 0 37px; padding-top: 25%;} */
.wedding_card .title { font-size: 24px; line-height: 30px;}
	.wedding_card .title {
    font-size: 10px;
    line-height: 14px;
    margin-left: -27px;
    letter-spacing: 1px;
}
.wedding_contant {
    padding: 20% 15% 0 30% !important;
}	
.effects_list li {
    font-size: 8px;
    margin-left: -68px;
    padding-top: 5px;
	line-height: 9px;
	display: flex;
}	
/* .effects_list li {  font-size: 18px;} */
.effects_list li:before { font-size: 10px;}
.contact-text h3, .event-text h3 { font-size: 24px; padding: 0 0 30px 0;}
.element-item h4 { font-size: 22px;}
.media-group { width: 100%;}
.footer-block { width: 100%; padding: 0;}
.footer_sec { padding: 70px 0 60px 0;}
/* .wedding_card:before {
    left: 0;
    width: 100%;
} */
	.address-list.footer-add-new li span a {
    color: #dce0e5 !important;
}
.address-list.footer-add-new li span a:hover {
    color: #dce0e5;
}
.wedding_card:hover:before { width: 300%; }

.wedding_box_contant h3 {
    padding: 13px 0px 9px 3px;
    font-size: 10px;
    width: 96%;
    margin-top: 25px;
    white-space: pre;
    background-repeat: no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
}









}


@media only screen and (min-width: 768px) and (max-width: 991px) { 
.carousel { height: 320px;}
.wedding_box { width: 50%;}





}




@media only screen and (min-width: 768px) and (max-width: 1024px) { 
	.single-post .singlepost_left, .single-venues .singlepost_left {
    padding-left: 10px ;
		width: 67% !important;
}
	.single-post .singlepost_sidebar, .single-venues .singlepost_sidebar {
     padding-right:10px !important;
}
.gallery_wedding {
    width: 100%;
}
.wedding_card .wedding_custom {
    transform: none;
    text-align: center;
    width: 100%;
}
.wedding_card:before {
    left: 0;
    width: 100%;
}
.banner-tittle h1 { font-size: 52px;}
.container { max-width: 100%; padding: 0 15px;}
.menu-bar ul li { padding: 10px;}
.wedding_card .wedding_contant { padding: 0 30px;padding-top: 35%;}
.wedding_card .title {
	font-size: 26px;
	line-height:27px;
}
.effects_list li {
    line-height: 28px;
    text-align: left;
    font-size: 17px;
    margin-left: -39px;
    display: flex;
}	
.footer-block { width: 30%; padding: 0 12px;}
.footer-logo { width: 40%;}

.wedding_box_contant h3 {
    padding: 21px 0px 17px 11px;
    font-size: 18px;
    width: 100%;
    margin-top: 9px;
    white-space: pre;
    background-repeat: no-repeat;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}	

}

@media only screen and (min-width: 1025px) and (max-width: 1199px) { 

.container { max-width: 100%; padding: 0 15px;}
.banner-tittle h1 { font-size: 52px;}
.menu-bar ul li { padding: 10px;}
.wedding_card .wedding_contant { padding: 0 30px;padding-top: 35%;}
.wedding_card .title {  font-size: 32px;}
.footer-block { width: 30%; padding: 0 12px;}
.footer-logo { width: 40%;}

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) { 
.view-btn { bottom: 160px;}
.view-btn a { right: 50px;}
}



/* single blog post and venue css start */
.single-post .singleblogpost, .single-venues .singleblogpost{
    margin: 0;
    padding: 160px 0 60px 0;
    display: inline-block;
    width: 100%;
}
.single-post .singleblogpost-container, .single-venues .singleblogpost-container {
    max-width: 1140px;
    margin: auto;
    padding: 0;
}
.single-post .singlepost_left, .single-venues .singlepost_left {
    float: left;
    width: 68%;
}
.single-post .site-header,  .single-venues .site-header {
    background-color: #2a323c52;
}
h1.singlepost_head {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 25px;
    display: block;
}
.singlepost_img {
    display: inline-block;
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
}
.singlepost_img img {
    width: 100%;
    margin: 0;
    padding: 0;
}
.single-post .singlepost_sidebar, .single-venues .singlepost_sidebar {
    float: right;
    width: 28%;
    display: block;
    margin: 0;
    padding: 0;
}
.singlepost_sidebar h3.widget-title {
    font-size: 25px;
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
}
.singlepost_sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.singlepost_sidebar ul li {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #000;
}
.singlepost_sidebar a {
    color: #2A323C;
}

marquee.business-corporate , marquee.wedding-events {
    padding: 10px 0;
    margin-bottom: -5px;
}
p.wedding-events, p.business-corporate {
    margin: unset;
    padding: 10px 0;
    text-align: center;
}



/*  25 july 2022  */
@media screen and (min-width:320px) and (max-width: 767px) { 
.home-gallery-responsive .wedding_box{
	width:50%;
}
	
	.singlepost_left article, section#recent-posts-2 {
    padding: 0px;
}
}

/*  25 july 2022  */



/* single blog post css end */