Created
May 13, 2021 06:36
-
-
Save Pavracer/9e9ef60005abec0c5a0bbf3c45b1dd37 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*For adjusting row width on iPad pros 1024 x 1366 */ | |
@media only screen and (max-width: 1024px) | |
{ | |
.custom_row_tablet.et_pb_row { | |
width: 90% !important; | |
} | |
} | |
/*Remove Bottom Bar*/ | |
#footer-bottom { | |
display:none; | |
} | |
/*Header Blue Shadow*/ | |
header#main-header { | |
box-shadow: 0 4px 24px 0 rgba(103,151,255,.1),0 12px 64px 0 rgba(103,151,255,.1) !important; | |
} | |
@media only screen and (min-width: 981px) { | |
#page-container { | |
padding-top: 69px !important; | |
} | |
} | |
/* To make the Dflip's black background transparent - By Vikas */ | |
.df-lightbox-wrapper { | |
background-color: rgba(0,0,0,0.5) !important; | |
} | |
.df-lightbox-wrapper .df-container{ | |
background-color: transparent !important; | |
} | |
/* Dflip's Close Button Modifications - By Vikas */ | |
/* Close Button */ | |
.df-lightbox-close { | |
color: white; | |
width:100px; | |
} | |
/* Close Button Hover */ | |
.df-lightbox-close:hover { | |
background-color: transparent ; | |
} | |
/* Close Icon */ | |
.df-lightbox-close:before { | |
font-size:40px; | |
} | |
/* DFlip Progress bar font size increase */ | |
.df-container .loading-info { | |
background-color: #444; | |
opacity: 1; | |
font-size: 24px; | |
max-height: 200px; | |
width:600px; | |
} | |
/* Blog Module Same Height*/ | |
.cu-blog article { | |
min-height: 550px; | |
} | |
/*Message Area Size Increase in Contact Form 7 - Landing Page */ | |
.dsm_contact_form_7 textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required { | |
max-height: 150px !important; | |
} | |
/* Upload Files Section Center Aligned in Form in Pop-up */ | |
.dsm_contact_form_7_0 .wpcf7-form label { | |
text-align: center; | |
} | |
/* Infographic Image Automatic Scroll Up in 5 Secodnds*/ | |
.slippery { | |
transform: scale(1) translateY(0)!important; | |
transition: all 5s ease-in-out!important; | |
} | |
.slippery:hover { | |
background-position: bottom center!important; | |
background-size: 110% auto!important; | |
} | |
.slippery_2 { | |
transform: scale(1) translateY(0)!important; | |
transition: all 10s ease-in-out!important; | |
} | |
.slippery_2:hover { | |
background-position: bottom center!important; | |
background-size: 110% auto!important; | |
} | |
.eawc-chat-window-containerFloating { | |
bottom: 25%; | |
} | |
.et-custom-section .et_pb_code_inner { | |
border: 6px solid #fff; | |
} | |
/* Code for PDF Embed */ | |
.pdfemb-pagescontainer{ | |
width:100%!important; | |
} | |
.pdfemb-toolbar{ | |
display:none!important; | |
} | |
.pdfemb-viewer{ | |
border:none!important; | |
border-radius: 2px; | |
} | |
.pdfemb-pagescontainer{ | |
overflow-y:hidden!important; | |
overflow-x:hidden!important; | |
cursor: inherit!important; | |
} | |
.pdfemb-pagescontainer:hover{ | |
overflow-y:scroll!important; | |
} | |
.pdfemb-pagescontainer::-webkit-scrollbar-track | |
{ | |
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); | |
background: white; | |
} | |
.pdfemb-pagescontainer::-webkit-scrollbar | |
{ | |
width: 10px; | |
} | |
.pdfemb-pagescontainer::-webkit-scrollbar-thumb | |
{ | |
background-color: #6d7c90; | |
} | |
/* End Code for PDF Embed */ | |
@media only screen and (max-width: 400px){ | |
.swiper-button-next,.swiper-button-prev{ | |
font-size: 35px!important; | |
width: 35px!important; | |
height: 35px!important; | |
margin-top: -9%!important; | |
} | |
} | |
@media only screen and (max-width: 770px){ | |
.swiper-button-next,.swiper-button-prev{ | |
margin-top: -4%!important; | |
margin-left: 8%!important; | |
margin-right: 9%!important; | |
} | |
/* Code for PDF Embed */ | |
.pdfemb-viewer{ | |
width:100%!important; | |
} | |
.pdfemb-pagescontainer{ | |
width:100%!important; | |
} | |
.pdfemb-the-canvas{ | |
width:100%!important; | |
} | |
.pdfemb-inner-div,.pdfemb-page1{ | |
width:100%!important; | |
margin:0!important; | |
} | |
/* End Code for PDF Embed */ | |
/* For Contact Form 7 */ | |
@media (max-width: 767px){ | |
.paoc-popup-modal-cnt { | |
background-color: #fff; | |
padding: 0px 20px 20px; | |
} | |
.dsm_contact_form_7 textarea.wpcf7-form-control.wpcf7-textarea { | |
height: 10em !IMPORTANT; | |
} | |
/* Code for PDF Embed */ | |
.pdfemb-pagescontainer{ | |
width:100%!important; | |
} | |
.pdfemb-toolbar{ | |
display:none!important; | |
} | |
.pdfemb-viewer{ | |
border:none!important; | |
border-radius: 2px; | |
} | |
.pdfemb-pagescontainer{ | |
overflow-y:hidden!important; | |
overflow-x:hidden!important; | |
cursor: inherit!important; | |
} | |
.pdfemb-pagescontainer:hover{ | |
overflow-y:scroll!important; | |
} | |
.pdfemb-pagescontainer::-webkit-scrollbar-track | |
{ | |
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); | |
background: white; | |
} | |
.pdfemb-pagescontainer::-webkit-scrollbar | |
{ | |
width: 10px; | |
} | |
.pdfemb-pagescontainer::-webkit-scrollbar-thumb | |
{ | |
background-color: #6d7c90; | |
} | |
/* End Code for PDF Embed */ | |
} | |
@media only screen and (max-width: 770px){ | |
/* Code for PDF Embed */ | |
.pdfemb-viewer{ | |
width:100%!important; | |
} | |
.pdfemb-pagescontainer{ | |
width:100%!important; | |
} | |
.pdfemb-the-canvas{ | |
width:100%!important; | |
} | |
.pdfemb-inner-div,.pdfemb-page1{ | |
width:100%!important; | |
margin:0!important; | |
} | |
/* End Code for PDF Embed */ | |
} | |
} | |
/* Chatbot, tittle bold */ | |
.wacu-social-contact__name { | |
font-weight: 600; | |
} | |
/*For adjusting whatsapp chatbot's position on mobile devices */ | |
.wacu-widget.wacu-br { | |
bottom: 75px !important; | |
} /*Remove Bottom Bar*/ | |
#footer-bottom { | |
display:none; | |
} | |
/* To bring some gap in top & bottom in pop-up */ | |
.dsm-popup{ | |
margin: 10px auto; | |
} | |
/* To make everything center aligned in Landing Page in Mobile */ | |
.et-db #et-boc .et-l .et_pb_row { | |
width: 100%; | |
} | |
@media(max-width:480px){ | |
body.page-id-25105 div.et_pb_row.et_pb_row_4.my-row.et_pb_gutters1 div.et_pb_column{ | |
min-width:100%!important; | |
max-width:100%!important; | |
} | |
} | |
/*Message Area Size Increase in Contact Form 7 - Landing Page */ | |
.dsm_contact_form_7 textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required { | |
max-height: 150px !important; | |
} | |
/* Upload Files Section Center Aligned in Form in Pop-up */ | |
.dsm_contact_form_7_0 .wpcf7-form label { | |
text-align: center; | |
} | |
/* Infographic Image Automatic Scroll Up in 5 Secodnds*/ | |
.slippery { | |
transform: scale(1) translateY(0)!important; | |
transition: all 5s ease-in-out!important; | |
} | |
.slippery:hover { | |
background-position: bottom center!important; | |
background-size: 110% auto!important; | |
} | |
.slippery_2 { | |
transform: scale(1) translateY(0)!important; | |
transition: all 5s ease-in-out!important; | |
} | |
.slippery_2:hover { | |
background-position: bottom center!important; | |
background-size: 110% auto!important; | |
} | |
.eawc-chat-window-containerFloating { | |
bottom: 25%; | |
} | |
.et-custom-section .et_pb_code_inner { | |
border: 6px solid #fff; | |
} | |
/* bj custome code */ | |
.et_pb_tab_active a {color: #fff!important;}.et_pb_tabs_controls li.et_pb_tab_active {background-color: #343352 !important;} | |
.et_pb_tabs_controls li { | |
border: 0px !important; | |
padding: 25px 55px !important;transition: all .3s ease-in-out; | |
} | |
ul.et_pb_tabs_controls {background-color: #ffffff;margin-right: 30px;margin-bottom: 30px;box-shadow: 0px 12px 23px -6px rgba(52,51,82,.1);} | |
.bj_cus_tab .et_pb_tabs_0{border: 0px;width:fit-content !important;} | |
ul.et_pb_tabs_controls:after{border-top: 0px !important;} | |
h1.et_pb_module_header {color: #fff !important;font-size: 55px;padding-bottom: 0px;margin-bottom: 0px; | |
}p.had_txt {margin-bottom: 60px;font-size: 25px; | |
} | |
.et_pb_tabs_controls li:hover { | |
cursor: pointer; | |
background: #f0f3f8; | |
} | |
a.element.element_0.title_link {font-size: 22px !important;text-align: center !important;line-height: 1.2em;font-weight: 600 !important;color: #343352;font-family: "Poppins",sans-serif;} | |
.post-grid .grid-items-wrap .grid-items .item:hover{ transform: scale(1.05);box-shadow: 0px 10px 60px #0b71c31f;transition: all .4s ease-in-out;background: #fff;opacity: 1;} | |
.et-pb-active-slide{ padding: 0px !important;} | |
#post-grid-1783 .item{padding:20px !important;} | |
.post-grid .grid-items{padding:30px 0px;}.bj_cus_tab { | |
padding: 0px !important;} | |
@media(min-width:768px){ .mrgmin { | |
margin-top: -70px; | |
}} | |
#main-content .container:before {background-color: unset !important;} | |
#sidebar{display:none !important;} | |
.et_right_sidebar #left-area {float: left;padding-right: 0%;width: 100%;} | |
.height{padding:200px 0px;} | |
.server { | |
line-height: 26px; | |
display: inline-block; | |
margin-right: 70px; | |
}div#paoc-modal-2 { | |
width: fit-content; | |
}.server h4{text-transform:uppercase;} | |
div#paoc-modal-1 { | |
width: 450px; | |
} | |
.single-product #left-area .summary{border-radius: 10px;background-color: #fff;padding: 30px;} | |
.variations .label, .summary .quantity, .product_meta .sku_wrapper, .product_meta .posted_in,.reset_variations{display:none !important;} | |
.variations .value{position: absolute;top: 30px;} | |
.variations .value select{ background-color: transparent !important;border: 1px solid !important;height: 38px;font-size: 14px !important;text-transform: capitalize;} | |
.liance_detail { | |
font-weight: 700; | |
padding-top: 65px; | |
color: #2c86ec; | |
padding-bottom: 5px; | |
} | |
.data { | |
background-color: #ebedf2; | |
z-index: 1; | |
background: #ebedf2 !important; | |
padding: 15px; | |
border-radius: 0 0 8px 8px; | |
box-shadow: 0 20px 120px #cbd6e4; display: inline-block; | |
width: 100%; | |
} | |
.data div a:hover{color:#000 !important;} | |
.data div a{text-transform: uppercase;font-size:14px; | |
font-weight: 600; | |
transition: all .3s ease-in-out;color:#aaa;} | |
.data .doc{border-right:1px #e4e4e4 solid ;} | |
.data div{display: inline-block; text-align: center; | |
color: #eaeaea; float: left; | |
width: 50%;} | |
.product_meta{border-top:0px !important;} | |
.pro_vid { | |
width: 100%; | |
display: inline-block; | |
text-align:center; | |
} | |
.pro_vid .popupaoc-button { | |
width: 100%; | |
background-color: transparent; | |
margin-bottom: 30px; | |
color: #273cc4; | |
border: 1px solid #aaa; | |
text-align: center; | |
font-weight: 600; | |
font-size: 21px; | |
letter-spacing: 0.5px; | |
} | |
a.small-button.smallblue { | |
color: #666666!important; | |
border-radius: 7px; | |
font-size: 15px; | |
font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important; | |
font-weight: 500!important; | |
background: transparent; | |
} | |
a.small-button.smallblue:hover{ | |
background-image: linear-gradient(90deg,#f7828e 0%,#fcb6ab 100%)!important; | |
border-color:#f7828e; | |
color:white !important; | |
} | |
/* end bj */ | |
/* New code for Single product page by Nasir */ | |
.et_pb_column.et_pb_column_2_5.et_pb_column_2_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child{ | |
background-color: #fff !important; | |
margin: 0px 0px 0px -16px; | |
padding: 30px 35px 215px 35px; | |
width: 38%; | |
border-radius: 10px; | |
} | |
boc .et-l .et_pb_section .et_pb_button_0_tb_body, body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button_0_tb_body { | |
padding: 0.3em 1em!important; | |
margin: 0!important; | |
color: #fff; | |
line-height: 36px!important; | |
} | |
.comment.bypostauthor, .comment.comment-author-admin, .comment .even, .comment .odd { | |
background-color: #e1f1ff !important; | |
box-shadow: none !important; | |
padding: 20px; | |
margin-bottom: 0; | |
margin-top: 50px; | |
margin-left: 0; | |
border-radius: 5px; | |
line-height: 1.6em; | |
} | |
.et-db #et-boc .et-l .et_pb_wc_reviews_0_tb_body.et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar { | |
margin: 20px 0px 0px 20px; | |
max-width: 60px; | |
float: left; | |
border-radius: 100px 100px 100px 100px!important; | |
overflow: hidden!important; | |
box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3); | |
} | |
.backcstm_cc .comment_container { | |
border-radius: 5px !important; | |
} | |
.icon-meter:before { | |
content: "e960"; | |
} | |
.popupaoc-button { | |
padding: 10px 119px; | |
background: #ffffff; | |
border: 1px solid #cdcfd2; | |
border-radius: 5px; | |
color: #43268c; | |
display: inline-block; | |
text-decoration: none !important; | |
-webkit-transition-duration: 0.4s; | |
transition-duration: 0.4s; | |
min-width: 98% !important; | |
height: 50px; | |
line-height: 27px !important; | |
border: 1px solid #e5e7ea !important; | |
background: #fff !important; | |
margin-top: 10px; | |
color: #273cc4 !important; | |
padding: .6em 1em !important; | |
} | |
a.paoc-popup.popupaoc-button:hover { | |
padding: .6em 1em !important; | |
border: 1px solid #273cc4 !important; | |
letter-spacing: 1px; | |
} | |
.et_pb_blog_0_tb_body .et_pb_post .entry-featured-image-url img, .et_pb_blog_0_tb_body .et_pb_post .et_pb_slides, .et_pb_blog_0_tb_body .et_pb_post .et_pb_video_overlay { | |
height: 190px; | |
} | |
/* New code for Single product page by Nasir */ | |
.et_pb_column.et_pb_column_2_5.et_pb_column_2_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child{ | |
background-color: #fff !important; | |
margin: 0px 0px 0px -16px; | |
padding: 30px 35px 215px 35px; | |
width: 38%; | |
border-radius: 10px; | |
} | |
boc .et-l .et_pb_section .et_pb_button_0_tb_body, body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button_0_tb_body { | |
padding: 0.3em 1em!important; | |
margin: 0!important; | |
color: #fff; | |
line-height: 36px!important; | |
} | |
.comment.bypostauthor, .comment.comment-author-admin, .comment .even, .comment .odd { | |
background-color: #e1f1ff !important; | |
box-shadow: none !important; | |
padding: 20px; | |
margin-bottom: 0; | |
margin-top: 50px; | |
margin-left: 0; | |
border-radius: 5px; | |
line-height: 1.6em; | |
} | |
.et-db #et-boc .et-l .et_pb_wc_reviews_0_tb_body.et_pb_wc_reviews #reviews #comments ol.commentlist li img.avatar { | |
margin: 20px 0px 0px 20px; | |
max-width: 60px; | |
float: left; | |
border-radius: 100px 100px 100px 100px!important; | |
overflow: hidden!important; | |
box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3); | |
} | |
.backcstm_cc .comment_container { | |
border-radius: 5px !important; | |
} | |
.icon-meter:before { | |
content: "e960"; | |
} | |
.popupaoc-button { | |
padding: 10px 119px; | |
background: #ffffff; | |
border: 1px solid #cdcfd2; | |
border-radius: 5px; | |
color: #43268c; | |
display: inline-block; | |
text-decoration: none !important; | |
-webkit-transition-duration: 0.4s; | |
transition-duration: 0.4s; | |
min-width: 98% !important; | |
height: 50px; | |
line-height: 27px !important; | |
border: 1px solid #e5e7ea !important; | |
background: #fff !important; | |
margin-top: 10px; | |
color: #273cc4 !important; | |
padding: .6em 1em !important; | |
} | |
a.paoc-popup.popupaoc-button:hover { | |
padding: .6em 1em !important; | |
border: 1px solid #273cc4 !important; | |
letter-spacing: 1px; | |
} | |
/* Started new code for Shop and checkout */ | |
/* Code For Pop-Up Video Button */ | |
.play-button-container { | |
-webkit-transform: translate(-50%,-50%); | |
transform: translate(-50%,-50%); | |
z-index: 2; | |
width: 164px; | |
height: 164px; | |
border-radius: 100px; | |
-webkit-border-radius: 100px; | |
-moz-border-radius: 100px; | |
display: -webkit-box; | |
display: flex; | |
-webkit-box-align: center; | |
align-items: center; | |
-webkit-box-pack: center; | |
justify-content: center; | |
background: -webkit-linear-gradient(330deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 100%); | |
background: linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 100%); | |
box-shadow: 0 24px 72px 0 rgba(0,0,0,.5); | |
-webkit-transition: 300ms all cubic-bezier(.4,0,.2,1); | |
transition: 300ms all cubic-bezier(.4,0,.2,1); | |
} | |
.play-button { | |
z-index: 2; | |
width: 120px; | |
height: 120px; | |
border-radius: 100%; | |
background: #fff; | |
box-shadow: 0 8px 16px 0 rgba(0,0,0,.3); | |
display: -webkit-box; | |
display: flex; | |
-webkit-box-align: center; | |
align-items: center; | |
-webkit-box-pack: center; | |
justify-content: center; | |
-webkit-transition: 300ms all cubic-bezier(.4,0,.2,1); | |
transition: 300ms all cubic-bezier(.4,0,.2,1); | |
} | |
.play-button svg{ | |
margin:100% 0% 0% 35%; | |
} | |
.play-button-container:hover { | |
cursor: pointer; | |
-webkit-transform: scale(.96); | |
transform: scale(.96); | |
} | |
.play-button-container:hover{ | |
transform: translate(-50%,-50%) scale(.96); | |
} | |
.play-button:hover{ | |
transform: scale(1.2); | |
} | |
/* End Code For Pop-Up Video Button */ | |
/* Code for PDF Embed */ | |
.pdfemb-pagescontainer{ | |
width:100%!important; | |
} | |
.pdfemb-toolbar{ | |
display:none!important; | |
} | |
.pdfemb-viewer{ | |
border:none!important; | |
border-radius: 2px; | |
} | |
.pdfemb-pagescontainer{ | |
overflow-y:hidden!important; | |
overflow-x:hidden!important; | |
cursor: inherit!important; | |
} | |
.pdfemb-pagescontainer:hover{ | |
overflow-y:scroll!important; | |
} | |
.pdfemb-pagescontainer::-webkit-scrollbar-track | |
{ | |
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); | |
background: white; | |
} | |
.pdfemb-pagescontainer::-webkit-scrollbar | |
{ | |
width: 10px; | |
} | |
.pdfemb-pagescontainer::-webkit-scrollbar-thumb | |
{ | |
background-color: #6d7c90; | |
} | |
/* End Code for PDF Embed */ | |
@media only screen and (max-width: 400px){ | |
.swiper-button-next,.swiper-button-prev{ | |
font-size: 35px!important; | |
width: 35px!important; | |
height: 35px!important; | |
margin-top: -9%!important; | |
} | |
} | |
@media only screen and (max-width: 770px){ | |
.swiper-button-next,.swiper-button-prev{ | |
margin-top: -4%!important; | |
margin-left: 8%!important; | |
margin-right: 9%!important; | |
} | |
/* Code for PDF Embed */ | |
.pdfemb-viewer{ | |
width:100%!important; | |
} | |
.pdfemb-pagescontainer{ | |
width:100%!important; | |
} | |
.pdfemb-the-canvas{ | |
width:100%!important; | |
} | |
.pdfemb-inner-div,.pdfemb-page1{ | |
width:100%!important; | |
margin:0!important; | |
} | |
/* End Code for PDF Embed */ | |
} | |
#whatsapp__chat .eawc-chat-window-containerAlignRight { | |
bottom: 70px !important; | |
} | |
#main-header .et-cart-info { | |
display: none; | |
} | |
/* Code Added by Anurag Start*/ | |
@media all and (max-width:1100px){ | |
#top-menu-nav{ | |
display:none !important; | |
} | |
#et_mobile_nav_menu{ | |
display:block !important; | |
} | |
} | |
@media all and (max-width:767px){ | |
.ls-fullscreen-wrapper .line{ | |
opacity:0 !important; | |
} | |
} | |
/* Code Added by Anurag End*/ | |
/* Code by Nasir */ | |
.et-db #et-boc .et-l .et_pb_wc_description_0_tb_body { | |
margin-top: -380px!important; | |
} | |
boc .et-l .et_pb_section .et_pb_wc_add_to_cart_0_tb_body .button { | |
margin-top: 300px!important; | |
} | |
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button_0_tb_body, body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button_0_tb_body { | |
padding: 0.3em 1em!important; | |
width: 146px; | |
} | |
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button_0_tb_body, body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button_0_tb_body:hover { | |
padding: 0.3em 1em!important; | |
letter-spacing: 0.5px; | |
width: 146px; | |
} | |
@media all and (max-width:767px){ | |
.et_pb_column.et_pb_column_2_5.et_pb_column_2_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
margin: 0; | |
} | |
/* Code for Pre-Loader */ | |
.preloader .status { | |
left: 38%!important; | |
top: 30%!important; | |
} | |
.preloader .desc{ | |
left: -2%!important; | |
} | |
.preloader .p2{ | |
font-size: 10px!important; | |
left: -15%!important; | |
} | |
/* End Code for Pre-Loader */ | |
.et-db #et-boc .et-l .et_pb_text_1_tb_body h4 { | |
line-height: 1.7em; | |
} | |
.cstm1 h3 { | |
padding-left: 63px; | |
padding-bottom: 20px; | |
background-position: 3px -3px; | |
background-size: 43px; | |
font-size: 19px; | |
line-height: 23px; | |
} | |
.et-db #et-boc .et-l .et_pb_text_3_tb_body { | |
margin-top: 0px!important; | |
} | |
h3 { | |
font-size: 22px !important; | |
} | |
.et-db #et-boc .et-l .et_pb_row_6_tb_body.et_pb_row { | |
padding-right: 20px!important; | |
padding-left: 40px!important;} | |
} | |
@media all and (max-width: 980px){ | |
.paoc-popup-modal-cnt { | |
background-color: #fff; | |
padding: 0px 20px 20px; | |
} | |
.et-db #et-boc .et-l .et_pb_column .et_pb_module { | |
margin-bottom: 25px; | |
} | |
.et-db #et-boc .et-l .et_pb_text_1_tb_body h4 { | |
line-height: 1.7em; | |
} | |
.cstm1 h3 { | |
padding-left: 63px; | |
padding-bottom: 20px; | |
background-position: 3px -3px; | |
background-size: 43px; | |
font-size: 19px; | |
line-height: 23px; | |
} | |
.cstm1 { | |
width: 100%; | |
margin-right: 3%; | |
margin-bottom: 1px; | |
display: inline-block; | |
} | |
.et-db #et-boc .et-l .et_pb_text_3_tb_body { | |
margin-top: 0px!important; | |
} | |
h3 { | |
font-size: 22px !important; | |
} | |
.et-db #et-boc .et-l .et_pb_row_6_tb_body.et_pb_row { | |
padding-right: 20px!important; | |
padding-left: 20px; } | |
} | |
@media (min-width: 981px){ | |
.et-animated-content#page-container { | |
transition: margin-top .0s ease-in-out; | |
-webkit-transition: margin-top .0s ease-in-out; | |
-moz-transition: margin-top .0s ease-in-out; | |
} | |
} | |
.et-db #et-boc .et-l .et_pb_row_5_tb_body.et_pb_row { | |
padding-left: 61px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_8_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 68px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_6_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-top: 125px; | |
} | |
.et-db #et-boc .et-l .et_pb_image_1_tb_body { | |
width: 81%;} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_9_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
padding-top: 182px; | |
} | |
.et-db #et-boc .et-l .et_pb_image { | |
margin-left: 0; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_10_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 64px; | |
padding-top: 104px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_11_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
padding-right: 60px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_12_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 60px; | |
} | |
.et_pb_module.et_pb_text.et_pb_text_6_tb_body.et_pb_text_align_left.et_pb_bg_layout_light { | |
padding-top: 139px; | |
padding-right: 24px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_14_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 66px; | |
padding-top: 129px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_15_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
padding-right: 80px; | |
padding-bottom: 30px; | |
} | |
.et-db #et-boc .et-l .et_pb_button_0_tb_body_wrapper { | |
margin-top: -75px; | |
} | |
.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module, .et_pb_gutters3.et-db #et-boc .et-l .et_pb_column_2_5 .et_pb_module { | |
margin-bottom: 6.93%; | |
} | |
.et_pb_row.et_pb_row_3_tb_body.margin_out { | |
width: 100% !important; | |
} | |
.et-db #et-boc .et-l .et_pb_row_2_tb_body.et_pb_row { | |
border-top-left-radius: 10px; | |
border-top-right-radius: 10px; | |
} | |
@-webkit-keyframes mover { | |
0% { transform: translateY(0); } | |
100% { transform: translateY(20px); } | |
} | |
@keyframes mover { | |
0% { transform: translateY(0); } | |
100% { transform: translateY(20px); } | |
} | |
.mfp-figure:after{ | |
box-shadow: none; | |
} | |
.mfp-fade.mfp-bg.mfp-ready { | |
opacity: 0.98; | |
} | |
.mfp-bg { | |
background: #ffffff; | |
} | |
.et-db #et-boc .et-l .et_pb_wc_add_to_cart form.cart .variations td select { | |
width: 184px; | |
} | |
.et-db #et-boc .et-l .et_pb_wc_add_to_cart form.cart .variations td.value span:after{ | |
display: none; | |
} | |
.license_details h3 .paoc-popup { | |
color: #273cc4!important; | |
font-size: 14px; | |
font-weight: 600; | |
position: relative; | |
display: inline-block; | |
text-decoration: none; | |
} | |
.license_details h3 .paoc-popup::before{ | |
content: ''; | |
display: block; | |
bottom: 0; | |
position: absolute; | |
left: 0; | |
width: 0; | |
height: 1px; | |
background: #273cc4; | |
transition: width .3s; | |
} | |
.license_details h3 .paoc-popup:hover::before { | |
width: 100%; | |
} | |
div#paoc-modal-4 { | |
border-radius: 10px; | |
} | |
.paoc-popup-modal-cnt { | |
border-radius: 10px; | |
} | |
h2.ld1 { | |
background-color: #e2e9ec; | |
background-color: rgba(226,233,236,1); | |
z-index: 1000004; | |
text-align: left; | |
padding: 10px 8px; | |
margin-bottom: 15px; | |
border-radius: 5px; | |
font-family: 'Poppins',arial; | |
font-weight: 500; | |
color: #000000; | |
font-size: 24px; | |
} | |
.et_pb_module.et_pb_text.et_pb_text_9_tb_body.et_pb_text_align_left.et_pb_bg_layout_light { | |
width: 76%; | |
margin: 0 auto; | |
} | |
.et_pb_module.et_pb_text.et_pb_text_9_tb_body.et_pb_text_align_left.et_pb_bg_layout_light:hover { | |
width: 72% !important; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_19_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
line-height: 1.6em; | |
background-color: #ebedf2; | |
border-style: dashed; | |
border-color: #e3e5ec #d4d6db #e3e5ec #e3e5ec; | |
border-right-width: 1px; | |
/* padding-top: 40px!important; */ | |
padding-right: 40px!important; | |
padding-bottom: 40px!important; | |
padding-left: 40px!important; | |
} | |
.et_monarch .et_social_left .et_social_network_label { | |
margin-left: 40px; | |
padding: 7px 10px 10px 10px !important; | |
font-size: 12px !important; | |
} | |
.product_item a.product_item_link img{ | |
-webkit-transform: none; | |
} | |
.paoc-popup-modal-cnt { | |
background-color: #000; | |
padding: 0px 20px 20px; | |
} | |
.paoc-popup-modal { | |
background-color: transparent; | |
} | |
a.play_vd { | |
color: #273cc4; | |
line-height: 3; | |
} | |
@media only screen and (min-width: 320px) and (max-width: 480px){ | |
.et-db #et-boc .et-l .et_pb_row_5_tb_body.et_pb_row { | |
padding-left: 20px; | |
padding-right: 20px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_8_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 0; | |
} | |
.et-db #et-boc .et-l .et_pb_image_1_tb_body { | |
width: 100%;} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_6_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-top: 10px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_9_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
padding-top: 0; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_11_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
padding-right: 0px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_10_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 20px; | |
padding-right: 20px; | |
padding-top: 0; | |
} | |
.et-db #et-boc .et-l .et_pb_image_3_tb_body { | |
width: 91%; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_12_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 0px; | |
} | |
.et_pb_module.et_pb_text.et_pb_text_6_tb_body.et_pb_text_align_left.et_pb_bg_layout_light { | |
padding-top: 0; | |
padding: 0px 20px 0 40px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_14_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 20px; | |
padding-top: 0; | |
padding-right: 20px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_15_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
padding-right: 0; | |
padding-bottom: 30px; | |
} | |
/* .et_pb_column.et_pb_column_3_5.et_pb_column_1_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding: 0 20px; | |
} | |
*/ | |
.et-db #et-boc .et-l .et_pb_row .et_pb_column, .et-db #et-boc .et-l .et_pb_row .et_pb_column, .et-db #et-boc .et-l .et_pb_row_inner .et_pb_column.et-last-child, .et-db #et-boc .et-l .et_pb_row_inner .et_pb_column:last-child { | |
width: 91% !important; | |
margin-right: 20px!important; | |
margin-left: 18px; | |
} | |
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button_0_tb_body, body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button_0_tb_body:hover { | |
width: 100%; | |
text-align: center; | |
} | |
.et-db #et-boc .et-l .et_pb_button_0_tb_body_wrapper { | |
margin-top: 80px!important; | |
position: absolute; | |
width: 80%; | |
} | |
.et-db #et-boc .et-l .et_pb_row_2_tb_body { | |
border-top-left-radius: 10px; | |
border-top-right-radius: 10px; | |
} | |
.et-db #et-boc .et-l .et_pb_row_3_tb_body, body.et-db #page-container .et-db #et-boc .et-l #et-boc .et-l .et_pb_row_3_tb_body.et_pb_row, body.et_pb_pagebuilder_layout.single.et-db #page-container #et-boc .et-l #et-boc .et-l .et_pb_row_3_tb_body.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page.et-db #page-container #et-boc .et-l .et_pb_row_3_tb_body.et_pb_row { | |
width: 100%; | |
} | |
.cstm_outer { | |
border-top: 1px solid #696767; | |
} | |
.et-db #et-boc .et-l .et_pb_text_1_tb_body h1 { | |
font-size: 22px !important; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_9_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
margin-left: 0px !important; | |
margin-right: 0px !important; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_13_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
margin-left: 0px !important; | |
margin-right: 0px !important; | |
} | |
.et_pb_column.et_pb_column_2_5.et_pb_column_2_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child{ | |
background-color: #fff !important; | |
margin: 0px 0px 0px -16px; | |
padding: 30px 35px 315px 35px; | |
width: 38%; | |
border-radius: 10px; | |
} | |
.et-db #et-boc .et-l .et_pb_section_0_tb_body.et_pb_section { | |
padding-top: 0; | |
} | |
.et_pb_module.et_pb_text.et_pb_text_9_tb_body.et_pb_text_align_left.et_pb_bg_layout_light:before { | |
content: 'play'; | |
cursor: pointer; | |
position: absolute; | |
top: calc(20% - 55px); | |
left: calc(58% - 54.5px); | |
z-index: 20; | |
background-color: #fff; | |
padding: 20px 11px; | |
border-radius: 50%; | |
font-size: 15px; | |
letter-spacing: 2px; | |
text-transform: uppercase; | |
color: #0a2a3b; | |
-webkit-transition: all .2s ease-in-out; | |
-moz-transition: all .2s ease-in-out; | |
transition: all .2s ease-in-out; | |
} | |
.et_pb_module.et_pb_text.et_pb_text_9_tb_body.et_pb_text_align_left.et_pb_bg_layout_light:hover:after { | |
opacity: 1; | |
padding: 24px 8px; | |
left: calc(61% - 68.5px); | |
top: calc(20.5% - 65px); | |
font-size: 56.5px; | |
} | |
.cstm1 h3 { | |
padding-bottom: 20px; | |
} | |
.cstml{ | |
margin-bottom: 1px; | |
} | |
.et-db #et-boc .et-l .et_pb_row_14_tb_body, body.et-db #page-container .et-db #et-boc .et-l #et-boc .et-l .et_pb_row_14_tb_body.et_pb_row, body.et_pb_pagebuilder_layout.single.et-db #page-container #et-boc .et-l #et-boc .et-l .et_pb_row_14_tb_body.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page.et-db #page-container #et-boc .et-l .et_pb_row_14_tb_body.et_pb_row{ | |
display: none; | |
} | |
} | |
@media only screen and (min-width: 481px) and (max-width: 600px){ | |
.et-db #et-boc .et-l .et_pb_row_5_tb_body.et_pb_row { | |
padding-left: 20px; | |
padding-right: 20px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_8_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 0; | |
} | |
.et-db #et-boc .et-l .et_pb_image_1_tb_body { | |
width: 100%;} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_6_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-top: 10px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_9_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
padding-top: 0; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_11_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
padding-right: 0px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_10_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 20px; | |
padding-right: 20px; | |
padding-top: 0; | |
} | |
.et-db #et-boc .et-l .et_pb_image_3_tb_body { | |
width: 91%; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_12_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 0px; | |
} | |
.et_pb_module.et_pb_text.et_pb_text_6_tb_body.et_pb_text_align_left.et_pb_bg_layout_light { | |
padding-top: 0; | |
padding: 0px 20px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_14_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 20px; | |
padding-top: 0; | |
padding-right: 20px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_15_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
padding-right: 0; | |
padding-bottom: 30px; | |
} | |
.et_pb_column.et_pb_column_3_5.et_pb_column_1_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding: 0 20px; | |
} | |
.et-db #et-boc .et-l .et_pb_row .et_pb_column.et-last-child, .et-db #et-boc .et-l .et_pb_row .et_pb_column:last-child, .et-db #et-boc .et-l .et_pb_row_inner .et_pb_column.et-last-child, .et-db #et-boc .et-l .et_pb_row_inner .et_pb_column:last-child { | |
width: 90% !important; | |
margin-right: 20px!important; | |
margin-left: 20px; | |
height: 650px; | |
} | |
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button_0_tb_body, body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button_0_tb_body:hover { | |
width: 100%; | |
text-align: center; | |
} | |
.et-db #et-boc .et-l .et_pb_button_0_tb_body_wrapper { | |
margin-top: 80px!important; | |
position: absolute; | |
width: 80%; | |
} | |
.et-db #et-boc .et-l .et_pb_row_2_tb_body { | |
border-top-left-radius: 10px; | |
border-top-right-radius: 10px; | |
} | |
.et-db #et-boc .et-l .et_pb_row_3_tb_body, body.et-db #page-container .et-db #et-boc .et-l #et-boc .et-l .et_pb_row_3_tb_body.et_pb_row, body.et_pb_pagebuilder_layout.single.et-db #page-container #et-boc .et-l #et-boc .et-l .et_pb_row_3_tb_body.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page.et-db #page-container #et-boc .et-l .et_pb_row_3_tb_body.et_pb_row { | |
width: 100%; | |
} | |
.et-db #et-boc .et-l .et_pb_row_2_tb_body.et_pb_row { | |
height: 1135px; | |
} | |
.cstm_outer { | |
border-top: 1px solid #696767; | |
} | |
.et-db #et-boc .et-l .et_pb_text_1_tb_body h1 { | |
font-size: 22px !important; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_9_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
margin-left: 0px !important; | |
margin-right: 0px !important; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_9_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
margin-left: 0px !important; | |
margin-right: 0px !important; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_13_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
margin-left: 0px !important; | |
margin-right: 0px !important; | |
} | |
.et_pb_column.et_pb_column_2_5.et_pb_column_2_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child{ | |
padding: 30px 35px 315px 35px; | |
} | |
.single-product #main-header { | |
display: block; | |
position: relative; | |
} | |
.et-db #et-boc .et-l .et_pb_section_0_tb_body.et_pb_section { | |
padding-top: 0; | |
} | |
.et_pb_module.et_pb_text.et_pb_text_9_tb_body.et_pb_text_align_left.et_pb_bg_layout_light:before { | |
content: 'play'; | |
cursor: pointer; | |
position: absolute; | |
top: calc(20% - 55px); | |
left: calc(58% - 54.5px); | |
z-index: 20; | |
background-color: #fff; | |
padding: 20px 11px; | |
border-radius: 50%; | |
font-size: 15px; | |
letter-spacing: 2px; | |
text-transform: uppercase; | |
color: #0a2a3b; | |
-webkit-transition: all .2s ease-in-out; | |
-moz-transition: all .2s ease-in-out; | |
transition: all .2s ease-in-out; | |
} | |
} | |
@media only screen and (min-width: 601px) and (max-width: 768px){ | |
.et-db #et-boc .et-l .et_pb_row_5_tb_body.et_pb_row { | |
padding-left: 20px; | |
padding-right: 20px; | |
} | |
/* Code for Pre-Loader */ | |
.preloader .status { | |
left: 44%!important; | |
top: 35%!important; | |
} | |
.preloader .desc{ | |
left: 0%!important; | |
} | |
.preloader .p2{ | |
left: -37%!important; | |
} | |
/* End Code for Pre-Loader */ | |
.et_pb_column.et_pb_column_1_2.et_pb_column_8_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 0; | |
} | |
.et-db #et-boc .et-l .et_pb_image_1_tb_body { | |
width: 100%;} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_6_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-top: 10px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_9_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
padding-top: 0; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_11_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
padding-right: 0px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_10_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 20px; | |
padding-right: 20px; | |
padding-top: 0; | |
} | |
.et-db #et-boc .et-l .et_pb_image_3_tb_body { | |
width: 91%; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_12_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 0px; | |
} | |
.et_pb_module.et_pb_text.et_pb_text_6_tb_body.et_pb_text_align_left.et_pb_bg_layout_light { | |
padding-top: 0; | |
padding: 0px 20px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_14_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 20px; | |
padding-top: 0; | |
padding-right: 20px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_15_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
padding-right: 0; | |
padding-bottom: 30px; | |
} | |
.et_pb_column.et_pb_column_2_5.et_pb_column_2_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
margin: 0px !important; | |
} | |
.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module, .et_pb_gutters3.et-db #et-boc .et-l .et_pb_column_2_5 .et_pb_module { | |
margin-bottom: 3.93%; | |
} | |
.et-db #et-boc .et-l .et_pb_row_2_tb_body { | |
border-top-left-radius: 10px; | |
border-top-right-radius: 10px; | |
} | |
.et-db #et-boc .et-l .et_pb_row_3_tb_body, body.et-db #page-container .et-db #et-boc .et-l #et-boc .et-l .et_pb_row_3_tb_body.et_pb_row, body.et_pb_pagebuilder_layout.single.et-db #page-container #et-boc .et-l #et-boc .et-l .et_pb_row_3_tb_body.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page.et-db #page-container #et-boc .et-l .et_pb_row_3_tb_body.et_pb_row { | |
width: 100%; | |
} | |
.et_pb_column.et_pb_column_2_5.et_pb_column_2_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
padding: 30px 35px 220px 35px; | |
} | |
.et-db #et-boc .et-l .et_pb_row_3_tb_body.et_pb_row { | |
width: 91% !important; | |
} | |
.et-db #et-boc .et-l .et_pb_text_1_tb_body h1 span { | |
font-size: 22px !important; | |
} | |
.cstm_outer { | |
border-top: 1px solid #696767; | |
} | |
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button_0_tb_body, body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button_0_tb_body:hover { | |
width: 290px; | |
text-align: center; | |
} | |
.single-product #main-header { | |
display: block; | |
position: relative; | |
} | |
.et-db #et-boc .et-l .et_pb_section_0_tb_body.et_pb_section { | |
padding-top: 0; | |
} | |
} | |
@media only screen and (min-width: 769px) and (max-width: 1024px){ | |
.et-db #et-boc .et-l .et_pb_row_5_tb_body.et_pb_row { | |
padding-left: 41px!important; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_6_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-top: 127px; | |
padding-left: 20px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_9_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
padding-top: 170px; | |
padding-right: 116px; | |
} | |
.et-db #et-boc .et-l .et_pb_image_1_tb_body { | |
width: 81%;} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_6_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-top: 10px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_9_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
padding-top: 0; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_11_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
padding-right: 0px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_10_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 20px; | |
padding-right: 20px; | |
padding-top: 0; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_12_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 0px; | |
} | |
.et_pb_module.et_pb_text.et_pb_text_6_tb_body.et_pb_text_align_left.et_pb_bg_layout_light { | |
padding-top: 0; | |
padding: 0px 20px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_14_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding-left: 20px; | |
padding-top: 0; | |
padding-right: 20px; | |
} | |
.et_pb_column.et_pb_column_1_2.et_pb_column_15_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
padding-right: 0; | |
padding-bottom: 30px; | |
} | |
.et_pb_column.et_pb_column_3_5.et_pb_column_1_tb_body.et_pb_css_mix_blend_mode_passthrough { | |
padding: 0 20px; | |
} | |
.et_pb_column.et_pb_column_2_5.et_pb_column_2_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
margin: 0px !important; | |
} | |
.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module, .et_pb_gutters3.et-db #et-boc .et-l .et_pb_column_2_5 .et_pb_module { | |
margin-bottom: 6.93%; | |
} | |
.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_2_5 .et_pb_module, .et_pb_gutters3.et-db #et-boc .et-l .et_pb_column_2_5 .et_pb_module { | |
margin-bottom: 3.93%; | |
} | |
.et-db #et-boc .et-l .et_pb_row_2_tb_body { | |
border-top-left-radius: 10px; | |
border-top-right-radius: 10px; | |
} | |
.et_pb_column.et_pb_column_2_5.et_pb_column_2_tb_body.et_pb_css_mix_blend_mode_passthrough.et-last-child { | |
padding: 30px 35px 220px 35px; | |
} | |
.et-db #et-boc .et-l .et_pb_row_3_tb_body.et_pb_row { | |
width: 91% !important; | |
} | |
.et-db #et-boc .et-l .et_pb_text_1_tb_body h1 span { | |
font-size: 22px !important; | |
} | |
.cstm_outer { | |
border-top: 1px solid #696767; | |
} | |
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button_0_tb_body, body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button_0_tb_body:hover { | |
width: 290px; | |
text-align: center; | |
} | |
.single-product #main-header { | |
display: block; | |
position: relative; | |
} | |
.et-db #et-boc .et-l .et_pb_section_0_tb_body.et_pb_section { | |
padding-top: 0; | |
} | |
} | |
ul{ | |
padding: 0 !important; | |
list-style-type: none!important; | |
} | |
/* Code for PRELOADER */ | |
.preloader{ | |
position: fixed; | |
top: 0; | |
left: 0; | |
right: 0; | |
bottom: 0; | |
background-color: #ffffff; | |
z-index: 100000; | |
height: 100%; | |
width: 100%; | |
overflow: hidden!important; | |
} | |
.preloader .status { | |
width: 200px; | |
height: 200px; | |
position: absolute; | |
left: 48%; | |
top: 30%; | |
background-image: url(https://infobrandz.com/wp-content/uploads/2020/04/preloader.gif); | |
background-repeat: no-repeat; | |
background-position: center; | |
-webkit-background-size: cover; | |
background-size: cover; | |
margin: -50px 0 0 -50px; | |
} | |
.preloader .desc{ | |
width: 400px; | |
height: 400px; | |
position: absolute; | |
left: 0%; | |
top: 0%; | |
} | |
.preloader .p1{ | |
position: absolute; | |
left: 5%; | |
top: 50%; | |
font-size: 32px; | |
font-weight: 800; | |
color: black; | |
display: inline-block; | |
text-align: center; | |
font-family: "Poppins",sans-serif; | |
} | |
.preloader .p2{ | |
position: absolute; | |
left: -35%; | |
top: 60%; | |
font-size: 16px; | |
font-weight: 700; | |
color: black; | |
display: inline-block; | |
text-align: center; | |
} | |
/* End Code for PRELOADER */ | |
/* New Css code by Nasir */ | |
.et_pb_blog_0_tb_body .et_pb_post .entry-featured-image-url img, .et_pb_blog_0_tb_body .et_pb_post .et_pb_slides, .et_pb_blog_0_tb_body .et_pb_post .et_pb_video_overlay { | |
height: 190px; | |
} | |
body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_wc_add_to_cart_0_tb_body .button{ | |
margin-top: 270px!important; | |
} | |
ul{ | |
padding: 0 !important; | |
list-style-type: none!important; | |
} | |
.et_builder_inner_content.et_pb_gutters3 { | |
overflow: hidden; | |
} | |
.number-box { | |
background: #f0f3f8; | |
padding: 10px 15px; | |
min-width: 50px; | |
text-align: -webkit-center; | |
float: left; | |
margin-right: 15px; | |
} | |
html:not(.et-fb-top-html) .et_pb_post_content_0_tb_body img{ | |
margin: 50px 0px; | |
align-content: center | |
} | |
html:not(.et-fb-top-html) .et_pb_post_content_0_tb_body h2 h3 h4 h5 h6{ | |
text-align: center; | |
} | |
.et_pb_with_border.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body a { | |
color: #273cc4; | |
text-decoration: none; | |
display: inline-block; | |
} | |
.et_pb_with_border.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body a:after { | |
content: ''; | |
display: block; | |
width: 0; | |
height: 1px; | |
background: #273cc4; | |
transition: width .3s; | |
} | |
.et_pb_with_border.et_pb_module.et_pb_post_content.et_pb_post_content_0_tb_body a:hover:after { | |
border-bottom: 0px solid; | |
width: 100%; | |
transition: width .3s; | |
} | |
/* Media Queries */ | |
@media (max-width: 767px){ | |
.et_pb_team_member_image { | |
margin: 1px 46px 15px 0px; | |
} | |
h1 { | |
font-size: 26px !important; | |
text-align: left; | |
/* margin-top: 85px; */ | |
line-height: 1.3em !important; | |
} | |
.et_pb_section_0_tb_body.et_pb_section { | |
padding-top: 20px; | |
/* padding-bottom: 250px !important; */ | |
} | |
.et_pb_section_0_tb_body { | |
border-style: dotted; | |
min-height: 500.9px !important; | |
} | |
.paoc-popup-modal-cnt { | |
background-color: #fff; | |
padding: 0px 20px 20px; | |
} | |
.et-db #et-boc .et-l .et_pb_row_14_tb_body.et_pb_row { | |
display: block; | |
} | |
.et_pb_team_member_0_tb_body.et_pb_team_member.et_pb_module { | |
left: 22px !important; | |
position: relative !important; | |
} | |
.et_pb_row_1_tb_body, body #page-container .et-db #et-boc .et-l .et_pb_row_1_tb_body.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1_tb_body.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1_tb_body.et_pb_row { | |
width: 100% !important; | |
} | |
html:not(.et-fb-top-html) .et_pb_post_content_0_tb_body h2 { | |
font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif; | |
font-weight: 800; | |
margin: 76px 0px 0 0; | |
} | |
.et_pb_team_member_1_tb_body.et_pb_team_member .et_pb_team_member_image { | |
border-radius: 50px 50px 50px 50px; | |
overflow: hidden; | |
width: 60px !important;} | |
} | |
/* .et_pb_blog_0_tb_body .et_pb_post .entry-title, .et_pb_blog_0_tb_body .not-found-title { | |
width: 300px; | |
margin-top: -17px; | |
position: absolute; | |
color: #5e6c73; | |
text-shadow: 0 4px 10px rgba(0,1,31,0.1); | |
margin-left: -20px; | |
} */ | |
.comment ol.commentlist { | |
padding: 40px !important; | |
line-height: 1.7em!important; | |
margin-bottom: 80px; | |
box-shadow: 0 10px 100px #e1edf9; | |
list-style: none!important; | |
} | |
#respond { | |
background: #fff; | |
padding: 40px; | |
/* width: 100%; */ | |
margin: 0 !important; | |
border-radius: 5px; | |
box-shadow: 0 10px 100px #e1edf9; | |
} | |
.comment.bypostauthor, .comment.comment-author-admin, .comment .even, .comment .odd { | |
background-color: #e1f1ff !important; | |
box-shadow: none !important; | |
padding: 20px; | |
margin-bottom: 0px; | |
margin-top: 50px; | |
margin-left: 0; | |
border-radius: 5px; | |
line-height: 1.6em; | |
} | |
p.form-submit button { | |
border-radius: 7px !important; | |
padding: .2em 1em!important; | |
font-size: 18px; | |
} | |
.comment .children { | |
margin-left: 0; | |
padding-left: 0!important; | |
} | |
.comment { | |
padding: 40px; | |
margin-bottom: 70px; | |
margin-top: 35px; | |
box-shadow: 0 10px 100px #e1edf9; | |
border-radius: 5px; | |
background-color: #fff; | |
} | |
.et_pb_module.et_pb_text.et_pb_text_0_tb_body.et_pb_text_align_left.et_pb_bg_layout_light { | |
top: 11px; | |
position: relative; | |
display: inline-block; | |
z-index: 999; | |
background: transparent !important; | |
left: 19px; | |
} | |
.et_monarch .et_social_networks.et_social_circle li { | |
padding-right: 5px; | |
} | |
.et_pb_post_content_0_tb_body .et_pb_row { | |
width: 91% !important; | |
} | |
/* Code for Shop (by Nasir) */ | |
.backcstm_cc .comment_container { | |
background: #fff; | |
padding: 18px; | |
box-sizing: border-box !important; | |
} | |
.cstm1 { | |
width: 30.3%; | |
display: inline-block; | |
margin-right: 3%; | |
margin-bottom: 17px;} | |
.cstm_outer { | |
padding: 50px 0; | |
} | |
.cstm1:nth-child(3n) { | |
margin: 0; | |
} | |
.cstm_addtocart #licence { | |
border: 1px solid #273cc4 !important; | |
position: relative; | |
} | |
.cstm_addtocart #licence { | |
border: 1px solid #273cc4 !important; | |
position: relative; | |
} | |
.text_noter h1 { | |
display: inline-block; | |
background: #fff; | |
color: #fff; | |
width: 50px; | |
height: 50px; | |
border: 5px solid #ccc; | |
text-align: center; | |
} | |
.text_noter { | |
text-align: center; | |
} | |
.cstm1 h3 { | |
padding-left: 49px; | |
background: url(https://infobrandz.com/wp-content/uploads/2020/02/icon.jpg); | |
background-position: -5px -3px; | |
background-repeat: no-repeat; | |
} | |
.cstm1 span { | |
position: relative; | |
} | |
.center_img { | |
text-align: center; | |
} | |
.cstm_addtocart .single_add_to_cart_button.button.alt.demo-btn { | |
margin: 0; | |
background:#90989e!important; | |
} | |
#play_cstm { | |
width: 100%;color:#273cc4!important; | |
border:1px solid #90989e!important; | |
} | |
#play_cstm:hover { | |
padding-left: 0 !important; | |
padding-right: 0 !important;border:1px solid #273cc4!important; | |
} | |
#play_cstm:after { | |
display:none!important; | |
} | |
.variations .label{display:none!important;} | |
.star_clie { | |
max-width: 40% !important; | |
} | |
#no3 { | |
padding: 0 0 !important; | |
} | |
.reviewcstm { | |
padding: 0 !important; | |
} | |
@media(max-width:767px){ | |
.cstm1 { | |
width: 100%; | |
margin-bottom: 2%; | |
} | |
.cstm_addtocart .value::before { | |
right: 10px; | |
} | |
#play_cstm::after { | |
display: none !important; | |
} | |
.cstm_addtocart .single_add_to_cart_button.button.alt::after { | |
display: none !important; | |
} | |
/* | |
#licence { | |
width: 100%!important; | |
} | |
*/ | |
#no3 { | |
padding: 0 !important; | |
} | |
.star_clie { | |
max-width: 26% !important; | |
} | |
#no1 h4 { | |
font-size: 14px; | |
} | |
#no1 h1 { | |
font-size: 24px; | |
line-height: 34px; | |
} | |
.cstm1 h3 { | |
padding-left: 63px; | |
background-position: 12px -9px; | |
background-size: 43px; | |
font-size: 19px; | |
line-height: 23px; | |
} | |
.cstm_addtocart .single_add_to_cart_button.button.alt { | |
font-size: 16px; | |
} | |
div#respon_last { | |
padding: 0 20px 0 20px; | |
} | |
div#respon_last p { | |
padding: 0 20px 0 20px; | |
font-size: 13px; | |
} | |
} | |
/*--16--01--2020--*/ | |
.addcsst_outer .et_pb_column_2_tb_body { | |
background: #fff; | |
box-shadow: 0 20px 120px #cbd6e4; | |
padding: 10px 35px; | |
border-radius: 8px; | |
} | |
.woocommerce-product-rating .star-rating span::before { | |
color:#ffd800; | |
} | |
/* | |
.woocommerce-review-link { | |
color: #273cc4; | |
font-weight: 600; | |
font-size: 18px; | |
} | |
*/ | |
.cstm_addtocart #licence { | |
position: relative; | |
min-width: 60%; | |
background-color: transparent !important; | |
border: 1px solid #273cc4 !important; | |
font-size: 15px !important; | |
color: #000 !important; | |
font-weight: 600; | |
} | |
.cstm_addtocart .value::before { | |
right: 140px; | |
} | |
.single_variation_wrap .woocommerce-variation.single_variation { | |
position: absolute; | |
right: 0; | |
top: 3px; | |
} | |
.woocommerce-variation-price .price { | |
color: #000 !important; | |
font-weight: bolder; | |
} | |
.license_details h3 .cool-link { | |
color: #273cc4 !important; | |
font-size: 14px; | |
font-weight: 600; | |
position: relative; | |
display: inline-block; | |
text-decoration: none; | |
} | |
.license_details h3 .cool-link::before { | |
content: ''; | |
display: block; | |
bottom: 0; | |
position: absolute; | |
left: 0; | |
width: 0; | |
height: 1px; | |
background: #273cc4; | |
transition: width .3s; | |
} | |
.license_details h3 .cool-link:hover::before { | |
width: 100%; | |
} | |
.woocommerce div.product form.cart .variations { | |
margin-bottom: 0; | |
} | |
.license_details { | |
top: -43px; | |
position: relative; | |
} | |
.license_details ul li { | |
line-height: 30px; | |
padding-left: 26px; | |
list-style: none; | |
font-weight: 500; | |
font-size: 14px; | |
background-image: url(https://infobrandz.com/wp-content/uploads/2020/01/listdetail.png); | |
background-repeat: no-repeat; | |
background-position: center left; | |
background-size: 18px; | |
} | |
#play_cstm { | |
margin-bottom: 15px; | |
} | |
/*---20--01--2020--*/ | |
#popup-box { | |
position: fixed; | |
left: 0; | |
top: 0; | |
width: 100%; | |
background: rgba(48, 55, 68, 0.9) none repeat scroll 0% 0%; | |
height: 100%; | |
z-index:999; | |
display:none; | |
} | |
.popup-main { | |
position: absolute; | |
left: 50%; | |
top: 50%; | |
transform: translate(-50%, -50%); | |
-webkit-transform: translate(-50%, -50%); | |
width: 800px; | |
height: 450px; | |
} | |
.close-btn { | |
text-align: right; | |
} | |
.close-btn span { | |
font-size: 80px; | |
font-weight: 200; | |
color: #1e73be; | |
cursor: pointer; | |
} | |
.et-db #et-boc .et-l .et_pb_column { | |
z-index: inherit; | |
} | |
.popup-main .fluid-width-video-wrapper { | |
float: left; | |
width: 100%; | |
padding-top: 0 !important; | |
height: 450px; | |
} | |
/* End code for shop */ | |
#main-header .et-cart-info { display: none;} | |
@media only screen and (min-width: 320px) and (max-width: 1024px){ | |
.single-product #main-header { | |
display: block; | |
position: relative; | |
} | |
} | |
table.variations:after { | |
content: ' 25BC'; | |
margin: -19px 0px 0px 159px; | |
position: absolute; | |
} | |
.orderby, .woocommerce div.product form.cart .variations td select { | |
padding: 4px 43px 4px 8px; | |
} | |
.woocommerce div.product form.cart .variations select { | |
min-width: 40%; | |
background-color: transparent !important; | |
border: 1px solid #273cc4 !important; | |
font-size: 15px !important; | |
} | |
.orderby, .woocommerce div.product form.cart .variations td select{ | |
webkit-border-radius: 5px; | |
-moz-border-radius: 5px; | |
border-radius: 5px; | |
color: #000!important; | |
background-color: #ececec; | |
font-size: 15px; | |
font-weight: 600 !important; | |
height: 35px; | |
} | |
.woocommerce.single-product div.product form.cart .button { | |
min-width: 45% !important; | |
max-width: 48% !important; | |
} | |
.woocommerce.single-product div.product form.cart .button { | |
vertical-align: middle; | |
float: left; | |
color: #fff !important; | |
line-height: 38px !important; | |
} | |
.woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message { | |
background: transparent; | |
} | |
.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li { | |
margin-bottom: 40px!important; | |
box-shadow: 0 10px 40px #cfd6e0 !important; | |
background-color: #fff !important; | |
margin: 0 0 20px !important; | |
border-radius: 5px !important; | |
} | |
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] { | |
color: #fff; | |
padding: 5px 12px; | |
} | |
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty { | |
height: 45px; | |
border: none!important; | |
-webkit-border-radius: 3px; | |
-moz-border-radius: 3px; | |
border-radius: 3px; | |
color: #fff!important; | |
background-color: rgba(0,0,0,.2)!important; | |
-webkit-box-shadow: none!important; | |
-moz-box-shadow: none!important; | |
box-shadow: none!important; | |
font-size: 16px!important; | |
font-weight: 400!important; | |
} | |
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout { | |
width: 262px; | |
padding: 1em 0; | |
} | |
td.product-name a { | |
color: #273cc4; | |
} | |
.single-product.license_details ul,.single-product #left-area ul { | |
padding: 0 !important; | |
list-style-type: none!important; | |
} | |
.license_details ul li{ | |
background-image: url(//infobrandz.com/wp-content/uploads/2020/02/listdetail.png); | |
background-repeat: no-repeat; | |
background-position: center left; | |
line-height: 30px; | |
padding-left: 26px; | |
background-size: 18px; | |
} | |
.license_details{ | |
margin-bottom: 20px; | |
padding-bottom: 20px; | |
} | |
.woocommerce-tabs .tabs,.woocommerce-tabs .woocommerce-Tabs-panel h2{ | |
display:none; | |
} | |
.woocommerce-tabs .woocommerce-Tabs-panel{ | |
padding:0px !important; | |
} | |
.woocommerce-tabs{ | |
border:0px !important; | |
} | |
.single-product #main-content{ | |
background-color: #eaedf1; | |
} | |
.single-product #page-container{ | |
padding-top:0px !important; | |
} | |
.single-product #main-header{ | |
display:none; | |
} | |
.single-product .et-fixed-header{ | |
display:block !important; | |
} | |
.single-product #content-area .woocommerce-breadcrumb{ | |
font-weight: 700;position: absolute;top: 0px;left: -125px;background-color: #fff;padding: 10px 30px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}nav.woocommerce-breadcrumb {color: #2c86ec !important; | |
} | |
.featurd_cnt ul{ | |
padding-bottom:0px; list-style: none !important; | |
} | |
.product_title,.price{ | |
display:none; | |
} | |
.woocommerce-variation-price .price{ | |
display:block !important; | |
} | |
.woocommerce-variation-price .price .amount{ | |
color: #000;position: absolute;top: 34px;right: 40px;font-weight: 800; | |
} | |
span.woocommerce-Price-amount.amount { | |
-webkit-animation: mover 1s infinite alternate; | |
animation: mover 0.5s alternate; | |
} | |
span.woocommerce-Price-amount.amount { | |
-webkit-animation: mover 1s infinite alternate; | |
animation: mover 0.5s alternate; | |
} | |
@media only screen and (min-width: 320px) and (max-width: 480px){ | |
.woocommerce.single-product div.product form.cart .button { | |
min-width: 45%!important; | |
max-width: 100%!important; | |
width: 100%; | |
} | |
.single-product #main-header { | |
display: block; | |
position: relative; | |
} | |
.single_variation_wrap .woocommerce-variation.single_variation { | |
right: 0; | |
} | |
.woocommerce-variation-price .price .amount{ | |
right: 0px; | |
} | |
} | |
@media only screen and (min-width: 481px) and (max-width: 600px){ | |
.woocommerce.single-product div.product form.cart .button { | |
min-width: 45%!important; | |
max-width: 100%!important; | |
width: 100%; | |
} | |
} | |
/* Contact Form Button Center*/ | |
.contactform-button .et_contact_bottom_container { | |
width: 100%; | |
justify-content: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment