/* $Id:carousel.css 2018-07-04 00:00:00 SocialEngineSolutions $*/ .sespagevideo_carousel_wrapper{ clear:both; position:relative; overflow:hidden; padding:0; width:100%; } .sespagevideo_carousel_wrapper .owl-stage-outer{ overflow:hidden; width:100%; } .sespagevideo_carousel_wrapper .owl-stage{ display: flex; overflow: hidden; } .sespagevideo_carousel_wrapper .sespagevideo_listing_grid{ margin:0 5px } .sespagevideo_carousel_wrapper .sespagevideo_listing_grid .sespagevideo_thumb{ border-width:0; padding:0; } .sespagevideo_carousel_wrapper .owl-nav > div{ box-shadow:0px 0px 3px rgba(0, 0, 0, .5); background-color:#fff; border-radius:2px; transition:all 0.3s ease 0s; opacity:0; filter:alpha(opacity=0); /* For IE8 and earlier */ height:25px; line-height:25px; padding:0; text-align:center; width:25px; cursor: pointer; } .sespagevideo_carousel_wrapper:hover .owl-nav > div{ opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */ } .sespagevideo_carousel_wrapper .owl-nav > div i:before{ color:#222; float:left; font-size:22px; margin-top:2px; } .sespagevideo_carousel_wrapper .owl-nav > div.disabled i:before{ opacity: 0.5; } /*Horizontal Carousel*/ .sespagevideo_carousel_h_wrapper .owl-nav > div{ top:50%; position:absolute; margin-top:-13px; } .sespagevideo_carousel_h_wrapper .owl-nav > div.owl-prev{ border-radius:2px 0 0 2px; left:15px; } .sespagevideo_carousel_h_wrapper:hover .owl-nav > div.owl-prev{ left:5px; } .sespagevideo_carousel_h_wrapper .owl-nav > div.owl-next{ border-radius:0 2px 2px 0; right:15px; } .sespagevideo_carousel_h_wrapper:hover .owl-nav > div.owl-next{ right:5px; } .sespagevideo_carousel_h_wrapper:hover .owl-nav > div.owl-prev i:before{ margin-right:2px; } .sespagevideo_carousel_h_wrapper:hover .owl-nav > div.owl-next i:before{ margin-left:2px; } /*Vertical Carousel*/ .sespagevideo_carousel_v_wrapper{ border-style:solid; border-width:1px; padding:5px; } .sespagevideo_carousel_v_wrapper .sespagevideo_listing_grid{ margin:0 !important; } .sespagevideo_carousel_v_wrapper .owl-nav{ text-align: center; margin-top: 10px; } .sespagevideo_carousel_v_wrapper .owl-nav > div{ display:inline-block; margin: 0px 3px; opacity: 1; } /* $Id:styles.css 2018-07-04 00:00:00 SocialEngineSolutions $*/ /*Global Classes*/ .sespagevideo_animation{ -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sespagevideo_labels, [dir="rtl"] .sespagevideo_labels{top:10px;position:absolute;text-align:center;width:100%;} .sespagevideo_labels span{ display:inline-block; border-radius:50%; font-size:11px; height:20px; line-height:20px; width:20px; color:#fff; margin:0 2px; box-shadow:0 0 5px rgb(0 0 0 / 50%); text-align:center; } .sespagevideo_label_featured{background-color:#47c8e3;} .sespagevideo_label_sponsored{background-color:#53dc10;} .sespagevideo_label_hot{background-color:#f00;} .sespagevideo_label_highlighted{background-color:#ff4500;} .sespagevideo_label_verified{background-color:#489fdd;} .sespagevideo_verified{color:#489fdd;font-size:14px;margin:0 3px;vertical-align:middle;} .sespagevideo_verified:hover{color:#93c33c;} /*Grid View*/ .sespagevideo_listing_grid{ display:block; margin:0 0 15px 4px; vertical-align:top; width:100%; } [dir="rtl"] .sespagevideo_listing_grid{ margin:0 4px 15px 0; } .layout_left .sespagevideo_listing_grid, .layout_right .sespagevideo_listing_grid{ margin:0 0 15px; display:block; width:100% !important; } .layout_left .sespagevideo_listing_grid + .sespagevideo_listing_grid, .layout_right .sespagevideo_listing_grid + .sespagevideo_listing_grid{ margin-top:10px; } .sespagevideo_grid_thumb{ float:left; height:100%; overflow:hidden; width:100%; } .sespagevideo_grid_info{ padding-top:5px; position:relative; } .sespagevideo_grid_title{ font-weight:bold; margin-bottom:3px; margin-right:20px; } [dir="rtl"] .sespagevideo_grid_title { margin-right:0px; margin-left:20px; } .sespagevideo_listing_grid.isoptions .sespagevideo_grid_title{ padding:0 20px 0 0; } [dir="rtl"] .sespagevideo_listing_grid.isoptions .sespagevideo_grid_title{ padding:0 0 0 20px; } .sespagevideo_grid_date{ font-size:0.8em; margin-top:3px; overflow:hidden; padding:0 1px; } .sespagevideo_grid_info .sespagevideo_list_option_toggle.fa { top:8px; padding:0 3px; right:0; } [dir="rtl"] .sespagevideo_grid_info .sespagevideo_list_option_toggle.fa{ left:0; } .sespagevideo_grid_info .sespagevideo_list_option_toggle.fa:before{ font-size:15px; } /*List View*/ .sespagevideo_listing_list{ padding-bottom:10px; position:relative; } .sespagevideo_listing_list + .sespagevideo_listing_list{ border-top-width:1px; padding-top:10px; } .sespagevideo_list_thumb{ float:left; height:120px; margin:0 10px 0 0; overflow:hidden; width:200px; } [dir="rtl"] .sespagevideo_list_thumb{ float:right; margin:0 0 0 10px; } .sespagevideo_list_info{ overflow:hidden; } .sespagevideo_list_title{ font-weight:bold; font-size:17px; margin-bottom:3px; } .sespagevideo_listing_list .sespagevideo_list_btns{ margin-top:5px; } .sespagevideo_list_date{ font-size:0.8em; margin-top:3px; overflow:hidden; padding:0 1px; } .sespagevideo_list_des{ margin-top:5px; font-size:14px; } /*Pinboard View*/ .sespagevideo_video_listing .sesbasic_pinboard_list_btns{ width:100%; left:0; right:0; text-align:center; } .sespagevideo_video_listing .sesbasic_pinboard_list_btns > a{ float:none; display:inline-block; line-height:30px; } .sesbasic_pinboard_list_item_wrap{ padding:0 5px !important; } .sesbasic_pinboard_list_item_title{ margin-right:25px; } [dir="rtl"] .sesbasic_pinboard_list_item_title{ margin-left:25px; margin-right:0; } .sesbasic_pinboard_list_item_wrap .sespagevideo_list_option_toggle.fa { top:14px; padding:0 3px; right:5px; } [dir="rtl"] .sesbasic_pinboard_list_item_wrap .sespagevideo_list_option_toggle.fa{ left:5px; right:auto; } .sesbasic_pinboard_list_item_wrap .sespagevideo_list_option_toggle.fa:before{ font-size:15px; } .sesbasic_pinboard_list_label, [dir="rtl"] .sesbasic_pinboard_list_label{ bottom:auto; top:10px; } .sesbasic_pinboard_list_label span{ font-size:9px !important; letter-spacing:0 !important; padding:0 !important; text-align:center !important; width:20px ; height:20px; line-height:20px; border-radius:50px; } .sespaevideo_pinboard_item .sesbasic_pinboard_list_item{ box-shadow:none; margin-bottom:10px; border-radius:10px; overflow:hidden; } .sespaevideo_pinboard_item .sespagevideo_listing_options_pulldown{ right:10px !important; } [dir="rtl"] .sespaevideo_pinboard_item .sespagevideo_listing_options_pulldown{ left:10px !important; right:auto !important; } .sespaevideo_pinboard_item .sesbasic_pinboard_list_item_btm { float:none; width:auto; margin:5px -10px 0; } .sespaevideo_pinboard_item .sesbasic_pinboard_list_item_btm { margin-left:0; margin-right:0; } .sespaevideo_pinboard_item .sesbasic_pinboard_list_comments .comments > ul > li{ padding:8px 10px; } .sespaevideo_pinboard_item .sesbasic_pinboard_list_comments .comments { width:auto !important; min-width:auto !important; max-width:inherit !important; padding:0 15px; } .sespaevideo_pinboard_item .sesbasic_pinboard_list_comments .comments > ul > li{ margin:0; } .sesbasic_pinboard_list_item_des{ font-size:14px; } /*Sidebar List View*/ .layout_sespagevideo_of_the_day .sesbasic_view_type, .sespagevideo_sidebar_video_list .sesbasic_view_type{ display:none !important; } .sespagevideo_sidebar_video_list .sespagevideo_listing_list{ padding-bottom:5px; } .sespagevideo_sidebar_video_list .sespagevideo_listing_list + .sespagevideo_listing_list{ border-top-width:0; padding-top:5px; } .sespagevideo_sidebar_video_list .sespagevideo_play_btn{display:none;} .sespagevideo_sidebar_video_list .sespagevideo_list_title{ font-size:13px; } /*STATICS:Common Statics CSS Code for All listins*/ .sespagevideo_list_stats > span{ float:left; font-size:11px; } [dir="rtl"] .sespagevideo_list_stats > span{ float:right; } .sespagevideo_list_stats > span + span{ border-left-width:1px; margin:0 0 0 5px; padding:0 0 0 5px; } [dir="rtl"] .sespagevideo_list_stats > span + span{ border-left-width:0; border-right-width:1px; margin:0 5px 0 0; padding:0 5px 0 0; } .sespagevideo_list_stats > span i{ margin-right:3px; } [dir="rtl"] .sespagevideo_list_stats > span i{ margin-left:3px; margin-right:0px; display:inline-block; } [dir="rtl"] .sespagevideo_list_stats > span a{ display:inline-block; } .sespagevideo_list_stats > span i:before{ font-size:11px; } .sespagevideo_list_location > span{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block; float:none; } /*Grid Layout with inside information*/ .sespagevideo_listing_in_grid{ height:170px; float:left; margin:0 5px 10px; overflow:hidden; position:relative; width:270px; } [dir="rtl"] .sespagevideo_listing_in_grid{ float:right; } .sespagevideo_listing_in_grid_thumb{ border-width:0 !important; padding:0; height:100%; width:100%; } .sespagevideo_listing_in_grid_info{ background:rgba(0,0,0,0.6); background:-moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6))); background:-webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6))); background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); bottom:0; padding:20px; position:absolute; width:100%; } .sespagevideo_listing_in_grid_title{ font-weight:bold; font-size:15px; } .sespagevideo_listing_in_grid_date{ font-size:0.8em; margin-top:3px; overflow:hidden; padding:0 1px; } .sespagevideo_listing_in_grid_info *{ color:#fff !important; text-shadow:0 2px 2px rgba(0, 0, 0, 0.4); } .sespagevideo_listing_in_grid .sespagevideo_watch_later_btn{ border-radius:0; bottom:5px; left:5px; opacity:0; filter:alpha(opacity=0); z-index:1; } [dir="rtl"] .sespagevideo_listing_in_grid .sespagevideo_watch_later_btn{ left:inherit; right:5px; } .sespagevideo_listing_in_grid:hover .sespagevideo_watch_later_btn, .sespagevideo_listing_in_grid .sespagevideo_watch_later_btn.selectedWatchlater{ opacity:1; filter:alpha(opacity=100); } .sespagevideo_listing_in_grid .sespagevideo_length{ border-radius:0; bottom:5px; right:5px; z-index:1; } [dir="rtl"] .sespagevideo_listing_in_grid .sespagevideo_length{ left:5px; right:inherit; } .sespagevideo_listing_in_grid .sespagevideo_labels{ bottom:inherit; top:10px; } .sespagevideo_listing_in_grid:hover .sespagevideo_labels{ opacity:0; filter:alpha(opacity=0); } .sespagevideo_listing_in_grid .sespagevideo_play_btn{ opacity:0; filter:alpha(opacity=0); } .sespagevideo_listing_in_grid:hover .sespagevideo_play_btn{ opacity:1; filter:alpha(opacity=100); } .sespagevideo_listing_in_grid:hover .sespagevideo_listing_in_grid_info{ bottom:-50px; opacity:0; filter:alpha(opacity=0); } /*Grid Layout with inside information 2nd Layout*/ .sespagevideo_listing_in_grid2{ height:170px; margin:0 0 25px; overflow:hidden; position:relative; width:100%; padding:0; } .sespagevideo_listing_in_grid2_thumb{ border-width:0 !important; padding:0; height:100%; width:100%; } .sespagevideo_listing_in_grid2 .sespagevideo_thumb_btns{ -webkit-transition:all 500ms ease .4s; -moz-transition:all 500ms ease .4s; transition:all 500ms ease .4s; } .sespagevideo_listing_in_grid2_title_show{ background-color:rgba(0, 0, 0, .5); position:absolute; bottom:20px; max-width:90%; right:0; padding:8px; } [dir="rtl"] .sespagevideo_listing_in_grid2_title_show{ left:0; right:inherit; } .sespagevideo_listing_in_grid2:hover .sespagevideo_listing_in_grid2_title_show{ opacity:0; } .sespagevideo_listing_in_grid2_title_show a{ color:#fff; text-shadow:0 2px 2px rgba(0, 0, 0, 0.4); } .sespagevideo_listing_in_grid2_info{ bottom:-50%; padding:50px 10px; position:absolute; opacity:0; width:100%; height:10%; background:rgba(0,0,0,0.6); background:-moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6))); background:-webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6))); background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); } .sespagevideo_listing_in_grid2:hover .sespagevideo_listing_in_grid2_info{ background-color:rgba(0, 0, 0, .7); background-image:none; bottom:0; opacity:1; height:100%; } .sespagevideo_listing_in_grid2_title{ font-size:17px; } .sespagevideo_listing_in_grid2_date{ margin-top:8px; overflow:hidden; padding:0 1px; } .sespagevideo_listing_in_grid2 span.sesvideo_list_option_toggle{ display:none; } .sespagevideo_listing_in_grid2_date > span + span, [dir="rtl"] .sespagevideo_listing_in_grid2_date > span + span{ border-width:0; } .sespagevideo_listing_in_grid2_date > span{ font-size:13px; } .sespagevideo_listing_in_grid2_date > span i:before{ font-size:15px; } .sespagevideo_listing_in_grid2_date > span i{ margin-right:5px; } .sespagevideo_listing_in_grid2_info *{ color:#fff !important; } .sespagevideo_listing_in_grid2 .sesvideo_listing_options_pulldown{ margin-top:5px; } .sespagevideo_listing_in_grid2 .sesvideo_listing_options_pulldown a + a{ margin-left:5px; } [dir="rtl"] .sespagevideo_listing_in_grid2 .sesvideo_listing_options_pulldown a { margin-right:5px; margin-left:0px; } .sespagevideo_listing_in_grid2 .sespagevideo_watch_later_btn{ border-radius:0; bottom:5px; left:5px; opacity:0; filter:alpha(opacity=0); z-index:1; } [dir="rtl"] .sespagevideo_listing_in_grid2 .sespagevideo_watch_later_btn{ left:inherit; right:5px; } .sespagevideo_listing_in_grid2:hover .sespagevideo_watch_later_btn, .sespagevideo_listing_in_grid2 .sespagevideo_watch_later_btn.selectedWatchlater{ opacity:1; filter:alpha(opacity=100); } .sespagevideo_listing_in_grid2 .sespagevideo_length{ border-radius:0; bottom:5px; right:5px; z-index:1; } [dir="rtl"] .sespagevideo_listing_in_grid2 .sespagevideo_length{ left:5px; right:inherit; } .sespagevideo_listing_in_grid2 .sespagevideo_labels{ bottom:inherit; top:10px; } .sespagevideo_listing_in_grid2:hover .sespagevideo_labels{ opacity:0; filter:alpha(opacity=0); } .sespagevideo_listing_in_grid2 .sespagevideo_play_btn, .sespagevideo_listing_in_grid2 .sespagevideo_length{ opacity:0; filter:alpha(opacity=0); } .sespagevideo_listing_in_grid2:hover .sespagevideo_length{ opacity:1; filter:alpha(opacity=100); } .sespagevideo_listing_in_grid2:hover .sespagevideo_play_btn{ opacity:.4; filter:alpha(opacity=40); } .sespagevideo_listing_in_grid2:hover .sespagevideo_play_btn:hover{ opacity:1; filter:alpha(opacity=100); } .sesvideo_listing_in_grid2_date .sesvideo_listing_options_pulldown { position:absolute; right:10px; bottom:10px; } [dir="rtl"] .sesvideo_listing_in_grid2_date .sesvideo_listing_options_pulldown{ left:10px; right:auto; } /*Manage Options*/ .sespagevideo_list_option_toggle.fa{ cursor:pointer; position:absolute; top:5px; right:10px; } [dir="rtl"] .sespagevideo_list_option_toggle.fa{ left:10px; right:auto; } .sespagevideo_list_options{ margin-top:5px; } .sespagevideo_list_option_toggle.fa:before{ font-size:22px; } .sespagevideo_listing_options_pulldown{ background-color:#fff; border:1px solid #ccc; position:absolute; right:0; top:24px; display:none; width:120px } [dir="rtl"] .sespagevideo_listing_options_pulldown{ left:0; right:auto; } div.sespagevideo_listing_options_pulldown a{ color:#333; font-size:11px; display:block; padding:5px 10px; } .sespagevideo_list_option_toggle.open, .sespagevideo_list_option_toggle.open + div{ display:block; } .sespagevideo_listing_options_pulldown a:hover{ background-color:#ededed; text-decoration:none; } /*CREATE & EDIT VIDEO FORM CSS START HERE*/ .sespagevideo_video_form .global_form > div{ float:none; } .sespagevideo_video_form #artists-element .form-options-wrapper li{ display:inline-block; vertical-align:top; width:180px; } .sespagevideo_video_form .global_form div.form-label label.required:after{ content:" *"; color:#f00; } .sespagevideo_video_form .selectize-control { position:inherit; } /*CREATE & EDIT VIDEO FORM CSS END HERE*/ /*CATEGORY BASE VIDEO LISTING CSS START HERE*/ .sespagevideo_cat_video_listing{ position:relative; } .sespagevideo_cat_video_list{ float:left; height:170px; padding:0 10px 20px; width:200px; } [dir="rtl"] .sespagevideo_cat_video_list{ float:right; } .sespagevideo_cat_video_list .sespagevideo_thumb{ height:100%; position:relative; width:100%; } .sespagevideo_cat_video_list .sespagevideo_thumb > a{ overflow:hidden; height:100%; width:100%; display:block; } .sespagevideo_cat_video_list_info{ background-color:rgba(0, 0, 0, .5); bottom:0; position:absolute; top:0; left:0; margin:2px; opacity:0; filter:alpha(opacity=0); padding:10px; right:0; } .sespagevideo_cat_video_list:hover .sespagevideo_cat_video_list_info{ opacity:1; filter:alpha(opacity=100); } .sespagevideo_cat_video_list_info *{ color:#fff; text-align:center; } [dir="rtl"] .sespagevideo_cat_video_list_info *{ text-align:center; } .sespagevideo_cat_video_list_info > div{ display:table; height:100%; width:100%; } .sespagevideo_cat_video_list_info > div > div{ display:table-cell; height:100%; vertical-align:middle; width:100%; } .sespagevideo_cat_video_list_title{ display:block; font-weight:bold; font-size:15px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; width:200px; } .sespagevideo_cat_video_list_stats{ margin-top:5px; } .sespagevideo_cat_video_list_stats > span, [dir="rtl"] .sespagevideo_cat_video_list_stats > span{ float:none; } .sespagevideo_cat_video_list_stats > span + span{ margin:0 0 0 1px; } .sespagevideo_cat_video_list_button{ border-radius:3px; display:inline-block; padding:5px 10px; margin-top:10px; font-weight:bold; } .sespagevideo_videolist_column_big .sespagevideo_cat_video_list_title{ font-size:20px; } .sespagevideo_videolist_column_big .sespagevideo_cat_video_list_stats{ font-size:15px; } .sespagevideo_videolist_column_small{ width:25%; } .sespagevideo_videolist_column_small .sespagevideo_cat_video_list{ width:100%; } .sespagevideo_videolist_column_big{ width:50%; } .sespagevideo_videolist_column_big .sespagevideo_cat_video_list{ height:340px; padding:0 10px 20px; width:100%; } .sespagevideo_cat_video_listing .sesbasic_paging{ float:left; } [dir="rtl"] .sespagevideo_cat_video_listing .sesbasic_paging{ float:right; } /*CATEGORY BASE VIDEO LISTING CSS END HERE*/ /*VIDEO VIEW PAGE CSS START HERE*/ .sespagevideo_view_embed{ background-color:#000; margin-bottom:10px; } .sespagevideo_view_embed video, .sespagevideo_view_embed iframe, .sespagevideo_view_embed object{ max-width:100%; min-height:300px; min-width:300px; width:100%; } .sespagevideo_view_openlightbox_link{ float:right; font-size:11px; margin-top:-5px; } [dir="rtl"] .sespagevideo_view_openlightbox_link{ float:left; } .sespagevideo_view_openlightbox_link:before{ margin-right:5px; } [dir="rtl"] .sespagevideo_view_openlightbox_link:before{ margin-left:5px; margin-right:0; } .sespagevideo_view_title{ font-size:20px; font-weight:normal; letter-spacing:normal; } .sespagevideo_view_title, .sespagevideo_view_desc{ margin-bottom:10px; } .sespagevideo_view_author, .sespagevideo_view_statics{ float:left; margin-bottom:10px; width:50%; } [dir="rtl"] .sespagevideo_view_author, [dir="rtl"] .sespagevideo_view_statics{ float:right; } .sespagevideo_view_author_info{ overflow:hidden; } .sespagevideo_view_author_photo{ float:left; margin:0 10px 0 0; } [dir="rtl"] .sespagevideo_view_author_photo{ float:right; margin:0 0 0 10px; } .sespagevideo_view_author_name{ margin:5px 0 3px; } .sespagevideo_view_author_name a{ font-weight:bold; } .sespagevideo_view_date{ font-size:.8em; } .sespagevideo_view_rating{ margin-bottom:5px; } .sespagevideo_view_meta{ margin-bottom:5px; } .sespagevideo_view_meta > span{ display:block; margin-bottom:5px; } .sespagevideo_view_meta > span i{ text-align:center; width:20px; } [dir="rtl"] .sespagevideo_view_meta > span i{ text-align:center; } .sespagevideo_view_fields div{ font-size:11px; } .sespagevideo_view_fields div + div{ margin-top:5px; } .sespagevideo_view_field_ques{ width:200px; } .sespagevideo_view_field_value{ overflow:hidden; } .sespagevideo_view_options{ border-radius:3px; float:right; overflow:hidden; } .sespagevideo_view_watch_later_btn.selectedWatchlater{ background-color:#ff4500; } .sespagevideo_view_options .sesbasic_icon_btn{ border-radius:0; height:35px; float:left; margin:0; padding:10px 0; width:35px; } .sespagevideo_view_options .sesbasic_icon_btn + .sesbasic_icon_btn{ border-left:1px solid rgba(255, 255, 255, 0.1); } .sespagevideo_view_options .sesbasic_icon_btn i:before{ font-size:17px; } .sespagevideo_view_options .sesbasic_icon_btn_count i:before{top:3px;} .sespagevideo_view_options .sesbasic_icon_btn_count span{top:20px;font-size:17px;} .sespagevideo_view_options .sesbasic_icon_btn_count:hover i:before{top:-20px;} .sespagevideo_view_options .sesbasic_icon_btn_count:hover span{top:3px;} /*External Priview*/ .sespagevideo_external_video_preview{ border-width:1px; border-style:solid; } .sespagevideo_external_video_preview .sespagevideo_external_video_btn_cont{ padding:0 10px 10px; } .sespagevideo_view_bottom{ margin-top:20px; } .sespagevideo_view_bottom_right{ float:right; margin-left:20px; width:300px; } [dir="rtl"] .sespagevideo_view_bottom_right{ float:left; margin-left:0; margin-right:20px; } .sespagevideo_view_bottom_right div > h3{ background:none; border-width:0; font-size:14px; font-weight:bold; letter-spacing:normal; margin-bottom:6px; padding:0; } .sespagevideo_view_bottom_right .sesbasic_sidebar_block{ background:none; padding:0; border-width:0; box-shadow:0 0 0 transparent; } .sespagevideo_view_bottom_left{ overflow:hidden; } .sespagevideo_view_bottom_left .comments{ width:100%; } /*VIDEO VIEW PAGE CSS END HERE*/ /*Search Widget*/ .sespagevideo_global_search *{ -moz-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } .sespagevideo_global_search #filter_form, .sespagevideo_global_search #filter_form > div{ padding:0 !important; } .sespagevideo_global_search #filter_form > div > div{ padding:10px; } .sespagevideo_global_search #filter_form > div > div:after, .sespagevideo_global_search .form-elements:after{ display:block; content:''; clear:both; } .sespagevideo_global_search .form-elements{ border-radius:3px; border-width:1px; padding:5px; width:100%; } .sespagevideo_global_search .form-wrapper{ margin:0 !important; } .sespagevideo_global_search .form-label{ display:none; } .sespagevideo_global_search #type-wrapper{ float:left; width:150px; } [dir="rtl"] .sespagevideo_global_search #type-wrapper{ float:right; } .sespagevideo_global_search #title-wrapper{ clear:none !important; overflow:hidden; width:auto !important; } .sespagevideo_global_search .form-wrapper select, .sespagevideo_global_search .form-wrapper input{ background:none; border-width:0; border-radius:0; height:25px; padding:0; outline:none; width:100%; } .sespagevideo_global_search .form-wrapper input{ padding-left:10px; } [dir="rtl"] .sespagevideo_global_search .form-wrapper input{ padding-left:0; padding-right:10px; } /*LOCATION POPUP CSS START HERE*/ .sespagevideo_edit_location_popup{ margin:15px; } .sespagevideo_edit_location_popup label{ display:block; margin:15px 0 5px; } .sespagevideo_edit_location_popup input{ width:400px; } #global_page_sespagevideo-index-location #global_content_simple, #global_page_sespagevideo-index-location #global_content_simple{display:block !important;} .sespagevideo_edit_location_popup #mapcanvas-wrapper{ margin-top:15px; width:100%; } /*LOCATION POPUP CSS END HERE*/ /*HEIGHTED VIEW CSS START HERE*/ .sespagevideo_heighted_view .sespagevideo_listing_in_grid{ height:150px; margin:6px; width:calc(25% - 20px); } .sespagevideo_heighted_view .sespagevideo_listing_in_grid:first-child{ height:450px; width:50%; } .sespagevideo_heighted_view .sespagevideo_listing_in_grid:first-child .sespagevideo_listing_in_grid_title{ font-size:22px; } .sespagevideo_heighted_view .sespagevideo_listing_in_grid:first-child .sespagevideo_play_btn{ margin:-40px 0 0 -40px; } [dir="rtl"] .sespagevideo_heighted_view .sespagevideo_listing_in_grid:first-child .sespagevideo_play_btn{ margin:-40px -40px 0 0; } .sespagevideo_heighted_view .sespagevideo_listing_in_grid:first-child .sespagevideo_play_btn:before{ font-size:80px; } /*HEIGHTED VIEW CSS END HERE*/ /*EVENT PROFILE WIDGET CSS START HERE*/ .layout_sespagevideo_profile_videos .sesbasic_profile_tabs_top{ margin-bottom:15px; position:relative; z-index:2; } .layout_sespagevideo_profile_videos .sesbasic_view_type{ display:block; float:left; width:100%; z-index:inherit; } .layout_sespagevideo_profile_videos .sesbasic_profile_tabs_top + .sesbasic_view_type{ margin-top:-49px; } .layout_sespagevideo_profile_videos .sesbasic_view_type .sesbasic_view_type_options{ position:relative; z-index:3; } /*EVENT PROFILE WIDGET CSS END HERE*/ /*LABELS WIDGET START HERE*/ .sespagevideo_view_labels > span{ border-radius:3px; color:#fff; display:block; font-size:12px; font-weight:bold; letter-spacing:2px; padding:5px; text-align:center; text-transform:uppercase; } .sespagevideo_view_labels > span + span{ margin-top:5px; } /*LABELS WIDGET END HERE*/ /*VIDEO VIEW PAGE*/ .layout_sespagevideo_breadcrumb .sesbasic_ext_breadcrumb { display:flex; } .layout_sespagevideo_breadcrumb .sesbasic_ext_breadcrumb ._maincont{ flex:1; } /*Common Css*/ .sespagevideo_video_listing .sespagevideo_thumb_btns{ text-align:center !important; } .layout_sespagevideo_profile_videos .sespagevideo_thumb_btns > a{ line-height:30px; } [dir="rtl"] .layout_sespagevideo_profile_videos .sespagevideo_thumb_btns{ text-align:center !important; } [dir="rtl"] .layout_sespagevideo_profile_videos .sespagevideo_thumb_btns > a{ float:none; left:0; right:0; margin:auto; } .sespagevideo_listing_list .sespagevideo_list_option_toggle.fa:before{ font-size:15px; } .sespagevideo_listing_list .sespagevideo_listing_options_pulldown{ right:10px; } [dir="rtl"] .sespagevideo_listing_list .sespagevideo_listing_options_pulldown { right:auto; left:10px; } .sespagevideo_listing_list .sespagevideo_list_title{ margin-right:30px; } [dir="rtl"] .sespagevideo_listing_list .sespagevideo_list_title { margin-right:0px; margin-left:30px; } /*RESPONSIVE CSS*/ @media only screen and (max-width:767px){ /*CATEGORY ALBUM LISTING*/ .sespagevideo_videolist_column_small{width:50%;} .sespagevideo_videolist_column_big{clear:both;width:100%;} .sespagevideo_cat_video_list{height:150px !important; width:100% !important;padding:0 5px 10px !important;} .sespagevideo_videolist_column_big .sespagevideo_cat_video_list{height:200px !important; width:100% !important;} .sespagevideo_videolist_row .sespagevideo_videolist_column_small{width:100% !important;} .sespagevideo_videolist_row .sespagevideo_videolist_column_small .sespagevideo_cat_video_list{width:50% !important;} /*Grid View / Out side*/ .sespagevideo_video_listing, [dir="rtl"] .sespagevideo_video_listing{text-align:center;} .sespagevideo_listing_grid .sespagevideo_grid_thumb{height:200px !important;} /*Grid View / Inside*/ /*VIDEO VIEW PAGE*/ .layout_page_sespagevideo_index_view .layout_left, .layout_page_sespagevideo_index_view .layout_right, .sespagevideo_view_bottom_right, .sespagevideo_view_openlightbox_link{display:none !important;} .sesalbum_view_photo_container #media_photo_next{min-height:300px;} .sesalbum_photo_view_bottom_right{display:none;} /*Fixed Widget*/ .sespagevideo_heighted_view .sespagevideo_listing_in_grid:first-child{height:200px !important;width:100%;} } @media only screen and (max-width:600px){ /*List View*/ .sespagevideo_list_thumb{height:140px !important;width:160px !important;} .sespagevideo_listing_list .sespagevideo_list_des{display:none;} .sespagevideo_list_title{font-size:14px;} /*Grid View / Out side*/ .sespagevideo_listing_grid .sespagevideo_grid_thumb{height:200px !important;} } @media only screen and (max-width:480px){ /*Grid View / Inside*/ .sespagevideo_listing_in_grid2{height:150px !important;} /*Artist View Page*/ .sespagevideo_item_view_artwork{height:150px;width:150px;} /*VIDEO VIEW PAGE*/ .sespagevideo_view_author, .sespagevideo_view_statics{width:100%;} } @media only screen and (max-width:400px){ /*Grid View / Out side*/ .sespagevideo_listing_grid .sespagevideo_grid_thumb{height:200px !important;} } @media only screen and (max-width:350px){ /*List View*/ .sespagevideo_list_thumb{margin:0 0 10px;width:100% !important;} .sespagevideo_list_info{width:100%; display:block;} /*Grid View / Inside*/ .sespagevideo_listing_in_grid2{height:190px !important;} } /*! * Datetimepicker for Bootstrap 3 * version : 4.15.35 * https://github.com/Eonasdan/bootstrap-datetimepicker/ */ .bootstrap-datetimepicker-widget { list-style: none; } .bootstrap-datetimepicker-widget.dropdown-menu { margin: 2px 0; padding: 4px; width: 19em; } @media (min-width: 768px) { .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; } } @media (min-width: 992px) { .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; } } @media (min-width: 1200px) { .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs { width: 38em; } } .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after { content: ''; display: inline-block; position: absolute; } .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #cccccc; border-bottom-color: rgba(0, 0, 0, 0.2); top: -7px; left: 7px; } .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after { border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid white; top: -6px; left: 8px; } .bootstrap-datetimepicker-widget.dropdown-menu.top:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 7px solid #cccccc; border-top-color: rgba(0, 0, 0, 0.2); bottom: -7px; left: 6px; } .bootstrap-datetimepicker-widget.dropdown-menu.top:after { border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid white; bottom: -6px; left: 7px; } .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before { left: auto; right: 6px; } .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after { left: auto; right: 7px; } .bootstrap-datetimepicker-widget .list-unstyled { margin: 0; } .bootstrap-datetimepicker-widget a[data-action] { padding: 6px 0; } .bootstrap-datetimepicker-widget a[data-action]:active { box-shadow: none; } .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second { width: 54px; font-weight: bold; font-size: 1.2em; margin: 0; } .bootstrap-datetimepicker-widget button[data-action] { padding: 6px; } .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Increment Hours"; } .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Increment Minutes"; } .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Decrement Hours"; } .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Decrement Minutes"; } .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Show Hours"; } .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Show Minutes"; } .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Toggle AM/PM"; } .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Clear the picker"; } .bootstrap-datetimepicker-widget .btn[data-action="today"]::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Set the date to today"; } .bootstrap-datetimepicker-widget .picker-switch { text-align: center; } .bootstrap-datetimepicker-widget .picker-switch::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Toggle Date and Time Screens"; } .bootstrap-datetimepicker-widget .picker-switch td { padding: 0; margin: 0; height: auto; width: auto; line-height: inherit; } .bootstrap-datetimepicker-widget .picker-switch td span { line-height: 2.5; height: 2.5em; width: 100%; } .bootstrap-datetimepicker-widget table { width: 100%; margin: 0; } .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th { text-align: center; border-radius: 4px; } .bootstrap-datetimepicker-widget table th { height: 25px; line-height: 20px; width: 25px; } .bootstrap-datetimepicker-widget table th.picker-switch { width: 145px; } .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover { background: none; color: #777777; cursor: not-allowed; } .bootstrap-datetimepicker-widget table th.prev::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Previous Month"; } .bootstrap-datetimepicker-widget table th.next::after { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; content: "Next Month"; } .bootstrap-datetimepicker-widget table thead tr:first-child th { cursor: pointer; } .bootstrap-datetimepicker-widget table thead tr:first-child th:hover { background: #eeeeee; } .bootstrap-datetimepicker-widget table td { height: 54px; line-height: 54px; width: 54px; } .bootstrap-datetimepicker-widget table td.cw { font-size: .8em; height: 20px; line-height: 20px; color: #777777; } .bootstrap-datetimepicker-widget table td.day { height: 25px; line-height: 20px; width: 14.5%; } .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover { background: #eeeeee; cursor: pointer; } .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new { color: #777777; } .bootstrap-datetimepicker-widget table td.today { position: relative; background:#eeeeee; } .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover { background-color: #337ab7; color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .bootstrap-datetimepicker-widget table td.active.today:before { border-bottom-color: #fff; } .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover { background: none; color: #777777; cursor: not-allowed; } .bootstrap-datetimepicker-widget table td span { display: inline-block; width: 54px; height: 54px; line-height: 54px; margin: 2px 1.5px; cursor: pointer; border-radius: 4px; } .bootstrap-datetimepicker-widget table td span:hover { background: #eeeeee; } .bootstrap-datetimepicker-widget table td span.active { background-color: #337ab7; color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .bootstrap-datetimepicker-widget table td span.old { color: #777777; } .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover { background: none; color: #777777; cursor: not-allowed; } .bootstrap-datetimepicker-widget.usetwentyfour td.hour { height: 27px; line-height: 27px; } .bootstrap-datetimepicker-widget.wider { width: 21em; } .bootstrap-datetimepicker-widget .datepicker-decades .decade { line-height: 1.8em !important; } .input-group.date .input-group-addon { cursor: pointer; } .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .layout_middle .bootstrap-datetimepicker-widget table th{ border-width:1px; height:40px; } .layout_middle .bootstrap-datetimepicker-widget table td{ border-width:1px; height:40px; } .bootstrap-datetimepicker-widget table th{ border-width:1px; height:40px; } .bootstrap-datetimepicker-widget table th.dow{ height:30px; } .bootstrap-datetimepicker-widget table td{ border-width:1px; }/** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */ .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/* $Id:slideshow.css 2016-07-23 00:00:00 SocialEngineSolutions $*/ .layout_sesproduct_featured_sponsored_verified_category_slideshow { padding:0px !important; border:0px !important; background-color:transparent !important; box-shadow:none !important; } .sesproduct_slideshow_product_wrapper.isbulletnav { margin-bottom:35px; } .sesproduct_slideshow_product { height:100%; } .sesproduct_slideshow_product .sesproduct_slideshow_thumb .sesproduct_slideshow_thumb_img a.slide_thumb { width:100%; height:300px; display:block; padding:10px; } .sesproduct_slideshow_price { font-weight:bold; font-size:150%; } .sesproduct_slideshow_product .sesproduct_slideshow_thumb_img span { background-repeat:no-repeat; background-position:center; background-size:contain; display:block; height:100%; width:auto; } .sesproduct_slideshow_product .sesproduct_slideshow_thumb_img .social_icon_title{ display:none; } .sesproduct_slideshow_product .sesproduct_slideshow_thumb .sesproduct_verified_label { position:absolute; top:35px; right:0; } .sesproduct_slideshow_inner_view .sesproduct_thumb{ border-right-width:1px; } .sesproduct_slideshow_product .sesproduct_slideshow_thumb.sesproduct_thumb:hover .sesproduct_list_labels, .sesproduct_slideshow_product .sesproduct_slideshow_thumb.sesproduct_thumb:hover .sesproduct_verified_label { display:none; } .sesproduct_slideshow_product .sesproduct_slideshow_thumb .sesproduct_list_grid_thumb_btns, .sesproduct_slideshow_product .sesproduct_slideshow_thumb .sesproduct_quick_view a { opacity:0; transition:all 0.5s ease; } .sesproduct_slideshow_product .sesproduct_slideshow_thumb.sesproduct_thumb:hover .sesproduct_list_grid_thumb_btns, .sesproduct_slideshow_product .sesproduct_slideshow_thumb.sesproduct_thumb:hover .sesproduct_quick_view a { opacity:1; } .sesproduct_slideshow_product .sesproduct_rating_value{ margin-left:10px; float:left; line-height:28px; } .sesproduct_slideshow_product .sesproduct_slideshow_inner_view .sesproduct_slideshow_inside { width:45%; float:left; } .sesproduct_slideshow_product .sesproduct_slideshow_info .sesproduct_slideshow_info_title { font-size:120%; font-weight:bold; display:inline-block; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; width:90%; } .sesproduct_slideshow_product .sesproduct_slideshow_info .sesproduct_verify{ width:4%; display:inline-block; } .sesproduct_slideshow_product .sesproduct_slideshow_info .sesproduct_list_rating { margin-top:5px; float:left; } [dir="rtl"] .sesproduct_slideshow_product .sesproduct_slideshow_info .sesproduct_list_rating{ float:right; } .sesproduct_slideshow_product .sesproduct_slideshow_info .sesproduct_static_list_group { margin-top:7px; } .sesproduct_slideshow_product .sesproduct_slideshow_info .sesproduct_list_stats:last-child { border:none; } .sesproduct_slideshow_inner_view .sesproduct_product_compare label span:not(.checkmark){ min-width:200px; } .sesproduct_slideshow_info .sesproduct_list_stats span i { margin-right:5px; } .sesproduct_slideshow_product .bjqs-controls li a { font-size:170%; padding:5px 13px; } .sesproduct_slideshow_product .bjqs-controls li a:before { content:''; font-family:"Font Awesome 5 Free"; font-weight:900; float:right; } .sesproduct_slideshow_product .bjqs-controls li.bjqs-next a:before { content:'\f105'; } .sesproduct_slideshow_product .bjqs-controls li.bjqs-prev a:before { content:'\f104'; } .sesproduct_slideshow_product .layout_sesproduct_featured_sponsored_verified_category_slideshow { padding:15px 15px 30px 15px !important; } .sesproduct_slideshow_product .bjqs-markers li { margin-right:5px; } .sesproduct_slideshow_product .bjqs-markers li a { font-size:0px; border-width:1px; border-color:#ccc; padding:7px; border-radius:50%; } .sesproduct_slideshow_inside_contant .admin_teg a img { display:none; } .sesproduct_slideshow_inside_contant { overflow:auto; width:55%; padding:25px 20px; } .sesproduct_slideshow_inside_contant::-webkit-scrollbar{ width:3px; height:5px; } .sesproduct_slideshow_inside_contant::-webkit-scrollbar-track{ background:#f1f1f1; } .sesproduct_slideshow_inside_contant::-webkit-scrollbar-thumb{ background:#999; border-radius:10px; } .sesproduct_slideshow_inside_contant::-webkit-scrollbar-thumb:hover{ background:#666; } .sesproduct_slideshow-des { line-height:160%; margin-bottom:10px; } .sesproduct_slideshow_product .sesproduct_price{ width:100%; margin-top:10px; } .sesproduct_slideshow_product .sesproduct_price .current_value{ font-weight:600; font-size:18px; } .sesproduct_slideshow_product .sesproduct_slideshow_des{ clear:both; margin-bottom:10px; width:100%; line-height:170%; } .sesproduct_slideshow_product .sesproduct_add_cart { margin-bottom:15px; } /*layout right slideshow css*/ .layout_right .sesproduct_slideshow_product .sesproduct_slideshow_inner_view .sesproduct_slideshow_info, .layout_left .sesproduct_slideshow_product .sesproduct_slideshow_inner_view .sesproduct_slideshow_info { padding:10px; } .layout_right .sesproduct_slideshow_product .sesproduct_slideshow_info .sesproduct_slideshow_info_title, .layout_left .sesproduct_slideshow_product .sesproduct_slideshow_info .sesproduct_slideshow_info_title { font-size:14px; } .layout_right .sesproduct_slideshow_product .sesproduct_slideshow_info .sesproduct_list_stats, .layout_left .sesproduct_slideshow_product .sesproduct_slideshow_info .sesproduct_list_stats { font-size:10px; } /*Full Width Slideshow*/ .sesproduct_slideshow_product_wrapper.isfull_width .sesproduct_slideshow_product_container { left:0; right:0; position:absolute; overflow:hidden; } .sesproduct_slideshow_product_wrapper.isfull_width .sesproduct_slideshow_product { position:inherit !important; } ul.bjqs { position:relative; list-style:none; padding:0; margin:0; overflow:hidden; display:none; } [dir="rtl"] .sesproduct_slideshow_product_wrapper ul.bjqs{ float:left; } li.bjqs-slide { position:absolute; display:none; } ul.bjqs-controls { list-style:none; margin:0; padding:0; z-index:10; bottom:15%; position:absolute; right:140px; } ul.bjqs-controls.v-centered li a { position:absolute; } ul.bjqs-controls.v-centered li.bjqs-next a { left:75px; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesproduct_slideshow_product_container:hover ul.bjqs-controls.v-centered li.bjqs-next a { left:75px; } .sesproduct_slideshow_product_container:hover ul.bjqs-controls.v-centered li.bjqs-prev a { left:35px; } ul.bjqs-controls.v-centered li.bjqs-prev a { left:35px; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } ol.bjqs-markers { list-style:none; padding:0; margin:0; width:100%; top:-40px; z-index:10; position:relative; } ol.bjqs-markers.h-centered { text-align:center; } ol.bjqs-markers li { display:inline; } ol.bjqs-markers li a { display:inline-block; } p.bjqs-caption { display:block; width:96%; margin:0; padding:2%; position:absolute; bottom:0; } @media (max-width:600px){ .sesproduct_slideshow_product_wrapper, .sesproduct_slideshow_product_container, .sesproduct_slideshow_product, .sesproduct_slideshow_product li.bjqs-slide, .sesproduct_slideshow_product ul.bjqs, .sesproduct_slideshow_product .bjqs-wrapper{ height:450px !important; } .sesproduct_slideshow_product .sesproduct_slideshow_inner_view .sesproduct_slideshow_inside, .sesproduct_slideshow_inside_contant { width:100%; } .sesproduct_slideshow_product .sesproduct_slideshow_inner_view .sesproduct_thumb, .sesproduct_slideshow_product .sesproduct_slideshow_thumb .sesproduct_slideshow_thumb_img a.slide_thumb{ height:200px !important; } .sesproduct_slideshow_inside_contant { border-left:0px; padding:0; } .sesproduct_slideshow_product .sesproduct_slideshow_des{ display:none; } .sesproduct_slideshow_product .sesproduct_slideshow_inner_view .sesproduct_slideshow_info { margin:10px; } .sesproduct_slideshow_product .sesproduct_slideshow-des { display:none; } html ul.bjqs-controls{ left:auto; right:130px; } } /*Rotate Icons*/ .sesproduct_icon_photos_flip_horizontal{ background-image:url(/application/modules/Sesproduct/externals/images/photo/flip_horizontal.png); } .sesproduct_icon_photos_flip_vertical{ background-image:url(/application/modules/Sesproduct/externals/images/photo/flip_vertical.png); } .sesproduct_icon_photos_rotate_ccw{ background-image:url(/application/modules/Sesproduct/externals/images/photo/rotate_ccw.png); } .sesproduct_icon_photos_rotate_cw{ background-image:url(/application/modules/Sesproduct/externals/images/photo/rotate_cw.png); } /*CREATE & EDIT ALBUM CSS START HERE*/ .sesproduct_album_form #map-canvas-list{ height:150px; width:300px; } .sesproduct_album_form .global_form > div{ float:none; } .sesproduct_album_form label.required:after{ content:'*'; color:#FF0000; } .sesproduct_album_form .global_form div.form-element{ float:none; max-width:inherit; overflow:hidden; } [dir="rtl"] .sesproduct_album_form .global_form > div, [dir="rtl"] .sesproduct_album_form .global_form div.form-element{ float:none; } .sesproduct_album_form #fancyuploadfileids-wrapper{ height:0; } /*PHOTO UPLOADER*/ .sesproduct_create_form_tabs li{ display:inline-block; } .sesproduct_create_form_tabs li + li{ border-left-width:1px; border-left-style:solid; margin-left:30px; padding-left:30px; } [dir="rtl"] .sesproduct_create_form_tabs li + li{ border-left-width:0; border-right-width:1px; border-right-style:solid; margin-left:0; margin-right:30px; padding-left:0; padding-right:30px; } .sesproduct_create_form_tabs li a{ font-weight:bold; font-size:15px; } .sesproduct_create_form_tabs li i{ margin-right:5px; } [dir="rtl"] .sesproduct_create_form_tabs li i{ margin-left:5px; margin-right:0; } #fromurl-element button{ margin-left:10px; padding:3px 10px; } [dir="rtl"] #fromurl-element button{ margin-left:0; margin-right:10px; } .sesproduct_upload_dragdrop_content{ border-style:solid; border-width:1px; font-size:20px; cursor:pointer; height:100px; line-height:100px; text-align:center; vertical-align:middle; width:500px; } [dir="rtl"] .sesproduct_upload_dragdrop_content{ text-align:center; } .sesproduct_upload_dragdrop_content.sesbd{ border-width:2px; } .sesproduct_upload_item_name{ display:block; margin-bottom:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .sesproduct_upload_item_options > a{ margin-left:10px; } [dir="rtl"] .sesproduct_upload_item_options > a{ margin-left:0; margin-right:10px; } .sesproduct_upload_url_content{ border-style:solid; border-width:1px; float:left; padding:10px; } .sesproduct_upload_url_content input[type="text"]{ width:350px; } .sesproduct_upload_photos_container{ float:left; max-height:460px; overflow:auto; width:auto; } [dir="rtl"] .sesproduct_upload_photos_container{ float:right; } .sesproduct_upload_photos_container.iscontent{ margin:3px; } .sesproduct_upload_item{ border-style:solid; border-width:1px; float:left; height:220px; margin:5px; padding:5px; position:relative; width:180px; } [dir="rtl"] .sesproduct_upload_item{ float:right; } .sesproduct_upload_item_overlay{ background-color:rgba(0, 0, 0, .1); bottom:0; left:0; right:0; top:0; position:absolute; z-index:1; } .sesproduct_upload_item_abort{ position:absolute; text-align:center; top:130px; width:100%; z-index:2; } [dir="rtl"] .sesproduct_upload_item_abort{ text-align:center; } .sesproduct_upload_item_abort span{ background-color:#d9534f; border:1px solid #d43f3a; border-radius:3px; color:#fff; cursor:pointer; display:inline-block; font-size:11px; padding:3px 5px; } .sesproduct_upload_item_abort span:hover{ background-color:#c9302c; } .sesproduct_upload_item .progressBar{ position:absolute; top:50px; width:100%; z-index:2; } .sesproduct_upload_item .progressBar > div{ background:url(/application/modules/Sesproduct/externals/images/ajax_loading.gif) no-repeat center top; color:#fff; font-size:15px; padding-top:20px; text-align:center; width:100% !important; } [dir="rtl"] .sesproduct_upload_item .progressBar > div{ text-align:center; } .sesproduct_upload_item_photo{ height:160px; margin-bottom:5px; overflow:hidden; width:100%; } .sesproduct_upload_item_photo img{ min-height:100%; width:100%; } .sesproduct_upload_item_size{ float:right; font-size:11px; margin:0 0 5px 5px; } [dir="rtl"] .sesproduct_upload_item_size{ float:left; margin:0 5px 5px 0; } .sesproduct_upload_item_name{ display:block; margin-bottom:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .sesproduct_upload_item_options > a{ margin-left:10px; } [dir="rtl"] .sesproduct_upload_item_options > a{ margin-left:0; margin-right:10px; } /*CREATE & EDIT ALBUM CSS END HERE*/ /*ALBUM LISTING*/ .sesproduct_album_listings{ clear:both; position:relative; } .sesproduct_album_list_grid{ float:left; margin:0 3px 6px; overflow:hidden; position:relative; width:236px; } [dir="rtl"] .sesproduct_album_list_grid{ float:right; } .sesproduct_album_list_grid.sesea-i-outside{ border-style:solid; border-width:1px; } /*Grid Thumb*/ .sesproduct_album_list_grid_img{ display:block; width:100%; } .sesproduct_album_list_grid_img span{ background-position:center center; background-color:#ccc; background-size:cover; display:block; height:100%; width:100%; } /*Featured, Sponsored Label*/ .sesproduct_album_list_grid .sesproduct_album_labels_container{ opacity:1; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; } .sesproduct_album_list_grid:hover .sesproduct_album_labels_container{ top:-10px; opacity:0; } /*Buttons*/ .sesproduct_album_list_grid_btns{ position:absolute; opacity:0; top:-10px; right:10px; z-index:2; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; text-align:center; } [dir="rtl"] .sesproduct_album_list_grid_btns{ left:10px; right:inherit; } .sesproduct_album_list_grid:hover .sesproduct_album_list_grid_btns{ opacity:1; top:10px; } .sesproduct_album_list_grid_option_button:hover + .sesproduct_album_option_box, .sesproduct_album_list_grid_btns .sesproduct_album_option_box:hover{ display:block; right:0; margin-top:30px; } [dir="rtl"] .sesproduct_album_list_grid_option_button:hover + .sesproduct_album_option_box, [dir="rtl"] .sesproduct_album_list_grid_btns .sesproduct_album_option_box:hover{ left:0; right:auto; } /*Grid Info*/ .sesproduct_album_list_grid_info > span{ display:block; } .sesproduct_album_list_grid_title{ font-weight:bold; overflow:hidden; } .sesproduct_album_list_grid_stats{ margin-top:5px; overflow:hidden; } .sesproduct_album_list_grid_stats > span{ float:left; } [dir="rtl"] .sesproduct_album_list_grid_stats > span{ float:right; } .sesproduct_album_list_grid_stats > span + span{ margin:0 0 0 10px; } [dir="rtl"] .sesproduct_album_list_grid_stats > span + span{ margin:0 10px 0 0; } .sesproduct_album_list_grid_stats > span i:before{ font-size:11px; } .sesproduct_album_list_grid_stats > span.sesproduct_album_list_grid_rating{ float:right; } [dir="rtl"] .sesproduct_album_list_grid_stats > span.sesproduct_album_list_grid_rating{ float:left; } /*Album Info:Outside of thumb*/ .sesea-i-outside .sesproduct_album_list_grid_info{ height:70px; overflow:hidden; padding:5px; } .sesea-i-outside .sesproduct_album_list_grid_title a{ display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .sesea-i-outside p.sesproduct_album_list_grid_count{ display:none; } /*Album Info:Inside of thumb*/ .sesea-i-inside .sesproduct_album_list_grid_info{ background:#000; background:rgba(0,0,0,0.6); background:-moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6))); background:-webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6))); background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); bottom:0; padding:10px 50px 10px 10px; position:absolute; left:0; width:100%; } [dir="rtl"] .sesea-i-inside .sesproduct_album_list_grid_info{ padding:10px 10px 10px 50px; } .sesea-i-inside .sesproduct_album_list_grid_info.nophotoscount, .sesproduct_album_list_photo_grid.sesea-i-inside .sesproduct_album_list_grid_info{ padding:10px; } /*Album Info:Inside Show in hover*/ .sesea-i-inside.sesea-i-over .sesproduct_album_list_grid_info{ opacity:0; bottom:-10px; z-index:2; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; } .sesea-i-inside.sesea-i-over:hover .sesproduct_album_list_grid_info{ opacity:1; bottom:0px; } .sesea-i-inside span.sesproduct_album_list_grid_count{ display:none; } /*Album Count*/ .sesea-i-inside .sesproduct_album_list_grid_count{ bottom:10px; font-size:20px; position:absolute; right:0; text-align:center; width:50px; } [dir="rtl"] .sesea-i-inside .sesproduct_album_list_grid_count{ left:0; right:inherit; } .sesea-i-inside .sesproduct_album_list_grid_count span{ font-size:11px; display:block; } .sesea-i-inside.sesea-i-over .sesproduct_album_list_grid_count{ opacity:0; bottom:-10px; z-index:2; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; } .sesea-i-inside.sesea-i-over:hover .sesproduct_album_list_grid_count{ opacity:1; bottom:10px; } .sesea-i-inside .sesproduct_album_list_grid_title a{ word-wrap:break-word; } .sesea-i-inside .sesproduct_album_list_grid_count, .sesea-i-inside .sesproduct_album_list_grid_title, .sesea-i-inside .sesproduct_album_list_grid_title a, .sesea-i-inside .sesproduct_album_list_grid_stats, .sesea-i-inside .sesproduct_album_list_grid_owner, .sesea-i-inside .sesproduct_album_list_grid_owner a{ color:#fff !important; text-shadow:1px 1px 1px #000; } /*Photo Masonry View*/ .sesproduct_album_photos_flex_view{ overflow:hidden; } .sesproduct_album_photos_flex_view .sesproduct_album_list_flex_thumb{ float:left; margin:3px; overflow:hidden; position:relative; width:200px; } [dir="rtl"] .sesproduct_album_photos_flex_view .sesproduct_album_list_flex_thumb{ float:right; } .sesproduct_album_photos_flex_view .sesproduct_album_list_flex_thumb img{ width:100%; height:100%; object-fit:cover; } /* VIEW ALBUM Styles for the album view Page */ /*Album Cover*/ .sesproduct_album_cover_container{ height:300px; margin-bottom:15px; position:relative; width:100%; } .sesproduct_album_cover_thumbs{ display:block; height:100%; position:absolute; width:100%; } .sesproduct_album_cover_thumbs ul li{ float:left; } .sesproduct_album_cover_thumbs ul li:nth-child(2){ padding:0 2px; } .sesproduct_album_cover_thumbs ul li span{ background-position:center center; background-size:cover; display:block; height:100%; width:100%; } .sesproduct_album_cover_image{ background-position:center center; background-size:cover !important; display:inline-block; height:300px; position:relative; width:100%; overflow:hidden; } .sesproduct_album_cover_image img{ min-height:100%; min-width:100%; width:100%; position:absolute; } .sesproduct_album_cover_fade{ background:#000; background:rgba(0,0,0,0.6); background:-moz-linear-gradient(top, transparent 40%, rgba(0,0,0,0.8) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(100%, rgba(0,0,0,0.8))); background:-webkit-linear-gradient(top, transparent 40%, rgba(0,0,0,0.8) 100%); background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.8))); background:linear-gradient(to bottom, transparent 40%,rgba(0,0,0,0.8) 100%); bottom:0; left:0; position:absolute; top:0; right:0; } .sesproduct_album_cover_inner{ bottom:0; padding:50px 20px; position:absolute; width:100%; } .sesproduct_album_cover_album_owner_photo{ border:2px solid #fff; border-radius:3px; float:left; height:100px; margin-right:20px; overflow:hidden; width:100px; -moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.2); box-shadow:0 0 1px rgba(0, 0, 0, 0.2); } [dir="rtl"] .sesproduct_album_cover_album_owner_photo{ float:right; margin-right:0px; margin-left:20px; } .sesproduct_album_cover_album_owner_photo a{ display:block !important; height:100%; width:100%; } .sesproduct_album_cover_album_owner_photo img{ border-width:0; min-height:100%; max-height:none; max-width:none; width:100%; } .sesproduct_album_cover_album_info{ overflow:hidden; } .sesproduct_album_cover_title{ background-color:transparent; border-width:0; color:#fff; font-size:25px; line-height:normal; margin:5px 0; padding:0; text-shadow:0 0 1px rgba(0, 0, 0, 0.5); } .sesproduct_album_cover_album_info_btm{ margin-top:10px; } .sesevent_view_album_rating{ float:left; } [dir="rtl"] .sesevent_view_album_rating{ float:right; } .sesproduct_album_cover_stats{ float:right; } [dir="rtl"] .sesproduct_album_cover_stats{ float:left; } .sesproduct_album_cover_stats div{ display:block; float:left; margin-left:15px; } [dir="rtl"] .sesproduct_album_cover_stats div{ float:right; } .sesproduct_album_cover_stats .sesproduct_album_cover_stat_count{ font-size:20px; } .sesproduct_album_cover_date, .sesproduct_album_cover_date a, .sesproduct_view_album_rating .sesbasic_rating_text, .sesproduct_album_cover_stats div{ color:#ddd; } /*Cover Footer*/ .sesproduct_album_cover_footer{ background-color:rgba(0, 0, 0, 0.3); border-top:1px solid rgba(255, 255, 255, 0.1); bottom:0; left:0; position:absolute; right:0; } .sesproduct_album_cover_tabs{ float:left; } [dir="rtl"] .sesproduct_album_cover_tabs{ float:right; } .sesproduct_album_cover_tabs li{ border-left:1px solid rgba(255, 255, 255, 0.1); float:left; } [dir="rtl"] .sesproduct_album_cover_tabs li{ border-left-width:0; border-right:1px solid rgba(255, 255, 255, 0.1); float:right; } .sesproduct_album_cover_tabs li:last-child{ border-right:1px solid rgba(255, 255, 255, 0.1); } [dir="rtl"] .sesproduct_album_cover_tabs li:last-child{ border-left:1px solid rgba(255, 255, 255, 0.1); border-right-width:0; } .sesproduct_album_cover_tabs li a{ color:#fff; display:block; font-weight:bold; line-height:40px; padding:0 20px; text-decoration:none; outline:none; } .sesproduct_album_cover_tabs li a:hover{ text-decoration:none; } .sesproduct_album_cover_tabactive{ background-color:rgba(0, 0, 0, 0.9); } /*Buttons*/ .sesproduct_album_cover_user_options{ float:right; } [dir="rtl"] .sesproduct_album_cover_user_options{ float:left; } .sesproduct_album_cover_user_options > a, .sesproduct_album_cover_user_options > span > a{ border-left:1px solid rgba(255, 255, 255, 0.1); float:left; } [dir="rtl"] .sesproduct_album_cover_user_options > a, [dir="rtl"] .sesproduct_album_cover_user_options > span > a{ border-left-width:0; border-right:1px solid rgba(255, 255, 255, 0.1); float:right; } .sesproduct_album_cover_user_options > a:last-child, .sesproduct_album_cover_user_options > span > a:last-child{ border-right:1px solid rgba(255, 255, 255, 0.1); } [dir="rtl"] .sesproduct_album_cover_user_options > a:last-child, [dir="rtl"] .sesproduct_album_cover_user_options > span > a:last-child{ border-left:1px solid rgba(255, 255, 255, 0.1); border-right-width:0; } .sesproduct_album_cover_user_options > a, .sesproduct_album_cover_user_options > span > a{ background-color:transparent; border-radius:0; float:left; margin:0 !important; height:40px; overflow:hidden; padding:11px 0; position:relative; text-align:center !important; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; width:40px; } [dir="rtl"] .sesproduct_album_cover_user_options > a, [dir="rtl"] .sesproduct_album_cover_user_options > span > a{ float:right; } .sesproduct_album_cover_user_options > a:hover, .sesproduct_album_cover_user_options > a.active{background-color:#02adea;} .sesproduct_album_cover_user_options > a i:before, .sesproduct_album_cover_user_options > span > a > i:before{color:#fff;font-size:20px;} .sesproduct_album_cover_user_options .sesproduct_album_cover_user_options_drop_btn{position:relative;} .sesproduct_album_cover_user_options_drop_btn .sesproduct_album_option_box{ right:0; top:40px; z-index:9; } [dir="rtl"] .sesproduct_album_cover_user_options_drop_btn .sesproduct_album_option_box{ left:0; right:auto; } .sesproduct_album_photos_listings .sortable, .sesproduct_album_photos_listings .sortable .sesproduct_list_flex_img{ cursor:move; } /*Album Info*/ .sesproduct_album_info_left{ min-height:200px; overflow:hidden; } .sesproduct_album_info_desc{ margin-bottom:10px; } .sesevent_album_other_info_field{ margin-bottom:10px; } .sesevent_album_other_info_field > span:first-child{ float:left; font-weight:bold; margin-right:10px; width:150px; } [dir="rtl"] .sesevent_album_other_info_field > span:first-child{ float:right; margin-left:10px; margin-right:0; } .sesevent_album_other_info_field > span:last-child{ overflow:hidden; } .sesevent_album_view_option{ margin-bottom:15px; } /*Change Cover Buttons*/ .sesproduct_album_coverphoto_op{ position:absolute; left:20px; top:20px; z-index:1; } [dir="rtl"] .sesproduct_album_coverphoto_op{ left:inherit; right:20px; } .sesproduct_album_coverphoto_op > a{ border-radius:3px; display:block; overflow:hidden; padding:3px 5px; } .sesproduct_album_coverphoto_op:hover > a, .sesproduct_album_coverphoto_op.active > a{ background-color:rgba(0, 0, 0, 0.8); border:1px solid rgba(255, 255, 255, 0.8); -webkit-transition:all 300ms ease 0s; -moz-transition:all 300ms ease 0s; -o-transition:all 300ms ease 0s; transition:all 300ms ease 0s; } .sesproduct_album_coverphoto_op > a i{ float:left; height:25px; margin-right:5px; text-align:center; width:25px; } [dir="rtl"] .sesproduct_album_coverphoto_op > a i{ float:right; margin-left:5px; margin-right:0; } .sesproduct_album_coverphoto_op > a i:before{ color:#f1f1f1; display:block; font-size:22px; margin-top:2px; text-shadow:0 0 5px rgba(0, 0, 0, 0.8); } .sesproduct_album_coverphoto_op.active > a i:before, .sesproduct_album_coverphoto_op:hover > a i:before{ color:#f1f1f1; display:block; font-size:22px; margin-top:1px; -ms-transform:scale(.7); /* IE 9 */ -webkit-transform:scale(.7); /* Safari */ transform:scale(.7); -webkit-transition:all 300ms ease 0s; -moz-transition:all 300ms ease 0s; -o-transition:all 300ms ease 0s; transition:all 300ms ease 0s; } .sesproduct_album_coverphoto_op > a span{ color:#fff; display:none; float:left; margin-top:3px; } [dir="rtl"] .sesproduct_album_coverphoto_op > a span{ float:right; } .sesproduct_album_coverphoto_op:hover > a span, .sesproduct_album_coverphoto_op.active > a span{ display:block; } .sesproduct_album_coverphoto_op.active .sesproduct_album_coverphoto_op_box{ left:0; top:45px; display:block; } [dir="rtl"] .sesproduct_album_coverphoto_op.active .sesproduct_album_coverphoto_op_box{ left:inherit; right:0; } .sesproduct_album_coverphoto_op_box_arrow{ border-bottom:10px solid #fff; border-left:10px solid transparent; border-right:10px solid transparent; height:0; left:7px; position:absolute; top:-10px; width:0; } .sesproduct_album_option_box{ position:absolute; display:none; width:170px; } .sesproduct_album_option_box a{ font-size:11px; display:block; padding:5px 10px; } .sesproduct_album_option_box a:hover{ text-decoration:none; } .sesproduct_album_option_box a.fa:before, .sesproduct_album_option_box a i{ margin-right:5px; text-align:center; width:16px; } [dir="rtl"] .sesproduct_album_option_box a.fa:before, [dir="rtl"] .sesproduct_album_option_box a i{ margin-left:5px; float:right; margin-top:5px; margin-right:0; } .sesproduct_album_option_box a.fa:before, .sesproduct_album_option_box a i:before{ font-size:11px; } .sesproduct_album_cover_positions_btns{ bottom:10px; right:10px; position:absolute; } [dir="rtl"] .sesproduct_album_cover_positions_btns{ left:10px; right:auto; } .sesproduct_album_cover_positions_btns a{ border-radius:3px; border-width:0; box-shadow:0 0 3px rgba(0, 0, 0, 0.3); float:left; margin-left:10px; } [dir="rtl"] .sesproduct_album_cover_positions_btns a{ float:right; margin-left:0; margin-right:10px; } .sesproduct_album_cover_positions_btns a:hover{ box-shadow:0 0 5px rgba(0, 0, 0, 0.7); } /*Photo update Popup*/ .sesproduct_album_photo_update_popup{ position:fixed; top:0; bottom:0; right:0; left:0; z-index:99; } .sesproduct_album_photo_update_popup_overlay{ background-color:rgba(0, 0, 0, .1); position:absolute; height:100%; width:100%; z-index:99; } .sesproduct_album_photo_update_popup_container{ left:50%; margin-left:-330px; position:absolute; top:20px; width:660px; z-index:100; } .sesproduct_album_photo_update_popup_content{ height:450px; width:100%; } .sesproduct_album_photo_update_webcam_container{margin-left:-180px;width:360px;} .sesproduct_album_photo_update_popup_webcam_options{padding:15px;} .sesproduct_album_photo_update_popup_btns{margin-top:10px;} /*PHOTO VIEW PAGE CSS START HERE*/ .sesproduct_view_photo{ margin:0 auto; min-width:300px; overflow:visible; } .sesproduct_view_photo_container_wrapper{ background-image:url(/application/modules/Sesproduct/externals/images/transprant-bg.png); margin-bottom:10px; position:relative; text-align:center; } [dir="rtl"] .sesproduct_view_photo_container_wrapper{ text-align:center; } .sesproduct_view_photo_container{ position:relative; display:inline-block; min- } .sesproduct_view_photo_container #media_photo_next{ min-height:300px; } .sesproduct_view_photo_container #media_photo{ display:block; margin:auto; cursor:initial; } .sesproduct_view_photo_container #lassoImg, .sesproduct_view_photo_container #lassoMask{ border-width:0; } .sesproduct_view_photo_container a:link{ text-decoration:none; } /*Photo Next-Prev Button*/ .sesproduct_view_photo_nav_btns a{ bottom:0; cursor:pointer; position:absolute; text-align:center; top:0; width:40px; z-index:1; } [dir="rtl"] .sesproduct_view_photo_nav_btns a{ text-align:center; } .sesproduct_view_photo_nav_btns a i{ margin-top:-30px; position:absolute; top:50%; } [dir="rtl"] .sesproduct_view_photo_nav_btns a i{ filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform:scale(-1, 1); -ms-transform:scale(-1, 1); transform:scale(-1, 1); } .sesproduct_view_photo_nav_btns a i:before{ color:#fff; font-size:60px; line-height:60px; text-shadow:0 0 1px rgba(0, 0, 5, 0.5); } .sesproduct_view_photo_nav_btns a:hover i:before{ text-shadow:0 0 1px rgba(0, 0, 10, 1); } .sesproduct_view_photo_nav_prev_btn{left:0;} [dir="rtl"] .sesproduct_view_photo_nav_prev_btn{left:auto;right:0;} .sesproduct_view_photo_nav_prev_btn i{left:10px;} [dir="rtl"] .sesproduct_view_photo_nav_prev_btn 1{left:auto;right:10px;} .sesproduct_view_photo_nav_nxt_btn{right:0;} [dir="rtl"] .sesproduct_view_photo_nav_nxt_btn{left:0;right:auto;} .sesproduct_view_photo_nav_nxt_btn i{right:10px;} [dir="rtl"] .sesproduct_view_photo_nav_nxt_btn i{left:10px;right:auto;} /*Photo Expend Options*/ .sesproduct_view_photo_expend{ position:absolute; right:10px; top:10px; text-shadow:0 0 2px rgba(0, 0, 0, 0.5); z-index:1; } [dir="rtl"] .sesproduct_view_photo_expend{ left:10px; right:auto; } .sesproduct_view_photo_expend i{ color:#f2f2f2; } .sesproduct_view_photo_expend:hover i{ color:#fff; } .sesproduct_view_photo_expend i:before{ font-size:17px; } /*Photo Rotate Options*/ .sesproduct_view_photo_rotate_btns{ background-color:rgba(255, 255, 255, 0.2); border:1px solid rgba(255, 255, 255, 0.3); border-radius:5px; bottom:10px; left:10px; padding:5px; position:absolute; } [dir="rtl"] .sesproduct_view_photo_rotate_btns{ left:auto; right:10px; } .sesproduct_view_photo_rotate_btns > a{ background-position:0 0; background-repeat:no-repeat; display:inline-block; font-weight:bold; padding-left:14px; } .sesproduct_view_photo_rotate_btns > a:hover{ text-decoration:none; } .sesproduct_view_photo_count{ margin-bottom:10px; overflow:hidden; text-align:center; } [dir="rtl"] .sesproduct_view_photo_count{ text-align:center; } /*User Options*/ .sesproduct_photo_view_btns{ border-radius:3px; position:absolute; bottom:10px; right:10px; overflow:hidden; z-index:2; } [dir="rtl"] .sesproduct_photo_view_btns{ left:10px; right:auto; } .sesproduct_photo_view_btns > span{ float:left; } [dir="rtl"] .sesproduct_photo_view_btns > span{ float:right; } .sesproduct_photo_view_btns > a, .sesproduct_photo_view_btns > span > a{ border-radius:0; background-color:rgba(0, 0, 0, 0.6); float:left; height:35px; overflow:hidden; padding:10px 0; position:relative; text-align:center !important; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; width:35px; } [dir="rtl"] .sesproduct_photo_view_btns > a, [dir="rtl"] .sesproduct_photo_view_btns > span > a{ float:right; text-align:center; } .sesproduct_photo_view_btns > a + a, .sesproduct_photo_view_btns > a + span a{ border-left:1px solid rgba(255, 255, 255, 0.1); margin:0 !important; } [dir="rtl"] .sesproduct_photo_view_btns > a + a, [dir="rtl"] .sesproduct_photo_view_btns > a + span a{ border-left-width:0; border-right:1px solid rgba(255, 255, 255, 0.1); } .sesproduct_photo_view_btns > a:hover, .sesproduct_photo_view_btns > a.active, .sesproduct_photo_view_btns > span a:hover, .sesproduct_photo_view_btns > span a.active{background-color:#02adea;} .sesproduct_photo_view_btns > a i:before, .sesproduct_photo_view_btns > span a i:before{color:#fff;font-size:17px;} .sesproduct_photo_view_bottom_right{ float:right; margin-left:20px; width:300px; } [dir="rtl"] .sesproduct_photo_view_bottom_right{ float:left; margin-left:0; margin-right:20px; } .sesproduct_photo_view_bottom_right div > h3{ background:none; border-width:0; font-size:14px; font-weight:bold; letter-spacing:normal; margin-bottom:6px; padding:0; } .sesproduct_photo_view_bottom_middle{ overflow:hidden; } /*Photo Information*/ .sesproduct_view_photo_title{ font-size:25px; margin-bottom:10px; } .sesproduct_view_photo_middle_box{ margin-bottom:15px; } .sesproduct_view_photo_owner_info{ float:left; width:50%; } [dir="rtl"] sesproduct_view_photo_owner_info{ float:right; } .sesproduct_view_photo_owner_photo{ float:left; margin-right:10px; } [dir="rtl"] .sesproduct_view_photo_owner_photo{ float:right; margin-left:10px; margin-right:0; } .sesproduct_view_photo_owner_details{ overflow:hidden; } .sesproduct_view_photo_owner_details > span{ display:block; } .sesproduct_view_photo_owner_name{ margin:5px 0 3px; } .sesproduct_view_photo_owner_name a{ font-weight:bold; } .sesproduct_view_photo_date { font-size:0.8em; } .sesproduct_view_photo_photo_stats{ float:left; width:50%; } [dir="rtl"] .sesproduct_view_photo_photo_stats{ float:right; } .sesproduct_view_photo_rating{ margin-bottom:5px; } .sesproduct_view_photo_des, .sesproduct_view_photo_tags, .sesproduct_view_photo_stats, .sesproduct_view_photo_location{ margin-bottom:10px; } .sesproduct_view_photo_des > b, .sesproduct_view_photo_tags > b{ display:block; margin-bottom:5px; } .sesproduct_view_photo_location i{ margin-right:5px; } .sesevent_photo_view_bottom{ margin-top:15px; } .sesproduct_photo_view_bottom_comments .comments{ width:100%; } /*Photos Strip Slider*/ .sesproduct_photos_strip_slider_btn{ background-color:#7f8387; cursor:pointer; float:left; height:62px; text-align:center; width:20px; } .sesproduct_photos_strip_slider_btn:hover{ background-color:#919191; } .sesproduct_photos_strip_slider_btn i:before{ color:#fff; float:left; font-size:22px; margin-top:19px; } .sesproduct_photos_strip_slider_btn.btn-prev{ border-radius:3px 0 0 3px; margin-right:1px; } .sesproduct_photos_strip_slider_btn.btn-nxt{ border-radius:0 3px 3px 0; margin-left:1px; } .sesproduct_photos_strip_slider_content{ float:left; overflow:hidden; width:257px; } .sesproduct_photos_strip_slider_content > div{ position:relative; left:0px; text-align:center; } .sesproduct_photos_strip_slider_content a > img { float:left; height:62px; margin:0 1px; width:62px; opacity:.3; filter:alpha(opacity=50); } .sesproduct_photos_strip_slider_content a > img:hover, .sesproduct_photos_strip_slider_content a.active > img{ opacity:1; filter:alpha(opacity=100); } /*PHOTO VIEW PAGE CSS END HERE*/ /*RESPONSIVE CSS*/ @media only screen and (max-width:767px){ /*PHOTO VIEW PAGE*/ .sesproduct_view_photo_container #media_photo_next{min-height:300px;} .sesproduct_photo_view_bottom_right{display:none;} /*ALBUM LISTING*/ .sesproduct_album_list_grid_thumb{margin:0 1% 2%;width:31.334% !important} .sesproduct_album_list_grid_thumb .sesproduct_album_list_grid_img{height:200px !important;} .sesproduct_album_list_grid_btns{ opacity:1; top:10px; } /*ALbum View Page*/ .sesproduct_album_cover_inner{padding:50px 20px 0;} .sesproduct_album_cover_footer{position:relative;margin:10px -20px 0;} .sesproduct_album_list_grid_thumb{margin:0 1% 2%;width:100% !important;} .sesproduct_manage_photos_list{ width:50% !important; } #form-upload.global_form input[type="text"], #form-upload.global_form input[type="email"], #form-upload.global_form input[type="password"], #form-upload.global_form textarea, #form-upload.global_form select, #form-upload.global_form .sesproduct_upload_dragdrop_content{ width:100% !important; max-width:inherit !important; } #form-upload.global_form .sesproduct_create_form_tabs li a{ font-size:12px; } #form-upload.global_form .sesproduct_create_form_tabs li + li{ margin-left:10px; padding-left:10px; } } @media only screen and (max-width:600px){ /*ALBUM LISTING*/ .sesproduct_album_list_grid_thumb{margin:0 1% 2%;width:100% !important;} .sesproduct_album_list_grid_thumb .sesproduct_album_list_grid_img{height:200px !important;} } @media only screen and (max-width:480px){ /*PHOTO VIEW PAGE*/ .sesproduct_photo_view_btns > li > a{display:none;} .sesproduct_photo_view_btns .sesproduct_view_like_button, .sesproduct_photo_view_btns .sesproduct_view_fav_button, .sesproduct_photo_view_btns .sesproduct_view_tag_button, .sesproduct_photo_view_btns li.sesproduct_photo_view_option_btn a{display:block;} .sesproduct_view_photo_owner_info, .sesproduct_view_photo_photo_stats{width:100%;} /*Album VIEW PAGE*/ .sesproduct_album_cover_album_owner_photo{height:70px;width:70px;} .sesproduct_album_cover_title{font-size:20px;} .sesproduct_view_album_rating, .sesproduct_album_cover_stats{display:none;} .sesproduct_album_cover_tabs li a{padding:0 10px;} /*ALBUM LISTING*/ .sesproduct_album_list_grid_thumb{margin:0 0 6px;width:100% !important;} .sesproduct_album_list_grid_thumb .sesproduct_album_list_grid_img{height:200px !important;} .sesproduct_manage_photos_list{ width:100% !important; } #form-upload.global_form .sesproduct_create_form_tabs li i{ font-size:9px; margin-right:3px; } #form-upload.global_form .sesproduct_create_form_tabs li a{ font-size:9px; } #form-upload.global_form .sesproduct_create_form_tabs li + li{ margin-left:5px; padding-left:5px; } } /*MANAGE PHOTOS PAGE CSS START HERE*/ .sesproduct_manage_photos_list{ display:inline-block; margin-left:-4px; vertical-align:top; width:25%; } [dir="rtl"] .sesproduct_manage_photos_list{ margin-left:0; margin-right:-4px; } .sesproduct_manage_photos_list > div{ margin:5px; } .sesproduct_manage_photos_list_photo{ display:block; height:150px; overflow:hidden; width:100%; } .sesproduct_manage_photos_list_photo > span{ background-position:center center; background-size:cover; background-repeat:no-repeat; display:block; height:100%; width:100%; } .sesproduct_manage_photos_list_info{ padding-bottom:10px; overflow:hidden; } .sesproduct_manage_photos_list_info > [id*='-title-label'], .sesproduct_manage_photos_list_info > [id*='-description-label']{ display:none; } .sesproduct_manage_photos_list_info input[type="text"], .sesproduct_manage_photos_list_info textarea{ border-width:0; border-bottom-style:solid; border-width:1px; border-radius:0; padding:5px; max-width:100%; width:100%; margin-top:10px; } .sesproduct_manage_photos_list_info > [id*='-move-label'], .sesproduct_manage_photos_list_info > .sesproduct_editphotos_move_input{ display:inline-block; margin:10px 5px; } .sesproduct_manage_photos_list_info select{ max-width:130px; } .sesproduct_manage_photos_list_info .photo-delete-wrapper, .sesproduct_manage_photos_list_info .sesproducts_editphotos_cover{ float:left; padding:5px 5px; width:50%; } [dir="rtl"] .sesproduct_manage_photos_list_info .photo-delete-wrapper, [dir="rtl"] .sesproduct_manage_photos_list_info .sesproducts_editphotos_cover{ float:right; } .sesproduct_manage_photos_list_info .photo-delete-wrapper label{ font-size:13px; } .sesproduct_manage_photos_list_location{ height:40px; padding:5px 5px 0; } .sesproduct_manage_photos_list_location div{ margin-bottom:3px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .estore_dashboard_content .estore_dashboard_form .sesproduct_manage_photos + #submit-wrapper #submit-label{ display:none; } /*Edit Location Popup*/ .sesproduct_edit_location_popup{ margin:15px; } .sesproduct_edit_location_popup label{ display:block; margin:15px 0 5px; } .sesproduct_edit_location_popup input{ width:400px; } #global_page_sesproduct-photo-location #global_content_simple, #global_page_sesvideo-chanel-location #global_content_simple{display:block !important;} .sesproduct_edit_location_popup #mapcanvas-wrapper{ margin-top:15px; width:100%; } /*MANAGE PHOTOS PAGE CSS END HERE*/ [dir="rtl"] .sesproduct_album_photo_update_popup_webcam_options .sesproduct_album_photo_update_popup_btns button{ margin-right:3px; } /* $Id:styles.css 2016-07-23 00:00:00 SocialEngineSolutions $*/ /* ICONS */ .icon_sesproduct_new:before{ content:"\f044"; font-family:"Font Awesome 6 Free"; font-weight:900; } .icon_sesproduct_edit:before{ content:"\f044"; font-family:"Font Awesome 6 Free"; font-weight:900; } .icon_sesproduct_delete:before{ content:"\f056"; font-family:"Font Awesome 6 Free"; font-weight:900; } .sesproduct_gutter_report{ background-image:none; } .sesproduct_gutter_report:before{ content:"\f024"; font-family:"Font Awesome 6 Free"; font-weight:900; } .icon_sesproduct_style{ background-image:url(/application/modules/Sesproduct/externals/images/sesproduct_style.png); } .icon_comments{ background-image:none; } .icon_sesproduct_viewall{ background-image:none !important; } .icon_sesproduct_subscribe{ background-image:none !important; } /*GLOBAL CLASSES*/ .estore_link_btn{ font-weight:normal; margin:0; padding:10px 15px; border-radius:30px; display:inline-block; font-family:inherit; text-align:center; } .sesproduct_main_rss img{ height:16px; margin-right:2px; } .sesproduct_animation{ -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesproduct_labels{ position:absolute; bottom:10px; left:10px; z-index:1; transition:all .5s ease; } [dir="rtl"] .sesproduct_labels{ left:auto !important; right:10px; } .sesproduct_labels span{ display:block; border-radius:4px; color:#fff; margin-top:4px; text-align:center; font-size:12px; padding:0 10px; line-height:200%; text-transform:uppercase; } .sesproduct_label_featured{ background-color:#47c8e3; } .sesproduct_label_sponsored{ background-color:#53dc10; } .sesproduct_label_hot{ background:#ff0000; } .sesproduct_search_result{ border-bottom-width:1px; font-weight:bold; margin-bottom:10px; padding:5px; } .sesproduct_gutter_labels span{ color:#fff; padding:8px 20px; margin-top:10px; display:inline-block; text-align:center; } .layout_left .sesproduct_gutter_labels span, .layout_right .sesproduct_gutter_labels span{ display:block; } .layout_left .sesproduct_gutter_labels span:first-child, .layout_right .sesproduct_gutter_labels span:first-child{ margin-top:0; } .sesproduct_admin_stat{ display:block; width:100%; min-height:24px; float:left; } .sesproduct_product_stat{ float:left; margin:0 10px 8px 0; } [dir="rtl"] .sesproduct_product_stat, [dir="rtl"] .sesproduct_admin_stat{ float:right; } [dir="rtl"] .sesproduct_product_stat{ margin:0 0 8px 10px; } [dir="rtl"] .sesproduct_add_cart{ float:right; } .sesproduct_product_stat:last-child{ margin-right:0; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; max-width:100px; } .sesproduct_product_stat a{ color: var(--theme-font-color); } .sesproduct_product_stat a:hover{ color: var(--theme-link-color-hover); } .sesproduct_product_stat span i, .sesproduct_availability span.in_stock i{ margin-right:5px; } [dir="rtl"] .sesproduct_product_stat span i, [dir="rtl"] .sesproduct_availability span.in_stock i{ margin-right:0; margin-left:5px; } .sesproduct_product_stat span a img{ display:none; } .sesproduct_desc_stats span i{ margin-right:5px; } .sesproduct_availability{ float:left; margin:0 10px 8px 0; } [dir="rtl"] .sesproduct_availability{ float:right; margin:0 0 8px 10px; } .sesproduct_availability span.in_stock i{ color:#00cc67; } .sesproduct_availability span.out_stock i{ color:#dd3131; } .sesproduct_availability .hidden{ display:none; } .sesproduct_price{ float:left; margin-bottom:8px; width:100%; } .sesproduct_price > span{ margin-right:6px; } [dir="rtl"] .sesproduct_price > span{ margin-right:0; margin-left:6px; } .sesproduct_price > span.old_value strike{ text-decoration:none; position:relative; } .sesproduct_price > span.old_value strike:before{ content:''; position:absolute; width:100%; height:1px; top:50%; } .sesproduct_product_description{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden; } .sesproduct_sale{ background-color:#fd2c00; text-transform:uppercase; width:50px; text-align:center; position:absolute; font-weight:bold; left:10px; top:10px; border-radius:4px; z-index:1; letter-spacing:1px; padding:0 5px; line-height:200%; transition:all .5s ease; } .sesproduct_sale p.sale_label{ margin:0; text-align:center !important; } .sesproduct_sale:before{ content:''; position:absolute; right:-10px; width:0; height:0; border-style:solid; top:0; border-width:12px 10px 0; border-color:#fd2c00 transparent transparent transparent; } .sesproduct_sale:before{ right:auto; left:-10px; } .sesproduct_sale:after{ content:''; position:absolute; right:-10px; width:0; height:0; border-style:solid; bottom:0; border-width:0px 10px 12px; border-color:transparent transparent #fd2c00 transparent; } [dir="rtl"] .sesproduct_sale:after{ right:auto; left:-10px; } .sesproduct_product_brand{ float:left; margin:0 10px 8px 0; } .sesproduct_product_brand span i{ margin-right:5px; } .sesproduct_store_name{ display:flex; } .sesproduct_store_name .store_logo{ margin-right:5px; width:20px; height:20px; } [dir="rtl"] .sesproduct_store_name .store_logo{ margin-right:0; margin-left:5px; } .sesproduct_store_name .store_logo img{ height:100%; object-fit:cover; width:100%; border-radius:50%; vertical-align:top; } .sesproduct_store_name .store_name a{ color: var(--theme-font-color); } .sesproduct_store_name .store_name span{ font-size:100%; } .sesproduct_store_name .store_name span:last-child{ margin-left:5px; font-weight:600; } /*Rating Info & Stats CSS Start Here*/ .sesproduct_rating_review{ display:flex; align-items:center; margin-bottom:10px; float:left; position:relative; } .sesproduct_ratings{ width:45px; text-align:center; padding:5px; margin-right:5px; border-radius:4px; cursor:pointer; } .sesproduct_rating_info .review_left{ text-align:center; border-right-width:1px; padding-right:15px; } .sesproduct_rating_info .review_left h3{ margin:0; font-weight:bold; font-size:20px; } .sesproduct_rating_info .review_right{ margin-left:15px; } .sesproduct_rating_info{ display:flex; z-index:99; box-shadow:0 0 10px rgba(0,0,0,0.2); width:350px; height:auto; padding:12px; align-items:center; } .sesproduct_rating_info .review_right .progress_bar{ height:20px; position:relative; width:220px; display:flex; align-items:center; } .sesproduct_rating_info .review_right .progress_bar .numbering_review{ display:flex; align-items:center; } .sesproduct_rating_info .review_right .progress_bar .numbering_review i{ padding:0 5px; color:#FFC107; } .sesproduct_rating_info .review_left i{ color:#FFC107; } .sesproduct_rating_info span.bar_bg{ height:5px; width:100%; } .sesproduct_rating_info span.bar_width{ height:5px; float:left; width:0%; } .sesproduct_rating_info .review_right .progress_bar > span.bar_width:after{ content:""; position:absolute; top:0; left:0; bottom:0; right:0; background-image:linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent); z-index:1; background-size:50px 50px; overflow:hidden; } .sesproduct_rating_info .review_right .progress_bar > span.bar_width .sesproductreview{ margin-left:10px; align-items:center; } .sesproduct_ratings_star{ margin-right:5px; font-size:100%; color:#ffb300; } .sesproduct_static_list_group{ margin-left:10px; float:left; line-height:30px; } [dir="rtl"] .sesproduct_static_list_group{ float:right; margin-left:0; margin-right:10px; } .sesproduct_static_list_group .sesproduct_desc_stats > span + span{ margin-left:5px; } [dir="rtl"] .sesproduct_static_list_group .sesproduct_desc_stats > span + span{ margin-left:0; margin-right:5px; } /*Rating Info Box CSS End Here*/ /*Add to Cart Button CSS Start Here*/ .sesproduct_add_cart{ position:relative; float:left; width:100%; margin-bottom:10px; } .sesproduct_add_cart a:hover{ text-decoration:none; } .sesproduct_add_cart .cart_only_text .global_form, .sesproduct_add_cart .cart_only_text .global_form > div, .sesproduct_add_cart .cart_only_text .global_form > div > div{ padding:0 !important; border-width:0 !important; background:none !important; } .sesproduct_add_cart .cart_only_text .global_form{ padding-right:6px !important; } [dir="rtl"] .sesproduct_add_cart .cart_only_text .global_form{ padding-right:0 !important; padding-left:6px !important; } .sesproduct_add_cart .cart_only_text .form-label{ width:100% !important; text-align:left !important; padding:0 !important; font-weight:bold; margin-bottom:5px; } [dir="rtl"] .sesproduct_add_cart .cart_only_text .form-label{ text-align:right !important; } .sesproduct_add_cart .cart_only_text .form-element p.description{ margin-top:0; } .sesproduct_add_cart .cart_only_text form > div{ width:100%; } .sesproduct_add_cart .cart_only_text input[type=text], .sesproduct_add_cart .cart_only_text select, .sesproduct_add_cart .cart_only_text textarea{ width:100% !important; } .sesproduct_add_cart .cart_only_text .form-element{ max-width:100% !important; float:none; min-width:inherit; width:100%; margin:0; } .sesproduct_add_cart .cart_only_text .form-element .form-wrapper{ margin-bottom:12px; } .sesproduct_add_cart .cart_only_text .form-element #addtocart-wrapper{ margin-bottom:0; } .sesproduct_add_cart .cart_only_text #addtocart-label{ display:none; } .sesproduct_add_cart .cart_only_text a, .sesproduct_add_cart .cart_only_text #addtocart{ width:auto; display:inline-block; margin:0 5px 0 0; text-align:center; padding:8px 10px; border-radius:4px; text-transform:capitalize; transition:all 0.4s ease; } [dir="rtl"] .sesproduct_add_cart .cart_only_text a, [dir="rtl"] .sesproduct_add_cart .cart_only_text #addtocart{ margin:0 0 0 5px; } .sesproduct_add_cart .cart_only_text a i, .sesproduct_add_cart .cart_only_text #addtocart i{ margin-right:4px; } [dir="rtl"] .sesproduct_add_cart .cart_only_text #addtocart i, [dir="rtl"] .sesproduct_add_cart .cart_only_text a i{ margin-right:0; margin-left:4px; } .sesproduct_add_cart .sesproduct_wishlist{ color:var(--theme-font-color) !important; background:none !important; border-width:1px; } .sesproduct_add_cart .cart_only_icon a{ width:35px; height:35px; line-height:35px; display:inline-block; text-align:center; border-radius:5px; transition:all 0.4s ease; } .sesproduct_add_cart .cart_only_icon a + a{ margin-left:5px; } [dir="rtl"] .sesproduct_add_cart .cart_only_icon a + a{ margin-left:0; margin-right:5px; } .sesproduct_wishlist_icon::before{ content:"\f004" !important; font-family:"Font Awesome 6 Free"!important; font-weight:400 !important; font-style:normal !important; display:inline-block; } .sesproduct_add_cart .hidden{ display:none; } .sesproduct_product_offers, .sesproduct_product_compare{ float:left; display:block; width:100%; } .sesproduct_list_stats span{ margin-right:5px; } [dir="rtl"] .sesproduct_list_stats span{ margin-right:0; margin-left:5px; } .sesproduct_product_offers{ margin-bottom:5px; } .sesproduct_product_offers span.offer{ font-weight:bold; font-size:110%; } /*Add to Cart Button CSS End Here*/ /*Compare Button CSS Start Here*/ .sesproduct_product_compare{ position:relative; margin-bottom:5px; } .sesproduct_product_compare input[type=checkbox]{ margin-right:10px; opacity:0; cursor:pointer; } .sesproduct_product_compare label span:not(.checkmark){ line-height:16px; } .sesproduct_product_compare .checkmark{ position:absolute; border-width:1px; top:2px; left:0; height:16px; width:16px; } [dir="rtl"] .sesproduct_product_compare .checkmark{ left:auto; right:0; } .sesproduct_product_compare .checkmark:after{ content:""; position:absolute; display:none; } .sesproduct_product_compare input:checked ~ .checkmark:after{ display:block; } .sesproduct_product_compare .checkmark:after{ left:5px; top:0px; width:5px; height:10px; border-style:solid; border-width:0 2px 2px 0; transform:rotate(40deg); } /*Compare Button CSS End Here*/ /*PRODUCT LIST INSIDE*/ .sesproduct_category_product .sesproduct_category_header:before{ content:''; height:3px; width:7%; position:absolute; background:#FD4326; bottom:-2px; left:10px; } /*SEARCH FORM*/ .layout_sesproduct_browse_search .sesbasic_browse_search_vertical #filter_form{ overflow:hidden; } .layout_sesproduct_browse_search .sesbasic_browse_search_vertical #submit-label, .layout_sesproduct_browse_search .sesbasic_browse_search_vertical #loadingimgsesproduct-label{ display:none; } .layout_sesproduct_browse_search .sesbasic_browse_search_vertical #submit-wrapper, .layout_sesproduct_browse_search .sesbasic_browse_search_vertical #loadingimgsesproduct-wrapper{ float:left; } .layout_sesproduct_browse_search .sesbasic_browse_search_vertical #loadingimgsesproduct-wrapper{ margin:10px !important; } .sesproduct_browse_search #rangeBox{ width:100%; height:25px; margin-bottom:20px; } .sesproduct_browse_search #sliderBox{ position:relative; top:0%; width:100%; } .sesproduct_browse_search #slider0to50{ width:100px; position:absolute; left:0%; } .sesproduct_browse_search #slider51to100{ width:100px; position:absolute; left:98px; } .sesproduct_browse_search #inputRange{ position:relative; top:30%; margin:8px 0; } .sesproduct_browse_search #inputRange::after{ content:""; clear:both; display:block } .sesproduct_browse_search #inputRange #min, .sesproduct_browse_search #inputRange #max{ width:80px !important; border-width:1px; padding:6px; float:left; line-height:25px; box-shadow:none; } .sesproduct_browse_search #inputRange #min{ margin-right:8px; } .sesproduct_browse_search input[type= range]:focus, .sesproduct_browse_search input[type= range]:focus{ outline:none; box-shadow:none; } .sesproduct_browse_search input[type=range]{ -webkit-appearance:none; width:100%; background:transparent; } /* Special styling for WebKit/Blink */ .sesproduct_browse_search input[type=range]::-webkit-slider-thumb{ -webkit-appearance:none; height:16px; width:16px; border-radius:50%; background:#ffffff; cursor:pointer; margin-top:-3px; border:0; box-shadow:0 0 5px rgba(0,0,0,0.2); } .sesproduct_browse_search input[type=range]::-moz-range-thumb, .sesproduct_browse_search input[type=range]::-ms-thumb{ box-shadow:0 0 5px rgba(0,0,0,0.2); height:16px; width:16px; border-radius:50%; background:#ffffff; cursor:pointer; border:0; } .sesproduct_browse_search input[type=range]::-webkit-slider-thumb:focus, .sesproduct_browse_search input[type=range]::-moz-range-thumb:focus, .sesproduct_browse_search input[type=range]::-ms-thumb:focus{ border:0; outline:none; box-shadow:none; } .sesproduct_browse_search input[type=range]::-webkit-slider-runnable-track{ width:100%; height:8.4px; cursor:pointer; background:#2874F0; border-radius:1.3px; } .sesproduct_browse_search input[type=range]:focus::-webkit-slider-runnable-track{ background:#2874F0; } .sesproduct_browse_search input[type=range]::-moz-range-track{ width:100%; height:8.4px; cursor:pointer; background:#2874F0; border-radius:1.3px; } .sesproduct_browse_search input[type=range]::-ms-track{ width:100%; height:8.4px; cursor:pointer; background:transparent; border-color:transparent; border-width:16px 0; color:transparent; } .sesproduct_browse_search input[type=range]::-ms-fill-lower{ background:#2874F0; border-radius:2.6px; } .sesproduct_browse_search input[type=range]:focus::-ms-fill-lower{ background:#2874F0; } .sesproduct_browse_search input[type=range]::-ms-fill-upper{ background:#2874F0; border-radius:2.6px; } .sesproduct_browse_search input[type=range]:focus::-ms-fill-upper{ background:#2874F0; } /*LISTING THUMB*/ .sesproduct_thumb{ position:relative; } .sesproduct_thumb .sesproduct_thumb_img > span{ background-position:center center; background-repeat:no-repeat; background-size:cover; display:block; height:100%; width:100%; } .sesproduct_thumb_btns{ margin-left:2px; position:absolute; opacity:0; top:-20px; right:10px; z-index:2; -webkit-transition:all 500ms ease; -moz-transition:all 500ms ease; transition:all 500ms ease; } .sesproduct_thumb:hover .sesproduct_thumb_btns, .sesproduct_listing_in_grid:hover .sesproduct_thumb_btns{ opacity:1; top:100px; right:60px; background-color:rgba(0,0,0,0.5); } .sesproduct_list_option_toggle.fa{ cursor:pointer; position:absolute; top:5px; right:10px; } .sesproduct_list_options{ margin-top:5px; } .sesproduct_list_option_toggle.fa:before{ font-size:22px; } .sesproduct_listing_options_pulldown{ border-width:1px; position:absolute; right:0; top:24px; display:none; width:120px; } div.sesproduct_listing_options_pulldown a{ color:#333; font-size:11px; display:block; padding:5px 10px; } .sesproduct_list_option_toggle.open, .sesproduct_list_option_toggle.open + div{ display:block; } .sesproduct_listing_options_pulldown a:hover{ background-color:#ededed; text-decoration:none; } /*CATEGORY COVER*/ .layout_sesproduct_banner_category{ border:none; } .layout_sesproduct_banner_category > h3{ display:none; } .sesproduct_category_cover{ border-style:solid; border-width:1px; padding:2px; width:100%; } .sesproduct_category_cover_inner{ background-position:center; background-repeat:no-repeat; background-size:cover; position:relative; width:100%; } .sesproduct_category_cover_content{ background-color:rgba(0, 0, 0, .7); padding:30px; width:100%; } .sesproduct_category_cover_breadcrumb{ margin-bottom:15px; } .sesproduct_category_cover_breadcrumb, .sesproduct_category_cover_breadcrumb a{ color:#fff; font-size:17px; } .sesproduct_category_cover_breadcrumb a{ font-weight:bold; } .sesproduct_category_cover_blocks{ background-color:rgba(0, 0, 0, .5); border:1px solid #111; height:250px; width:100%; } .sesproduct_category_cover_block_img{ border-right:1px solid #111; float:left; height:100%; width:50%; } .sesproduct_category_cover_block_img span{ background-position:center center; background-repeat:no-repeat; background-size:cover; display:block; height:100%; width:100%; } .sesproduct_category_cover_block_info{ overflow:hidden; padding:20px; } .sesproduct_category_cover_title{ font-size:20px; font-weight:bold; margin-bottom:10px; } .sesproduct_category_cover_des{ height:170px; } .sesproduct_category_cover_des, .sesproduct_category_cover_des *{ font-size:15px; height:170px; } .sesproduct_category_cover_des.mCustomScrollbar{ padding-right:10px; } [dir="rtl"] .sesproduct_category_cover_des.mCustomScrollbar{ padding-right:0; padding-left:10px; } .sesproduct_category_cover_des.mCustomScrollbar .mCSB_dragger_bar{ background-color:rgba(204, 204, 204, .5) !important; } /*CATEGORY HEADER*/ .sesproduct_browse_cat_top{ border-bottom-style:solid; border-bottom-width:1px; padding:5px; margin-bottom:15px; } .sesproduct_catview_title{ font-size:20px; font-weight:bold; } .sesproduct_catview_title, .sesproduct_catview_des{ margin-bottom:10px; text-align:center; } /*SIDEBAR LISTING START HERE*/ .sesproduct_sidebar_list{ clear:both; padding:5px 0; } .sesproduct_sidebar_list_thumb{ float:left; margin-right:10px; } .sesproduct_sidebar_list_info{ overflow:hidden; } .sesproduct_sidebar_list_title{ font-weight:bold; margin-bottom:5px; } .sesproduct_sidebar_list_stats{ margin-bottom:3px; } /*CREATE & EDIT PRODUCT FORM CSS START HERE*/ /*Select Product Type*/ .sesproduct_type > ul{ display:flex; flex-wrap:wrap; } .sesproduct_type > ul > li{ text-align:center; flex:1; } .sesproduct_type > ul > li{ text-align:center; flex:1; margin-right:20px; margin-top:20px; font-weight:bold; } .sesproduct_type > ul > li:hover .product_type_img{ border-width:4px; transform:translateY(-3px); } .sesproduct_type > ul > li .product_type_img{ border-width:1px; padding:30px; text-align:center; margin-bottom:15px; transition:all .5s ease; } /*Create Form*/ .sesproduct_create .global_form *{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; } .sesproduct_create .global_form{ padding:0; float:none; max-width:800px; } .sesproduct_create .global_form > div, .sesproduct_create .global_form > div > div{ border-width:0; background:none !important; float:none; overflow:visible; } .sesproduct_create .global_form div.form-label label.required:after{ content:" *"; color:#f00; } .sesproduct_create .global_form h4{ font-weight:bold; font-size:110%; padding:15px 0; margin-bottom:20px; } .sesproduct_create h4.sesbasic_lbg{ cursor:pointer; background-color:#f6f6f6; padding:12px 10px; border-bottom:0; } .sesproduct_create .global_form div.form-element{ margin-bottom:15px; float:none; max-width:100%; } .global_form .selectize-control{ position:inherit; } .sesproduct_create .global_form input[type="text"], .sesproduct_create .global_form select, .sesproduct_create .global_form .selectize-control{ width:500px; } .sesproduct_create .global_form .mce-tinymce{ max-width:600px; } .estore_dashboard_content .global_form .form-options-wrapper li + li{ margin-left:10px; } [dir="rtl"] .estore_dashboard_content .global_form .form-options-wrapper li + li{ margin-right:10px; margin-left:0px; } /*store URL Field*/ #custom_url_product-element .sesproduct_check_availability_btn{ position:absolute; margin:3px 0 0 -38px; } [dir="rtl"] #custom_url_product-element .sesproduct_check_availability_btn{ margin:4px -38px 0 0; } #check_custom_url_availability .fa{ font-size:17px; } #custom_url_product-element .fa.fa-check:before{ color:#ffffff; } #custom_url_product-element .fa.fa-times:before{ color:#fff; } .sesproduct_check_availability_btn{ margin-left:10px; } .sesproduct_check_availability_btn button{ outline:none; font-size:11px; font-weight:normal; line-height:normal; width:35px; height:35px; padding:0; border:0; } .sesproduct_check_availability_btn button._available{ background-color:#8BC34A; } .sesproduct_check_availability_btn button._notavailable{ background-color:#f44336; } .sesproduct_check_availability_btn button .availability_tip{ background-color:rgba(0, 0, 0, 0.72); padding:6px; border-radius:3px; color:#fff; white-space:nowrap; position:absolute; top:-30px; left:50%; font-size:12px; font-weight:normal; display:none; transform:translateX(-50%); } .sesproduct_check_availability_btn button .availability_tip:after{ content:''; width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-top:6px solid #474747; position:absolute; bottom:-6px; left:45%; } .sesproduct_check_availability_btn button:hover .availability_tip{ display:block; } .sesproduct_create #tags-element input[type=text]{ width:500px; } .sesproduct_create #body-wrapper #body-element{ max-width:700px !important; float:none; } .sesproduct_create .sesproduct_choose_date #event_start_time-element span, .sesproduct_create .sesproduct_choose_date #event_end_time-element span, .sesproduct_create .sesproduct_choose_date #discount_start_date-element span, .sesproduct_create .sesproduct_choose_date #discount_end_date-element span{ width:247px; float:left; margin-right:5px; } [dir="rtl"] .sesproduct_create .sesproduct_choose_date #event_start_time-element span, [dir="rtl"] .sesproduct_create .sesproduct_choose_date #event_end_time-element span, [dir="rtl"] .sesproduct_create .sesproduct_choose_date #discount_start_date-element span, [dir="rtl"] .sesproduct_create .sesproduct_choose_date #discount_end_date-element span{ float:right; margin-right:0; margin-left:5px; } .sesproduct_create .sesproduct_choose_date #event_start_time-element span input[type=text], .sesproduct_create .sesproduct_choose_date #event_end_time-element span input[type=text], .sesproduct_create .sesproduct_choose_date #discount_start_date-element span input[type=text], .sesproduct_create .sesproduct_choose_date #discount_end_date-element span input[type=text]{ width:100%; } .sesproduct_create .global_form select{ width:500px; max-width:inherit; } .sesproduct_create #productstyle-element .form-options-wrapper li{ display:inline-block; margin-right:10px; text-align:center; } .sesproduct_create #location-wrapper #location-element input[type=text]{ background-position:7px; padding:7px 10px 7px 10px; width:500px; } .sesproduct_design_popup{ text-align:center; } .sesproduct_design_popup .sesproduct_icon_close{ position:absolute; right:15px; top:10px; cursor:pointer; padding:5px; } .sesproduct_design_popup .popup_design_title{ margin-bottom:5px; } .sesproduct_create #productstyle-element .form-options-wrapper li{ position:relative; height:175px; width:140px; margin-bottom:10px; border-width:1px; padding:5px; } .sesproduct_create #productstyle-element .form-options-wrapper li label a{ width:100%; position:absolute; top:30px; left:0px; } .sesproduct_create #productstyle-element .form-options-wrapper li label a img{ width:100%; } .sesproduct_create #productstyle-element .form-options-wrapper li input[type=radio]{ display:inline-block; float:none; vertical-align:sub; } .sesproduct_create #productstyle-element .form-options-wrapper li label{ display:inline-block; float:none; } /*LOCATION POPUP CSS START HERE*/ .sesproduct_edit_location_popup{ margin:15px; } .sesproduct_edit_location_popup .form-elements{ margin-top:0px; } .sesproduct_edit_location_popup label{ display:block; margin:0px 0 5px; } .sesproduct_edit_location_popup input{ width:400px; } #global_page_sesproduct-index-location #global_content_simple, #global_page_sesproduct-index-location #global_content_simple{ display:block !important; } .sesproduct_edit_location_popup #mapcanvas-wrapper{ margin-top:15px; width:100%; } .sesproduct_edit_location_popup .form-wrapper #fieldset-buttons #submit-label{ display:none; } /*LOCATION POPUP CSS END HERE*/ /*PHOTS UPLOADER CSS START HERE*/ .sesproduct_create_form_tabs li{ display:inline-block; } .sesproduct_create_form_tabs li + li{ border-left-width:1px; border-left-style:solid; margin-left:30px; padding-left:30px; } .sesproduct_create_form_tabs li a{ font-weight:bold; font-size:15px; } .sesproduct_create_form_tabs li i{ margin-right:5px; } #fromurl-element button{ margin-left:10px; padding:3px 10px; } .sesproduct_upload_dragdrop_content{ border-style:dashed; border-width:2px; font-size:20px; cursor:pointer; height:100px; line-height:100px; margin:10px 0 0 0; background:#f6f6f6; text-align:center; vertical-align:middle; width:500px; } .sesproduct_upload_dragdrop_content.sesbd{ border-width:2px; } .sesproduct_upload_url_content{ border-style:solid; border-width:1px; float:left; padding:10px; } .sesproduct_upload_url_content input[type="text"]{ width:350px; } .sesproduct_upload_photos_container{ float:left; max-height:inherit; overflow:auto; width:auto; } .sesproduct_upload_photos_container.iscontent{ margin:3px; } .sesproduct_upload_item{ border-style:solid; border-width:1px; float:left; height:230px; margin:5px; padding:5px; position:relative; width:250px !important; } .sesproduct_upload_item_overlay{ background-color:rgba(0, 0, 0, .1); bottom:0; left:0; right:0; top:0; position:absolute; z-index:1; } .sesproduct_upload_item_abort{ position:absolute; text-align:center; top:130px; width:100%; z-index:2; } .sesproduct_upload_item_abort span{ background-color:#d9534f; border:1px solid #d43f3a; border-radius:3px; color:#fff; cursor:pointer; display:inline-block; font-size:11px; padding:3px 5px; } .sesproduct_upload_item_abort span:hover{ background-color:#c9302c; } .sesproduct_upload_item .progressBar{ position:absolute; top:50px; width:100%; z-index:2; } .sesproduct_upload_item .progressBar > div{ background:url(/application/modules/Sesproduct/externals/images/ajax_loading.gif) no-repeat center top; color:#fff; font-size:15px; padding-top:20px; text-align:center; width:100% !important; } .sesproduct_upload_item_photo{ height:160px; margin-bottom:5px; overflow:hidden; width:100%; } .sesproduct_upload_item_photo img{ min-height:100%; width:100%; } .sesproduct_upload_item_size{ float:right; font-size:11px; margin:0 0 5px 5px; } .sesproduct_upload_item_name{ display:block; margin-bottom:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .sesproduct_upload_item_options{ display:flex; } .sesproduct_upload_item_radio{ flex:1; } .sesproduct_upload_item_options > a{ margin-left:10px; } .sesproduct_create #fancyuploadfileids-wrapper{ display:none; } /*PHOTS UPLOADER CSS END HERE*/ /*MESSAGES CSS START HERE*/ .sesproduct_success_message{ color:#3c763d; background-color:#dff0d8; border-color:#d6e9c6; padding:15px; margin-bottom:20px; border-radius:4px; } .sesproduct_error_message{ background-color:#e47c7c; border:1px solid #cd6262; color:#fff; padding:10px; margin:10px 0; border-radius:4px; } .sesproduct_success_message i, .sesproduct_error_message i{ margin-right:5px; } /*MESSAGES CSS END HERE*/ /*Guidelines*/ .estore_create_tips{ position:absolute; top:100px; right:50px; width:300px; background-image:url(/application/modules/Sesproduct/externals/images/transprant-bg.png); } .estore_create_tips.fixed{ position:fixed; } .estore_create_tips .create_tips_top_sec{ padding:10px 15px; } .estore_create_tips .create_tips_top_sec:before{ content:''; display:inline-block; position:absolute; top:-10px; left:-20px; width:20px; height:0; border-style:solid; border-width:10px 30px 0 0; } .estore_create_tips .create_tips_top_sec h3{ font-size:20px; color:#fff; text-align:center; font-weight:bold; margin:0px; padding:0px; position:relative; } .estore_create_tips .create_tips_bottom_sec{ padding:20px; } #global_page_sesproduct-dashboard-edit .estore_create_tips{ display:none; } /*EDIT PRODUCT CSS START HERE*/ #global_page_sesproduct-dashboard-edit .sesproduct_create .global_form{ border-width:0; max-width:100%; overflow:visible; } #global_page_sesproduct-dashboard-edit .sesproduct_create .global_form > div > div{ padding:0; } .sesproduct_edit_style_product #submit-label{ display:none; } .sesproduct_dashboard_product_info_cover{ background-color:#ccc; display:block; height:120px; overflow:hidden; width:100%; position:relative; } .sesproduct_dashboard_product_main_photo{ border-radius:5px; border-width:1px; border-style:solid; height:60px; width:60px; position:absolute; bottom:10px; left:10px; overflow:hidden; } .sesproduct_dashboard_product_info{ border-width:1px; margin:15px 0; } .sesproduct_dashboard_product_photo{ position:relative; width:100%; } .sesproduct_deshboard_img_product{ height:200px; overflow:hidden; border-width:1px; } .sesproduct_dashboard_product_info_cover img, .sesproduct_dashboard_product_main_photo img, .sesproduct_dashboard_product_photo img{ height:100%; object-fit:cover; width:100%; } .sesproduct_dashboard_product_info_cover .sesproduct_labels{ top:10px; } .sesproduct_dashboard_product_info_content{ padding:10px; } .sesproduct_dashboard_product_info_content .sesproduct_list_stats{ margin:5px 0 0 0; } .sesproduct_dashboard_product_info .sesproduct_product_status{ margin-top:10px; width:100%; padding:5px; } .sesproduct_dashboard_product_details{ overflow:hidden; } .sesproduct_dashboard_product_details .layout_sesproduct_advance_share{ margin:10px 0 0; float:left; width:100%; } /*EDIT PRODUCT CSS END HERE*/ /*CATEGORY ICONS BLOCK WIDGET CSS START HERE*/ .sesproduct_cat_iconlist_head{ font-size:34px; margin-bottom:30px; } .sesproduct_cat_iconlist{ display:block; text-align:center !important; } .sesproduct_cat_iconlist:hover{ opacity:.9; } .sesproduct_cat_iconlist a{ color: var(--theme-font-color); text-decoration:none !important; } .sesproduct_cat_iconlist a:hover{ color: var(--theme-link-color-hover); } .sesproduct_cat_iconlist span{ display:block; } .sesproduct_cat_iconlist_icon{ background-color:transparent !important; border-radius:50%; height:60px; margin:0 auto; width:60px; display:flex !important; align-items:center; justify-content:center; } .sesproduct_cat_iconlist_icon img{ width:50px; margin:5px; } .sesproduct_cat_iconlist_title{ margin-top:5px; } .sesproduct_cat_iconlist_count{ margin-top:2px; } /*PRODUCT HOVER SOCIAL ICON*/ .sesproduct_img_thumb_over{ opacity:0; width:100%; height:100%; left:0; top:0; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesproduct_img_thumb_over > a{ width:100%; height:100%; position:absolute; left:0; top:0; } .sesproduct_thumb:hover .sesproduct_img_thumb_over{ opacity:1; background-color:rgba(0,0,0,0.2); } .sesproduct_list_grid_thumb_btns{ top:20px; position:absolute; transform:translateX(-50%); left:50%; white-space:nowrap; display:flex; justify-content:center; align-items:center; } .sesproduct_grid_btns{ position:absolute; top:20%; left:50%; z-index:2; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; transform:translate(-50%, -50%); width:100%; display:flex; justify-content:center; align-items:center; } /*LIST VIEW*/ .sesproduct_products_listing{ position:relative; display:flex !important; flex-wrap:wrap; } .sesproduct_products_listing .sesbasic_paging_wrap{ width:100%; } .layout_sesproduct_profile_sesproducts .sesbasic_tabs + .sesbasic_tabs_content{ padding:0 10px; } .sesproduct_list_product_view{ padding:15px; border-width:1px; margin:10px 10px 0 10px; position:relative; display:flex; width:calc(100% - 20px); list-style-type:none; } .sesproduct_list_product_view .tip{ margin:0 8px 8px 0; } .sesproduct_list_product_view .tip > span{ margin:2px 0; padding:5px; } .sesproduct_list_product_view:last-child{ margin-bottom:10px; } .sesproduct_list_product_view .sesproduct_list_thumb{ height:300px; margin:0 15px 0 0; overflow:hidden; width:300px; background:url(/application/modules/Sesproduct/externals/images/transprant-bg.png); } [dir="rtl"] .sesproduct_list_product_view .sesproduct_list_thumb{ margin:0 0 0 15px; } .sesproduct_list_product_view .sesproduct_list_thumb:hover .sesproduct_labels, .sesproduct_list_product_view .sesproduct_quick_view{ opacity:0; transition:all .5s ease; } .sesproduct_list_product_view .sesproduct_list_thumb:hover .sesproduct_quick_view{ opacity:1; } .sesproduct_list_product_view .sesproduct_list_info{ overflow:hidden; position:relative; flex:1; } .sesproduct_list_product_view .sesproduct_verify{ width:4%; display:inline-block; } .sesproduct_list_product_view .sesproduct_list_info_title{ font-weight:bold; font-size:18px; margin-bottom:10px; width:100%; } .sesproduct_list_product_view .sesproduct_list_info_title a:hover{ text-decoration:none; } .sesproduct_list_product_view .sesproduct_rating_value{ margin-left:10px; float:left; line-height:28px; } .sesproduct_list_product_view .sesproduct_list_thumb:hover .sesproduct_sale{ opacity:0; } .sesproduct_listing_item_des{ width:100%; line-height:160%; margin:2px 0 5px; } .sesproduct_list_product_view .sesproduct_rating_review{ margin-bottom:7px; } .sesproduct_list_product_view .sesproduct_list_rating{ display:block; width:100%; float:left; margin:-5px 8px 12px 0; } .sesproduct_list_product_view .sesproduct_product_stat{ padding-right:10px; position:relative; } [dir="rtl"] .sesproduct_list_product_view .sesproduct_product_stat{ padding-right:0; padding-left:10px; } .sesproduct_list_product_view .sesproduct_product_stat:before{ content:""; position:absolute; height:80%; width:1px; right:0; } [dir="rtl"] .sesproduct_list_product_view .sesproduct_product_stat:before{ right:auto; left:0; } .sesproduct_list_product_view .sesproduct_product_stat:last-child:before{ display:none; } .sesproduct_list_product_view .sesproduct_static_list_group{ margin-left:0; line-height:normal; } .sesproduct_list_product_view .sesproduct_add_cart{ margin-top:7px; } .sesproduct_list_product_view .sesproduct_availability{ float:right; margin:0; } [dir="rtl"] .sesproduct_list_product_view .sesproduct_availability{ float:left; } .sesproduct_list_product_view .sesproduct_price{ width:auto; } [dir="rtl"] .sesproduct_list_product_view .sesproduct_price{ float:right; } .sesproduct_list_product_view .sesproduct_price span.current_value{ font-size:120%; line-height:160%; padding:1px 6px; border-radius:4px; display:inline-block; } .sesproduct_list_product_view .sesproduct_list_footer{ display:flex; justify-content:space-between; align-items:center; } .sesproduct_list_product_view .sesproduct_list_footer .sesproduct_product_compare{ min-width:135px; max-width:135px; text-align:right; display:flex; justify-content:flex-start; } [dir="rtl"] .sesproduct_list_product_view .sesproduct_list_footer .sesproduct_product_compare{ text-align:left; } @media (max-width:600px){ .sesproduct_store_item{ padding:5px; } .sesproduct_shopping_bag .sesbasic_cleafix{ float:none !important; margin-top:12px; clear:both; } .sesproduct_my_cart_main .sesproduct_cart_item .sesproduct_carti_quantity{ text-align:right; } #global_page_sesproduct-cart-index .sesproduct_cart_desc, #global_page_sesproduct-cart-index .sesproduct_wish_desc{ width:65%; } .sesproduct_my_cart_main .sesproduct_carti_quantity .quantity{ max-width:inherit !important; min-width:inherit !important; width:90px !important; padding:5px 0; } .sesproduct_my_cart_main a.default_btn{ width:100%; display:block; float:none; text-align:center; } .sesproduct_cart_desc h4{ font-size:14px; } .sesproduct_coupon_total{ margin-top:15px; } .sesproduct_shopping_bag .empty_update > *{ width:47%; border-radius:5px; text-align:center; font-size:14px; font-weight:400; padding:8px; } .sesproduct_my_cart_main .continue_shopping{ display:block; width:100%; text-align:center; } } @media (max-width:540px){ .sesproduct_list_product_view{ flex-wrap:wrap; } .sesproduct_list_info, .sesproduct_listview_right{ width:100% !important; border-width:0; padding:0 !important; } .sesproduct_listview_right{ margin-top:10px; } } /*GRID VIEW*/ .sesproduct_grid{ margin:0 0 25px; height:calc(100% - 25px); } .sesproduct_grid .tip{ margin:0 8px 8px 0; } .sesproduct_grid .tip > span{ margin:2px 0; padding:5px; } .sesproduct_grid article{ border-width:1px; border-radius:6px; position:relative; overflow:hidden; height:100%; } .sesproduct_grid .discount{ display:inline-block; padding:2px 6px; border-radius:4px; position:absolute; right:10px; top:10px; margin:0; transition:all .5s ease; } .sesproduct_grid .sesproduct_product_stat{ float:none; margin-bottom:5px; } .sesproduct_grid .sesproduct_product_stat a{ color: var(--theme-font-color); } .sesproduct_grid .sesproduct_grid_thumb{ float:left; height:150px; overflow:hidden; width:100%; position:relative; background:url(/application/modules/Sesproduct/externals/images/transprant-bg.png); } .sesproduct_grid .sesproduct_grid_thumb:hover .sesproduct_labels, .sesproduct_grid .sesproduct_grid_thumb .sesproduct_quick_view, .sesproduct_grid .sesproduct_grid_thumb:hover .sesproduct_sale, .sesproduct_grid:hover .discount, .sesproduct_pinboard_list_item_top .sesproduct_quick_view{ opacity:0; transition:all .5s ease; } .sesproduct_grid .sesproduct_grid_thumb:hover .sesproduct_quick_view, .sesproduct_pinboard_list_item_top:hover .sesproduct_quick_view{ opacity:1; } .sesproduct_grid .sesproduct_grid_thumb > a{ height:100%; width:100%; } .sesproduct_grid .sesproduct_grid_thumb:hover .sesproduct_sale, .sesproduct_grid .sesproduct_grid_thumb:hover .sesproduct_grid .discount{ opacity:0; } .sesproduct_grid .sesproduct_grid_info{ clear:both; padding:15px 10px 10px; } .sesproduct_grid .sesproduct_grid_info *{ text-align:center; } .sesproduct_grid .sesproduct_grid_info_title{ text-align:center; width:100%; margin-bottom:6px; } .sesproduct_grid_middle{ display:flex; justify-content:center; align-items:center; margin:5px 0 10px; } .sesproduct_grid_middle > div{ margin-right:10px; } [dir="rtl"] .sesproduct_grid_middle > div{ margin-right:0; margin-left:10px; } .sesproduct_grid_middle .current_value{ font-size:16px; font-weight:600; } .sesproduct_grid_middle .old_value{ display:none; } .sesproduct_grid .sesproduct_grid_info_title a{ font-weight:bold; font-size:18px; display:inline-block; } .sesproduct_grid .sesproduct_grid_info_title a:hover{ text-decoration:none; } .sesproduct_grid .sesproduct_verify{ display:inline-block; top:-2px; position:relative; } .sesproduct_grid .sesproduct_addtocart{ width:auto !important; border-radius:5px !important; padding:0 8px; } .sesproduct_grid .sesproduct_product_compare{ width:35px; display:inline-block; margin-right:5px; float:none; } [dir="rtl"] .sesproduct_grid .sesproduct_product_compare{ margin-right:0; margin-left:5px; } .sesproduct_grid .sesproduct_addtocart i{ margin-right:4px; } [dir="rtl"] .sesproduct_grid .sesproduct_addtocart i{ margin-right:0; margin-left:4px; } .sesproduct_grid .sesproduct_grid_des{ line-height:22px; margin:10px 0 15px; } .sesproduct_grid .sesproduct_price{ width:auto; margin:0; } .sesproduct_grid .sesproduct_add_cart a{ border-radius:4px; transition:all 0.4s ease-out; } .sesproduct_grid .sesproduct_product_compare label span:not(.checkmark), .sesproduct_grid .sesproduct_product_compare .checkmark:after{ display:none !important; } .sesproduct_grid .sesproduct_product_compare .checkmark{ width:35px; height:35px; border-radius:4px; left:0; top:0; cursor:pointer; } [dir="rtl"] .sesproduct_grid .sesproduct_product_compare .checkmark{ right:0; } .sesproduct_grid .sesproduct_product_compare .checkmark:before{ content:"\f012"; position:absolute; font-family:'Font Awesome 6 Free'; font-weight:600; left:0px; width:35px; height:35px; line-height:35px; } .sesproduct_grid .cart_only_icon{ display:flex; justify-content:center; } /*PINBOARD VIEW*/ .sesproduct_products_listing[class*="sesbasic_pinboard"]{ padding-bottom:50px; box-sizing:content-box; } .sesproduct_pinboard_list{ display:block; padding:5px 5px 10px; } .sesproduct_pinboard_list_item{ border-width:1px; padding:10px; float:left; width:100%; } .sesproduct_pinboard_list_item_top{ position:relative; border-radius:8px; margin-bottom:5px; } .sesproduct_pinboard_list_item_top .sesproduct_quick_view{ transition:all .5s ease; } .sesproduct_pinboard_list_item_top:hover .sesproduct_quick_view{ opacity:1; } .sesproduct_pinboard_list_item_thumb{ display:block; } .sesproduct_pinboard_list_item_thumb img{ float:left; width:100%; } .sesproduct_pinboard_list_item_thumb .store_logo img{ border-radius:0; float:none; } .sesproduct_pinboard_list_item_top:hover .sesproduct_labels, .sesproduct_pinboard_list_item_top:hover .sesproduct_sale{ opacity:0; } .sesproduct_pinboard_list .sesproduct_pinboard_labels{ position:absolute; top:0px; left:0; } .sesproduct_pinboard_list_item_top:hover .sesproduct_pinboard_labels{ display:none; } .sesproduct_pinboard_list .sesproduct_pinboard_thumb_over{ opacity:0; position:absolute; width:100%; height:100%; left:0; top:0; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesproduct_pinboard_list .sesproduct_pinboard_thumb_over > a{ width:100%; height:100%; position:absolute; } .sesproduct_pinboard_list_item_top:hover .sesproduct_pinboard_thumb_over{ opacity:1; background-color:rgba(0,0,0,0.5); } .sesproduct_pinboard_list .sesproduct_pinboard_list_btns{ padding-top:50%; margin-top:-17px; text-align:center; } .sesproduct_pinboard_info_product{ clear:both; position:relative; } .sesproduct_pinboard_list_item_cont{ padding:10px 0; position:relative; } .sesproduct_pinboard_categry{ margin-bottom:10px; } .sesproduct_pinboard_categry span a{ text-decoration:none; } .sesproduct_pinboard_categry span a i{ font-size:14px; } .sesproduct_pinboard_list .sesproduct_grid_aligned{ display:flex; align-items:center; width:100%; } .sesproduct_pinboard_list .sesproduct_price .current_value{ font-weight:600; font-size:18px; } .sesproduct_pinboard_list .sesproduct_grid_aligned, .sesproduct_pinboard_list .sesproduct_list_rating, .sesproduct_pinboard_list .sesproduct_price{ margin-bottom:10px; } .sesproduct_pinboard_title{ font-size:110%; font-weight:bold; overflow:hidden; display:inline-block; width:auto; max-width:65%; text-overflow:ellipsis; white-space:nowrap; float:left; } .sesproduct_pinboard_list .sesproduct_price span.discount{ font-size:80%; } .sesproduct_pinboard_list .sesproduct_availability{ margin:0 10px 8px 0; } .sesproduct_pinboard_meta_block .sesproduct_product_stat._location{ max-width:100%; } .sesproduct_pinboard_list .sesproduct_product_compare{ float:right; width:auto; } .sesproduct_pinboard_list .sesproduct_product_compare label span:not(.checkmark){ display:inline-block; } .sesproduct_pinboard_list .sesproduct_add_cart{ width:auto !important; text-align:right; margin-bottom:0 !important; } .sesproduct_pinboard_list_item_btm{ float:left; width:100%; } .sesproduct_pinboard_list_comments{ margin:0px -10px -10px; } .sesproduct_pinboard_list_comments .comments{ width:100%; margin:10px 0; } .sesproduct_pinboard_list_comments .comments .sesadvcmt_options, .sesproduct_pinboard_list_comments .sesadvcmt_options{ padding:0 10px; } .sesproduct_pinboard_list_comments .comments > form, .sesproduct_pinboard_list_comments .comments > ul > li{ border-top-width:1px; padding:5px; border-top-style:solid; background:transparent; } .sesproduct_pinboard_list_comments .comments > form > textarea{ width:100%; border-width:1px; padding:10px; border-radius:5px; font-size:100%; background:rgba(255,255,255,1); min-height:45px; } .sesproduct_pinboard_list_comments .comments ul li .comments_body{ display:block; } .sesproduct_pinboard_list .comments_options{ display:none; } .sesproduct_pinboard_list_comments .sesadvcmt_comments form .comments_author_photo{ display:none; } .sesproduct_pinboard_list_comments .sesadvcmt_comments form.advcomment_form > div._form_container{ padding:0; } .sesproduct_pinboard_list_item .tip{ margin:8px 8px 8px 0; } .sesproduct_pinboard_list_item .tip > span{ margin:2px 0; padding:5px; } .sesproduct_pinboard_list + div > .sesbasic_paging{ position:absolute; bottom:10px; margin:0px; } /*large Map View*/ #sesproduct_map_view_1184 .wrapper{ padding:6px; border-radius:5px; } #sesproduct_map_view_1184 .pin.active a.close{ text-align:center; line-height:22px; } .sesproduct_map_thumb .sesproduct_labels span{ width:25px; height:25px; border-radius:50px; line-height:25px; text-align:center; padding:0; display:inline-block; margin:0 4px; } .sesbasic_large_map .sesproduct_list_rating{ margin-bottom:5px; } .sesproduct_map_info_blk_fields > div{ float:none; } .sesproduct_map_thumb .sesproduct_labels{ left:0; right:0; margin:auto; text-align:center; } .sesproduct_map_thumb_img{ height:200px; overflow:hidden; } .sesproduct_map_thumb_img img{ width:100% !important; height:100% !important; object-fit:contain !important; margin:0 auto; } .sesproduct_map_info_title h3{ margin-bottom:0; font-size:120%; display:inline-block; } .sesproduct_map_info_blk .sesproduct_product_stat:last-child{ float:none; } .sesproduct_map_info_blk .sesproduct_price{ font-weight:bold; } .sesproduct_map_info_title .sesproduct_verify{ width:4%; display:inline-block; margin-top:-5px; } .sesproduct_map_info_blk{ padding:3px; } .sesproduct_map_info_blk .sesproduct_store_name{ float:left; margin:0 10px 8px 0; } .sesproduct_map_info_blk .sesproduct_store_name .store_logo img{ border-radius:50%; } .sesproduct_map_info_blk .sesproduct_map_info_desc{ float:left; margin-right:10px; } .sesproduct_map_info_blk .sesproduct_rating_review{ clear:both; margin-bottom:5px; } .generic_layout_container .sesproduct_map_info_blk h3{ margin-bottom:10px; } .sesproduct_map_info_blk .sesproduct_product_offers{ margin:0; } .sesproduct_map_info_blk .sesproduct_product_compare{ float:left; display:block; width:50%; display:inline-block; } .sesproduct_map_info_blk .sesproduct_add_cart{ line-height:25px; float:right; width:auto; display:inline-block; margin:-10px 0 10px 0; } .sesproduct_map_info_blk .sesproduct_add_cart a{ border-radius:50%; width:35px; height:35px; display:inline-block; text-align:center; line-height:35px; } /*GRID INSIDE VIEW START*/ .sesproduct_grid_inside{ float:left; padding:5px; } [dir="rtl"] .sesproduct_grid_inside{ float:right; } .sesproduct_category_carousel_item.sesproduct_grid_inside{ padding:0; } .sesproduct_grid_inside_inner{ position:relative; overflow:hidden; } .sesproduct_grid_inside_inner .sesproduct_thumb > a, .sesproduct_grid_inside_info a{ display:initial; vertical-align:top; } .sesproduct_grid_inside .sesproduct_list_grid_thumb_btns{ top:-80px; left:0; text-align:center; z-index:3; width:100%; transform:none; } .sesproduct_grid_inside .sesproduct_list_grid_thumb_btns, .sesproduct_grid_inside .sesproduct_labels{ -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesproduct_grid_inside:hover .sesproduct_list_grid_thumb_btns{ top:10px; } .sesproduct_grid_inside .sesproduct_list_grid_thumb_btns a{ float:none; display:inline-block; } .sesproduct_grid_inside .sesproduct_labels{ top:10px; z-index:3; } .sesproduct_grid_inside:hover .sesproduct_labels{ opacity:0; } .sesproduct_grid_inside_info{ bottom:0; padding:10px; position:absolute; left:0; width:100%; z-index:2; background:-moz-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); background:-webkit-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); background:-o-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); background:-ms-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); background:linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); } .sesproduct_grid_inside_info *:{ color:#fff !important; text-shadow:0 0 5px rgba(0, 0, 0, .5); } .sesproduct_grid_inside_info_title{ display:flex; margin-bottom:10px; } .sesproduct_grid_inside_info_title ._name{ font-size:17px; font-weight:bold; flex:1; } .sesproduct_grid_inside_info .in_stock i{ color:#00cc67 !important; } .sesproduct_grid_inside_info span.out_stock i{ color:#dd3131 !important; } .layout_left .sesproduct_grid_inside, .layout_right .sesproduct_grid_inside{ width:100% !important; padding:5px 0; } /*GRID INSIDE VIEW END*/ /*DASHBOARD CSS START HERE*/ /*PRODUCT ROLE*/ .sesproduct_manage_role_form{ min-height:526px !important; } .sesproduct_manage_role_form_top{ padding-bottom:15px; border-bottom-width:1px; margin-bottom:15px; } .sesproduct_manage_role_form p.heading_desc{ font-size:15px; padding:10px 0px; margin-bottom:10px; border-bottom-width:1px; } .sesproduct_manage_roles_item{ position:relative; margin:20px 0px; clear:both; width:100%; display:inline-block; } .sesproduct_manage_roles_item span.show_img{ border:2px dashed #CCC; width:50PX; height:49px; display:inline-block; float:left; margin-right:10px; } .sesproduct_manage_roles_item input[type=text]{ width:50%; } .sesproduct_manage_roles_item input.input_loading{ background-image:url(/application/modules/Sesproduct/externals/images/loading.gif); background-position:right center; background-repeat:no-repeat; } .sesproduct_manage_roles_item ul.sesbasic-autosuggest{ left:64px; } .sesproduct_manage_roles_item p.edit_desc{ display:table; } .sesproduct_manage_roles_item a.remove_icon{ float:right; } .sesproduct_manage_role_form_top button{ float:right; } .sesproduct_manage_role_form .sesproduct_footer_contant{ display:block; overflow:hidden; } .sesproduct_manage_role_form .sesproduct_footer_contant b{ margin-bottom:10px; display:block; } .sesproduct_manage_role_form .sesproduct_footer_contant p{ margin-bottom:15px; } .sesproduct_footer_contant .admin_manage{ float:left; width:33%; padding:10px 10px 10px 10px; box-sizing:border-box; background-image:url(/application/modules/Sesproduct/externals/images/transprant-bg.png); border-width:1px; margin-right:2px; margin-bottom:2px; } .sesproduct_footer_contant .admin_manage a{ float:left; padding-right:5px; } .sesproduct_footer_contant .admin_manage a.remove_product{ float:right; } .sesproduct_footer_contant .product_role_img{ text-align:center; margin:20px 0px 0px; display:inline-block; width:100%; } .sesproduct_footer_contant .product_role_img img{ height:50px; } /*Currency Converter*/ .sesproduct_convert_icon{ border-width:0; border-radius:50%; line-height:15px; margin-left:10px; height:15px; width:15px; } [dir="rtl"] .sesproduct_convert_icon{ margin-left:0; margin-right:0; } .sesproduct_create_ticket_currency_converter{ margin-left:10px; font-weight:bold; font-size:11px; } [dir="rtl"] .sesproduct_create_ticket_currency_converter{ margin-left:0; margin-right:10px; } .sesproduct_dashboard_threshold_amt{ font-size:17px; margin-bottom:10px; } .sesproduct_sale_stats{ background-image:url(/application/modules/Sesproduct/externals/images/t-img-light.png); float:left; text-align:center; width:32%; border-width:1px; margin:0 1% 1% 0; padding:10px; min-height:100px; } .sesproduct_sale_stats span:first-child{ display:block; font-weight:bold; } .sesproduct_sale_stats span:nth-child(2){ display:block; font-size:17px; margin-top:20px; } .sesproduct_request_payment_link{ margin:10px 0 15px; } .sesproduct_request_payment_link{ display:inline-block; } #global_page_sesproduct-dashboard-payment-request #global_content_simple{ float:left; display:block; } #global_page_sesproduct-dashboard-payment-request .sesbasic_form_popup{ max-height:490px; overflow:auto; } /******DASHBOARD CSS ENDS HERE******/ /******PRODUCT VIEW PAGE START HERE******/ .layout_sesproduct_like_button, .layout_sesproduct_favourite_button{ box-shadow:none !important; border-width:0 !important; padding:0 !important; } .sesproduct_button a{ border-radius:3px; display:block; padding:10px; } .sesproduct_button a i{ margin-right:4px; } [dir="rtl"] .sesproduct_button a i{ margin-right:0px; margin-left:4px; } /*Video Tab*/ .layout_sesproduct_profile_videos .sesbasic_profile_tabs_top + .sesbasic_view_type{ float:left; width:100%; margin-top:-50px; } /*Music Tab*/ .layout_sesproduct_profile_musicalbums .sesmusic_item_grid{ border-width:1px; } .sesproduct_musicalbum_manage_op{ position:absolute; top:1px; right:1px; z-index:3; } .sesproduct_musicalbum_manage_op_btn{ background-color:#fff; padding:5px; display:block; cursor:pointer; height:25px; width:25px; text-align:center; } .sesproduct_musicalbum_manage_op_btn i:before{ font-size:17px; color:#555; line-height:0; } .sesproduct_musicalbum_manage_op:hover .sesproduct_album_option_box{ display:block; right:0; width:140px; } /*WYSIWYG Editor show Content body common css start here*/ #global_page_sesproduct-index-view .rich_content_body ol{ margin-left:30px; } /* #global_page_sesproduct-index-view #global_wrapper .layout_middle > .layout_sesproduct_breadcrumb{ margin-bottom:0 !important; } */ #global_page_sesproduct-index-view .rich_content_body ul{ margin-left:30px; list-style-type:disc; } #global_page_sesproduct-index-view .rich_content_body img{ max-width:100%; height:auto; margin:5px 0; } #global_page_sesproduct-index-view .rich_content_body blockquote{ margin:0px auto; width:90%; display:block; box-shadow:0px 1px 15px 0px #dedede; padding:10px; margin-top:18px; margin-bottom:18px; border-left:5px solid #ff4c4c; } /*Product profile cover page start*/ .layout_sesproduct_product_cover{ padding:0px !important; border:none; } .sesproduct_cover_product .sesproduct_cover_photo{ height:300px; } .sesproduct_cover_product .sesproduct_cover_photo img{ width:100%; display:block; height:100%; object-fit:cover; } .sesproduct_cover_product{ position:relative; } .sesproduct_cover_product .sesproduct_profile_image{ position:absolute; bottom:44px; left:150px; border-radius:50%; overflow:hidden; } .sesproduct_cover_product .sesproduct_profile_image img{ height:135px; width:135px; position:relative; } .sesproduct_cover_product .sesproduct_profile_image p{ position:absolute; bottom:0; text-align:center; width:100%; background:#0dc7f1; padding:3px 0px; } .sesproduct_cover_product .sesproduct_profile_image p a{ color:#fff; text-decoration:none; } .sesproduct_cover_product .sesproduct_cover_lebals{ position:absolute; bottom:0px; width:100%; } .sesproduct_cover_product .sesproduct_cover_lebals .sesproduct_verified_label{ float:right; background:#93C33C; color:#fff; padding:10px; text-align:center; } .sesproduct_cover_product .sesproduct_list_grid_thumb_btns{ top:8%; text-align:right; right:10px; } /*Product cagegories list css start*/ .sesproduct_gutter_categories_product{ text-transform:uppercase; } .sesproduct_gutter_categories_product .sesproduct_search_form{ margin-bottom:10px; } .sesproduct_gutter_categories_product .sesproduct_search_form label.overTxtLabel{ top:4px !important; } .sesproduct_gutter_categories_product .sesproduct_search_form input[type=text]{ width:100%; background-color:rgba(0, 0, 0, 0.05); } .sesproduct_gutter_categories_product ul li{ background:#555; display:inline-block; padding:5px 9px; margin:0px 2px 4px 0px; cursor:pointer; } .sesproduct_gutter_categories_product ul li:hover{ background-color:#5CD4F3; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesproduct_gutter_categories_product ul li a{ color:#fff; font-size:11px; text-decoration:none; } /*Product gutter labels css start*/ .layout_sesproduct_labels{ border:none; } /**********CATEGORY PAGES CSS START HERE**********/ /*product category product css start*/ .sesproduct_category_product .sesproduct_category_header{ padding:15px 15px 15px 0px; border-bottom-width:1px; background-image:url(/application/modules/Sesproduct/externals/images/transprant-bg.png); clear:both; position:relative; } div + .sesproduct_category_product .sesproduct_category_header{ border-top-width:1px; top:-1px; position:relative; } .sesproduct_category_product{ margin-bottom:10px; } .sesproduct_category_product .sesproduct_category_header p{ font-size:17px; font-weight:bold; text-transform:uppercase; padding-left:15px; } .sesproduct_category_product .sesproduct_category_header p a:hover{ text-decoration:none; } .sesproduct_category_product .sesproduct_category_header span{ margin-left:15px; } .sesproduct_category_product .sesproduct_category_header span a{ border:none; } .sesproduct_category_product .sesproduct_category_header span button{ border-radius:0px; text-transform:capitalize; } /*.sesproduct_category_product .sesproduct_category_contant_product{ display:block; overflow:hidden; } .sesproduct_category_product .sesproduct_category_item_single{ float:left; padding:11px 10px 15px 0px; width:50%; } .sesproduct_category_product .sesproduct_category_item_single_info{ position:relative; display:block; overflow:hidden; height:306px; } .sesproduct_category_product .sesproduct_category_item_single .sesproduct_entry_img{ width:100%; height:100%; float:left; margin:0px 15px 0px 0px; } .sesproduct_category_product .sesproduct_category_item_single .sesproduct_entry_img a img{ height:100%; object-fit:cover; width:100%; float:left; } .sesproduct_category_product .sesproduct_category_item_single_content{ position:absolute; bottom:0px; left:0px; width:100%; padding:10px; background:rgba(0, 0, 0, 0.4); } .sesproduct_category_product .sesproduct_category_item_single p.title{ font-size:18px; font-weight:bold; margin-bottom:10px; display:inline-block; padding-right:10px; } .sesproduct_category_product .sesproduct_verify{ width:4%; display:inline-block; } .sesproduct_category_product .sesproduct_add_cart{ width:auto; display:inline-block; float:right; margin-bottom:0; } .sesproduct_category_product .sesproduct_add_cart a{ width:35px; height:35px; line-height:35px; } .sesproduct_category_product .sesproduct_category_item_single p.discription{ font-size:12px; line-height:22px; } .sesproduct_category_product .sesproduct-category_item_list{ display:block; overflow:hidden !important; height:318px; } .sesproduct_category_product .sesproduct_category_item{ float:left; width:97%; padding:10px; position:relative; margin-bottom:10px; border-width:1px; } .sesproduct_category_product .sesproduct_category_item:first-child{ margin-top:10px; } .sesproduct_category_product .sesproduct_category_item + .sesproduct_category_item{ border-top-width:1px; } .sesproduct_category_product .sesproduct_category_item:hover{ background-image:url(/application/modules/Sesproduct/externals/images/transprant-bg.png); } .sesproduct_category_product .sesproduct_category_item .sesproduct_entry_img{ margin-right:15px; height:85px; width:120px; float:left; } .sesproduct_category_product .sesproduct_category_item .sesproduct_entry_img a img{ height:100%; object-fit:cover; width:100%; } .sesproduct_category_product .sesproduct-category-listscroll-title{ width:93%; } .sesproduct_category_product .sesproduct_category_item p.title{ font-size:15px; font-weight:bold; margin-bottom:10px; display:inline-block; } .sesproduct_category_product .sesproduct_category_item .sesproduct_price{ font-size:95%; } .sesproduct_category_product .sesproduct-category_item_list .mCSB_scrollTools_vertical, .sesproduct_category_product .sesproduct-category_item_list .mCSB_dragger_bar{ opacity:1 !important; }*/ /*Category Thumb View Start Here*/ .sesproduct_category_grid ul li{ float:left; width:302px; padding:5px; } .sesproduct_category_grid .sesproduct_thumb_contant{ background-color:#ccc; position:relative; display:block; overflow:hidden; } .sesproduct_category_grid a{ display:block; height:100%; } .sesproduct_category_grid img.list_main_img{ border:0; height:100%; object-fit:cover; width:100%; } .sesproduct_category_grid .animate_contant{ position:absolute; bottom:0; background:#1d1d1d; width:100%; text-align:center; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; height:35px; } .sesproduct_category_grid .animate_contant > div{ color:#fff; text-align:center; } .sesproduct_category_grid a:hover .animate_contant{ height:100%; background:rgba(0, 0, 0, 0.6); } .sesproduct_category_grid a:hover .animate_contant > div{ color:#fff; position:absolute; top:50%; width:100%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%); } .sesproduct_category_grid .animate_contant img{ width:40px; display:none; margin:0 auto; } .sesproduct_category_grid .animate_contant p.title{ font-size:15px; margin:5px 0px; } .sesproduct_category_grid .animate_contant p.count{ display:none; } .sesproduct_category_grid a:hover .animate_contant img, .sesproduct_category_grid a:hover .animate_contant p.count{ display:block; } .sesproduct_category_grid a:hover .animate_contant img{ margin-bottom:8px; } /*product category hover list two start*/ .sesproduct_category_grid_list_thumb_two ul li{ float:left; width:311px; height:260px; padding:5px; } .sesproduct_category_grid_list_thumb_two ul li .sesproduct_thumb_contant{ position:relative; } .sesproduct_category_grid_list_thumb_two ul li a:before{ content:" "; position:absolute; left:0; bottom:2px; width:100%; height:100%; background:#000; display:block; opacity:0; visibility:hidden; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesproduct_category_grid_list_thumb_two ul li:hover a:before{ opacity:.5; visibility:visible; } .sesproduct_category_grid_list_thumb_two ul li a.link_img img{ width:100%; } .sesproduct_category_grid_list_thumb_two ul li a .animate_contant{ position:absolute; height:35px; width:100%; text-align:center; bottom:34px; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesproduct_category_grid_list_thumb_two ul li:hover a.link_img .animate_contant{ bottom:50%; transform:translateY(50%); } .sesproduct_category_grid_list_thumb_two ul li a .animate_contant p{ color:#fff; margin:0 auto; padding:7px; position:absolute; } .sesproduct_category_grid_list_thumb_two ul li a .animate_contant p.title{ background:#000; color:#fff; width:30%; margin:0 auto; padding:7px; border-radius:10px; text-transform:uppercase; position:absolute; left:32%; bottom:61%; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesproduct_category_grid_list_thumb_two ul li a:hover .animate_contant p{ left:32%; bottom:61%; background:none; } .sesproduct_category_grid_list_thumb_two ul li a:hover .animate_contant p.title{ font-weight:bold; } .sesproduct_category_grid_list_thumb_two ul li a .animate_contant p.album_list_animate{ display:none; top:37%; } .sesproduct_category_grid_list_thumb_two ul li a:hover .animate_contant p.album_list_animate{ display:block; } /**********CATEGORY PAGES CSS START HERE**********/ /*PRODUCT OF THE DAY*/ .sesproduct_product_of_the_day .sesproduct_grid{ padding:0; width:100% !important; margin-bottom:0; } .sesproduct_product_of_the_day .sesproduct_static_list_group{ margin-left:5px; } .sesproduct_product_of_the_day .sesproduct_product_compare, .sesproduct_product_of_the_day .sesproduct_add_cart{ width:100%; margin-top:0; margin-bottom:10px; } .sesproduct_product_of_the_day .sesproduct_product_stat span i, .sesproduct_product_of_the_day .sesproduct_availability span.in_stock i{ width:20px; margin:0; } .sesproduct_product_of_the_day .sesproduct_add_cart .cart_only_icon a + a{ text-align:center !important; } /*Product second of the day css start*/ .sesproduct_product_second_of_the_day{ display:block; overflow:hidden; } .sesproduct_product_second_of_the_day .sesproduct_grid{ width:100% !important; } .sesproduct_product_second_of_the_day .sesproduct_grid_labels{ top:0px; bottom:inherit; } .sesproduct_product_second_of_the_day .sesproduct_verified_label{ top:0px; bottom:inherit; } .sesproduct_product_second_of_the_day .sesproduct_grid_info{ position:absolute; bottom:0px; padding:15px; width:100%; } .sesproduct_product_second_of_the_day .sesproduct_grid_info .sesproduct_category_grid_info_title{ margin-bottom:10px; } .sesproduct_product_second_of_the_day .sesproduct_grid_info .sesproduct_category_grid_info_title a{ font-size:24px; font-weight:bold; margin-bottom:10px; color:#fff; } .layout_left .sesproduct_product_second_of_the_day .sesproduct_grid_info .sesproduct_category_grid_info_title a{ font-size:15px; } .sesproduct_product_second_of_the_day .sesproduct_list_grid_info .sesproduct_list_grid_owner, .sesproduct_product_second_of_the_day .sesproduct_list_grid_info a{ color:#fff; } .sesproduct_product_second_of_the_day .sesproduct_grid_contant{ color:#fff; } .sesproduct_product_second_of_the_day .sesproduct_grid .sesproduct_list_stats{ color:#fff; } /*Product three of the day css start*/ .sesproduct_product_three_of_the_day .sesproduct_last_grid_block{ width:100% !important; } .sesproduct_product_three_of_the_day .sesproduct_product_stat,.sesproduct_product_three_of_the_day .sesproduct_availability{ margin-bottom:0; line-height:20px; } .sesproduct_product_three_of_the_day .sesproduct_price, .sesproduct_product_of_the_day .sesproduct_price{ font-size:115%; min-height:25px; font-weight:600; margin-bottom:8px; } .sesproduct_product_three_of_the_day .sesproduct_last_grid_block .sesproduct_add_cart a{ padding:5px 13px; } /*Product three of the day left and right product css start*/ .layout_left .sesproduct_product_three_of_the_day .sesproduct_last_grid_block .sesproduct_grid_info, .layout_right .sesproduct_product_three_of_the_day .sesproduct_last_grid_block .sesproduct_grid_info{ width:100%; padding:10px; } .layout_left .sesproduct_product_three_of_the_day .sesproduct_list_grid_thumb_btns .sesbasic_icon_btn, .layout_right .sesproduct_product_three_of_the_day .sesproduct_list_grid_thumb_btns .sesbasic_icon_btn{ width:32px; height:32px; } .layout_left .sesproduct_product_three_of_the_day .sesproduct_last_grid_block .sesproduct_grid_three_info_title, .layout_right .sesproduct_product_three_of_the_day .sesproduct_last_grid_block .sesproduct_grid_three_info_title{ font-size:12px; } .layout_left .sesproduct_product_three_of_the_day .sesproduct_last_grid_block .sesproduct_grid_meta_block .sesproduct_list_stats span, .layout_right .sesproduct_product_three_of_the_day .sesproduct_last_grid_block .sesproduct_grid_meta_block .sesproduct_list_stats span{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis; } .layout_left .sesproduct_product_three_of_the_day .sesproduct_comment_list, .layout_right .sesproduct_product_three_of_the_day .sesproduct_comment_list{ font-size:10px; } .layout_left .sesproduct_product_three_of_the_day .sesproduct_second_readmore_link, .layout_right .sesproduct_product_three_of_the_day .sesproduct_second_readmore_link{ margin-top:5px; } /*product tabs list css start*/ .sesproduct_profile_tabs{ position:relative; } .sesproduct_profile_tabs > div, .sesproduct_profile_tabs ul{ border-width:0 !important; margin:0 !important; padding:0 !important; background-color:transparent !important; box-shadow:none !important; } .sesproduct_profile_tabs ul li{ background-color:transparent; border-width:0; display:block; float:none; margin:0 !important; padding:0 !important; position:relative; } .sesproduct_profile_tabs ul li + li{ margin-top:2px !important; } .sesproduct_profile_tabs ul li:before{ content:''; position:absolute; left:0; width:3px; height:35px; } .sesproduct_profile_tabs ul li:hover:before, .sesproduct_profile_tabs ul li.active:before{ width:100%; } .sesproduct_profile_tabs ul li a{ background-color:transparent; border-width:0 !important; font-weight:normal !important; text-decoration:none; position:relative; padding:0 20px; display:block; line-height:35px; height:35px; } .sesproduct_profile_tabs ul li a:before{ content:"\f005"; font-family:"Font Awesome 6 Free"; font-style:normal; font-weight:900; line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; margin-right:5px; } .sesproduct_profile_tabs ul li.tab_layout_core_content a:before{ content:"\f15c"; font-family:"Font Awesome 6 Free"; font-weight:900; } .sesproduct_profile_tabs ul li.tab_layout_sesproduct_profile_videos a:before{ content:"\f03d"; font-family:"Font Awesome 6 Free"; font-weight:900; } .sesproduct_profile_tabs ul li.tab_layout_sesproduct_profile_musicalbums a:before{ content:"\f001"; font-family:"Font Awesome 6 Free"; font-weight:900; } .sesproduct_profile_tabs ul li.tab_layout_sesproduct_profile_photos a:before{ content:"\f03e"; font-family:"Font Awesome 6 Free"; font-weight:900; } .sesproduct_profile_tabs ul li.tab_layout_sesproduct_product_reviews a:before{ content:"\f044"; font-family:"Font Awesome 6 Free"; font-weight:900; } .sesproduct_profile_tabs ul li a, .sesproduct_profile_tabs ul li:before{ -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } /*Sideabar Product List CSS Start Here*/ .layout_sesproduct_tabbed_widget_product .sesproduct_products_listing .tip{ text-align:center; } .layout_sesproduct_tabbed_widget_product .sesbasic_tabs_container{ border:0; } .sesproduct_sidebar_product_list{ padding:8px 0; } .sesproduct_sidebar_product_list + li{ border-top-width:1px; } .sesproduct_sidebar_product_list_img{ float:left; margin-right:10px; height:60px; width:60px; } [dir="rtl"] .sesproduct_sidebar_product_list_img{ float:right; margin-right:0; margin-left:10px; } .sesproduct_sidebar_product_list_img > a{ height:100%; width:100%; } .sesproduct_sidebar_product_list_img img, .sesproduct_sidebar_product_list_img span{ background-position:center center; background-size:cover; display:block; height:100%; max-height:inherit; max-width:inherit; object-fit:cover; width:100%; } .sesproduct_sidebar_image_rounded img, .sesproduct_sidebar_image_rounded span{ border-radius:50%; background-size:cover !important; } .sesproduct_sidebar_product_list_cont{ overflow:hidden; } .sesproduct_sidebar_product_list_title{ font-size:14px; font-weight:bold; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; } .sesproduct_sidebar_product_list_date{ margin-top:5px; display:flex; flex-wrap:wrap; } .sesproduct_sidebar_product_list_date a{ color: var(--theme-font-color); } .sesproduct_sidebar_product_list_date a:hover{ color: var(--theme-link-color-hover); } .sesproduct_sidebar_product_list .sesproduct_price{ margin-top:5px; float:none !important; } .sesproduct_sidebar_product_list_date > span{ margin-right:4px; display:inline-block; flex:1; } [dir="rtl"] .sesproduct_sidebar_product_list_date > span{ margin-right:0; margin-left:4px; } .sesproduct_sidebar_product_list .sesproduct_sidebar_product_list_date a{ display:inline-block; vertical-align:top; } .sesproduct_sidebar_list_date span + span{ margin-top:5px; display:block; } .sesproduct_sidebar_product_list_date i{ padding-top:3px; width:18px; } .sesproduct_sidebar_product_list_date .sesproduct_static_list_group{ display:none; } ._sesproduct_product_content_more a:before{ margin-right:5px; } /*Sideabar Product List CSS End Here*/ /* SIDEbar grid */ .layout_left .sesproduct_grid .sesproduct_grid_info_title, .layout_left .sesproduct_grid .sesproduct_grid_info *, .layout_right .sesproduct_grid .sesproduct_grid_info_title, .layout_right .sesproduct_grid .sesproduct_grid_info *{ text-align:left; } .layout_left .sesproduct_grid_meta_block .sesproduct_price, .layout_right .sesproduct_grid_meta_block .sesproduct_price{ font-weight:600; font-size:100%; } .sesproduct_sidebar_product_list .sesproduct_price span.current_value{ padding:1px 6px; border-radius:4px; display:inline-block; } /*Product Gutter Menu CSS Start Here*/ ul.products_gutter_options > li + li{ border-top-width:1px; border-style:dashed; } ul.products_gutter_options > li a{ display:block; padding:6px 0px 6px 22px !important; position:relative; transition:all 0.4s ease; } [dir="rtl"] ul.products_gutter_options > li a{ padding:6px 22px 6px 0 !important } .sesproduct_gutter_share:before{ content:'\f064'; font-family:"Font Awesome 6 Free"; font-weight:900; } .icon_sesproduct_viewall:before{ content:"\f06e"; font-family:"Font Awesome 6 Free"; font-weight:900; } .sesproduct_gutter_subscribe:before{ content:"\f09e"; font-family:"Font Awesome 6 Free"; font-weight:900; } .products_gutter_options li .buttonlink:before{ font-family:"Font Awesome 6 Free"; font-weight:900; position:absolute; left:0; } [dir="rtl"] .products_gutter_options li .buttonlink:before{ left:auto; right:0; margin-left:6px; margin-right:0; } /*Product Gutter Menu CSS End Here*/ /*Review Grid Listing*/ .sesproduct_review_grid{ border-width:1px; float:left; position:relative; width:100% !important; } .sesproduct_review_grid_thumb{ position:relative; overflow:hidden; } .sesproduct_review_grid_thumb, .sesproduct_review_grid_thumb > a, .sesproduct_review_grid_thumb > a > span{ background-size:cover; background-position:center center; height:100%; display:block; width:100%; } .sesproduct_review_grid .sesproduct_list_labels{ top:0; bottom:auto; } .sesproduct_review_grid_thumb_cont{ padding:10px; position:absolute; bottom:0; background:rgba(0,0,0,0.6); background:-moz-linear-gradient(top, transparent 5%, rgba(0,0,0,0.5) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(100%, rgba(0,0,0,0.5))); background:-webkit-linear-gradient(top, transparent 5%, rgba(0,0,0,0.5) 100%); background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.7))); background:linear-gradient(to bottom, transparent 5%, rgba(0,0,0,0.5) 100%); width:100%; } .sesproduct_review_grid_thumb .sesproduct_grid_btns{ position:absolute; top:-40px; right:0px; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesproduct_review_grid_thumb .sesproduct_grid_btns .sesbasic_icon_btn{ border-radius:50%; border:2px solid; border-color:#fff; display:inline-block; height:35px; width:35px; } .sesproduct_review_grid_thumb:hover .sesproduct_grid_btns{ position:absolute; top:0px; right:0px; } .sesproduct_review_grid_title{ font-weight:bold; } .sesproduct_review_grid_title a{ color:#fff !important; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; width:85%; float:left; } .sesproduct_review_grid_info{ padding:10px; } .sesproduct_review_grid_stat{ margin-top:8px; display:inline-block; width:100%; } .sesproduct_review_grid_stat span, .sesproduct_review_grid_stat span i{ margin-right:5px; } .sesproduct_review_grid_stat a.sesproduct_reviw_prof_img{ margin-right:10px; } .sesproduct_review_title_block{ overflow:hidden; } .sesproduct_review_title_block p{ float:left; margin-right:2px; } /*Review Sidebar Listing*/ .sesproduct_review_sidebar_block li + li{ border-top-width:1px; border-top-style:dashed; } [class*='layout_sesproduct_'] .sesbasic_rating_star .sesbasic_rating_star_small.fa:before{ color:#ff4500; } .sesproduct_review_sidebar_list{ padding:10px 0px 10px 0px; } .sesproduct_review_sidebar_list > a{ float:left; margin-right:10px; } .sesproduct_review_sidebar_list_info{ overflow:hidden; } .sesproduct_review_sidebar_list_title{ font-weight:bold; } .sesproduct_review_sidebar_list_stat{ margin-top:5px; float:left; } .sesproduct_review_sidebar_list_stat.sesproduct_list_rating{ margin-top:7px; } .sesproduct_review_sidebar_list_stat span, .sesproduct_review_sidebar_list_stat span i{ margin-right:5px; } .sesproduct_review_sidebar_list_body{ font-style:italic; text-align:justify; word-break:break-all; } .sesproduct_review_sidebar_list_body:before, .sesproduct_review_sidebar_list_body:after{ content:'"'; font-size:17px; } .sesproduct_review_sidebar_featured_list{ text-align:center !important; margin:10px 0px; } .sesproduct_review_sidebar_featured_list p{ display:inline-block; margin-right:5px; color:#fff; font-size:12px; padding:2px 12px; } .sesproduct_review_sidebar_featured_list p.featured{ background:#47C8E3; } .sesproduct_review_sidebar_featured_list p.verified{ background:#93C33C; } /*Review View Page Css Start Here*/ .sesproduct_review_owner_photo{ text-align:center; } .sesproduct_review_owner_photo span{ margin-top:10px; display:block; } .sesproduct_review_owner_photo span a{ font-weight:bold; } .sesproduct_review_owner_photo a img{ width:100%; height:100%; } .sesproduct_review_view{ margin-bottom:20px; } .sesproduct_review_view_top{ width:100%; border-bottom-width:1px; padding-bottom:5px; margin-bottom:10px; } .sesproduct_review_view_title{ font-weight:bold; margin-bottom:10px; font-size:17px; } .sesproduct_review_view_item_info{ float:left; width:50%; } .sesproduct_review_view_info_img{ float:left; margin-right:15px; } .sesproduct_review_view_info_cont{ overflow:hidden; } .sesproduct_review_view_stats{ display:block; margin-top:3px; } .sesproduct_review_view_stats span{ margin-right:10px; } .sesproduct_review_view_stats span i{ margin-right:5px; } .sesproduct_review_view_cont_row{ margin-bottom:10px; } .sesproduct_review_view_cont_row > b{ display:block; margin-bottom:5px; } .sesproduct_review_view_recommended i{ margin-left:10px; font-size:17px; } .sesproduct_review_view_recommended i.fa-check{ color:#93C33C; } .sesproduct_review_view_recommended i.fa-times{ color:#F00; } /*Review Listing*/ .sesproduct_review_listing li{ padding-left:10px; padding-right:10px; } .sesproduct_review_listing li + li{ border-top-width:1px; margin-top:15px; padding-top:15px; } .sesproduct_review_listing_left{ float:left; margin-right:15px; text-align:center; } .sesproduct_review_listing_left_photo{ border-radius:50%; height:150px; width:150px; overflow:hidden; } .sesproduct_review_listing_left_photo img{ height:100%; object-fit:cover; width:100%; } .sesproduct_review_listing_left p{ margin-top:10px; } .sesproduct_review_featured_block p{ background-color:#47c8e3; padding:3px; text-align:center; color:#fff; position:relative; width:100%; } .sesproduct_review_featured_block p:after{ background-position:right center; left:128px; } .sesproduct_review_verified_block p{ background-color:#93c33c; padding:3px; text-align:center; color:#fff; position:relative; width:100%; } .sesproduct_review_verified_block p:after{ background-position:right center; left:128px; } .sesproduct_review_listing_left_title{ font-weight:bold; } .sesproduct_review_listing_right{ overflow:hidden; } .sesproduct_review_listing_top{ width:100%; border-bottom-width:1px; border-bottom-style:dashed; padding-bottom:5px; margin-bottom:10px; } .sesproduct_review_listing_title{ font-size:17px; font-weight:bold; margin-bottom:10px; } .sesproduct_review_view_title{ font-weight:bold; margin-bottom:10px; font-size:17px; } .sesproduct_review_featured_verified_block{ position:absolute; top:0px; right:0px; width:auto; } .sesproduct_review_featured_verified_block p{ float:left; margin-right:10px; padding:0px 8px; color:#fff; } .sesproduct_review_featured_verified_block .featured{ background:#47C8E3; } .sesproduct_review_featured_verified_block p.featured:before{ content:""; border-left:14px solid transparent; border-right:15px solid transparent; border-top:6px solid #47C8E3; position:absolute; bottom:-6px; left:0px; } .sesproduct_review_featured_verified_block p.verified{ background:#93C33C; } .sesproduct_review_featured_verified_block p.verified:before{ content:""; border-left:14px solid transparent; border-right:15px solid transparent; border-top:6px solid #93C33C; position:absolute; bottom:-6px; right:10px; } .sesproduct_review_listing_top_info{ float:left; width:50%; } [dir="rtl"] .sesproduct_review_listing_top_info{ float:right; } .sesproduct_review_listing_top_info_img{ float:left; margin-right:15px; } .sesproduct_review_listing_top_info_img{ float:right; margin-right:0px; margin-left:15px; } .sesproduct_review_listing_top_info_cont{ display:block; overflow:hidden; } .sesproduct_review_listing_stats{ display:block; margin-top:3px; } .sesproduct_review_listing_stats span{ margin-right:10px; } .sesproduct_review_listing_stats span i{ margin-right:5px; } .sesproduct_review_listing_desc p{ margin-bottom:10px; } .sesproduct_review_listing_desc > p > b{ display:block; } .sesproduct_review_listing_recommended i{ margin-left:10px; font-size:17px; } .sesproduct_review_listing_recommended i.fa-check{ color:#93C33C; } .sesproduct_review_listing_recommended i.fa-times{ color:#F00; } .sesproduct_review_listing_more{ text-align:right; font-weight:bold; font-style:italic; overflow:hidden; } /*Profile Reviews Css Start Here*/ .sesproduct_profile_reviews_filters{ border-width:1px; background-image:url(/application/modules/Sesproduct/externals/images/t-img-light.png); padding:10px; margin-bottom:15px; } .sesproduct_profile_reviews_filters #filter_form, .sesproduct_profile_reviews_filters #filter_form > div, .sesproduct_profile_reviews_filters #filter_form > div > div, .sesproduct_profile_reviews_filters #filter_form > div > div > div{ border-width:0 !important; background:none !important; padding:0 !important; margin:0 !important; overflow:hidden; } .sesproduct_profile_reviews_filters .form-wrapper{ float:left; padding-right:15px; margin:0 !important; } .sesproduct_profile_reviews_filters #submit-wrapper{ width:auto; } .sesproduct_profile_reviews_filters .form-wrapper{ width:25%; } .sesproduct_profile_reviews_filters .form-label{ margin-bottom:3px; } .sesproduct_profile_reviews_filters select{ padding:4px 5px; width:100%; } .sesproduct_profile_reviews_filters button{ padding:6px 15px 7px; } .sesproduct_profile_reviews_filters #loadingimgsesproductreview-wrapper{ display:none !important; } .sesproduct_review_form_block{ border-top-width:1px; margin-top:15px; position:relative; background-image:url(/application/modules/Sesproduct/externals/images/t-img-light.png); padding:10px; } .sesproduct_review_form_block .global_form, .sesproduct_review_form_block .global_form > div, .sesproduct_review_form_block .global_form > div > div, .sesproduct_review_form_block .global_form > div > div > div{ border-width:0 !important; background:none !important; padding:0 !important; margin:0 !important; overflow:hidden; float:none; } .sesproduct_review_form_block #description-element{ float:none; } #global_content_simple #sesproduct_review_form #buttons-label{ display:none; } /*Review Listing Footer*/ .sesproduct_review_listing_footer{ clear:both; overflow:hidden; } .sesproduct_review_listing_footer p{ margin-bottom:5px; } .sesproduct_review_listing_btn_left a{ float:left; margin-right:5px; } .sesproduct_review_listing_btn_left a i{ height:16px; width:16px; display:inline-block; } .sesproduct_review_useful i{ background-image:url(/application/modules/Sesproduct/externals/images/light-bulb.png); background-repeat:no-repeat; } .sesproduct_review_useful.active{ background:#F49A3B; color:#fff !important; box-shadow:0 5px 5px rgba(0, 0, 0, .2) inset; border-color:#C68642; } .sesproduct_review_useful.active:hover{ background:#F49A3B; } .sesproduct_review_useful.active i{ background-image:url(/application/modules/Sesproduct/externals/images/light-bulb_white.png); background-repeat:no-repeat; } .sesproduct_review_funny i{ background-image:url(/application/modules/Sesproduct/externals/images/happy.png); background-repeat:no-repeat; } .sesproduct_review_funny.active{ background:#9DAB52; color:#fff !important; box-shadow:0 5px 5px rgba(0, 0, 0, .2) inset; border-color:#94A14E; } .sesproduct_review_funny.active:hover{ background:#9DAB52; } .sesproduct_review_funny.active i{ background-image:url(/application/modules/Sesproduct/externals/images/happy_white.png); background-repeat:no-repeat; } .sesproduct_review_cool i{ background-image:url(/application/modules/Sesproduct/externals/images/snowflake.png); background-repeat:no-repeat; } .sesproduct_review_cool.active{ background:#789FD8; color:#fff !important; box-shadow:0 5px 5px rgba(0, 0, 0, .2) inset; border-color:#6C93CC; } .sesproduct_review_cool.active:hover{ background:#789FD8; } .sesproduct_review_cool.active i{ background-image:url(/application/modules/Sesproduct/externals/images/snowflake_white.png); background-repeat:no-repeat; } .sesproduct_review_listing_btn_right a{ float:left; } .sesproduct_review_listing_btn_right a + a{ margin-left:5px; } .sesproduct_review_listing_footer a.sesbasic_button_icon:before{ text-align:center; margin:0; } .sesproduct_review_listing_footer a.sesbasic_button_icon span{ position:absolute; margin:-60px 0 0 -10px; background:#000; color:#fff; padding:5px 10px; display:none; } .sesproduct_review_listing_footer a.sesbasic_button_icon span i{ position:absolute; bottom:-9px; color:#000; } .sesproduct_review_listing_footer a.sesbasic_button_icon:hover span{ display:block; } /*Top Rated Members widget css end here*/ /*Rating Star*/ .sesproduct_rating_star:before, .sesproduct_rating_star_small:before, .sesproduct_rating_star_small_half:before, .sesproduct_rating_star_disable:before{ font-family:"Font Awesome 6 Free"; font-weight:900; display:inline-block; color:#FFC107; } .sesproduct_rating_star_small:before, .sesproduct_rating_star:before{ content:"\f005"; } .sesproduct_rating_star_small_half:before, .sesproduct_rating_star_half:before{ content:"\f089"; } .sesproduct_rating_star_disable:before{ content:"\f005"; font-weight:400 !important; } .sesproduct_rating_star{ font-size:22px; height:24px; width:24px; display:inline-block; line-height:24px; text-align:center; } /*Review Rating Box*/ .sesproduct_review_show_rating{ float:right; position:relative; } [dir="rtl"] .sesproduct_review_show_rating{ float:left; } .sesproduct_review_show_rating_box{ overflow:hidden; position:absolute; display:none; background:#fff; padding:10px; box-shadow:-1px 4px 19px -5px #000; right:6px; margin-top:10px; width:200px; } .review_rattings_listing_box > div{ margin:5px 0; } .sesproduct_review_show_rating_label{ float:left; margin-right:5px; font-size:11px; width:85px; } .sesproduct_review_show_rating_parameters{ overflow:hidden; } .sesproduct_review_show_rating:hover .sesproduct_review_show_rating_box{ display:block; } .sesproduct_grid .sesproduct_grid_inner:hover .sesproduct_list_labels{ display:none; } /*product sidebar next and privew css start*/ .sidebar_privew_next_btns{ width:100%; text-align:center !important; display:inline-block; } .sidebar_privew_next_btns div{ display:inline-block; margin-top:8px; vertical-align:middle; } .sidebar_previous_btn{ display:inline-block; margin-right:5px; } .sidebar_privew_next_btns a{ padding:0; text-decoration:none !important; font-weight:bold !important; position:relative; } .sidebar_next_btns{ display:inline-block; margin-left:5px; } .sidebar_privew_next_btns a{ padding:0; text-decoration:none !important; font-weight:bold !important; } .sidebar_privew_next_btns .previous_icon:before{ content:"\f0a8"; padding:0px 5px 0px 0px; } .sidebar_privew_next_btns .next_icon:after{ content:"\f0a9"; padding:0px 0px 0px 5px; } .sidebar_privew_next_btns .previous_icon:before, .sidebar_privew_next_btns .next_icon:after{ font-family:"Font Awesome 6 Free"; font-weight:900; } /*sesproduct sesarch form css*/ /*sesproduct form horizontal css*/ .sesproduct_browse_search form{ padding:0; } .sesproduct_browse_search .form-wrapper, .sesproduct_browse_search_horizontal #rangeBox{ margin:0 0 10px !important; } .sesproduct_browse_search input[type="text"], .sesproduct_browse_search select{ max-width:200px; width:95%; } .sesproduct_browse_search input[type="checkbox"] + label, .sesproduct_browse_search input[type="radio"] + label{ overflow:hidden; } .sesproduct_browse_search [id^='advanced_options_search']{ font-weight:bold; display:block; margin:10px 0; text-decoration:none !important; } .sesproduct_browse_search [id^='advanced_options_search'] i{ margin-right:5px; font-size:17px; } [dir="rtl"] .sesproduct_browse_search [id^='advanced_options_search'] i{ margin-left:5px; margin-right:0; } .sesproduct_browse_search_horizontal .form-elements{ display:flex; flex-wrap:wrap; } .sesproduct_browse_search_horizontal .form-wrapper, .sesproduct_browse_search_horizontal #rangeBox{ clear:none; padding-right:10px !important; vertical-align:top; width:33% !important; } .sesproduct_browse_search_horizontal #sliderBox > span{ margin:0 0 3px; } .sesproduct_browse_search .form-wrapper .form-label label{ margin-bottom:5px; } /*sesproduct search form vertical css*/ .sesproduct_browse_search_vertical .form-wrapper #submit-label{ display:none; } .sesproduct_browse_search_vertical #submit-wrapper{ margin-bottom:0px !important; } .sesproduct_browse_search_vertical #submit-element{ margin-top:15px; } .sesproduct_browse_search_vertical #submit-element button{ width:100% !important; } /*sesproduct featured product css start*/ .sesproduct-featured_product_view{ overflow:hidden; display:block; } .sesproduct-featured_product_view .featured_product_listing{ width:50% !important; height:333px !important; } .sesproduct-featured_product_view .featured_product_list img{ width:100%; height:100%; object-fit:cover; display:block; } .sesproduct-featured_product_view .featured_product_list .featured_teg{ position:absolute; top:0px; margin:15px 8px; } .sesproduct-featured_product_view .featured_product_list .featured_teg a{ text-decoration:none; padding:5px 10px; border-radius:3px; } .sesproduct-featured_product_view .featured_product_list .sesproduct_list_labels{ top:0px; bottom:inherit; right:0px; } [dir="rtl"] .sesproduct-featured_product_view .featured_product_list .sesproduct_list_labels{ left:0px; right:inherit; } .sesproduct-featured_product_view .featured_product_list .sesproduct_verified_label{ position:absolute; bottom:0px; right:0px; background:#93C33C; padding:3px 5px; color:#fff; } .sesproduct-featured_product_view .featured_product_list .featured_product_list_inner:hover .sesproduct_list_labels, .sesproduct-featured_product_view .featured_product_list .featured_product_list_inner:hover .sesproduct_verified_label{ display:none; } .sesproduct-featured_product_view .featured_product_list .featured_product_list_inner .sesproduct_img_thumb_over{ opacity:inherit; background:rgba(0,0,0,0.2); } .sesproduct-featured_product_view .featured_product_list .featured_product_list_inner .sesproduct_img_thumb_over:hover{ background:rgba(0,0,0,0.5); } .sesproduct-featured_product_view .featured_product_list .featured_product_list_inner .sesproduct_img_thumb_over .sesproduct_list_grid_thumb_btns{ opacity:0; webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesproduct-featured_product_view .featured_product_list .featured_product_list_inner .sesproduct_img_thumb_over:hover .sesproduct_list_grid_thumb_btns{ opacity:1; } .sesproduct-featured_product_view .featured_product_list .featured_product_list_contant{ position:absolute; bottom:0px; width:100%; padding:15px; background:-moz-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); background:-webkit-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); background:-o-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); background:-ms-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); background:linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); } .sesproduct-featured_product_view .featured_product_list .featured_product_list_contant p.title{ color:#fff; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; margin-bottom:5px; } .sesproduct-featured_product_view .featured_product_list .featured_product_list_contant p.title a{ font-size:17px; font-weight:bold; color:#fff; } .sesproduct-featured_product_view .featured_product_list{ width:25%; float:left; position:relative; height:333px; padding:0px 5px; } [dir="rtl"] .sesproduct-featured_product_view .featured_product_list{ float:right; } .sesproduct-featured_product_view .featured_product_list .featured_product_list_inner{ position:relative; height:100%; overflow:hidden; } .sesproduct-featured_product_view .featured_product_list .featured_product_date_location{ clear:both; overflow:hidden; } .sesproduct-featured_product_view .featured_product_list .featured_product_date_location .sesproduct_list_stats{ margin-right:10px; margin-bottom:5px; } .sesproduct-featured_product_view .featured_product_list .featured_product_date_location .sesproduct_list_location{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis; width:100px; } .sesproduct-featured_product_view .featured_product_list .featured_product_date_location .sesproduct_list_stats p i{ margin-right:5px; } [dir="rtl"] .sesproduct-featured_product_view .featured_product_list .featured_product_date_location .sesproduct_list_stats p i{ margin-left:5px; margin-right:0px; } .sesproduct-featured_product_view .featured_product_list .featured_product_date_location .sesproduct_list_stats p, .sesproduct-featured_product_view .featured_product_list .featured_product_date_location .sesproduct_list_stats p a{ color:#fff; } .sesproduct-featured_product_view .featured_product_list .featured_product_date_location .sesproduct_list_stats span, .sesproduct-featured_product_view .featured_product_list .featured_product_date_location .sesproduct_list_stats span i{ color:#fff; margin-right:5px; display:inline-block; } [dir="rtl"] .sesproduct-featured_product_view .featured_product_list .featured_product_date_location .sesproduct_list_stats span, [dir="rtl"] .sesproduct-featured_product_view .featured_product_list .featured_product_date_location .sesproduct_list_stats span i{ margin-left:5px; margin-right:0px; } /*sesproduct top productger css start*/ .sesproduct_top_producter_list li.sesproducter_top_sidebar_list{ display:block; overflow:hidden; margin:0px 0px 8px 0px; } .sesproduct_top_producter_list li.sesproducter_top_sidebar_list + li.sesproducter_top_sidebar_list{ border-top-width:1px; padding-top:12px; border-style:dashed; } .sesproduct_top_producter_list li.sesproducter_top_sidebar_list a{ float:left; } .sesproduct_top_producter_list li.sesproducter_top_sidebar_list a img{ width:70px; height:70px; margin-right:10px; border-radius:50%; } .sesproduct_top_producter_list li.sesproducter_top_sidebar_list .sesproduct_top_product_info{ display:block; overflow:hidden; } .sesproduct_top_producter_list li.sesproducter_top_sidebar_list .sesproduct_top_product_title{ display:block; overflow:hidden; font-size:15px; margin-bottom:5px; } .sesproduct_top_producter_list li.sesproducter_top_sidebar_list .sesproduct_top_product_list_stats{ font-style:italic; } .sesproduct_top_producter_list li.sesproducter_top_gird_list{ width:210px; float:left; padding:5px; } .sesproduct_top_producter_list li.sesproducter_top_gird_list .sesproducter_top_gird_thumb_product{ position:relative; height:174px; } .sesproduct_top_producter_list li.sesproducter_top_gird_list a img{ width:100%; height:100%; float:left; object-fit:cover; max-width:inherit; max-height:inherit; } .sesproduct_top_producter_list li.sesproducter_top_gird_list .sesproduct_top_product_info{ position:absolute; bottom:0px; padding:5px 10px; width:100%; background-color:rgba(0, 0, 0, 0.6); left:0px; } .sesproduct_top_producter_list li.sesproducter_top_gird_list a{ display:block; overflow:hidden; font-size:15px; margin-bottom:5px; color:#fff; height:100%; } .sesproduct_top_producter_list li.sesproducter_top_gird_list .sesproduct_top_product_list_stats{ color:#fff; } /*sesproduct tag horizantal products css start*/ .layout_sesproduct_tag_horizantal_products{ padding:0px !important; border:none; height:56px; } .layout_sesproduct_tag_horizantal_products .sesbasic_cloud_widget h3{ background-color:#000; color:#fff; float:left; border:none; border-radius:0px; padding:0px 20px; margin-right:15px; margin-bottom:0px; position:relative; height:58px; line-height:58px; } .layout_sesproduct_tag_horizantal_products .sesbasic_cloud_widget h3:after{ content:''; display:block; border-top:8px solid transparent; border-bottom:8px solid transparent; border-left:8px solid #000; position:absolute; right:-8px; top:36%; } .layout_sesproduct_tag_horizantal_products .sesbasic_cloud_widget h3 img{ width:26px; margin-right:12px; float:left; padding-top:16px; } .layout_sesproduct_tag_horizantal_products .sesproduct_tags_horizantal_products{ display:block; overflow:hidden; } .sesproduct_tags_horizantal_products .mCSB_horizontal.mCSB_inside > .mCSB_container{ margin-bottom:6px !important; } .sesproduct_tags_horizantal_products .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color:#000; background-color:rgba(0, 0, 0, 0.75); filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; } .sesproduct_tags_horizantal_products .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color:#000; background-color:rgba(0, 0, 0, 0.85); filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; } .sesproduct_tags_horizantal_products .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .sesproduct_tags_horizantal_products .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color:#000; background-color:rgba(0,0,0,0.9); filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; } .layout_sesproduct_tag_horizantal_products .sesbasic_cloud_widget_full{ position:absolute; left:0px; right:0px; } .global_left_panel.panel-collapsed .sesproduct_slideshow_product_wrapper.isfull_width .sesproduct_slideshow_product_container, .global_left_panel.panel-collapsed .layout_sesproduct_tag_horizantal_products .sesbasic_cloud_widget_full{ left:60px; } .layout_sesproduct_tag_horizantal_products .sesbasic_cloud_widget{ overflow:hidden; padding:0px; height:58px; } .layout_sesproduct_tag_horizantal_products .sesbasic_cloud_widget a.sesbasic_more_link{ float:right; clear:inherit; color:#fff; padding:0px 20px; margin:0px; margin-left:12px; height:58px; line-height:58px; } .layout_sesproduct_tag_horizantal_products .sesproduct_tags_horizantal_products ul li{ float:left; margin-right:10px; padding:11px 0px; } .layout_sesproduct_tag_horizantal_products .sesproduct_tags_horizantal_products ul li a{ text-decoration:none; color:#fff; display:block; padding:0px 20px; line-height:30px; text-transform:capitalize; text-align:center; border-top:1px solid #343638; border-bottom:1px solid #645d5d; border-radius:7px; background-color:#000000; margin-right:7px; } /*sesproduct list cloud product css */ .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list{ text-align:left } .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li{ display:inline-block; margin:5px 5px 10px 0px; } .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li a{ color:#fff; text-decoration:none; padding:3px 7px; border-radius:4px; background:#000; display:inline-block; } .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li a:hover{ opacity:0.8; } .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(1) a, .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(1n+10) a{ background:#F17074; } .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(2) a, .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(2n+10) a{ background:#8377B7; } .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(3) a, .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(3n+10) a{ background:#51A2CF; } .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(4) a, .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(4n+10) a{ background:#49CCC4; } .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(5) a, .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(5n+10) a{ background:#FFBF05; } .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(6) a, .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(6n+10) a{ background:#9C28B1; } .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(7) a, .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(7n+10) a{ background:#247ECA; } .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(8) a, .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(8n+10) a{ background:#03A9F5; } .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(9) a, .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(9n+10) a{ background:#F23B37; } .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(10) a, .sesproduct_tags_cloud_product .sesproduct_tags_cloud_list li:nth-child(10n+10) a{ background:#B7DC7C; } /*sesproduct category product*/ .sesproduct_subcat_list_head p{ font-size:18px; margin:15px 0px; font-weight:bold; } .sesproduct_catogery_grid_view .sesproduct_grid_info_hover_title{ margin-top:10px; } /*deshboard css*/ .sesbasic_dashboard_tabs > ul > li i.tab-icon{ font-style:normal; text-align:center; } .sesbasic_dashboard_tabs > ul > li i.tab-icon:before{ content:'\f073'; font-family:"Font Awesome 6 Free"; font-size:14px; } .sesbasic_dashboard_tabs > ul > li i{ background-image:none; } .sesproduct_dashboard_product_info .sesproduct_dashboard_product_info_content .sesproduct_dashboard_product_title, .sesproduct_dashboard_product_info .sesproduct_dashboard_product_info_content .sesproduct_list_stats{ margin-bottom:5px; } .sesproduct_dashboard_product_info_content .sesproduct_list_stats span i{ float:left; margin-right:5px; width:20px; line-height:20px; text-align:center; } [dir="rtl"] .sesproduct_dashboard_product_info_content .sesproduct_list_stats span i{ float:right; margin-right:0; margin-left:5px; } .sesproduct_dashboard_product_info_content .sesproduct_list_stats span.widthfull span{ overflow:hidden; display:block; } .sesproduct_dashboard_product_info .sesproduct_dashboard_product_info_content .sesbasic_popup_slide_open{ width:100%; } /*sesproduct sidebar categroies list start*/ .sesproduct_sidebar_categroies_list li{ padding:6px 0px 6px 0px; clear:both; overflow:hidden; } .sesproduct_sidebar_categroies_list li + li{ border-top-width:1px; border-style:dashed; } .sesproduct_sidebar_categroies_list li a.cattoggel{ float:right; width:35px; text-align:center; } [dir="rtl"] .sesproduct_sidebar_categroies_list li a.cattoggel{ float:left; } .sesproduct_sidebar_categroies_list li a.catlabel{ float:left; } [dir="rtl"] .sesproduct_sidebar_categroies_list li a.catlabel{ float:right; } .sesproduct_sidebar_categroies_list li ul{ padding-left:20px; } .sesproduct_sidebar_categroies_list a{ text-decoration:none; float:left; width:auto; } .sesproduct_sidebar_categroies_list li a img{ width:18px; float:left; margin-right:10px; } [dir="rtl"] .sesproduct_sidebar_categroies_list li a img{ float:right; margin-right:0; margin-left:10px; } .sesproduct_sidebar_categroies_list li a span{ overflow:hidden; } .sesproduct_sidebar_categroies_list a:before{ font-family:"Font Awesome 6 Free"; font-weight:900; float:right; } .sesproduct_sidebar_categroies_list a.cattoggelright:before{ content:'\f105'; } .sesproduct_sidebar_categroies_list a.cattoggeldown:before{ content:'\f107'; } /*Animate Marker*/ .map .animated{ -webkit-animation-duration:.5s; animation-duration:.5s; -webkit-animation-fill-mode:both; animation-fill-mode:both; -webkit-animation-timing-function:linear; animation-timing-function:linear; animation-iteration-count:infinite; -webkit-animation-iteration-count:infinite; } @-webkit-keyframes bounce{ 0%, 100%{ -webkit-transform:translateY(0); } 50%{ -webkit-transform:translateY(-5px); } } @keyframes bounce{ 0%, 100%{ transform:translateY(0); } 50%{ transform:translateY(-5px); } } .bounce{ -webkit-animation-name:bounce; animation-name:bounce; } /*End Animate Marker*/ /*location product map markker css*/ .map_large_marker .sesproduct_map_thumb{ position:relative; overflow:hidden; } .map_large_marker .sesproduct_list_grid_thumb_btns{ position:absolute; top:-30px; right:10px; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .map_large_marker .sesproduct_map_thumb:hover .sesproduct_list_grid_thumb_btns{ top:30px; left:50%; right:auto; transform:translateX(-50%); } .map_large_marker .large.map_large_marker .sesproduct_verify{ padding:3px; float:right; height:30px; text-align:center; width:30px; position:relative; overflow:hidden; top:-25px; right:5px; box-shadow:0 0 5px rgba(0,0,0,0.1); border-radius:50%; } .map_large_marker .sesproduct_large_map_content .sesproduct_large_map_content_title{ margin:5px 0px; } .map_large_marker .sesproduct_large_map_content .sesproduct_large_map_content_title a{ color:#222; font-weight:bold; } .map_large_marker .sesproduct_map_thumb:hover .sesproduct_list_labels, .map_large_marker .sesproduct_map_thumb:hover .sesproduct_verified_label{ display:none; } .map_large_marker .sesproduct_large_map_content .sesproduct_list_stats, .map_large_marker .sesproduct_large_map_content .sesproduct_list_grid_rating{ clear:both; overflow:hidden; margin-bottom:5px; } .sesbasic_large_map_content .sesproduct_list_stats > span > i{ width:18px; text-align:center; float:left; } .sesbasic_large_map_content .sesproduct_list_stats > span > span{ overflow:hidden; display:block; } .map_large_marker .sesproduct_large_map_content .sesproduct_list_stats span a{ font-weight:normal; } .map_large_marker .sesproduct_large_map_content .sesbasic_largemap_stats span span{ float:left; margin:0 5px 0 0; } .map_large_marker .sesproduct_large_map_content .sesbasic_largemap_stats span span i{ margin:0 3px 0 0; } /*sesproduct social share widegt css*/ .layout_sesproduct_advance_share{ padding:0px !important; border:0px; } .sesproduct_socila_share_button button{ width:100%; } /*sesblo deshboard contact iformation*/ .sesproduct_create_form .global_form .form-element select, .sesproduct_create_form .global_form .form-element input[type=text]{ width:300px; max-width:300px; } .sesproduct_create_form .global_form #event_start_time-element .sesproduct-date-field{ float:left; margin-right:10px; width:145px; } .sesproduct_create_form .global_form #event_start_time-element .sesproduct-date-field input[type=text]{ width:100%; } .sesproduct_create_form .global_form #event_start_time-element .sesproduct-time-field{ width:145px; float:left; } .sesproduct_create_form .global_form #event_start_time-element .sesproduct-time-field input[type=text]{ width:100%; } .sesproduct_seo_add_product .global_form .form-element select, .sesproduct_seo_add_product .global_form .form-element input[type=text], .sesproduct_seo_add_product .global_form .form-element textarea{ width:300px; max-width:300px; } .sesproduct_create_form .global_form div.form-element{ max-width:inherit; float:none; display:block; } /*Sesproduct dashboard edit photo css*/ .sesproduct_edit_photo_product .global_form #current-element{ line-height:0px; } .sesproduct_edit_photo_product .global_form #buttons-wrapper{ margin-top:5px; } .sesproduct_edit_photo_product .global_form #current-element div img{ width:200px; max-width:inherit; height:200px; object-fit:cover; } /*sesproduct photo widget*/ .layout_sesproduct_product_photo{ padding:0px !important; border:none; } .sesproduct_product_photo_widget img{ width:100%; } /*sesproduct title widget*/ .sesproduct_product_title_widget h2{ margin-bottom:0px; } /*sesproduct social share widget*/ .layout_left .sesproduct_social_share_product1 a, .layout_right .sesproduct_social_share_product1 a{ padding:8px; float:left; text-align:center; color:#fff; border-radius:4px; text-decoration:none; width:100%; margin-bottom:10px; } .layout_middle .sesproduct_social_share_product1{ display:block; overflow:hidden; text-align:center; } .layout_middle .sesproduct_social_share_product1 a{ padding:8px; display:inline-block; text-align:center; color:#fff; border-radius:4px; text-decoration:none; width:25%; margin-right:10px; } .sesproduct_social_share_product1 a.facebook_link{ background:#3B5998; } .sesproduct_social_share_product1 a.twitter_link{ background:#00ACEE; } .sesproduct_social_share_product1 a.pinterest_link{ background:#DB4A39; } .sesproduct_social_share_product2{ font-size:18px; text-align:center; } .sesproduct_social_share_product2 a{ color:#555; margin-right:3px; } .sesproduct_social_share_product2 a:hover{ opacity:0.6; } .sesproduct_social_share_product2 a.facebook_link{ color:#3B5998; } .sesproduct_social_share_product2 a.twitter_link{ color:#00ACEE; } .sesproduct_social_share_product2 a.pinterest_link{ color:#DB4A39; } .layout_left .sesproduct_social_share_product3 ul li + li, .layout_right .sesproduct_social_share_product3 ul li + li{ padding:15px 0px 0px 0px; } .layout_left .sesproduct_social_share_product3 ul li a, .layout_right .sesproduct_social_share_product3 ul li a{ background-color:#f7f8fa; border:1px solid #d8d8d8; padding:5px 10px; color:#555; text-decoration:none; font-size:14px; font-weight:600; box-shadow:4px 2px 11px 0px #dedede; width:100%; display:block; } .layout_middle .sesproduct_social_share_product3 ul{ text-align:center; } .layout_middle .sesproduct_social_share_product3 ul li{ display:inline-block; } .layout_middle .sesproduct_social_share_product3 ul li a{ background-color:#f7f8fa; border:1px solid #d8d8d8; padding:5px 10px; color:#555; text-decoration:none; font-size:14px; font-weight:600; box-shadow:4px 2px 11px 0px #dedede; display:block; } .sesproduct_social_share_product3 ul li a i{ width:18px; } .sesproduct_social_share_product4 ul li{ list-style:none; display:inline-block; vertical-align:top; margin-right:10px; font-size:16px; } .sesproduct_social_share_product4 ul li a{ color:#fff; } .sesproduct_social_share_product4 ul{ text-align:center; } .sesproduct_social_share_product4 ul li.facebook_link{ background-color:#3B5998; border-radius:50%; height:35px; width:35px; padding:7px 0px; text-align:center; } .sesproduct_social_share_product4 ul li.twitter_link{ background-color:#2daae1; border-radius:50%; height:35px; width:35px; padding:7px 0px; text-align:center; } .sesproduct_social_share_product4 ul li.pinterst_link{ background-color:#cb2027; border-radius:50%; height:35px; width:35px; padding:7px 0px; text-align:center; } /*Member Profile Map Tab CSS Start Here*/ .sesproduct_profile_map_container{ position:relative; } .sesproduct_profile_map{ border-width:1px; border-style:solid; height:500px; position:relative; } .sesproduct_profile_map_address_box{ box-shadow:0 0 10px rgba(0, 0, 0, .1); background-color:rgba(255,255,255,0.95); position:absolute; bottom:40px; left:40px; padding:20px; text-align:center; width:300px; } .sesproduct_profile_map_address_box b{ font-size:16px; color:rgba(0,0,0,0.8); display:block; } .sesproduct_profile_map_address_box p{ border-top-width:1px; color:rgba(0,0,0,0.8); margin-top:15px; padding-top:15px; } .sesproduct_profile_map_address_box .sesbasic_button{ margin-top:10px; display:inline-block; } /*PRODUCT CATEGORY CAROUSEL CSS START HERE*/ .sesproduct_slick_slider{ position:relative; display:block; overflow:hidden; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -ms-touch-action:pan-y; touch-action:pan-y; -webkit-tap-highlight-color:transparent; } .sesproduct_slick_slider .slick-list{ position:relative; display:block; overflow:hidden; margin:0; padding:0 !important; } .sesproduct_slick_slider .slick-list:focus{ outline:none; } .sesproduct_slick_slider .slick-list.dragging{ cursor:pointer; cursor:hand; } .sesproduct_slick_slider .slick-track, .sesproduct_slick_slider .slick-list{ -webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); -ms-transform:translate3d(0, 0, 0); -o-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0); } .sesproduct_slick_slider .slick-track{ position:relative; top:0; left:0; display:block; } [dir="rtl"] .slick-track{ float:left; } .sesproduct_slick_slider .slick-track:before, .sesproduct_slick_slider .slick-track:after{ display:table; content:''; } .sesproduct_slick_slider .slick-track:after{ clear:both; } .sesproduct_slick_slider .slick-loading .slick-track{ visibility:hidden; } .sesproduct_slick_slider .slick-slide.slick-loading img{ display:none; } .sesproduct_slick_slider .slick-initialized .slick-slide{ display:block; } .sesproduct_slick_slider .slick-loading .slick-slide{ visibility:hidden; } /*Thumb*/ .sesproduct_category_carousel_item{ margin:0 2px; float:left; height:300px; position:relative; overflow:hidden; width:400px; } [dir="rtl"] .sesproduct_category_carousel_item{ float:right; } .sesproduct_category_carousel_item:before{ background-color:rgba(0, 0, 0, .2); content:""; position:absolute; bottom:0; left:0; right:0; top:0; z-index:1; } .sesproduct_category_carousel_item_thumb{ float:left; height:150px; position:relative; width:100%; } .sesproduct_category_carousel_item_thumb > a.sesproduct_list_thumb_img{ display:block; height:100%; } .sesproduct_category_carousel_item_thumb a.sesproduct_list_thumb_img > span{ background-position:center; background-size:cover; display:block; height:100%; width:100%; } .sesproduct_category_carousel_item_thumb .sesproduct_grid_btns{ opacity:0; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; top:-30px } .sesproduct_category_carousel_item:hover .sesproduct_grid_btns{ opacity:1; top:30px; } .sesproduct_category_carousel_item_info{ bottom:0; padding:10px; position:absolute; left:0; width:100%; z-index:2; } .sesproduct_category_carousel_item_info > span{ display:block; margin-bottom:5px; } .sesproduct_category_carousel_item_info *{ color:#fff !important; } .sesproduct_category_carousel_item_info_title{ font-size:20px; font-weight:bold; } .sesproduct_category_carousel_item_info_des, .sesproduct_category_carousel_item_info_stat{ font-weight:bold; margin-top:5px; } .sesproduct_category_carousel_item_info_des{ font-size:14px; } .sesproduct_category_carousel_item_info_stat{ font-size:12px; } /*Prev / Next BUtton*/ [class*='layout_sesproduct_'] .slick-arrow{ border-width:0 !important; border-radius:0; background-color:rgba(0, 0, 0, .2) !important; /*margin-top:-30px;*/ top:50%; transform:translateY(-50%); position:absolute; transition:all 0.3s ease .5s; opacity:1; filter:alpha(opacity=0); /* For IE8 and earlier */ height:40px; /*line-height:60px;*/ padding:0; overflow:hidden; outline:none !important; width:40px; z-index:11; } [class*='layout_sesproduct_'] .slick-arrow i:before{ color:#fff; font-size:30px; } [class*='layout_sesproduct_'] .slick-arrow.slick-prev{ left:-70px; } [class*='layout_sesproduct_'] .slick-arrow.slick-prev i{ float:right; margin:0px 15px 0 0; } [class*='layout_sesproduct_'] .sesproduct_slick_slider:hover .slick-arrow.slick-prev{ left:0; } [class*='layout_sesproduct_'] .slick-arrow.slick-next{ right:-70px; } [class*='layout_sesproduct_'] .slick-arrow.slick-next i{ float:left; margin:0px 0 0 15px; } [class*='layout_sesproduct_'] .sesproduct_slick_slider:hover .slick-arrow.slick-next{ right:0; } [class*='layout_sesproduct_'] .slick-arrow.slick-hidden{ display:none; } body.sesproduct_category_carousel .layout_sesproduct_category_carousel, body.sesproduct_products_carousel .layout_sesproduct_featured_sponsored_verified_category_carousel{ background-color:transparent !important; border-width:0 !important; box-shadow:none !important; padding:0 !important; margin:0 0 15px; } body.sesproduct_products_carousel .layout_sesproduct_featured_sponsored_verified_category_carousel h3{ margin:-15px 0px 10px; } .sesproduct_category_carousel_wrapper.isfull_width .sesproduct_slick_slider, .sesproduct_products_carousel_wrapper.isfull_width .sesproduct_slick_slider{ position:absolute; overflow:hidden; left:0; right:0; } /*PRODUCT CATEGORY CAROUSEL CSS END HERE*/ /*Contact Information*/ .sesproduct_owner_contact_details li + li{ border-top-style:dashed; border-top-width:1px; margin-top:5px; padding-top:5px; } .sesproduct_owner_contact_name{ font-size:17px; font-weight:bold; padding:5px 5px 0; } .sesproduct_owner_contact_details li > i{ float:left; margin-right:5px; text-align:center; width:20px; } .sesproduct_owner_contact_details li > i:before{ font-size:15px; } .sesproduct_owner_contact_details li > i.fa-mobile:before{ font-size:18px; } .sesproduct_owner_contact_details li span{ display:block; font-size:14px; line-height:20px; overflow:hidden; word-wrap:break-word } .sesproduct_owner_contact_social i:before{ font-size:25px; } .sesproduct_owner_contact_social i.fa-facebook-square:before{ color:#3b5997; } .sesproduct_owner_contact_social i.fa-twitter-square:before{ color:#00baf0; } .sesproduct_owner_contact_social i.fa-linkedin-square:before{ color:#006599; } .sesproduct_owner_contact_social i.fa-globe:before{ color:#f18425; }/**/ .sesproduct_review_product_social_btn a.sesbasic_icon_btn{ border-radius:50%; } .sesproduct-profile_option_review > ul > li > a{ font-size:12px; display:block; padding:6px 0px 6px 22px !important; position:relative; background-image:none !important; } .sesproduct-profile_option_review ul li .buttonlink:before{ font-family:"Font Awesome 6 Free"; font-weight:900; font-size:14px; position:absolute; left:5px; top:10px; } .sesproductreview_profile_edit:before{ content:"\f044"; font-family:"Font Awesome 6 Free"; font-weight:900; } .sesproductreview_profile_delete:before{ content:"\f1f8"; font-family:"Font Awesome 6 Free"; font-weight:900; } .sesproductreview_profile_share:before{ content:'\f064'; font-family:"Font Awesome 6 Free"; font-weight:900; } /*sesproduct reveiw product search product*/ .sesproduct_browse_review_search_vertical .form-elements .form-wrapper{ display:inline-block; margin-right:15px; width:160px; } .sesproduct_browse_reviews_search .form-elements .form-wrapper .form-label label{ margin-bottom:5px; font-size:12px; white-space:nowrap; } .sesproduct_browse_review_search_vertical .form-elements .form-wrapper .form-element input, .sesproduct_browse_review_search_vertical .form-elements .form-wrapper .form-element select{ width:100%; max-width:200px; } .sesproduct_browse_review_search_vertical .form-elements #submit-wrapper{ width:auto; } .sesproduct_browse_review_search_horizontal .form-elements .form-wrapper, .sesproduct_browse_review_search_horizontal .form-elements .form-wrapper input, .sesproduct_browse_review_search_horizontal .form-elements .form-wrapper select{ width:100%; } /*Welcome Page Start Here*/ #global_page_sesproduct-index-welcome #global_footer{ margin:0; } #global_page_sesproduct-index-welcome .layout_sesspectromedia_banner{ margin:0 !important; } #global_page_sesproduct-index-welcome .sm_banner_title{ font-size:35px; } #global_page_sesproduct-index-welcome .sm_banner_btns{ float:left; width:100%; } #global_page_sesproduct-index-welcome .sm_banner_btns a{ color:#fff !important; background-color:transparent !important; border:2px solid #fff; padding:10px 20px; font-size:17px; transition:all 500ms ease 0s; } #global_page_sesproduct-index-welcome .sm_banner_btns a:hover{ color:#000 !important; background-color:#fff !important; } #global_page_sesproduct-index-welcome .sm_banner_title, #global_page_sesproduct-index-welcome .sm_banner_des{ margin:20px 0; text-shadow:0px 0px 6px rgba(0, 0, 0, 1); } #global_page_sesproduct-index-welcome #global_content div.generic_layout_container{ border-width:0; box-shadow:none; margin:0; padding:0; } #global_page_sesproduct-index-welcome .sesbasic_tabs_content{ border-width:0; padding:0; } #global_page_sesproduct-index-welcome .layout_sesproduct_top_productgers{ margin-bottom:50px !important; } #global_page_sesproduct-index-welcome #global_content .layout_sesbasic_simple_html_block{ padding:0; } .sesproduct_welcome_text_block_wrapper{ height:255px; } .sesproduct_welcome_text_block{ background-color:#f8f8f8; height:255px; position:absolute; left:0; right:0; text-align:center; padding:20px 0; } .sesproduct_welcome_text_block h2, .sesproduct_welcome_text_block p{ display:block; margin:15px 0; } .sesproduct_welcome_text_block_maintxt{ font-size:25px; font-weight:normal; letter-spacing:2px; } .sesproduct_welcome_text_block_subtxt{ font-size:20px; color:#ffffff; margin-top:41px !important; font-weight:bold; background:#ff4c4c; padding:20px; } .sesproduct_welcome_text_block_buttons{ text-align:center; margin:30px 0; } .sesproduct_welcome_text_block_buttons a{ background-color:#10b765 !important; color:#fff !important; border-width:0; display:inline-block; font-size:16px; margin:0 30px; padding:15px 30px; border-radius:3px; letter-spacing:2px; position:relative; overflow:hidden; } .sesproduct_welcome_text_block_buttons a:nth-child(1):before{ content:'\f002'; } .sesproduct_welcome_text_block_buttons a:nth-child(2):before{ content:'\f044'; } .sesproduct_welcome_text_block_buttons a:nth-child(3):before{ content:'\f0ca'; } .sesproduct_welcome_text_block_buttons a:before{ font-family:"Font Awesome 6 Free"; font-weight:900; margin-right:12px; content:''; } .sesproduct_welcome_text_block_buttons a:nth-child(2){ background-color:#2997ab !important; } .sesproduct_welcome_text_block_buttons a:after{ content:""; position:absolute; top:-110%; left:-210%; width:200%; height:20px; opacity:0; transform:rotate(30deg); background:rgba(255, 255, 255, 0.13); background:linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% ); } .sesproduct_welcome_text_block_buttons a:hover:after{ opacity:1; top:4%; left:-0%; transition-property:left, top, opacity; transition-duration:0.7s, 0.7s, 0.50s; transition-timing-function:ease; } .sesproduct_welcome_btn{ padding:0.9em; font-size:15px; text-align:center; border-radius:4px; cursor:pointer; text-decoration:none; width:205px; display:inline-block; letter-spacing:1px; } .sesproduct_welcome_btn:hover{ text-decoration:none; } /*user banner css start*/ .sesproduct_user_new_banner .sesproduct_images_group{ position:relative; } .sesproduct_user_new_banner .images_group{ position:relative; height:700px; } .sesproduct_user_new_banner .images_group li{ border-radius:100%; position:absolute; } .sesproduct_user_new_banner .images_group li img{ width:150px; border-radius:100%; height:150px; object-fit:cover; } .sesproduct_user_new_banner .images_group li a:hover{ opacity:0.8; } .sesproduct_user_new_banner .images_group li:nth-child(2) img, .sesproduct_user_new_banner .images_group li:nth-child(8) img, .sesproduct_user_new_banner .images_group li:nth-child(9) img, .sesproduct_user_new_banner .images_group li:nth-child(17) img, .sesproduct_user_new_banner .images_group li:nth-child(22) img, .sesproduct_user_new_banner .images_group li:nth-child(34) img, .sesproduct_user_new_banner .images_group li:nth-child(35) img, .sesproduct_user_new_banner .images_group li:nth-child(36) img{ height:100px; width:100px; } .sesproduct_user_new_banner .images_group li:nth-child(3) img, .sesproduct_user_new_banner .images_group li:nth-child(27) img, .sesproduct_user_new_banner .images_group li:nth-child(32) img, .sesproduct_user_new_banner .images_group li:nth-child(33) img{ height:80px; width:80px; } .sesproduct_user_new_banner .images_group li:nth-child(4) img, .sesproduct_user_new_banner .images_group li:nth-child(19) img, .sesproduct_user_new_banner .images_group li:nth-child(20) img{ height:130px; width:130px; } .sesproduct_user_new_banner .images_group li:nth-child(5) img{ height:70px; width:70px; } .sesproduct_user_new_banner .images_group li:nth-child(6) img, .sesproduct_user_new_banner .images_group li:nth-child(10) img, .sesproduct_user_new_banner .images_group li:nth-child(11) img, .sesproduct_user_new_banner .images_group li:nth-child(15) img, .sesproduct_user_new_banner .images_group li:nth-child(16) img, .sesproduct_user_new_banner .images_group li:nth-child(30) img{ height:150px; width:150px; } .sesproduct_user_new_banner .images_group li:nth-child(7) img, .sesproduct_user_new_banner .images_group li:nth-child(12) img, .sesproduct_user_new_banner .images_group li:nth-child(18) img{ height:120px; width:120px; } .sesproduct_user_new_banner .images_group li:nth-child(13) img, .sesproduct_user_new_banner .images_group li:nth-child(23) img, .sesproduct_user_new_banner .images_group li:nth-child(28) img{ height:60px; width:60px; } .sesproduct_user_new_banner .images_group li:nth-child(14) img{ height:90px; width:90px; } .sesproduct_user_new_banner .images_group li:nth-child(21) img, .sesproduct_user_new_banner .images_group li:nth-child(25) img{ height:140px; width:140px; } .sesproduct_user_new_banner .images_group li:nth-child(24) img, .sesproduct_user_new_banner .images_group li:nth-child(26) img, .sesproduct_user_new_banner .images_group li:nth-child(29) img, .sesproduct_user_new_banner .images_group li:nth-child(31) img{ height:110px; width:110px; } .sesproduct_user_new_banner .images_group li:nth-child(1){ left:120px; top:0px; } .sesproduct_user_new_banner .images_group li:nth-child(2){ left:272px; top:60px; } .sesproduct_user_new_banner .images_group li:nth-child(3){ left:376px; top:40px; } .sesproduct_user_new_banner .images_group li:nth-child(4){ left:464px; top:40px; } .sesproduct_user_new_banner .images_group li:nth-child(5){ left:590px; top:20px; } .sesproduct_user_new_banner .images_group li:nth-child(6){ left:635px; top:70px; } .sesproduct_user_new_banner .images_group li:nth-child(7){ left:778px; top:10px; } .sesproduct_user_new_banner .images_group li:nth-child(8){ left:896px; top:70px; } .sesproduct_user_new_banner .images_group li:nth-child(9){ left:990px; top:10px; } .sesproduct_user_new_banner .images_group li:nth-child(10){ left:0px; top:120px; } .sesproduct_user_new_banner .images_group li:nth-child(11){ left:152px; top:152px; } .sesproduct_user_new_banner .images_group li:nth-child(12){ left:360px; top:130px; } .sesproduct_user_new_banner .images_group li:nth-child(13){ left:490px; top:180px; } .sesproduct_user_new_banner .images_group li:nth-child(14){ left:555px; top:166px; } .sesproduct_user_new_banner .images_group li:nth-child(15){ left:776px; top:142px; } .sesproduct_user_new_banner .images_group li:nth-child(16){ left:20px; top:282px; } .sesproduct_user_new_banner .images_group li:nth-child(17){ left:170px; top:362px; } .sesproduct_user_new_banner .images_group li:nth-child(18){ left:300px; top:382px; } .sesproduct_user_new_banner .images_group li:nth-child(19){ left:430px; top:432px; } .sesproduct_user_new_banner .images_group li:nth-child(20){ left:575px; top:442px; } .sesproduct_user_new_banner .images_group li:nth-child(21){ left:710px; top:402px; } .sesproduct_user_new_banner .images_group li:nth-child(22){ left:810px; top:301px; } .sesproduct_user_new_banner .images_group li:nth-child(23){ left:860px; top:411px; } .sesproduct_user_new_banner .images_group li:nth-child(24){ left:920px; top:322px; } .sesproduct_user_new_banner .images_group li:nth-child(25){ left:960px; top:172px; } .sesproduct_user_new_banner .images_group li:nth-child(26){ left:80px; top:452px; } .sesproduct_user_new_banner .images_group li:nth-child(27){ left:216px; top:472px; } .sesproduct_user_new_banner .images_group li:nth-child(28){ left:80px; top:572px; } .sesproduct_user_new_banner .images_group li:nth-child(29){ left:152px; top:557px; } .sesproduct_user_new_banner .images_group li:nth-child(30){ left:282px; top:517px; } .sesproduct_user_new_banner .images_group li:nth-child(31){ left:502px; top:557px; } .sesproduct_user_new_banner .images_group li:nth-child(32){ left:622px; top:582px; } .sesproduct_user_new_banner .images_group li:nth-child(33){ left:710px; top:550px; } .sesproduct_user_new_banner .images_group li:nth-child(34){ left:846px; top:482px; } .sesproduct_user_new_banner .images_group li:nth-child(35){ left:960px; top:458px; } .sesproduct_user_new_banner .images_group li:nth-child(36){ left:1035px; top:368px; } .sesexpos_images_group{ position:relative; } .user_banner_tag_tittle{ position:absolute; left:390px; top:312px; width:350px; } .user_banner_tag_tittle p{ font-size:32px; color:#464646; text-align:center; } /*user banner css end*/ #global_page_core-index-index #global_footer{ margin-top:0px; } /*Responsive CSS Start Here*/ @media (min-width:980px) and (max-width:1050px){ .sesproduct_welcome_text_block_buttons a{ margin:0px 10px; padding:15px 20px; font-size:16px; } .sesproduct_welcome_text_block_wrapper{ height:253px; } .sesproduct_user_new_banner .images_group{ transform:scale(0.7); } } @media (min-width:768px) and (max-width:979px){ .sesproduct_list_full_view .sesproduct_list_stats.sesproduct_list_location{ white-space:nowrap; text-overflow:ellipsis; width:25%; overflow:hidden; } .sesproduct_last_grid_block .sesproduct_comment_list{ font-size:11px; } .sesproduct_last_grid_block .sesproduct_second_readmore_link{ font-size:11px; } .sesproduct_last_grid_block .sesproduct_grid_three_info_title{ font-size:14px; } .sesproduct_new_grid_block{ width:50% !important; } .sesproduct_list_product_view .sesproduct_list_readmore, .sesproduct_list_product_view .sesproduct_list_stats, .sesproduct_list_product_view .sesproduct_product_description, .sesproduct_list_product_view .sesproduct_stats_list{ font-size:11px; } .sesproduct_list_product_view .sesproduct_static_list_group{ position:inherit; padding:0px; } .sesproduct_static_list_group .sesproduct_list_readmore a{ padding:5px 10px; } .sesproduct-featured_product_view .featured_product_listing{ width:100% !important; } .sesproduct-featured_product_view .featured_product_list{ width:50%; } .sesproduct_list_full_view .sesproduct_list_full_stats span i{ display:inline-block; width:100%; text-align:center; } .sesproduct_list_second_product .sesproduct_list_info_title{ font-size:14px; } .sesproduct_list_second_product .sesproduct_product_description{ font-size:11px; min-height:inherit; margin-top:0px; } .sesproduct_list_second_product .sesproduct_list_readmore{ padding:0px; } .sesproduct_review_listing_top_info{ width:100%; } .sesproduct_review_show_rating{ float:left; } .sesproduct_footer_contant .admin_manage{ width:49%; } .sesproduct_welcome_text_block_buttons a{ margin:0px 4px; padding:12px 12px; font-size:12px; } .user_banner_tag_tittle{ position:initial; width:auto; margin-bottom:10px; } .sesproduct_user_new_banner .images_group li{ position:initial; float:left; padding:5px; } .sesproduct_user_new_banner .images_group li img{ width:150px !important; height:150px !important; } } @media (max-width:768px){ .sesproduct_review_listing_left{ float:none; } .sesproduct_review_listing_left_photo{ margin:0 auto; } .sesproduct_list_product_view .sesproduct_list_info{ overflow:inherit; clear:both; min-height:auto !important; } .sesproduct_list_product_view .sesproduct_static_list_group{ position:inherit; padding:0px; } .sesproduct_static_list_group .sesproduct_list_readmore a{ padding:5px 10px; } .sesproduct_list_second_product .sesproduct_list_thumb{ width:100% !important; } .sesproduct_list_second_product .sesproduct_list_info{ padding:10px 0px 0px 0px; overflow:inherit; clear:both; } .sesproduct_list_product_view .sesproduct_list_info, .sesproduct_list_second_product .sesproduct_product_description{ min-height:auto; } .sesproduct_list_second_product .sesproduct_stats_list{ min-height:21px; } .sesproduct_list_full_view .sesproduct_list_stats.sesproduct_list_location{ white-space:nowrap; text-overflow:ellipsis; width:25%; overflow:hidden; } .sesproduct_list_full_view{ padding-left:0px; margin-left:0px; border:none; } .sesproduct_list_full_view .sesproduct_list_full_date_product{ padding:5px; width:auto; height:auto; font-size:13px; border:none; text-align:left; position:inherit; top:inherit; left:inherit; } .sesproduct_list_full_view .sesproduct_list_full_stats span{ padding:5px 0px 5px 5px; } .sesproduct_list_full_view .sesproduct_list_full_view_info .sesproduct_list_info_title{ font-size:16px; padding:0px 0px 0px 5px } .sesproduct_list_full_view .sesproduct_list_full_meta{ padding-left:5px; } .sesproduct_last_grid_block .sesproduct_grid_three_info_title{ font-size:14px; } .sesproduct_last_grid_block{ width:100% !important; } .sesproduct_new_grid_block{ width:100% !important; } .sesproduct_pinboard_list{ width:100% !important; } .sesproduct-featured_product_view .featured_product_list{ width:100% !important; } .sesproduct-featured_product_view .featured_product_list{ width:50% !important; padding:0px; } .sesproduct-featured_product_view .featured_product_listing{ width:100% !important; } .sesproduct-featured_product_view .featured_product_list{ width:50%; } .sesproduct_list_full_view .sesproduct_list_full_stats span i{ display:inline-block; width:100%; text-align:center; } .sesproduct_category_grid ul li{ width:50% !important; } .sesproduct_category_product .sesproduct_category_item_single{ width:100%; float:none; } .sesproduct_review_listing_top_info{ width:100%; } .global_form div.form-label, .global_form div.form-element{ width:100% !important; } #sesproduct_review_form.global_form div.form-label{ width:auto !important; } .sesproduct_create #custom_url_product-element input[type="text"]{ width:70%; } .sesproduct_create #productstyle-element .form-options-wrapper li{ height:150px; width:22%; } #sesproducts_edit #productstyle-element .form-options-wrapper li{ width:24%; } .sesproduct_onear_photo_three a.sesproducts_gutter_photo img{ width:100%; height:100%; } .sesproduct_layout_contant h2{ font-size:20px; } .sesproduct_layout_contant .sesproduct_entrylist_entry_body{ padding:0; } .sesproduct_layout_contant .sesproduct_entrylist_entry_date, .sesproduct_layout_contant .sesproduct_entrylist_entry_body p{ font-size:12px !important; } .sesproduct_product_title_widget h2{ font-size:12px; } .sesproduct_create_form .global_form div.form-element, .global_form .form-elements textarea, .sesproduct_create_form .global_form .form-element select, .sesproduct_create_form .global_form .form-element input[type="text"]{ width:100%; max-width:inherit; } /*.sesbasic_dashboard_tabs{ float:none !important; width:100% !important; }*/ .sesproduct_footer_contant .admin_manage{ width:49%; } .sesproduct_seo_add_product .global_form .form-elements input, .global_form .form-elements textarea{ width:100% !important; } .sesproduct_profile_reviews_filters .form-wrapper{ width:100%; } .sesproduct_layout_contant .sesproduct_footer_two_product .sesproduct_shear_product a i{ margin-right:0px; font-size:16px; } .sesproduct_layout_contant .sesproduct_footer_two_product .sesproduct_shear_product a span{ display:none; } .sesproduct_manage_photos_list{ width:50%; } #sesproduct_review_form .form-elements .sesproduct_form_rating_star #sesproduct_review_rating{ overflow:inherit; float:left; } .sesproduct_welcome_text_block_buttons a{ font-size:14px; margin:7px 30px; width:50%; } .sesproduct_welcome_text_block_wrapper{ height:382px; } .sesproduct_welcome_text_block{ height:382px; } #global_page_sesproduct-index-welcome .sesproduct_category_grid ul li{ width:33% !important; } #global_page_sesproduct-index-welcome .sesproduct_top_producter_list li.sesproducter_top_gird_list{ width:50% !important; } .sm_banner_content{ padding:0px 50px !important; } /*sesproduct list view css*/ .sesproduct_list_new_full_view .sesproduct_list_divider{ width:100% !important; margin:10px 0px !important; display:block; } .sesproduct_list_new_full_view .sesproduct_list_socialicon{ text-align:center !important; width:100%; } .sesproduct_list_new_full_view .sesproduct_list_new_full_stats .sesproduct_list_stats{ width:100%; text-align:center; } /*sesproduct grid view css*/ .sesproduct_new_grid{ padding:0 5px; width:50% !important; } .user_banner_tag_tittle{ position:initial; width:auto; margin-bottom:10px; } .sesproduct_user_new_banner .images_group li{ position:initial; float:left; padding:5px; } .sesproduct_user_new_banner .images_group li img{ width:150px !important; height:150px !important; } } @media (max-width:600px){ .global_left_panel.panel-collapsed .sesproduct_slideshow_product_wrapper.isfull_width .sesproduct_slideshow_product_container, .global_left_panel.panel-collapsed .layout_sesproduct_tag_horizantal_products .sesbasic_cloud_widget_full{ left:0px; } .sesproduct_list_product_view .sesproduct_list_thumb{ width:100% !important; margin:0 0 15px !important; } .sesproduct_list_product_view .sesproduct_list_info{ flex:auto; } .sesproduct_list_product_view .sesproduct_price{ margin-bottom:2px; } } @media (max-width:599px){ .sesproduct_create .global_form select, .sesproduct_create #location-wrapper #location-element input[type="text"], .sesproduct_create #tags-element input[type="text"], .sesproduct_create #title-wrapper #title-element input[type="text"]{ width:100%; } .sesproduct_create .sesproduct_choose_date #event_start_time-element span{ width:49%; margin-right:1%; } .sesproduct_create #custom_url_product-element input[type="text"]{ width:57%; margin-right:0px; } .sesproduct_create #custom_url_product-wrapper .sesproduct_check_availability_btn{ margin-left:5px; } .sesproduct_create #custom_url_product-wrapper .sesproduct_check_availability_btn button{ padding:6px 4px; font-size:10px; } .sesproduct_create_form_tabs li + li{ padding-left:5px; margin-left:5px; } .sesproduct_create_form_tabs li a{ font-size:10px; } .sesproduct_upload_dragdrop_content{ width:100%; } .sesproduct_create #productstyle-element .form-options-wrapper li{ width:45%; height:180px; } #sesproducts_edit #productstyle-element .form-options-wrapper li{ width:49%; height:180px; } } @media (max-width:479px){ .sesproduct_list_second_product .sesproduct_list_info_title, .sesproduct_list_product_view .sesproduct_list_info_title a{ font-size:14px; } .sesbasic_view_type_options > a{ width:24px; height:24px; } .sesproduct_list_product_view .sesproduct_product_description, .sesproduct_list_product_view .sesproduct_stats_list{ font-size:11px; } .sesproduct_static_list_group .sesproduct_list_stats{ margin-top:5px; } .sesproduct_static_list_group .sesproduct_list_stats span{ font-size:11px; } .sesproduct_static_list_group .sesproduct_list_stats span{ margin-right:3px; } .sesproduct_list_product_view .sesproduct_list_location span{ vertical-align:text-top; } .sesproduct_static_list_group .sesproduct_list_readmore a{ padding:3px 5px; font-size:12px; } .sesproduct_list_full_view .sesproduct_list_full_stats span{ font-size:11px; } .sesproduct_list_full_view .sesproduct_list_full_stats span i{ display:inline-block; width:100%; text-align:center; } .sesproduct_list_full_view .sesproduct_list_stats{ min-height:24px; } .sesproduct_grid .sesproduct_list_stats{ font-size:10px; } .sesproduct_grid .sesproduct_grid_read_btn{ padding-left:5px; font-size:11px; } .sesproduct_last_grid_block .sesproduct_grid_three_info_title, .sesproduct_last_grid_block .sesproduct_grid_des, .sesproduct_last_grid_block .sesproduct_grid_meta_block .sesproduct_list_stats{ font-size:11px; } .sesproduct_last_grid_block .sesproduct_comment_list{ font-size:10px; } .sesproduct_last_grid_block .sesproduct_second_readmore_link{ font-size:10px; } .sesproduct_last_grid_block .sesproduct_comment_list span{ margin-right:1px; } .sesproduct_last_grid_block .sesproduct_comment_list span i{ margin-right:2px; } .sesproduct_new_grid_block .sesproduct_second_grid_info_title{ font-size:14px; } .sesproduct_new_grid_block .sesproduct_grid_des, .sesproduct_new_grid_block .sesproduct_comment_list, .sesproduct_new_grid_block .sesproduct_grid_meta_block .sesproduct_list_stats{ font-size:11px; } .sesproduct_pinboard_list_item_btm .sesproduct_pinboard_list_item_btm_cont .sesproduct_pinboard_list_statics{ font-size:11px; } .sesproduct_pinboard_list_item_btm .sesproduct_pinboard_list_item_btm_cont .sesblock_pinboard_readmore{ font-size:11px; } .sesproduct_pinboard_list_statics > span{ margin-right:3px; } .sesproduct_pinboard_list_statics > span i{ margin-right:3px; } .sesproduct_pinboard_title, .sesproduct_pinboard_list_item_des{ font-size:11px; } .sesproduct_review_sidebar_list_stat{ margin-right:5px; } .sesproduct_top_producter_list li.sesproducter_top_gird_list{ width:100% !important; } .sesproduct_top_producter_list li.sesproducter_top_gird_list a img{ max-width:inherit; } .sesproduct_category_grid ul li{ width:100% !important; } .sesproduct_category_product .sesproduct_category_item p.title{ font-size:12px; } .sesproduct_category_product .sesproduct_category_item .sesproduct_entry_img{ width:100px; height:60px; } .sesproduct_rating_star_small, .sesproduct_rating_star_small_half{ height:12px; width:12px; } .sesproduct_category_product .entry_meta .entry_meta-date, .sesproduct_category_product .entry_meta .entry_meta-comment{ font-size:11px; } .sesproduct_create_form_tabs li a{ font-size:9px; } .sesproduct_footer_contant .admin_manage{ width:100%; } .sesproduct_manage_photos_list{ width:50%; } .sesproduct_welcome_text_block_buttons a{ font-size:12px; margin:7px 6px; width:80%; padding:10px 11px; } .sesproduct_welcome_text_block_buttons a:after{ content:" "; position:absolute; top:-110%; left:-210%; width:200%; height:200%; opacity:0; transform:rotate(30deg); background:rgba(255, 255, 255, 0.13); background:linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% ); } .sesproduct_welcome_text_block_buttons a:hover:after{ opacity:1; top:-30%; left:-30%; transition-property:left, top, opacity; transition-duration:0.7s, 0.7s, 0.15s; transition-timing-function:ease; } .sesproduct-featured_product_view .featured_product_list{ height:150px; } .sesproduct_welcome_btn{ font-size:14px; padding:10px; } #global_page_sesproduct-index-welcome .sesproduct_category_grid ul li{ width:50% !important; } #global_page_sesproduct-index-welcome .sesproduct_top_producter_list li.sesproducter_top_gird_list{ width:100% !important; } .sesproduct_welcome_text_block_subtxt{ padding:20px 0px; } #global_page_sesproduct-index-welcome #global_content div.generic_layout_container > div > div{ font-size:24px !important; } #global_page_sesproduct-index-welcome .sm_banner_title{ font-size:22px; } .sm_banner_des{ font-size:15px; } .sm_banner_content{ padding:0px 10px !important; } /*CATEGORY COVER*/ .sesproduct_category_cover_block_img{ height:45%; width:100%; } .sesproduct_category_cover_block_info{ height:55%; width:100%; } /*sesproduct gird view css*/ .sesproduct_new_grid{ width:100% !important; } .sesproduct_browse_search_horizontal .form-wrapper, .sesproduct_browse_search_horizontal #rangeBox{ width:100% !important; } } /*Responsive CSS End Here*/ /*Products Slideshow CSS Start Here*/ .sesproduct_products_slideshow_wrapper{ position:relative; } .sesproduct_products_slideshow_container{ border-width:1px; position:relative; padding:10px; z-index:1; } .sesproduct_products_slideshow_container ._left_col{ float:left; padding-right:10px; width:40%; } .sesproduct_products_slideshow_container ._left_col._norightblock{ padding:0; width:100%; } .sesproduct_products_slideshow_left_item{ position:relative; } .sesproduct_products_slideshow_left_item + .sesproduct_products_slideshow_left_item{ margin-top:10px; } .sesproduct_products_slideshow_left_item_thumb{ height:115px; overflow:hidden; } .sesproduct_products_slideshow_left_item_thumb_img, .sesproduct_products_slideshow_left_item_thumb_img span{ background-position:center; background-size:cover; display:block; height:100%; width:100%; } .sesproduct_products_slideshow_left_item_cont{ position:absolute; left:0; padding:10px; bottom:0; width:100%; } .sesproduct_products_slideshow_left_item_cont *{ color:#fff !important; } .sesproduct_products_slideshow_left_item_title{ font-weight:bold; font-size:15px; margin-bottom:7px; } .sesproduct_products_slideshow_container ._right_col{ float:left; width:60%; } .sesproduct_products_slideshow_container ._right_col._noleftblock{ width:100%; } .sesproduct_products_slideshow{ height:365px; position:relative; } .sesproduct_products_slideshow .owl-stage-outer{ overflow:hidden; } .sesproduct_products_slideshow .owl-item{ float:left; position:relative; } .sesproduct_products_slideshow_thumb{ height:365px; width:100%; } .sesproduct_products_slideshow_thumb_img, .sesproduct_products_slideshow_thumb_img span{ background-position:center; background-size:cover; display:block; height:100%; width:100%; } .sesproduct_products_slideshow_cont{ position:absolute; bottom:30px; left:30px; right:30px; background-color:rgba(0, 0, 0, 0.5); padding:20px; } .sesproduct_products_slideshow_cont *{ color:#fff !important; } .sesproduct_products_slideshow_title{ font-weight:700; font-size:15px; margin-bottom:7px; } .sesproduct_products_slideshow_item_stats{ margin-bottom:7px; } .sesproduct_products_slideshow_item_stats span + span{ margin-left:5px; } .sesproduct_products_slideshow_item_stats span i{ margin-right:5px; } .sesproduct_products_slideshow_cat{ position:absolute; right:0; top:-25px; } .sesproduct_products_slideshow_left_item .sesproduct_products_slideshow_cat{ left:0; top:0; right:inherit; display:none; } .sesproduct_products_slideshow_cat a{ line-height:25px; padding:0 10px; display:block; text-decoration:none !important; } .sesproduct_products_slideshow_left_item_thumb_img:after, .sesproduct_products_slideshow_thumb_img:after{ background:-webkit-linear-gradient(top, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,.7) 100%); background:-moz-linear-gradient(top, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,.7) 100%); background:-ms-linear-gradient(top, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,.7) 100%); background:-o-linear-gradient(top, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,.7) 100%); background:linear-gradient(top, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 70%, rgba(0,0,0,.7) 100%); content:""; position:absolute; left:0; top:0; bottom:0; right:0; opacity:.9; } .sesproduct_products_slideshow_item_btns{ position:absolute; right:10px; top:-10px; opacity:0; visibility:hidden; } .sesproduct_products_slideshow_left_item:hover .sesproduct_products_slideshow_item_btns, .sesproduct_products_slideshow_item:hover .sesproduct_products_slideshow_item_btns{ opacity:1; visibility:visible; top:10px; } .sesproduct_products_slideshow .owl-nav > div{ position:absolute; top:50%; width:30px; height:50px; box-shadow:0 0 14px rgba(0, 0, 0, .2); text-align:center; cursor:pointer; margin-top:-25px; } .sesproduct_products_slideshow .owl-nav > div:hover{ opacity:.9; } .sesproduct_products_slideshow .owl-nav > div i{ line-height:50px; font-size:20px; } .sesproduct_products_slideshow .owl-nav > div.owl-prev{ left:-3px; } .sesproduct_products_slideshow .owl-nav > div.owl-prev i{ margin-left:-2px; } .sesproduct_products_slideshow .owl-nav > div.owl-next{ right:-3px; } .sesproduct_products_slideshow .owl-nav > div.owl-next i{ margin-right:-2px; } .sesproduct_products_slideshow .owl-dots{ position:absolute; left:0; width:100%; bottom:5px; text-align:center; } .sesproduct_products_slideshow .owl-dots div{ display:inline-block; } .sesproduct_products_slideshow_left_item_thumb_img > span, .sesproduct_products_slideshow_thumb_img > span, .sesproduct_products_slideshow_left_item_thumb_img:after, .sesproduct_products_slideshow_thumb_img:after, .sesproduct_products_slideshow_item_btns{ -webkit-transition:all 500ms ease 0s; -moz-transition:all 500ms ease 0s; -o-transition:all 500ms ease 0s; transition:all 500ms ease 0s; } .sesproduct_products_slideshow_left_item:hover .sesproduct_products_slideshow_left_item_thumb_img > span, .sesproduct_products_slideshow_item:hover .sesproduct_products_slideshow_thumb_img > span{ opacity:.7; } .sesproduct_products_slideshow_wrapper:before, .sesproduct_products_slideshow_wrapper:after{ content:""; position:absolute; z-index:0; bottom:15px; left:5px; width:50%; height:20%; max-width:300px; -webkit-box-shadow:0 15px 10px rgba(0,0,0,0.6); -moz-box-shadow:0 15px 10px rgba(0,0,0,0.6); box-shadow:0 15px 10px rgba(0,0,0,0.6); -webkit-transform:rotate(-3deg); -moz-transform:rotate(-3deg); -ms-transform:rotate(-3deg); -o-transform:rotate(-3deg); transform:rotate(-3deg); } .sesproduct_products_slideshow_wrapper:after{ left:inherit; right:5px; -webkit-transform:rotate(3deg); -moz-transform:rotate(3deg); -ms-transform:rotate(3deg); -o-transform:rotate(3deg); transform:rotate(3deg); } @media (max-width:600px){ .sesproduct_products_slideshow_container ._left_col, .sesproduct_products_slideshow_container ._right_col{ padding:0; width:100%; } } /*Products Slideshow CSS End Here*/ /*Ticker Widget Start Here*/ .layout_sesproduct_products_crawl{ padding:0 !important; border-width:0 !important; } .layout_sesproduct_products_crawl > h3{ display:none; } .sesproduct_products_ticker_container{ border-width:1px; } .sesproduct_products_ticker_title{ float:left; padding:0 30px; line-height:40px; } .sesproduct_products_ticker{ position:relative; overflow:hidden; display:block; height:40px; padding-right:70px; } .sesproduct_products_ticker .owl-stage-outer{ overflow:hidden; } .sesproduct_products_ticker .owl-item{ height:40px; float:left; } .sesproduct_products_ticker_item_date{ float:left; line-height:40px; padding:0 20px; position:relative; font-weight:bold; } .sesproduct_products_ticker_item_date:after{ content:""; height:20px; top:10px; right:0; position:absolute; } .sesproduct_products_ticker_item_title{ display:block; overflow:hidden; font-weight:bold; line-height:40px; padding:0 20px; white-space:nowrap; text-overflow:ellipsis; } .sesproduct_products_ticker .owl-nav{ position:absolute; right:10px; top:0; } .sesproduct_products_ticker .owl-nav > div{ float:left; margin:10px 3px 0; } .sesproduct_products_ticker .owl-nav > div i{ cursor:pointer; height:20px; width:20px; text-align:center; line-height:20px; font-size:15px; } .sesproduct_products_ticker .owl-nav > div i:hover{ opacity:.8; } /*Ticker Widget End Here*/ /*Create Product Popup Starts Here*/ .ajaxsmoothbox_container .sesproduct_create{ width:800px; } .ajaxsmoothbox_container .global_form > div > div{ margin:10px; padding:10px; } .ajaxsmoothbox_container .sesproduct_create .global_form .form-elements{ padding:0; } .ajaxsmoothbox_container .sesproduct_create input[type="text"], .ajaxsmoothbox_container .sesproduct_create textarea, .ajaxsmoothbox_container .sesproduct_create select, .ajaxsmoothbox_container .sesproduct_create #sesproduct_location_data-wrapper, .ajaxsmoothbox_container .sesproduct_create .sesproduct_choose_date, .ajaxsmoothbox_container .sesproduct_create #cancel_new_host-element{ width:80%; } .ajaxsmoothbox_container .sesproduct_create .form-element .mce-tinymce{ max-width:80%; } .ajaxsmoothbox_container .sesproduct_create #advanced_options{ font-weight:bold; display:block; margin:0px 0 15px; text-decoration:none !important; } .ajaxsmoothbox_container .sesproduct_create #advanced_options i{ margin-right:5px; font-size:17px; } [dir="rtl"] .ajaxsmoothbox_container .sesproduct_create #advanced_options i{ margin-left:5px; margin-right:0; } .ajaxsmoothbox_container .sesproduct_create #buttons-wrapper{ margin-bottom:0; } #brtag-wrapper{ display:none; } /*Create Product Popup Ends Here*/ /*Product Information Css Starts Here*/ /*Design 1 Starts Here*/ .sesproduct_information_view1 .tip{ margin:0 8px 8px 0; } .sesproduct_information_desc div b{ margin-right:5px; } .sesproduct_information_view1 .tip span{ margin:8px 0; padding:5px; } .sesproduct_default_img{ text-align:center; } .sesproduct_default_img img{ object-fit:contain; max-width:100%; height:auto; } .sesproduct_information_leftcolumn, .sesproduct_information_right_column{ float:left; display:inline-block; } [dir="rtl"] .sesproduct_information_leftcolumn, [dir="rtl"] .sesproduct_information_right_column{ float:right; } /*Left Block*/ .sesproduct_information_leftcolumn .sesproduct_grid_btns{ opacity:0; } .sesproduct_information_leftcolumn:hover .sesproduct_grid_btns{ opacity:1; } .sesproduct_information_leftcolumn input[type=checkbox], .sesproduct_information_leftcolumn input[type=radio]{ display:none; } .sesproduct_information_view1 .vertical_blk{ float:left; width:100%; overflow:auto; text-align:center; } .sesproduct_information_view1 .vertical_blk a{ display:inline-block; } .sesproduct_information_view1 .sesproduct_information_leftcolumn img{ width:100%; height:100%; object-fit:contain; object-position:center center; } .sesproduct_information_view1 ._horizontaltabs .item{ padding:2px; height:75px; } .sesproduct_information_view1 ._horizontaltabs .item img{ border-width:1px; } .sesproduct_information_view1 .vertical_blk img{ width:75px !important; display:block; height:80px; object-fit:cover; object-position:top; margin-right:5px; border-width:1px; padding:2px; } .sesproduct_information_leftcolumn .tabcontent{ height:400px; } .sesproduct_information_leftcolumn .tabcontent img{ max-width:100%; padding:5px; display:block; margin:0 auto; height:400px; object-fit:contain; } .sesproduct_information_header{ display:flex; align-items:center; justify-content:space-between; margin-bottom:15px; } .sesproduct_information_header .sesproduct_profile_options .sesbasic_pulldown_toggle > i{ padding:5px; display:block; border-radius:5px; width:26px; } .sesproduct_information > ._img{ height:460px; overflow:hidden; margin-bottom:20px; border-width:1px; display:flex; align-items:center; } .sesproduct_profile_options .sesbasic_pulldown_options{ padding:5px 10px; right:0; } [dir="rtl"] .sesproduct_profile_options .sesbasic_pulldown_options{ right:auto; left:0; } .sesproduct_profile_options .layout_sesproduct_gutter_menu{ margin:0 !important; } .sesproduct_profile_options .sesbasic_pulldown_options a:hover{ background:none !important; } .sesproduct_information > ._img iframe{ margin:auto; padding:0 20px; display:block; } .sesproduct_information_infotitle{ display:flex; width:100%; } .sesproduct_information_infotitle h3{ font-size:28px; font-weight:bold; margin-bottom:10px; padding-top:0; } .sesproduct_information_right_column .sesproduct_category{ font-size:110%; text-transform:uppercase; margin-bottom:15px; } .sesproduct_information_infotitle .sesproduct_verify{ text-align:right; } .sesproduct_information_innerL, .sesproduct_information_innerR{ display:inline-block; float:left; } [dir="rtl"] .sesproduct_information_innerL, [dir="rtl"] .sesproduct_information_innerR{ float:right; } .sesproduct_information_right_column .sesproduct_labels{ top:25px; right:25px; left:auto; transform:none; } .sesproduct_information_right_column .sesproduct_rating_review{ float:right; } [dir="rtl"] .sesproduct_information_right_column .sesproduct_rating_review{ float:left; } .sesproduct_information_view1 .sesproduct_rating_review, .sesproduct_information_view1 .sesproduct_rating_value{ margin-bottom:5px !important; } .sesproduct_information_right_column .sesproduct_rating_value{ margin:0 8px 10px 8px; } .sesproduct_information_right_column .sesproduct_static_list_group{ margin-bottom:15px; margin-left:0; display:flex; align-items:center; width:100%; } .sesproduct_information_right_column .sesproduct_static_list_group > div{ flex:1; } .sesproduct_information_right_column .sesproduct_static_list_group .sesproduct_share_btns > a{ float:none; display:inline-block; line-height:35px; } .sesproduct_information_right_column .sesproduct_static_list_group > .sesproduct_share_btns{ text-align:right; } [dir="rtl"] .sesproduct_information_right_column .sesproduct_static_list_group > .sesproduct_share_btns{ text-align:left; } .sesproduct_information_right_column .sesproduct_information_desc{ float:left; width:100%; padding:10px 0; text-align:justify; } .sesproduct_information_right_column .sesproduct_information_innerR{ border-width:10px; padding:10px; margin-left:15px; margin-bottom:10px; width:calc(50% - 15px); } .sesproduct_information_view1 .sesproduct_information_innerR .sesproduct_price{ font-size:135%; } .sesproduct_information_view1 .sesproduct_information_right_column .sesproduct_writeReview{ float:right; margin:0 0 10px 0; } .sesproduct_information_right_column .sesproduct_writeReview a{ display:inline-block; } .sesproduct_information_attr{ display:flex; align-items:center; width:100%; justify-content:space-between; margin-bottom:10px; } .sesproduct_information_desc{ margin-bottom:10px; } .sesproduct_information_desc div{ margin:10px 0; } .sesproduct_information_view1 .sesproduct_information_conditions{ padding:10px 15px; float:left; width:100%; background:url(/application/modules/Sesproduct/externals/images/transprant-bg.png); } .sesproduct_information_view1 .sesproduct_desc_stats span:before{ content:"-"; position:absolute; right:0; } [dir="rtl"] .sesproduct_information_view1 .sesproduct_desc_stats span:before{ left:0; right:auto; } .sesproduct_information_view1 .sesproduct_desc_stats span{ padding-right:10px; position:relative; } [dir="rtl"] .sesproduct_information_view1 .sesproduct_desc_stats span{ padding-right:0; padding-left:10px; } .sesproduct_information_view1 .sesproduct_desc_stats span:last-child:before{ display:none; } .sesproduct_information_view1 .sesproduct_information_conditions img{ height:30px; display:inline-block; margin-bottom:5px; } .sesproduct_information_view1 .sesproduct_information_conditions label{ display:inline-block; margin-right:5px; } .sesproduct_information_view1 .sesproduct_information_conditions span{ line-height:25px; } .sesproduct_information_view1 .sesproduct_information_conditions span.payment_method{ display:block; font-weight:bold; font-size:100%; margin-bottom:8px; } .sesproduct_information_view1 .sesproduct_information_conditions span i{ margin-right:10px; display:inline-block; font-size:140%; } [dir="rtl"] .sesproduct_information_view1 .sesproduct_information_conditions span i{ margin-right:0; margin-left:10px; } .sesproduct_information_view1 .sesproduct_information_conditions span > p{ display:inherit; } /* .product-view-pageone #global_wrapper{ border-top-width:1px; } .product-view-pageone #global_wrapper .layout_middle > div, .product-view-pageone #global_wrapper .layout_left > div, .product-view-pageone #global_wrapper .layout_right > div, html .product-view-pageone .layout_middle .layout_core_container_tabs .tabs_alt, html .product-view-pageone .layout_middle .layout_core_container_tabs .generic_layout_container{ background:none !important; border:0 !important; box-shadow:none !important; } [dir="rtl"] .layout_sesproduct_product_description p{ text-align:left; } */ /* @media(min-width:768px){ .product-view-pageone #global_wrapper .layout_middle .generic_layout_container > h3, .product-view-pageone #global_wrapper .layout_left .generic_layout_container > h3, .product-view-pageone #global_wrapper .layout_right .generic_layout_container > h3{ padding-left:0 !important; } } */ /*Design 1 Ends Here*/ /*Design 3 Starts Here*/ .sesproduct_information_view1 .sesproduct_information_leftcolumn{ width:42%; position:relative; } .sesproduct_information_view1 .sesproduct_labels{ position:inherit; top:auto; bottom:auto; right:0; margin-top:0; } .sesproduct_information_view1 .sesproduct_labels span{ display:inline-block; margin-top:0; } .sesproduct_information_view1 .sesproduct_information_leftcolumn .sesproduct_grid_btns{ opacity:0; } .sesproduct_information_view1 .sesproduct_information_leftcolumn:hover .sesproduct_grid_btns{ opacity:1; } .sesproduct_information_view1 .sesproduct_information_right_column{ width:58%; position:relative; } .sesproduct_information_view1 .sesproduct_information_leftcolumn .sesproduct_sale{ left:5px; z-index:6; } [dir="rtl"] .sesproduct_information_view1 .sesproduct_information_leftcolumn .sesproduct_sale{ right:5px; left:auto; } .sesproduct_information_view1 .sesproduct_information_carousel, .sesproduct_information_view1 .sesproduct_information, .sesproduct_information_view1 .sesproduct_information_slider{ overflow:hidden; } .sesproduct_information_view2 .sesproduct_information_carousel .item, .sesproduct_information_view3 .sesproduct_information .item, .sesproduct_information_view4 .sesproduct_information_slider .item{ height:500px; padding:0 5px; } .sesproduct_information_carousel .item img, .sesproduct_information .item img, .sesproduct_information_slider .item img{ height:100%; width:100%; object-fit:contain; } .sesproduct_information_carousel .owl-nav >div, .sesproduct_information_slider .owl-nav >div{ width:40px; height:55px; font-size:15px; text-align:center; line-height:55px; position:absolute; top:45%; background:rgba(0, 0, 0, 0.6); color:#fff; } .sesproduct_information_view1 ._horizontaltabs .owl-nav > div{ width:30px; height:75px; font-size:15px; text-align:center; line-height:75px; position:absolute; top:0; box-shadow:0 0 10px #e9e9e9; border-radius:3px; } .sesproduct_information_view1 ._horizontaltabs .owl-nav .owl-prev{ left:0; } [dir="rtl"] .sesproduct_information_view1 ._horizontaltabs .owl-nav .owl-prev{ right:0; left:auto; } .sesproduct_information_slider .owl-nav .owl-prev{ left:5px; } [dir="rtl"] .sesproduct_information_view1 ._horizontaltabs .owl-nav .owl-prev i.fa-chevron-left:before{ content:"\f054"; } .sesproduct_information_view1 ._horizontaltabs .owl-nav .owl-next{ right:0; } [dir="rtl"] .sesproduct_information_view1 ._horizontaltabs .owl-nav .owl-next{ left:0; right:auto; } [dir="rtl"] .sesproduct_information_view1 ._horizontaltabs .owl-nav .owl-next i.fa-chevron-right:before{ content:"\f053"; } .sesproduct_information_slider .owl-nav .owl-next{ right:5px; } .sesproduct_information_leftcolumn ._horizontaltabs{ display:flex !important; justify-content:center; width:100%; } .sesproduct_information_leftcolumn ._horizontaltabs ul{ margin-left:5px; text-align:center; } .sesproduct_information_leftcolumn ._horizontaltabs ul li{ display:inline-block; width:60px; height:60px; border-width:1px; padding:2px; } .sesproduct_information_leftcolumn ._horizontaltabs ul li img{ object-fit:contain; width:100%; height:100%; object-position:center; } .sesproduct_information_right_column{ padding-left:20px; } [dir="rtl"] .sesproduct_information_right_column{ padding-left:0; padding-right:20px; } .sesproduct_information_view1 .sesproduct_price{ width:100%; margin:15px 0 0px; font-size:110%; border-top-width:1px; padding:20px 0 10px; } .sesproduct_information_view1 .cart_only_text{ display:flex; align-items:flex-end; width:100%; } .sesproduct_information_view1 #addtocart:before{ font-family:'Font Awesome 6 Free'; content:"\f07a"; font-weight:600; margin-right:4px; display:inline-block; } [dir="rtl"] .sesproduct_information_view1 #addtocart:before{ margin-right:0; margin-left:4px; } .sesproduct_information_view1 .sesproduct_price .current_value{ font-size:22px; font-weight:600; } .sesproduct_information_view1 .sesproduct_quantity{ margin-top:0; } .sesproduct_information_view1 .sesproduct_rating_value{ float:left; margin-top:5px; } .sesproduct_information_view1 .sesproduct_information_desc i{ margin-right:7px; } .sesproduct_information_view1 .sesproduct_information_desc ul li, .sesproduct_information_view1 .sesproduct_information_desc p{ line-height:160%; } .sesproduct_information_view1 .sesproduct_store_name{ left:10px; } .sesproduct_information_view1 .sesproduct_product_compare{ margin-bottom:0; max-width:140px; text-align:left; margin:8px 10px; } [dir="rtl"] .sesproduct_information_view1 .sesproduct_product_compare{ text-align:right; } .sesproduct_information_view1 .sesproduct_add_cart{ display:flex; align-items:flex-end; padding-bottom:20px; border-bottom-width:1px; margin-bottom:15px; } .sesproduct_information_view3 .sesproduct_information_right_column .sesproduct_writeReview{ float:left; margin:0 0 10px 0; width:100%; } .sesproduct_information_view3 .sesproduct_information_conditions img{ height:50px; display:inline-block; } .sesproduct_information_view3 .sesproduct_information_conditions label{ display:inline-block; margin-right:30px; } .sesproduct_information_view3 .sesproduct_information_conditions span.payment_method{ display:block; font-weight:bold; font-size:100%; margin-bottom:8px; } .sesproduct_information_view3 .sesproduct_information_conditions span i{ margin-right:10px; display:inline-block; font-size:140%; } .sesproduct_information_view3 .sesproduct_information_conditions span > p{ display:inherit; } /*Design 3 Ends Here*/ /*Design 2 Starts Here*/ .sesproduct_information_view2 .sesproduct_information_leftcolumn{ padding-left:20px; width:55%; position:relative; } .sesproduct_information_view2 .sesproduct_information_right_column{ width:45%; } .sesproduct_information_view2 .sesproduct_labels{ top:10px; } .sesproduct_information_view2 .sesproduct_information_leftcolumn .sesproduct_grid_btns{ opacity:0; top:0; } .sesproduct_information_view2 .sesproduct_information_leftcolumn:hover .sesproduct_grid_btns{ opacity:1; top:50%; } .sesproduct_information_view2 .sesproduct_information_leftcolumn .Pimage_lg{ width:calc(50% - 6px); padding:5px; margin:2px; float:left; border-width:1px; height:270px; overflow:hidden; display:inline-block; } .sesproduct_information_view2 .sesproduct_information_leftcolumn .Pimage_lg img{ width:100%; height:258px; object-fit:cover; transition:all 1s ease; } .sesproduct_information_view2 .sesproduct_information_leftcolumn .Pimage_lg img:hover{ transform:scale(1.05); } .sesproduct_information_view2 .sesproduct_information_content span{ display:block; margin:5px 0; } .sesproduct_information_view2 .sesproduct_add_cart{ width:100%; margin:5px 0 10px 0; } .sesproduct_information_view2 .sesproduct_add_cart .global_form > div > div{ padding:0; } .sesproduct_information_view2 .sesproduct_information_right_column .sesproduct_product_stat._location{ white-space:normal; max-width:100%; } .sesproduct_information_view2 .sesproduct_product_compare{ float:right; margin-bottom:10px; width:auto } .sesproduct_information_view2 .sesproduct_product_compare span:not(.checkmark){ display:initial; } .sesproduct_information_view2 .sesproduct_information_desc h5{ font-size:100%; margin-bottom:7px; } .sesproduct_information_view2 .sesproduct_information_carousel:hover .owl-nav >div{ opacity:1; } .sesproduct_information_view2 .sesproduct_information_carousel .owl-nav > div{ width:45px; height:45px; font-size:15px; text-align:center; line-height:45px; border-radius:50%; opacity:0.8; position:absolute; top:45%; transition:all 0.5s ease; } .sesproduct_information_view2 .sesproduct_information_carousel .owl-nav .owl-prev{ left:25px; } .sesproduct_information_view2 .sesproduct_information_carousel .owl-nav .owl-next{ right:25px; } .sesproduct_information_view2 .sesproduct_rating_value{ float:left; margin-top:5px; } .sesproduct_information_view2 .sesproduct_writeReview{ float:right; margin-left:10px; } .sesproduct_information_view2 .sesproduct_information_conditions{ background-image:url(/application/modules/Sesproduct/externals/images/transprant-bg.png); float:left; width:100%; padding:10px; margin-top:10px; } .sesproduct_information_view2 .sesproduct_information_conditions img{ height:25px; display:inline-block; } .sesproduct_information_view2 .sesproduct_information_conditions label{ display:inline-block; margin-right:30px; } .sesproduct_information_view2 .sesproduct_information_conditions ._note{ margin-top:10px; } .sesproduct_information_view2 .sesproduct_information_conditions span{ line-height:25px; } .sesproduct_information_view2 .sesproduct_information_conditions span.payment_method{ display:block; font-weight:bold; font-size:100%; margin-bottom:8px; } .sesproduct_information_view2 .sesproduct_information_conditions span i{ margin-right:10px; display:inline-block; font-size:140%; } .sesproduct_information_view2 .sesproduct_information_conditions span > p{ display:inherit; } .sesproduct_information_view2 .sesproduct_sale{ left:7px; top:3px; } /*Design 2 Ends Here*/ /*Design 3 Starts Here*/ .sesproduct_information_view3 .accordion{ float:left; width:100%; margin-bottom:10px; } .sesproduct_information_view3 .accordion label.accordionitem{ display:block; padding:10px; cursor:pointer; } .sesproduct_information_view3 .hiddentext{ display:none; } .sesproduct_information_view3 .accordion label h3{ margin:0; font-weight:bold; } .sesproduct_information_view3 .accordian_desc{ padding:15px; border-width:1px; float:left; width:100%; } .sesproduct_information_view3 #tm:checked ~ .hiddentext{ display:block; opacity:1; } .sesproduct_information_view3 input#tm{ display:none; position:relative; } .sesproduct_information_view3 #tn:checked ~ .hiddentext{ display:block; opacity:1; } .sesproduct_information_view3 input#tn{ display:none; position:relative; } .sesproduct_information_view3 #to:checked ~ .hiddentext{ display:block; opacity:1; } .sesproduct_information_view3 input#to{ display:none; position:relative; } .sesproduct_information_view3 .arrow{ float:right; } .sesproduct_information_view3 .sesproduct_information_infotitle{ padding-left:15px; margin-bottom:15px; position:relative; } .sesproduct_information_view3 .sesproduct_information_infotitle h3{ margin:0; font-weight:bold; font-size:110%; padding:12px 0; } .sesproduct_information_view3 .grid_icons{ position:absolute; top:2px; right:15px; } .sesproduct_information_view3 .sesproduct_information_leftcolumn{ width:45%; position:relative; } .sesproduct_information_view3 .sesproduct_labels{ top:10px; } .sesproduct_information_view3 .sesproduct_information_leftcolumn .sesproduct_grid_btns{ opacity:0; } .sesproduct_information_view3 .sesproduct_information_leftcolumn:hover .sesproduct_grid_btns{ opacity:1; } .sesproduct_information_view3 .sesproduct_information_right_column{ width:55%; } .sesproduct_information_view3 .sesproduct_information_leftcolumn .sesproduct_sale{ left:5px; z-index:6; } .sesproduct_information_view3 .sesproduct_information_leftcolumn .owl-stage{ left:-150px; } .sesproduct_information_view2 .sesproduct_information_carousel, .sesproduct_information_view3 .sesproduct_information, .sesproduct_information_view4 .sesproduct_information_slider{ overflow:hidden; } .sesproduct_information_view2 .sesproduct_information_carousel .item, .sesproduct_information_view3 .sesproduct_information .item, .sesproduct_information_view4 .sesproduct_information_slider .item{ height:500px; padding:0 5px; } .sesproduct_information_view2 .sesproduct_information_carousel .item img, .sesproduct_information_view3 .sesproduct_information .item img, .sesproduct_information_view4 .sesproduct_information_slider .item img{ height:100%; width:100%; object-fit:contain; } .sesproduct_information_view2 .sesproduct_information_carousel .owl-nav >div, .sesproduct_information_view3 .sesproduct_information .owl-nav > div, .sesproduct_information_view4 .sesproduct_information_slider .owl-nav >div{ width:40px; height:55px; font-size:15px; text-align:center; line-height:55px; position:absolute; top:45%; } .sesproduct_information_view3 .sesproduct_information .owl-nav .owl-prev, .sesproduct_information_view4 .sesproduct_information_slider .owl-nav .owl-prev{ left:15px; } .sesproduct_information_view3 .sesproduct_information .owl-nav .owl-next, .sesproduct_information_view4 .sesproduct_information_slider .owl-nav .owl-next{ right:15px; } .sesproduct_information_view3 .sesproduct_information_leftcolumn ._horizontaltabs{ float:left; width:100%; } .sesproduct_information_view3 .sesproduct_information_leftcolumn ._horizontaltabs ul{ margin-left:5px; text-align:center; } .sesproduct_information_view3 .sesproduct_information_leftcolumn ._horizontaltabs ul li{ display:inline-block; width:60px; height:60px; border-width:1px; padding:2px; } .sesproduct_information_view3 .sesproduct_information_leftcolumn ._horizontaltabs ul li img{ object-fit:cover; width:100%; height:60px; } .sesproduct_information_view3 .sesproduct_information_right_column{ padding-left:15px; } .sesproduct_information_view3 .sesproduct_price{ width:100%; } .sesproduct_information_view3 .sesproduct_quantity{ margin-top:0; } .sesproduct_information_view3 .sesproduct_rating_value{ float:left; margin-top:5px; } .sesproduct_information_view3 .sesproduct_information_desc i{ margin-right:7px; } .sesproduct_information_view3 .sesproduct_information_desc ul li, .sesproduct_information_view3 .sesproduct_information_desc p{ line-height:160%; } .sesproduct_information_view3 .sesproduct_store_name{ left:10px; } .sesproduct_information_view3 .sesproduct_product_compare{ margin-bottom:10px; } .sesproduct_information_view3 .sesproduct_information_right_column .sesproduct_writeReview{ float:left; margin:0 0 10px 0; width:100%; } .sesproduct_information_view3 .sesproduct_information_conditions img{ height:50px; display:inline-block; } .sesproduct_information_view3 .sesproduct_information_conditions label{ display:inline-block; margin-right:30px; } .sesproduct_information_view3 .sesproduct_information_conditions span.payment_method{ display:block; font-weight:bold; font-size:100%; margin-bottom:8px; } .sesproduct_information_view3 .sesproduct_information_conditions span i{ margin-right:10px; display:inline-block; font-size:140%; } .sesproduct_information_view3 .sesproduct_information_conditions span > p{ display:inherit; } /*Design 3 Ends Here*/ /*Design 4 Starts Here*/ .sesproduct_information_view4{ border-style:dashed; border-width:1px; position:relative; padding:10px; } .sesproduct_information_view4 .sesproduct_information_right_column{ width:30%; padding:15px; border-width:1px; float:left; position:relative; display:inline-block; } .sesproduct_information_view4 .sesproduct_information_infotitle{ border-bottom-width:1px; text-align:left; margin-bottom:15px; } .sesproduct_information_view4 .tip span{ margin:10px 0 0 0; padding:5px; } .sesproduct_information_view4 .sesproduct_information_infotitle ._title{ padding:10px 0; font-weight:bold; text-transform:uppercase; display:inline-block; font-size:115%; margin:0 5px 0 0; width:auto; } .sesproduct_information_view4 .sesproduct_information_infotitle .sesproduct_verify{ display:inline-block; padding-top:10px; } .sesproduct_information_view4 .sesproduct_information_infotitle .sesproduct_verify i{ margin-top:-5px; } .sesproduct_information_middlecolumn{ width:calc(40% - 20px); float:left; display:inline-block; margin:0 10px; position:relative; } .sesproduct_information_view4 .sesproduct_labels{ top:10px; } .sesproduct_information_view4 .sesproduct_information_leftcolumn .sesproduct_grid_btns{ opacity:0; } .sesproduct_information_view4 .sesproduct_information_leftcolumn:hover .sesproduct_grid_btns{ opacity:1; } .sesproduct_information_view4 .sesproduct_information_slider .owl-dots{ text-align:center; } .sesproduct_information_view4 .sesproduct_information_slider .owl-dot{ height:20px; margin:0 2px; display:inline-block; } .sesproduct_information_view4 .sesproduct_information_slider .owl-dot > span{ width:13px; height:13px; border-width:1px; border-radius:50%; background:transparent; display:inline-block; } .sesproduct_information_view4 .grid_icons{ position:absolute; top:20px; right:15px; } .sesproduct_information_middlecolumn .sesproduct_sale{ z-index:6; left:5px; } .sesproduct_information_view4 ._location{ white-space:normal; max-width:100%; } .sesproduct_information_view4 .sesproduct_rating_review{ margin-bottom:0; } .sesproduct_information_view4 .sesproduct_rating_value{ margin-bottom:0; } .sesproduct_information_view4 .sesproduct_static_list_group{ margin:0 0 0 10px; } .sesproduct_information_view4 .sesproduct_writeReview{ margin-top:10px; } .sesproduct_information_view4 .sesproduct_information_desc{ margin-top:10px; } .sesproduct_information_view4 .sesproduct_listing_item_des ul{ padding-left:20px; } .sesproduct_information_view4 .sesproduct_listing_item_des ul li{ list-style-type:square; } .sesproduct_information_view4 .sesproduct_addwishL{ position:absolute; top:10px; right:15px; font-size:130%; } .sesproduct_information_view4 .sesproduct_price{ width:100%; } .sesproduct_information_view4 .sesproduct_price span{ display:inline-block; } .sesproduct_information_view4 .sesproduct_price span.current_value{ font-size:150%; display:block; } .sesproduct_information_view4 .sesproduct_price span.discount{ background:#fd2c00; text-align:center; padding:5px 10px; } .sesproduct_information_view4 .sesproduct_information_conditions{ float:left; width:100%; border-width:1px; border-style:dashed; padding:10px; margin-bottom:10px; background-image:url(/application/modules/Sesproduct/externals/images/transprant-bg.png); } .sesproduct_information_view4 .sesproduct_information_conditions label{ display:inline-block; margin-right:15px; } .sesproduct_information_view4 .sesproduct_information_conditions span.payment_method{ display:block; font-weight:bold; font-size:100%; margin-bottom:8px; line-height:25px; } .sesproduct_information_view4 .sesproduct_information_conditions img{ height:25px; display:inline-block; } .sesproduct_information_view4 .sesproduct_information_conditions span i{ margin-right:10px; display:inline-block; font-size:140%; } .sesproduct_information_view4 .sesproduct_information_conditions span > p{ display:inherit; } .sesproduct_information_view4 .sesproduct_add_cart a{ padding:7px 13px; border-radius:0px; margin:10px 0; display:inline-block; } .sesproduct_information_view4 .sesproduct_product_offers, .sesproduct_information_view4 .sesproduct_product_compare{ margin-bottom:10px; } .sesproduct_information_view4 .sesproduct_add_cart .global_form, .sesproduct_information_view4 .sesproduct_add_cart .global_form > div, .sesproduct_information_view4 .sesproduct_add_cart .global_form > div > div{ padding:0; } /*Design4 Ends Here*/ /*Product Information Css Ends Here*/ /*Cart Page Css Starts Here*/ .sesproduct_my_cart_main a.default_btn{ padding:8px 15px; border-radius:4px; display:inline-block; float:right; transition:all 0.4s ease; } .sesproduct_my_cart_main a.btn_left, .sesproduct_my_cart_main button{ padding:8px 15px; border-radius:4px; display:inline-block; transition:all 0.4s ease; } .sesproduct_my_cart_main button.fill{ background-color:#2874F0; color:#FFFFFF; border-radius:5px; text-transform:capitalize; font-weight:normal; } .sesproduct_shopping_bag h3{ margin-bottom:15px; font-weight:bold; display:inline-block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:65%; } .sesproduct_shopping_bag ._cart_pincode{ float:right; display:inline-block; margin-bottom:5px; width:35%; text-align:right; } .sesproduct_shopping_bag ._cart_pincode input{ border-width:1px; border-radius:0; min-height:25px; padding-left:15px; margin-right:5px; } .sesproduct_shopping_bag ._cart_pincode input:focus{ box-shadow:none; outline:0; } .sesproduct_cart_item, .sesproduct_wish_item{ border-width:1px; padding:15px; margin-bottom:15px; display:flex; align-items:Center; } .sesproduct_cart_img{ margin-right:20px; text-align:center; } .sesproduct_cart_img img{ width:60px; height:auto; height:100px; object-fit:contain; overflow:hidden; border-width:1px; } .sesproduct_cart_desc, .sesproduct_wish_desc{ width:25%; } .order_review .sesproduct_cart_desc{ width:40%; margin-right:15px; } .sesproduct_cart_desc input{ border-width:1px; width:80px; padding:5px 10px; border-radius:0; } .sesproduct_cart_desc input:focus{ box-shadow:none; outline:0; } .sesproduct_cart_item span.plus, .sesproduct_cart_item span.min, .sesproduct_item_overview span.plus, .sesproduct_item_overview span.min{ width:27px; display:inline-block; height:27px; line-height:27px; text-align:center; } .sesproduct_cart_desc h4, .sesproduct_wish_desc h4{ border-bottom-width:0; font-size:120%; text-overflow:ellipsis; overflow:hidden; padding:0; margin-right:10px; white-space:nowrap; } .sesproduct_cart_desc h6{ margin:10px 0 15px 0; font-size:100%; font-weight:normal; font-style:italic; } .sesproduct_cart_action{ width:20%; } .sesproduct_carti_quantity{ width:15%; } .order_review .sesproduct_carti_quantity{ text-align:right; } .sesproduct_carti_quantity input{ border-radius:0; width:40px; text-align:center; } .order_review .sesproduct_attributes{ padding-left:10px; flex:1; } .order_review .sesproduct_attributes > div + div{ margin-top:10px; } .sesproduct_cart_action a{ margin-left:10px; padding:6px 10px; text-decoration:none; transition:all 0.4s ease; border-radius:0; float:right; } .sesproduct_cart_price, .sesproduct_delete_item{ width:10%; } .sesproduct_cart_price h4{ border-bottom-width:0; margin-bottom:0; font-size:120%; padding-top:0; } .order_review .sesproduct_cart_price h4{ text-align:right; } .sesproduct_cart_price h4 i{ margin-right:5px; } .sesproduct_cart_price h4 span{ display:block; font-weight:normal; position:static; background:transparent; margin:7px 0; padding:0; } .sesproduct_coupon_total{ display:block; margin-top:10px; } .sesproduct_coupon_total small{ margin:7px 0; display:block; } .sesproduct_coupon_total h5{ text-transform:uppercase; font-size:100%; margin:10px 0; } /*.sesproduct_coupon_apply .coupon_panel{ display:none; } .sesproduct_coupon_apply .coupon_panel label{ font-size:80%; margin:10px 0 5px 0; display:block; } .sesproduct_coupon_apply .coupon_panel .form-group{ margin-bottom:15px; } .sesproduct_coupon_apply .coupon_panel input{ height:30px; border-width:1px; border-radius:0; padding-left:15px; width:100%; } .sesproduct_coupon_apply .coupon_panel input:focus{ box-shadow:none; outline:0; } .sesproduct_coupon_apply .coupon_panel p{ text-align:center; } .sesproduct_coupon_apply ._coupon_available{ border-width:2px; border-style:dashed; padding:15px; margin-bottom:15px; } .sesproduct_coupon_apply ._coupon_available span{ text-transform:uppercase; } .sesproduct_giftwrap{ padding:15px 0; margin:15px 0; border-top-width:1px; border-top-style:dashed; border-bottom-width:1px; border-bottom-style:dashed; } .sesproduct_giftwrap input[type=checkbox]{ border-width:1px; width:15px; height:15px; border-radius:0; }*/ .sesproduct_cart_total table{ width:100%; margin:15px 0; } .sesproduct_cart_total table tr{ border-width:1px; } .sesproduct_cart_total table tr>td{ padding:10px; } .sesproduct_cart_total table tr>td:nth-child(even){ text-align:right; } .sesproduct_cart_total button{ width:100%; } .sesproduct_store_item{ padding:15px; float:left; width:100%; margin-bottom:15px; background:url(/application/modules/Sesproduct/externals/images/transprant-bg.png); } .store_wise_title h4{ border:0; text-transform:uppercase; font-weight:bold; } /*Cart Page Css Ends Here*/ /*Checkout Page Css Starts Here*/ .sesproduct_checkout a.info_btn{ padding:8px 15px; display:inline-block; border-radius:4px; float:right; transition:all 0.4s ease; } .sesproduct_no_shipping_method{ margin:5px 0; background:url(/application/modules/Sesproduct/externals/images/transprant-bg.png); padding:10px; } .sesproduct_no_shipping_method p{ margin-bottom:10px; } .sesproduct_checkout_tabs{ display:flex; flex-wrap:wrap; margin-bottom:15px; width:100%; } .sesproduct_check_address .sesproduct_checkout_head{ border-width:1px; font-weight:bold; padding:15px; font-size:100%; margin-bottom:10px; margin-right:10px; cursor:pointer; } .sesproduct_check_address .sesproduct_checkout_head span.no_value{ width:24px; height:24px; border-radius:50%; text-align:center; margin-right:10px; display:inline-block; line-height:25px; } .sesproduct_check_address .sesproduct_checkout_tabcontent{ float:left; width:100%; display:inline-block; margin-bottom:10px; } .sesproduct_check_address .sesproduct_address_form{ float:left; width:100%; } .sesproduct_check_address .sesproduct_checkout_body h5{ font-size:100%; text-transform:uppercase; margin-bottom:10px; } .sesproduct_checkout_body .global_form > div > div{ border:0 !important; } .sesproduct_check_address .sesproduct_checkout_body .form-group{ padding:5px 5px 15px 5px; } .sesproduct_check_address .sesproduct_checkout_body .form-group._half-q{ width:33.33%; float:left; } .sesproduct_check_address .sesproduct_checkout_body .form-group._half-w{ width:50%; float:left; } .sesproduct_check_address .sesproduct_checkout_body label{ margin-bottom:10px; display:flex; } .sesproduct_check_address .sesproduct_checkout_body label img{ height:30px; width:auto; margin-top:-3px; margin-right:5px; } .sesproduct_check_address .sesproduct_checkout_body input, .sesproduct_check_address .sesproduct_checkout_body select, .sesproduct_check_address .sesproduct_checkout_body textarea{ border-width:1px; border-radius:0; font-size:100%; width:100%; padding-left:14px; max-width:100%; } .sesproduct_check_address .sesproduct_carti_quantity input{ display:inline-block; width:100px; } .sesproduct_check_address .sesproduct_checkout_body input[type=radio], .sesproduct_check_address .sesproduct_checkout_body input[type=checkbox]{ width:auto; height:auto; display:block; margin-top:5px; } .shipping_method ._title{ font-size:110%; margin-bottom:15px; } .shipping_method .sesproduct_checkout_body .form-group{ margin:5px; } .shipping_method .sesproduct_checkout_body label{ display:inline-block; margin-right:8px; } .sesproduct_checkout_body span._shippingtime{ margin:8px 0; font-weight:bold; } .sesproduct_check_address .sesproduct_checkout_body .submit{ display:block; border-top-width:1px; padding-top:15px; float:left; width:100%; } .sesproduct_check_address .plusminus{ float:right; } .sesproduct_item_overview{ display:flex; margin-bottom:15px; padding:15px; } .sesproduct_overview_img{ width:20%; margin-right:10px; text-align:center; } .sesproduct_overview_img img{ width:auto; height:auto; overflow:hidden; } .sesproduct_overview_desc{ width:65%; } .sesproduct_overview_desc .form-group{ max-width:100px; margin-bottom:0 !important; } .sesproduct_overview_desc h4{ border-bottom-width:0; font-size:120%; text-overflow:ellipsis; overflow:hidden; padding:0; font-weight:bold; margin-bottom:10px; white-space:nowrap; } .sesproduct_overview_desc h6{ float:left; width:100%; margin:5px 0 15px 0; font-size:100%; font-weight:normal; font-style:italic; } .sesproduct_overview_action{ float:left; width:100%; margin-bottom:10px; } .sesproduct_overview_action i{ margin-right:4px; } .sesproduct_overview_action a{ margin-right:20px; padding:8px 10px; border-width:1px; text-decoration:none; transition:all 0.4s ease; border-radius:4px; } .sesproduct_overview_price{ width:15%; } .sesproduct_overview_price h4{ border-bottom-width:0; margin-bottom:0; font-size:120%; padding-top:0; text-align:right; } .sesproduct_overview_price h4 span{ display:block; font-weight:normal; position:static; padding:0; margin:7px 0; background-color:transparent; } .sesproduct_checkout_total{ width:250px; } .sesproduct_checkout_total h3{ display:block; padding:15px; margin-bottom:0; } .sesproduct_checkout_cart table{ width:100%; margin-bottom:15px; } .sesproduct_checkout_cart table tr{ border-width:1px; } .sesproduct_checkout_cart table tr>td{ padding:10px; } .sesproduct_checkout_cart table tr>td:nth-child(even){ text-align:right; } .sesproduct_checkout_help{ border-width:1px; border-style:dashed; padding:15px; background:url(/application/modules/Sesproduct/externals/images/transprant-bg.png); } .sesproduct_checkout_help h4{ border-bottom-width:0; text-transform:uppercase; margin-bottom:0; font-size:110%; } .sesproduct_checkout_help ul{ margin:0; padding:0; } .sesproduct_checkout_help ul li{ padding:8px 0; } .sesproduct_checkout_help ul li a{ text-decoration:underline; } .sesproduct_store_details{ line-height:170%; display:flex; flex-wrap:wrap; justify-content:space-between; } .sesproduct_store_purchase_terms, .sesproduct_store_purchase_details{ width:50%; } .sesproduct_store_purchase_terms{ padding-right:10px; } .sesproduct_store_purchase_terms .error_message{ display:block; } .sesproduct_store_purchase_terms .sesproduct_order_note_cnt{ margin-top:10px; } .sesproduct_store_purchase_terms .sesproduct_order_note_cnt a{ color: var(--theme-font-color); } .sesproduct_store_purchase_terms .sesproduct_order_note_cnt a i{ margin-right:5px; } .sesproduct_store_purchase_terms .sesproduct_order_note_cnt textarea{ height:auto; margin-top:10px; } .sesproduct_order_message_box{ border-width:1px; margin-bottom:15px; padding:15px; } .sesproduct_order_message_box > i{ border-radius:50%; height:40px; width:40px; position:relative; margin:5px 15px 0 0; float:left; } [dir="rtl"] .sesproduct_order_message_box > i{ float:right; margin:5px 0 0 15px; } .sesproduct_order_message_box > i:before{ color:#fff; font-size:17px; position:absolute; transform:translate(-50%,-50%); top:50%; left:50%; } .sesproduct_order_message_box ._cont{ overflow:hidden; } .sesproduct_order_message_box ._cont h2{ font-size:20px; margin:0 0 5px 0; } .sesproduct_order_message_box ._btns{ margin-top:10px; } .sesproduct_order_message_box ._btns a{ display:inline-block; margin:0 10px 0 0; padding:0 20px; line-height:35px; } [dir="rtl"] .sesproduct_order_message_box ._btns a{ margin:0 0 0 10px; } .sesproduct_order_success_box{ background-color:#f1f9f7; border-color:#e0f1e9; } .sesproduct_order_success_box > i{ background-color:#1d9d74; } .sesproduct_order_success_box ._cont h2, .sesproduct_order_success_box ._cont p._msg, .sesproduct_order_success_box ._cont p._msg a{ color:#1d9d74; } .sesproduct_order_error_box{ background-color:#f8d7da; border-color:#f5c6cb; } .sesproduct_order_error_box > i{ background-color:#721c24; } .sesproduct_order_error_box ._cont h2, .sesproduct_order_error_box ._cont p._msg{ color:#721c24; } #sesproduct_check_cnt h3{ font-weight:bold; margin-bottom:0; } #sesproduct_check_cnt > div{ margin-bottom:15px; } #sesproduct_check_cnt p{ font-weight:bold; margin-bottom:10px; } .sesproduct_store_purchase_details{ border-width:1px; padding:10px; } .sesproduct_store_purchase_details > div{ display:flex; justify-content:space-between; border-bottom:1px solid #ddd; padding:5px 0; position:relative; } .sesproduct_store_purchase_details > div:last-child{ border:0; } @media (max-width:767px){ .sesproduct_checkout_tabs{ white-space:nowrap; overflow:auto; display:block; } .sesproduct_check_address .sesproduct_checkout_head{ display:inline-block; padding:10px; font-size:12px; margin-right:4px; } .sesproduct_store_purchase_terms, .sesproduct_store_purchase_details{ width:100%; } .sesproduct_store_purchase_details{ margin-top:10px; } .sesproduct_cart_item{ flex-wrap:wrap; padding:10px; } .sesproduct_cart_img{ margin-right:10px; } .order_review .sesproduct_cart_desc{ width:calc(100% - 70px); margin-right:0; } .sesproduct_cart_desc h4{ white-space:normal; } .sesproduct_cart_item .sesproduct_carti_quantity, .order_review .sesproduct_attributes{ width:100%; text-align:left; padding:0; flex:inherit; margin-top:10px; } .sesproduct_cart_item .sesproduct_cart_action{ display:none !important; } .sesproduct_cart_item .sesproduct_cart_price{ width:100%; text-align:right; } .sesproduct_list_product_view .sesproduct_list_footer, .sesproduct_information_view1 .sesproduct_add_cart{ display:block; } .sesproduct_information_view1 .cart_only_text{ margin-bottom:20px; } .sesproduct_list_product_view .sesproduct_list_footer .sesproduct_product_compare{ text-align:left !important; } .estore_create_category ._inner{ height:120px !important; } .estore_create_category ._step1 a{ padding:0 !important; } .sesproduct_checkout a.info_btn{ float:none; } .sesproduct_check_address .sesproduct_checkout_body .submit{ float:none; text-align:center; } .sesproduct_sidebar_product_list_date > span{ flex:inherit; } } @media (max-width:540px){ .sesproduct_check_address .sesproduct_checkout_body .form-group._half-w, .sesproduct_check_address .sesproduct_checkout_body .form-group._half-q{ width:100%; } } /*Checkout Page Css Ends Here*/ /*Product Compare Css Ends Here*/ #global_page_core-pages-product-compare .layout_middle{ overflow:auto; } .sesproduct_compare_table{ width:100%; overflow-x:auto !important; } .sesproduct_addto_Compare a.default-btn{ padding:8px 15px; border-radius:4px; display:inline-block; transition:all 0.4s ease; } .sesproduct_addto_Compare table.compare_product{ border-width:1px; width:100%; } .sesproduct_addto_Compare table.compare_product tr > td{ padding:10px; width:300px; border-width:1px; transition:all 0.4s ease-out; } .sesproduct_addto_Compare table.compare_product tr > td.full_specifications{ font-weight:bold; } .sesproduct_addto_Compare table.compare_product tr > td img{ display:block; width:100%; margin:0 auto; object-fit:contain !important; } .sesproduct_compare_cnt .sesproduct_desc_stats span{ margin-right:4px; } .sesproduct_addto_Compare span.compare_close{ position:absolute; top:-5px; right:0; } .sesproduct_addto_Compare .product_compare_title h5{ text-transform:uppercase; font-size:100%; margin:8px 0 15px 0; overflow:hidden; } .sesproduct_addto_Compare .product_compare_price h5{ font-size:100%; margin-bottom:10px; } .sesproduct_addto_Compare input[type="text"]{ margin-bottom:10px; border-radius:0; padding:6px; } .product_color_variant select{ border-radius:0; border-width:1px; width:100%; padding:6px; margin-bottom:10px; } .sesproduct_addto_Compare .product_compare_action a:hover{ text-decoration:none; } .sesproduct_addto_Compare .product_compare_info{ position:relative; float:left; width:100%; } .sesproduct_addto_Compare .product_compare_info .sesproduct_product_stat{ float:none; } .sesproduct_addto_Compare .product_compare_info .sesproduct_verify{ position:absolute; top:0; } .sesproduct_addto_Compare .sesproduct_compare_social{ position:absolute; top:15%; left:28%; } .sesproduct_addto_Compare .product_compare_info > a > img{ object-fit:cover !important; object-position:top center; height:200px; } .sesproduct_addto_Compare .product_compare_action > a{ padding:7px 13px; border-radius:0px; margin:4px 0; display:inline-block; } .sesproduct_addto_Compare .sesproduct_labels{ bottom:0; right:0; left:auto; transform:none; } .product_compare_info .sesproduct_rating_review{ float:none; margin-top:8px; } /*Product Compare Css Ends Here*/ /*My Wishlist Css Starts Here*/ .sesproduct_my_wishlist .sesproduct_wishlist_left{ position:relative; margin-bottom:10px; float:left; } .sesproduct_my_wishlist .sesproduct_thumb{ margin-right:10px; float:left; display:inline-block; } .sesproduct_my_wishlist .sesproduct_thumb img{ width:60px; object-fit:cover; border-radius:10px; height:60px; } .sesproduct_my_wishlist .sesproduct_wishlist_right{ float:left; display:inline-block; width:90%; } .sesproduct_my_wishlist .sesproduct_wishlist_right a h3{ font-size:100%; font-weight:bold; padding:0; } .sesproduct_my_wishlist .sesbasic_pulldown_toggle{ float:right; } .sesproduct_my_wishlist .sesbasic_pulldown_options{ right:10px; top:40px; } .sesproduct_my_wishlist ._stats{ margin:0 8px 8px 0; display:inline-block; display:block; } .sesproduct_my_wishlist ._stats span{ margin-right:5px; } .sesproduct_my_wishlist ._stats span i{ margin-right:5px; } .sesproduct_my_wishlist .sesproduct_wishlist_head{ margin-bottom:15px; padding:15px; float:left; width:100%; position:relative; background:url(/application/modules/Sesproduct/externals/images/transprant-bg.png); } /*My Wishlist Css Ends Here*/ /*Browse Wishlist Page Css Starts Here*/ .layout_sesproduct_browse_wishlists > h4{ font-size:14px; font-weight:bold; } .sesproduct_wishlist_browse{ display:flex; flex-wrap:wrap; } .sesproduct_wishlist_browse .sesproduct_wishlist_gridB{ width:24%; padding:5px; border-width:1px; border-style:dashed; margin:5px 2px; display:flex; flex-direction:column; } .sesproduct_wishlist_browse a:hover{ text-decoration:none; } .sesproduct_wishlist_browse .sesproduct_browsewishlist_info{ padding:10px; flex:1; } .sesproduct_wishlist_browse .browse-wishlist-title h3{ margin:0 0 7px 0; padding-top:0; font-size:100%; font-weight:bold; } .sesproduct_wishlist_browse .sesproduct_list_stats{ margin:0 8px 5px 0; } .sesproduct_wishlist_browse .sesproduct_list_stats i{ margin-right:3px; } .sesproduct_wishlist_browse .wishlist_stats span{ margin-right:5px; } .sesproduct_wishlist_browse .wishlist_stats span i{ margin-right:5px; } .sesproduct_wishlist_browse img.lg_img{ width:100%; height:120px; object-fit:cover; border-style:dashed; } .sesproduct_wishlist_browse img.sm_img{ width:32%; height:65px; border-width:1px; padding:5px; object-fit:contain; } .sesproduct_wishlist_browse .estore_product_group{ display:flex; align-items:center; } .sesproduct_wishlist_browse .estore_products_imgs h4{ font-weight:bold; border-width:0; margin:0 0 0 2px; text-transform:uppercase; font-size:80%; } .sesproduct_wishlist_browse .estore_products_imgs .estore_product_item{ width:45px; height:40px; padding:1px; border-width:1px; border-style:dashed; margin:2px; position:relative; } .sesproduct_wishlist_browse .estore_products_imgs .estore_product_item img{ width:100%; margin:0 auto; height:100%; display:block; object-fit:cover; } .sesproduct_wishlist_browse .estore_products_imgs .estore_product_item span{ position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); } /*.sesproduct_wishlist_browse .estore_products_imgs .estore_product_item:last-child:before{ position:absolute; content:""; top:-1px; right:-1px; left:-1px; bottom:-1px; background:rgba(0,0,0,0.6); }*/ /*Browse Wishlist Page Css Ends Here*/ /*Compare Fixed Widget Starts Here*/ .layout_sesproduct_compare_fixed{ padding:0 !important; margin:0 !important; } .sesproduct_compare_fixed{ position:fixed; bottom:0; width:100%; z-index:105; left:0; box-shadow:0 0 20px rgba(0,0,0,0.1); padding:10px; } .sesproduct_compare_fixed .sesproduct_compare_heading, .sesproduct_compare_fixed .sesproduct_compare_tabs, .sesproduct_compare_fixed .sesproduct_compare_btn{ float:left; display:inline-block; padding:0 15px; } .sesproduct_compare_fixed .sesproduct_compare_heading{ width:15%; } .sesproduct_compare_fixed .sesproduct_compare_heading h3{ position:relative; margin-top:18%; font-weight:bold; font-size:150%; text-align:center; } .sesproduct_compare_fixed .sesproduct_compare_tabs{ width:70%; position:relative; } .sesproduct_compare_fixed .sesproduct_compare_tabs ul{ margin-bottom:5px; border-bottom:1px solid #ccc; } .sesproduct_compare_fixed .sesproduct_compare_tabs ul li{ display:inline-block; padding:6px 15px; text-align:center; margin-right:5px; transition:all 0.4s ease; } .sesproduct_compare_fixed .compare_close{ display:none; position:absolute; top:-5px; left:93%; z-index:10; font-size:60%; border-radius:50%; width:15px; height:15px; line-height:15px; text-align:center; background-color:#000; } .sesproduct_compare_fixed .sesproduct_compare_small_product:hover .compare_close{ display:block; } .sesproduct_compare_fixed .sesproduct_compare_small_product:hover{ border-color:#ccc; } .sesproduct_compare_fixed .sesproduct_compare_small_product{ display:inline-block; float:left; border-width:1px; padding:5px; position:relative; margin:3px; padding-bottom:0; } .sesproduct_compare_fixed .sesproduct_compare_inner img{ width:50px; height:50px; object-fit:contain; object-position:center; } .sesproduct_compare_fixed .sesproduct_compare_btn{ width:15%; display:block; margin-top:20px; } .sesproduct_compare_fixed .sesproduct_compare_btn a{ padding:6px 15px; border-radius:4px; width:auto; display:inline-block; margin-bottom:5px; transition:all 0.4s ease; } /*Compare Fixed Widget Ends Here*/ /*Quick View Of Product Css Start Here*/ .sesproduct_quick_view a{ padding:8px; text-align:center; width:120px; top:50%; left:50%; transform:translate(-50% , -50%); position:absolute; z-index:5; background:rgba(0,0,0,0.7); } .ajaxsmoothbox_container .sesproduct_quickview{ width:800px; height:350px; position:relative; } .sesproduct_quickview_inner{ padding:15px; float:left; width:100%; overflow:hidden; } .sesproduct_quickview_left{ width:45%; float:left; padding:0 15px; position:relative; } .sesproduct_quickview_left .tab_left{ width:100%; float:left; overflow:auto; } .sesproduct_quickview_left .tab_left::-webkit-scrollbar{ width:3px; height:5px; } .sesproduct_quickview_left .tab_left::-webkit-scrollbar-track{ background:#f1f1f1; } .sesproduct_quickview_left .tab_left::-webkit-scrollbar-thumb{ background:#999; border-radius:10px; } .sesproduct_quickview_left .tab_left::-webkit-scrollbar-thumb:hover{ background:#666; } .sesproduct_quickview_left .tab_right{ width:100%; float:left; } .sesproduct_quickview_left .tab_right .main_img{ border-width:1px; width:100%; height:275px; text-align:center; } .sesproduct_quickview_left .tab_right .main_img img{ height:100%; object-fit:contain; object-position:center; max-width:100%; margin:0 auto; } .sesproduct_quickview_left .small_imgtab{ display:flex; margin-top:10px; } .sesproduct_quickview_left .small_imgtab img{ display:inline-block; width:65px; height:65px; border:1px solid #eee; padding:2px; margin:5px; object-fit:cover; } .sesproduct_quickview_left .tab_right img{ width:100%; height:auto; } .sesproduct_quickview_left .tab_right span i{ position:absolute; top:10px; right:10px; font-size:110%; } .sesproduct_quickview_right{ width:55%; float:left; padding:0 15px; } /*.sesproduct_quickview_right .tip{ display:none; }*/ .sesproduct_quickview_right .sesproduct_quickview_title{ width:100%; } .sesproduct_quickview_right .sesproduct_quickview_title a{ font-weight:bold; font-size:120%; display:inline-block; margin:0 7px 15px 0; text-overflow:ellipsis; white-space:nowrap; float:left; overflow:hidden; text-decoration:none; } .sesproduct_quickview_right .sesproduct_quickview_title a:hover{ text-decoration:none; } .sesproduct_quickview_right .sesproduct_product_description{ width:100%; -webkit-box-orient:vertical; -webkit-line-clamp:4; line-height:170%; display:-webkit-box; white-space:normal; margin-bottom:10px; } .sesproduct_quickview_right .sesproduct_quick_middle{ display:flex; justify-content:space-between; } .sesproduct_quickview_right .sesproduct_quick_middle > div{ flex:1; } .sesproduct_quickview_right .sesproduct_price{ width:100%; float:none; text-align:right; } .sesproduct_quickview_right .sesproduct_price .current_value{ font-weight:600; font-size:20px; } .sesproduct_quickview_right .sesproduct_rating_value{ margin-left:10px; float:left; line-height:28px; } .sesproduct_quickview_right .tip > span{ margin:5px 0; } .sesproduct_quickview_right .sesproduct_add_cart{ margin:5px 0 15px; } /*Quick View Of Product Css Ends Here*/ /*Brands Discount Css Starts Here (Welcome Page)*/ .sesproduct_welcome_offerblk .offersblk_inner{ display:flex; flex-wrap:wrap; } .sesproduct_welcome_offerblk .offersblk_inner .offer_blk, .sesproduct_welcome_discoverproducts .discover_bottom .d_products{ width:calc(25% - 15px); margin:5px; position:relative; display:inline-block; transition:all 0.5s ease; overflow:hidden; } .sesproduct_welcome_offerblk .offersblk_inner .offer_blk:hover, .sesproduct_welcome_discoverproducts .discover_bottom .d_products:hover{ box-shadow:2px 2px 10px #ddd; } .sesproduct_welcome_offerblk .offersblk_inner .offer_blk:before{ position:absolute; content:""; left:0; right:0; bottom:0px; top:0; background-image:linear-gradient(to right, rgba(0,0,0,0.8) , transparent); } .sesproduct_welcome_offerblk .offersblk_inner .offer_blk img{ height:100%; object-fit:cover; object-position:center; width:100%; } .sesproduct_welcome_offerblk .offersblk_inner .offer_blk ._desc{ position:absolute; top:50%; left:20px; transform:translateY(-50%); } [dir="rtl"] .sesproduct_welcome_offerblk .offersblk_inner .offer_blk ._desc{ left:auto; right:20px; } .sesproduct_welcome_offerblk .offersblk_inner .offer_blk ._desc h5{ padding-bottom:5px; position:relative; margin-bottom:14px; font-size:16px; font-weight:600; } .sesproduct_welcome_offerblk .offersblk_inner .offer_blk ._desc h5:before{ position:absolute; content:""; top:23px; width:30px; height:2px; } .sesproduct_welcome_offerblk .offersblk_inner .offer_blk ._desc p{ font-size:13px; line-height:18px; text-transform:capitalize; } .sesproduct_welcome_offerblk .offersblk_inner .offer_blk ._desc span._code{ text-transform:uppercase; letter-spacing:1px; display:block; } .sesproduct_welcome_offerblk .offersblk_inner .offer_blk ._desc a{ display:block; letter-spacing:1px; text-transform:uppercase; margin:10px 0; } .offersblk_inner_btn{ font-size:14px; color:#fff; } .sesproduct_welcome_offerblk .offer_blk img{ height:230px; object-fit:cover; object-position:center; } .sesproduct_welcome_offerblk .offer_blk img, .sesproduct_welcome_branddiscount .brands_discount img, .sesproduct_welcome_discoverproducts .discover_bottom img{ display:inline-block; height:auto; width:100%; max-width:100%; margin:0 auto; } .sesproduct_welcome_branddiscount .brand_inner .brands_discount{ width:calc(25% - 15px); margin:5px 5px 70px 5px; position:relative; display:inline-block; } .sesproduct_welcome_branddiscount .brands_discount img{ height:100%; object-fit:cover; object-position:center; } .sesproduct_welcome_branddiscount .brands_discount ._desc{ padding:15px; position:absolute; top:auto; bottom:-65px; left:10px; right:10px; width:90%; margin:0 auto; z-index:10; height:115px; text-align:center; box-shadow:0 0 10px rgba(0,0,0,0.05); } .sesproduct_welcome_branddiscount .brands_discount ._desc ._brandlogo img{ max-height:30px; width:auto; display:block; } .sesproduct_welcome_branddiscount .brands_discount ._desc h3{ font-size:16px; text-transform:capitalize; font-weight:bold; line-height:120%; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; line-height:26px; max-height:55px; } .sesproduct_welcome_branddiscount .brands_discount ._desc a{ display:block; letter-spacing:1px; text-transform:uppercase; margin:10px 0; } .sesproduct_welcome_branddiscount .brands_discount ._desc p{ font-size:13px; line-height:18px; } .brands_discount_btn{ text-align:center !important; font-size:14px; } /*Brands Discount Css Ends Here (Welcome Page)*/ /*Discover Products Starts Here (Welcome Page)*/ .sesproduct_welcome_discoverproducts .discover_bottom{ width:calc(50% - 20px); float:left; position:relative; } [dir="rtl"] .sesproduct_welcome_discoverproducts .discover_bottom{ float:right; } .sesproduct_welcome_discoverproducts .discover_bottom:nth-child(1){ margin-right:30px; } [dir="rtl"] .sesproduct_welcome_discoverproducts .discover_bottom:nth-child(1){ margin-right:0px; margin-left:30px; } .sesproduct_welcome_discoverproducts .discover_bottom:nth-child(1) ._imgsec{ height:630px; } .sesproduct_welcome_discoverproducts .discover_bottom:nth-child(2){ margin-bottom:30px; } .sesproduct_welcome_discoverproducts .discover_bottom:nth-child(2) ._imgsec{ height:300px; } .sesproduct_welcome_discoverproducts .discover_bottom:nth-child(3) ._imgsec{ height:300px; } .sesproduct_welcome_discoverproducts .discover_bottom .discover_lgb ._desc{ padding:10px 20px; } .sesproduct_welcome_discoverproducts .discover_bottom .discover_lgb ._imgsec img{ height:100%; object-fit:cover; object-position:center; width:100%; max-width:100%; } .sesproduct_welcome_discoverproducts .discover_bottom .discover_smb ._imgsec img{ height:100%; object-fit:cover; object-position:center; width:100%; max-width:100%; } .sesproduct_welcome_discoverproducts .discover_large .discover_smb ._imgsec{ width:60%; } .sesproduct_welcome_discoverproducts .discover_large .discover_smb ._desc{ flex:1; padding:20px; } .sesproduct_welcome_discoverproducts .discover_bottom img{ height:295px; object-fit:cover; object-position:center; } .sesproduct_welcome_discoverproducts .discover_bottom ._desc{ padding:10px 20px; margin:0 auto; text-align:left; margin-top:-5px; position:absolute; bottom:0; background:linear-gradient(45deg, black, transparent); right:0; left:0; z-index:1; } [dir="rtl"] .sesproduct_welcome_discoverproducts .discover_bottom ._desc{ text-align:right; } .sesproduct_welcome_discoverproducts .discover_bottom ._imgsec{ position:relative; } .sesproduct_welcome_discoverproducts .discover_bottom ._desc h3{ font-size:20px; text-transform:capitalize; line-height:120%; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; line-height:20px; margin:0; padding:8px 0; color:#fff !important; } .sesproduct_welcome_discoverproducts .discover_bottom ._desc a{ display:block; letter-spacing:1px; text-transform:uppercase; margin:10px 0; color:#fff; } /*Discover Products Ends Here (Welcome Page)*/ /*Product Carousel Starts Here (Welcome Page)*/ .sesproduct_custom_dealtime{ background-image:url(/application/modules/Sesproduct/externals/images/transprant-bg.png); padding:10px 0 5px 10px; margin-bottom:10px; } [dir="rtl"] .sesproduct_custom_dealtime{ padding:10px 5px 0px 10px; } .sesproduct_welcome_offer .sesproduct_custom_dealtime{ background:transparent; padding:0; margin:0; } .sesproduct_products_carousel{ margin:10px 0; } .sesproduct_products_carousel .sesproduct_welcomep_products .item{ position:relative; } .sesproduct_products_carousel .sesproduct_welcomep_products .item img{ height:380px; object-fit:cover; object-position:center; } .sesproduct_products_carousel .sesproduct_welcomep_products .item ._desc{ background:rgba(255,255,255,0.9); padding:15px; position:absolute; top:auto; bottom:10px; left:10px; right:10px; width:90%; margin:0 auto; z-index:10; text-align:center; } .sesproduct_products_carousel .sesproduct_welcomep_products .item ._desc h3{ font-size:18px; text-transform:capitalize; font-weight:bold; line-height:120%; margin-top:0; overflow:hidden; padding-bottom:0; text-overflow:ellipsis; white-space:nowrap; } .sesproduct_products_carousel .sesproduct_welcomep_products .item ._desc a{ display:block; letter-spacing:1px; text-transform:uppercase; margin:10px 0; } .sesproduct_products_carousel .owl-nav > div{ width:40px; height:55px; font-size:15px; text-align:center; line-height:55px; position:absolute; top:50%; transform:translate(0px, -50%); } .sesproduct_products_carousel .owl-nav .owl-prev{ left:5px; } [dir="rtl"] .sesproduct_products_carousel .owl-nav .owl-prev{ left:auto; right:5px; } [dir="rtl"] .sesproduct_products_carousel .owl-nav .owl-prev i.fa-chevron-left:before{ content:"\f054"; } .sesproduct_products_carousel .owl-nav .owl-next{ right:5px; } [dir="rtl"] .sesproduct_products_carousel .owl-nav .owl-next{ right:auto; left:5px; } [dir="rtl"] .sesproduct_products_carousel .owl-nav .owl-next i.fa-chevron-right:before{ content:"\f053"; } /*Product Carousel Ends Here (Welcome Page)*/ /*Deals of the day Carousal Starts*/ .sesproduct_carousel_deals h2{ font-size:24px; font-weight:bold; } .sesproduct_welcomep_deals{ overflow:hidden; } .sesproduct_custom_offers .deal_time{ display:flex; flex-wrap:wrap; align-items:center; margin-bottom:10px; } .sesproduct_custom_offers .deal_time ._img{ margin-right:10px; } [dir="rtl"] .sesproduct_custom_offers .deal_time ._img{ margin-right:0; margin-left:10px; } .sesproduct_custom_offers .deal_time img{ width:30px; height:auto; } .sesproduct_custom_offers .deal_time ._time h3{ font-size:130%; font-weight:bold; line-height:120%; margin-bottom:0px; } .sesproduct_carousel_deals .sesproduct_welcome_offer{ padding:30px; } .sesproduct_carousel_deals .sesproduct_welcome_offer .item img{ height:260px; object-fit:cover; width:100%; object-position:center; } .sesproduct_carousel_deals ._desc{ padding:15px; height:100%; } .sesproduct_carousel_deals ._desc h3{ font-size:16px; text-transform:capitalize; font-weight:bold; line-height:120%; margin-top:0; overflow:hidden; padding-bottom:0; text-overflow:ellipsis; white-space:nowrap; } .sesproduct_carousel_deals .item ._desc a{ display:block; letter-spacing:1px; text-transform:uppercase; margin:10px 0; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; } .sesproduct_carousel_deals .owl-nav >div{ width:40px; height:55px; font-size:15px; text-align:center; line-height:55px; position:absolute; top:45%; } .sesproduct_carousel_deals .owl-nav .owl-prev{ left:5px; } [dir="rtl"] .sesproduct_carousel_deals .owl-nav .owl-prev{ left:auto; right:5px; } [dir="rtl"] .sesproduct_carousel_deals .owl-nav .owl-prev i.fa-chevron-left:before{ content:"\f054"; } .sesproduct_carousel_deals .owl-nav .owl-next{ right:5px; } [dir="rtl"] .sesproduct_carousel_deals .owl-nav .owl-next{ left:5px; right:auto; } [dir="rtl"] .sesproduct_carousel_deals .owl-nav .owl-next i.fa-chevron-right:before{ content:"\f053"; } /*Deals of the day Carousal*/ /*ADD Wishlist Popup Css start Here*/ .sesproduct_addwishlist_popup h3{ margin:0 0 0 10px; } .sesproduct_addwishlist_popup .global_form > div > div > h3 + div{ margin-top:0; } .sesproduct_addwishlist_popup .global_form #is_private-label, .sesproduct_addwishlist_popup .global_form #buttons-label{ display:none; } /*ADD Wishlist Popup Css ends Here*/ /*WYSWYG Editor Css*/ .mce-btn button:hover{ background:transparent !important; } /* Empty Cart */ .sesproduct_my_cart_main .empty-cart-img{ border-width:1px; } .sesproduct_my_cart_main .empty-cart-img span > img{ width:100%; } /*RESPONSIVE CSS START HERE*/ @media (max-width:767px){ /*Product View Page*/ .sesproduct_information_view1 .sesproduct_information_leftcolumn, .sesproduct_information_view1 .sesproduct_information_right_column{ width:100%; } .sesproduct_custom_dealtime h2, .sesproduct_carousel_deals h2{ font-size:18px; } .sesproduct_custom_offers .deal_time img{ width:25px; } .sesproduct_custom_offers .deal_time ._time h3{ font-size:15px; } .sesproduct_welcome_offerblk .offersblk_inner > a{ width:50%; overflow:hidden; } .sesproduct_welcome_offerblk .offersblk_inner .offer_blk{ width:100% !important; margin:5px 10px; } .sesproduct_welcome_branddiscount .brand_inner > a{ display:inline-block; width:49%; padding:0 5px 10px; } .sesproduct_welcome_branddiscount .brand_inner .brands_discount{ width:100% !important; margin-left:auto; margin-right:auto; } .sesproduct_carousel_deals .sesproduct_welcome_offer{ padding:20px; } .sesproduct_welcome_branddiscount .brands_discount ._desc h3{ padding-bottom:0; } } @media (max-width:540px){ .sesproduct_information_innerL, .sesproduct_information_right_column .sesproduct_information_innerR{ width:100%; margin:10px 0; } .sesproduct_information_view1 .sesproduct_information_right_column{ padding:0; } .sesproduct_welcome_offerblk .offersblk_inner > a, .sesproduct_welcome_branddiscount .brand_inner > a{ width:100%; } .sesproduct_welcome_discoverproducts .discover_bottom{ width:100%; margin:0 0 20px !important; } .sesproduct_welcome_discoverproducts .discover_bottom ._imgsec{ height:280px !important; } .sesproduct_welcome_discoverproducts .discover_bottom ._desc{ padding:5px 15px; } .sesproduct_welcome_discoverproducts .discover_bottom ._desc h3{ font-size:18px; padding:0px; } } /*RESPONSIVE CSS END HERE*/ .sesproduct_browse_search #sliderBox > span{ display:block; margin-bottom:4px; } /* RATING STARS */ .sesproduct_rating_star_small:before, .sesproduct_rating_star:before{ content:"\f005"; font-weight:600; } .sesproduct_rating_star:before, .sesproduct_rating_star_small:before, .sesproduct_rating_star_small_half:before, .sesproduct_rating_star_disable:before{ font-family:'Font Awesome 6 Free'; display:inline-block; color:#FFC107; } .sesproduct_rating_star_disable:before{ content:"\f005"; font-weight:400; } /*Side bar List Css*/ .sesproduct_sidebar_product_list_img, .sesproduct_slideshow_product_wrapper.isfull_width .sesproduct_slideshow_product_container{ background:url(/application/modules/Sesproduct/externals/images/transprant-bg.png); } #global_page_sesproduct-dashboard-edit .ui-widget.ui-widget-content, #global_page_sesproduct-index-create .ui-widget.ui-widget-content{ width:500px !important; }.sesproduct_image_quick_view{ float: left; display: block; position: relative; } .quickviewoverlay{ width: 100%; height: 100%; display: block; position: absolute; z-index: 2; } .quickviewoverlay:after{ /*content: "Hover me!";*/ position: absolute; left: 50%; top: 50%; margin-left: -80px; margin-top: -1.5em; width: 160px; height: 3em; line-height: 3em; text-align: center; background: rgba(255, 255, 255, 0.5); font-weight: bold; } .quickviewoverlay:hover:after{ display: none; } #ip-viewfinder{ border: dotted #CCC 1px; background: rgba(255,255,255,0.5); } /*Page Loader*/ .sespwa_page_loader { display:block; width:64px; height:64px; position:fixed; left:50%; top:50%; transform:translate(-50%, -50%); z-index:110; } .sespwa_page_loader:after{ content:" "; display:block; width:46px; height:46px; margin:1px; border-radius:50%; border:4px solid #000; animation:sespwa_page_loader 1.2s linear infinite; } @keyframes sespwa_page_loader { 0% { transform:rotate(0deg); } 100% { transform:rotate(360deg); } } /*Banner Widget CSS Start Here*/ .layout_sespwa_banner_slideshow{ background-color:transparent !important; border-width:0 !important; padding:0 !important; margin:0 0 15px !important; } .sespwa_banner_container{ position:relative; } .sespwa_banner_img_container{ height:100%; overflow:hidden; position:relative; width:100%; } .sespwa_banner_img_container img{ height:100%; position:absolute; object-fit:cover; width:100%; z-index:1; } .sespwa_banner_content{ background-color:rgba(0, 0, 0, .5); display:table; margin:0 auto; height:100%; padding:0 200px; width:100%; top:0; position:absolute; z-index:1; } .sespwa_banner_content_inner{ display:table-cell; text-align:center; vertical-align:middle; } [dir="rtl"] .sespwa_banner_content_inner{ text-align:center; } .sespwa_banner_title, .sespwa_banner_des{ margin:10px 0; clear:both; text-shadow:0 1px 3px rgba(255, 255, 255, 0.3); } .sespwa_banner_title{ font-size:40px; } .sespwa_banner_des{font-size:17px;} .sespwa_banner_btns{margin:30px 0;text-align:center;} .sespwa_banner_btns a{ border-radius:5px; font-weight:bold; font-size:15px; letter-spacing:1px; display:inline-block; margin:0 5px; padding:10px 20px; -webkit-transition:all 200ms ease 0s; -moz-transition:all 200ms ease 0s; -o-transition:all 200ms ease 0s; transition:all 200ms ease 0s; } .sespwa_banner_btns a:hover{text-decoration:none;} @media only screen and (max-width:950px){ .sespwa_banner_content{padding:0 50px;} } @media only screen and (max-width:768px){ .sespwa_banner_content{padding:0 20px;} .sespwa_banner_title{font-size:25px;} .sespwa_banner_des{font-size:15px;} } /*Banner Widget CSS End Here*/ /*Startup Screen Start*/ .sespwa_startup_screen{ position:fixed; top:0; left:0; height:100%; width:100%; z-index:999; } .sespwa_startup_screen_content{ position:absolute; top:50%; width:100%; text-align:center !important; transform:translateY(-50%); } .sespwa_startup_screen_content ._text{ color:#fff; font-size:25px; font-weight:bold; display:block; padding:0 10px; word-break: break-word; } .sespwa_startup_screen_content ._logo{ margin-top:10px; } .sespwa_startup_screen_content ._logo img{ max-height:50px; max-width:90%; } .sespwa_startup_screen_content ._copyright{ color:#fff; margin-top:10px; opacity:.8; } .sespwa_startup_loading { display:inline-block; position:absolute; width:64px; height:64px; bottom:0; left:50%; margin-left:-34px; } .sespwa_startup_loading div { position:absolute; top:27px; width:11px; height:11px; border-radius:50%; background:#fff; animation-timing-function:cubic-bezier(0, 1, 1, 0); } .sespwa_startup_loading div:nth-child(1) { left:6px; animation:sespwa_startup_loading1 0.6s infinite; } .sespwa_startup_loading div:nth-child(2) { left:6px; animation:sespwa_startup_loading2 0.6s infinite; } .sespwa_startup_loading div:nth-child(3) { left:26px; animation:sespwa_startup_loading2 0.6s infinite; } .sespwa_startup_loading div:nth-child(4) { left:45px; animation:sespwa_startup_loading3 0.6s infinite; } /**/ @media (max-width:1024px) { .sesjob_category_job .sesjob_category_item .sesjob_list_readmore { display: none; } } @keyframes sespwa_startup_loading1 { 0% { transform:scale(0); } 100% { transform:scale(1); } } @keyframes sespwa_startup_loading3 { 0% { transform:scale(1); } 100% { transform:scale(0); } } @keyframes sespwa_startup_loading2 { 0% { transform:translate(0, 0); } 100% { transform:translate(19px, 0); } } /*Startup Screen End*//*Global Classes*/ .sesqa_tag{ border-width:1px; padding:0 8px; border-radius:3px; line-height:200%; display:inline-block; margin:0 1px 4px 0; font-size:var(--theme-font-size-small); } .sesqa_labels li{ display:inline-block; } .sesqa_labels li span{ width:20px; height:20px; position:relative; display:block; border-radius:10px; } .sesqa_labels li span i{ color:#fff; font-size:10px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); } .sesqa_featured_label{background:#47c8e3;} .sesqa_sponsored_label{background:#3f51b5;} .sesqa_verified_label{background:#4CAF50;} .sesqa_hot_label{background:#FF5722;} .sesqa_new_label{background :#bf3f34;} .sesqa_open_label { background:#E91E63; } .sesqa_toggle_option{ position:absolute; right:10px; top:10px; font-size:16px; } .sesqa_animation{ -webkit-transition:all 500ms ease 0s; -moz-transition:all 500ms ease 0s; -o-transition:all 500ms ease 0s; transition:all 500ms ease 0s; } .sesqa_toggle_option .sesbasic_pulldown_options{ right:-5px; } /*ITEM BUTTONS STARTS*/ .sesqa_social_btns > div{ display:inline-block; } .sesqa_social_btns > div > a i:before{ font-size:15px; } .sesqa_social_share_wrap{ position:relative; } .sesqa_social_share_options{ position:absolute; box-shadow:0 0 10px rgba(0, 0, 0, .2); padding:10px; text-align:center; border-radius:5px; top:80px; left:50%; transform:translateX(-50%); opacity:0; white-space:nowrap; visibility:hidden; -webkit-transition:all 300ms ease 0s; -moz-transition:all 300ms ease 0s; -o-transition:all 300ms ease 0s; transition:all 300ms ease 0s; } .sesqa_social_share_wrap .open + .sesqa_social_share_options{ opacity:1; visibility:visible; top:30px; } .sesqa_social_share_options > a{ float:none; display:inline-block; padding:2px 0; } .sesqa_social_btns .sesqa_like_question:hover, .sesqa_social_btns .sesqa_like_question.button_active{ background:#03A9F4; } .sesqa_social_btns .sesqa_favourite_question:hover, .sesqa_social_btns .sesqa_favourite_question.button_active{ background:#ff4c4c; } .sesqa_social_btns .sesqa_follow_question:hover, .sesqa_social_btns .sesqa_follow_question.button_active{ background:#FF9800; } /*ITEM BUTTONS END*/ /*CREATE PAGE START HERE*/ .sesqa_question_form .global_form .sesqa_poll_main_container .form-element{ min-width:inherit; } .sesqa_question_form .sesqa_poll_main_container .imgs .disable i{ color:black; opacity:.3; } .sesqa_question_form .sesqa_poll_main_container .imgs a i{ font-size:18px; margin:0 4px; color: var(--theme-button-background-color); } .sesqa_question_form .sesqa_poll_main_container .imgs a{ background:transparent !important; } .sesqa_question_form .sesqa_poll_main_container .imgs{ margin:10px; display:inline-block; } /*CREATE PAGE END HERE*/ /*TOTAL STATS STARTS*/ .sesqa_total_stats { border-width:1px; text-align:center !important; margin-top:15px; } .sesqa_total_stats li{ line-height:normal; } .sesqa_total_stats li + li{ border-top-width:1px; } .sesqa_total_stats li a{ display:block; padding:15px 10px; position:relative; } .sesqa_total_stats li a:before { content:""; width:2px; height:60%; display:block; position:absolute; left:0; top:16px; background: var(--theme-button-background-color); } .sesqa_total_stats li:nth-child(even) a:before{ left:auto; right:0; } .sesqa_total_stats li a span { display:block; font-size:25px; font-weight:bold; } /*TOTAL STATS ENDS*/ /*NO QUESTION TIP STARTS*/ .sesqa_noquestion_tip{ text-align:center !important; padding:20px 0; } .sesqa_noquestion_tip img{ margin-bottom:20px; max-width:128px; } .sesqa_noquestion_tip span{ display:block; font-size:17px; } /*NO QUESTION TIP END*/ /*LISTINGS CSS START HERE*/ .sesqa_tabs{ border-bottom-width:1px; } .sesqa_tabs ul{ display:inline-block; text-align:left; padding:0 5px; } .sesqa_tabs ul li{ display:inline-block; text-align:center; position:relative; } .sesqa_tabs ul li.active{ border-width:2px 1px 0; bottom:-1px; background-color:var(--theme-list-background-color); } .sesqa_tabs ul li a{ display:block; font-weight:bold; padding:10px; color:var(--theme-font-color); } .sesqa_poll_label{ border-radius:3px; padding:0 10px; display:inline-block; line-height:200%; font-size:var(--theme-font-size-small); background:var(--theme-button-background-color); color: var(--theme-button-font-color) !important; } .sesqa_poll_label:hover{ text-decoration:none; } .sesqa_poll_label i{ margin-right:5px; } /*List View 1*/ .sesqa_list1_item{ clear:both; padding:10px 0; } .sesqa_list1_item article{ padding:20px; border-width:1px; position:relative; display:flex; } .sesqa_list1_item article ._statsbox{ float:left; margin-right:15px; } .sesqa_list1_item article ._statsbox li{ float:left; text-align:center; } .sesqa_list1_item article ._statsbox li + li{ margin-left:15px; } .sesqa_list1_item article ._statsbox li span._count{ border-width:2px; border-radius:50%; display:block; margin:0 auto 5px; height:40px; width:40px; font-weight:bold; font-size:110%; line-height:36px; } .sesqa_list1_item article ._statsbox li span._txt{ display:block; } .sesqa_list1_item_content ._info > ._location { text-overflow:ellipsis; white-space:nowrap; overflow:hidden; max-width:200px; } .sesqa_list1_item .sesqa_listone_img img { width:70px; height:70px; padding:3px; margin-right:20px; } [dir="rtl"] .sesqa_list1_item .sesqa_listone_img img{ margin-right:0; margin-left:20px; } .sesqa_text_labels > li > span { color:#fff; padding:0 10px; display:inline-block; border-radius:3px; line-height:200%; font-size:var(--theme-font-size-small); } .sesqa_text_labels > li{ display:inline-block; margin-right:2px; } .sesqa_list1_item_content{ overflow:hidden; width:100%; } .sesqa_list1_item_content ._right{ position:relative; margin-bottom:10px; display:flex; justify-content:space-between; } .sesqa_list1_item_content ._right .sesqa_labels{ float:left; margin-top:2px; } .sesqa_list1_item_content ._right .sesqa_labels li{ float:left; margin-right:5px; } .sesqa_list1_item_content ._right .sesqa_poll_label{ padding:0 8px; } .sesqa_list1_item_content ._title{ font-size:18px; font-weight:bold; overflow:hidden; margin-bottom:10px; } .sesqa_list1_item_content ._des { margin-bottom:15px; } .sesqa_list1_item_content ._info{ margin-top:15px; padding-top:10px; border-top-width:1px; } .sesqa_list1_item_content ._info > li{ float:left; margin:2px 0; margin-right:20px; font-size:var(--theme-font-size-small); } [dir="rtl"] .sesqa_list1_item_content ._info > li{ margin-right:0; margin-left:20px; float:right; } .sesqa_list1_item_content ._info > li span + span{ margin-left:5px; } [dir="rtl"] .sesqa_list1_item_content ._info > li span + span{ margin-left:0; margin-right:5px; } .sesqa_list1_item_content ._info > li i{ margin-right:5px; } [dir="rtl"] .sesqa_list1_item_content ._info > li i{ margin-right:0; margin-left:5px; } .sesqa_list1_item_content ._footer{ margin-top:15px; } .sesqa_list1_item_content ._footer ._tags{ float:left; } [dir="rtl"] .sesqa_list1_item_content ._footer ._tags{ float:right; } .sesqa_list1_item_content ._footer .sesqa_social_btns{ float:right; } [dir="rtl"] .sesqa_list1_item_content ._footer .sesqa_social_btns{ float:left; } .sesqa_list1_item_content ._footer .sesqa_social_btns > div > a{ padding:0; height:25px; width:25px; line-height:23px; } .sesqa_list1_item_content ._footer .sesqa_social_btns > div > a > i { line-height:20px; } .sesqa_list1_item_content ._footer .sesqa_social_btns > div > a i:before{ font-size:11px; } .sesqa_list1_item_content .sesqa_social_share_options{ right:0; left:auto; transform:translateX(0); } .layout_sesqa_manage_tabbed_widget .sesqa_list1_item_content{ padding-right:20px; } .layout_sesqa_manage_tabbed_widget .sesqa_list1_item .sesqa_toggle_option{ top:15px; right:15px; } /*List View 2*/ .sesqa_list2_item{ padding:10px 0; clear:both; } .sesqa_list2_item article{ padding:20px; border-width:1px; } .sesqa_list2_item article ._header ._right{ margin-bottom:10px; } .sesqa_list2_item article ._header ._right .sesqa_labels{ float:left; } .sesqa_list2_item article ._header ._right .sesqa_labels li{ float:left; margin-right:5px; } .sesqa_list2_item article ._header ._right .sesqa_poll_label{ float:left; } .sesqa_list2_item article .sesqa_list2_item_content ._title{ font-size:18px; font-weight:bold; overflow:hidden; margin-bottom:10px; } .sesqa_list2_item article .sesqa_list2_item_content ._des { margin-bottom:15px; } .sesqa_list2_item article ._top{ display:flex; margin:5px 0 0; padding-right:30px; } .sesqa_list2_item_content{ flex:1; } .sesqa_list2_item_content ._info{ display:flex; align-items:center; margin-top:15px; } .sesqa_list2_item article .sesqa_list2_item_content ._title .sesqa_poll_label{ margin-left:5px; } .sesqa_list2_item_content ._info > li{ float:left; margin:0 2px; font-size:var(--theme-font-size-small); } .sesqa_list2_item .sesqa_main_cont { display:flex; } .sesqa_list2_stats { min-width:25%; max-width:25%; } .sesqa_list2_item_content .sesqa_listtwo_img img { width:30px; height:30px; vertical-align:middle; } .sesqa_list2_item_content ._info > li > span{ margin-right:5px; } .sesqa_list2_item_content ._info > li i{ margin-right:5px; } .sesqa_list2_item article ._statsbox{ margin-left:15px; } .sesqa_list2_item article ._statsbox li ._count{ border-width:1px; display:inline-block; height:50px; width:50px; line-height:50px; text-align:center; border-radius:50px; } .sesqa_list2_item article ._statsbox li{ display:inline-block; text-align:center; margin-top:10px; } .sesqa_list2_item article ._statsbox li + li{ margin-left:10px; } .sesqa_list2_item article ._statsbox li span._count{ display:block; font-size:17px; font-weight:bold; margin-top:5px; } .sesqa_list2_item article ._statsbox li span._txt{ display:block; margin-top:5px; font-size:var(--theme-font-size-small); } .sesqa_list2_item_content ._info > li > .sesqa_listtwo_img { display:inline-block; margin-top:2px; } .sesqa_list2_item article ._footer{ margin-top:15px; } .sesqa_list2_item article ._footer ._tags{ float:left; } .sesqa_list2_item article ._footer .sesqa_social_btns{ float:right; } .sesqa_list2_item article ._footer .sesqa_social_btns > div > a{ padding:0; height:25px; width:25px; line-height:24px; } .sesqa_list2_item article ._footer .sesqa_social_btns > div > a i:before{ font-size:11px; } .sesqa_list2_item article .sesqa_social_share_options{ right:0; left:auto; transform:translateX(0); } .layout_sesqa_manage_tabbed_widget .sesqa_list2_item ._header{ padding-right:30px; position:relative; } .layout_sesqa_manage_tabbed_widget .sesqa_list2_item ._header .sesqa_toggle_option{ top:0; right:-5px; } /*Grid View*/ .sesqa_gridview h2{ border-bottom-width:1px; padding-bottom:10px; } .sesqa_gridview_item{ text-align:center !important; padding:10px; position:relative; border-width:1px; overflow:hidden; height:calc(100% - 25px); margin-top:25px; display:flex; flex-direction:column; } .sesqa_gridview_item ._bestans_label{ position:absolute; top:0; left:15px; } .sesqa_gridview_item .sesqa-user_img{ width:60px; border-radius:50px; overflow:hidden; height:60px; border-width:1px; margin:10px auto 0; } .sesqa_gridview_item .sesqa-user_img img{ width:100%; height:100%; object-fit:cover; padding:3px; border:0; } .sesqa_gridview_item ._title{ margin-top:10px; font-size:16px; font-weight:600; padding:0 10px; text-align:center; } .sesqa_gridview_item .sesqa_labels{ margin-top:10px; } .sesqa_gridview_item p{ margin-top:10px; font-size:var(--theme-font-size-small); } .sesqa_gridview_item_stats{ margin-top:auto; padding-top:10px; position:relative; text-align:center !important; transition:all .5s ease; } .sesqa_gridview_item:hover .sesqa_gridview_item_stats{ transform:translateY(100px); transition:all .5s ease; } .sesqa_gridview_item_stats:before{ content:""; position:absolute; width:80%; height:1px; margin:auto; display:block; left:0; right:0; top:0; border-top:1px solid var(--theme-border-color); } .sesqa_gridview_item_stats span{ margin:0 2px; font-size:var(--theme-font-size-small); } .sesqa_gridview_item_stats span i{ margin-right:5px; } [dir="rtl"] .sesqa_gridview_item_stats span i{ margin-right:0; margin-left:5px; } .sesqa_gridview_item ._footer{ transition:all .5s ease; position:absolute; bottom:-1px; left:0; right:0; padding:12px 0 5px; text-align:center; transform:translateY(50px); } .sesqa_gridview_item:hover ._footer{ transform:translateY(0); transition:all .5s ease; } .sesqa_gridview_item ._footer > div > a{ margin:0 2px; } /*Grid View 2 Additional CSS*/ .sesqa_gridview_item .sesqa_toggle_option{ position:absolute; top:5px; right:15px; font-size:16px; } .sesqa_gridview_item.bottom-border{ border:1px solid var(--theme-border-color) !important; border-bottom: 6px solid var(--theme-button-background-color) !important; } .sesqa_gridview_item.bottom-border .sesqa_views_box{ margin-top:10px; text-align:center; } .sesqa_gridview_item.bottom-border .sesqa_views_box li{ border-width:2px; border-radius:50%; display:inline-block; position:relative; text-align:center; margin:0 2px; height:60px; width:60px; } .sesqa_gridview_item.bottom-border .sesqa_views_box li p{ position:absolute; top:50%; transform:translateY(-50%); width:100%; margin:0; } .sesqa_gridview_item.bottom-border .sesqa_views_box li span{ display:block; line-height:15px; font-size:11px; } .sesqa_gridview_item.bottom-border .sesqa_views_box li span:nth-child(1){ font-size:150%; } html .sesqa_noquestion_tip_wrapper{ width:100%; border-width:0 !important; padding:20px 0 !important; } /*LISTINGS CSS END HERE*/ /*SIDEBAR LIST VIEW START*/ .sesqa_sidebar_list_item{ border-bottom-width:1px; position:relative; overflow:hidden; padding:15px 0; } .sesqa_sidebar_list_item .sesqa_sidebar_right{ overflow:hidden; } .sesqa_sidebar_list_item:last-child{ border-bottom:0; } .sesqa_sidebar_list_item ._photo{ float:left; margin-right:10px; width:40px; height:40px; } [dir="rtl"] .sesqa_sidebar_list_item ._photo{ float:right; margin-right:0; margin-left:10px; } .sesqa_sidebar_list_item ._photo img{ height:100%; width:100%; border-radius:50%; } .sesqa_sidebar_list_item ._title{ font-weight:bold; font-size:95%; } .sesqa_sidebar_list_item .sesqa_labels{ margin-top:5px; } .sesqa_sidebar_list_item p{ margin-top:5px; font-size:var(--theme-font-size-small); } .sesqa_sidebar_list_item ._stats{ margin-top:5px; font-size:var(--theme-font-size-small); } .sesqa_sidebar_list_item ._stats span{ margin:0 2px; } .sesqa_sidebar_list_item ._stats span i{ margin-right:4px; } [dir="rtl"] .sesqa_sidebar_list_item ._stats span i{ margin-right:0; margin-left:5px; } .sesqa_sidebar_list_item ._footer{ transition:all .5s ease; position:absolute; bottom:-100%; left:0; right:0; padding:10px 0 6px; opacity:0; text-align:center; background:var(--theme-button-background-color); } .sesqa_sidebar_list_item:hover ._footer{ bottom:4px; opacity:1; } .sesqa_sidebar_list_item ._footer a{ margin:0 2px; } .sesqa_sidebar_list_item .sesqa_social_share_options{ right:0; left:inherit; transform:none; } .sesqa_sidebar_list_item ._answerphoto{ float:left; margin-right:10px; } .sesqa_sidebar_list_item ._answerphoto img{ border-width:0; border-radius:50%; height:40px; vertical-align:middle; width:40px; } .sesqa_sidebar_list_item ._answerinfo ._answerdate { font-size:var(--theme-font-size-small); } .sesqa_sidebar_list_item ._answerinfo{ overflow:hidden; } .sesqa_sidebar_list_item ._answerdes{ margin-top:5px; } /*SIDEBAR LIST VIEW END*/ /*CATEGORY WIDGETS CSS START HERE*/ /*Social Share Buttons*/ .sesqa_icon_btn{ background-color:#000; background-color:rgba(0,0,0,0.6); border-radius:3px; float:left; overflow:hidden; padding:7px 0; position:relative; text-align:center !important; -webkit-transition:all 0.1s ease-in-out; -moz-transition:all 0.1s ease-in-out; transition:all 0.1s ease-in-out; height:30px; width:30px; } [dir="rtl"] .sesqa_icon_btn{ float:right; } .sesqa_icon_btn + .sesqa_icon_btn{ margin-left:4px; } [dir="rtl"] .sesqa_icon_btn + .sesqa_icon_btn{ margin-left:0; margin-right:4px; } .sesqa_icon_btn .fa{ transform:inherit !important;} .sesqa_icon_btn i:before{color:#fff;font-size:17px;} .sesqa_icon_btn:hover{background:rgba(0,0,0,0.9);} .sesqa_icon_btn.sesqa_icon_facebook_btn:hover{background-color:#3b5998;} .sesqa_icon_btn.sesqa_icon_twitter_btn:hover{background-color:#00aced;} .sesqa_icon_btn.sesqa_icon_pintrest_btn:hover{background-color:#cc2127;} /*Home Categories Grid*/ .sesqa_home_category_wrapper{ clear:both; } .sesqa_home_category_content{ margin:0 -10px; display:flex; flex-wrap:wrap; } .sesqa_home_category_section{ padding:10px; width:225px; position:relative; margin-bottom:20px; } .sesqa_home_category_section .qa_social_btns{ opacity:0; left:0; top:-30px; width:100%; position:absolute; text-align:center; -webkit-transition:all 500ms ease 0s; -moz-transition:all 500ms ease 0s; -o-transition:all 500ms ease 0s; transition:all 500ms ease 0s; } .sesqa_home_category_section:hover .qa_social_btns{ opacity:1; top:40px; } .sesqa_home_category_section .qa_social_btns a{ float:none; display:inline-block; line-height:30px; } .sesqa_home_category_section > a{ border-width:1px; padding:10px; text-decoration:none !important; display:block; height:100%; } .sesqa_home_category_section:hover > a{ background-image:url(/application/modules/Sesqa/externals/images/transprant-bg.png); } .sesqa_home_category_section_img{ text-align:center; margin:0 auto; width:100px; height:100px; } .sesqa_home_category_section_img img{ max-height:100%; max-width:100%; } .sesqa_home_category_section_title{ font-size:16px; font-weight:bold; text-align:center; margin:10px 0px; } .sesqa_home_category_section_des{ text-align:center; } /*Home Categories List*/ .sesqa_home_category_list_view{ display:flex; flex-wrap:wrap; } .sesqa_home_category_list_item{ width:100%; } .sesqa_home_category_list_item > section{ border-bottom-width:1px; padding:10px 0; } .sesqa_home_category_list_item_icon{ float:left; margin-right:15px; } .sesqa_home_category_list_item_icon img{ max-width:100% !important; } .sesqa_home_category_list_sub{ padding-left:50px; } .sesqa_home_category_list_item_cont{ display:block; overflow:hidden; line-height:50px; font-size:17px; } .sesqa_home_category_list_sub_item{ padding:10px 0; } .sesqa_home_category_list_sub_item_icon{ float:left; margin-right:15px; } .sesqa_home_category_list_sub_item_cont{ display:block; overflow:hidden; line-height:50px; font-size:17px; } /*Categories Based Questions*/ .sesqa_category_listing_wrapper, .sesqa_category_listing_wrapper > div{ background-image:url(/application/modules/Sesqa/externals/images/transparent-bg.png); } .sesqa_category_question_section{ display:inline-block; padding:25px 20px; vertical-align:top; width:50%; } .sesqa_category_question_section:nth-child(even){ margin-left:-4px; } .sesqa_catview_list .sesqa_category_question_section{ width:33%; } .sesqa_category_question_section_title{ margin-bottom:15px; border-bottom-width:1px; padding-bottom:10px; } .sesqa_category_question_section_title p img{ width:20px; margin-right:10px; margin-top:2px; height:20px; object-fit:contain; float:left; } .sesqa_category_question_section_title p > a{ font-size:17px; text-decoration:none; text-transform:uppercase; display:block; overflow:hidden; } .sesqa_category_question_section_title span.seeall_link{ float:right; font-size:var(--theme-font-size-small); } .sesqa_category_question_section_title span.seeall_link a i{ margin-left:3px; } .sesqa_category_question_section_list{ padding:0 10px; } .sesqa_category_question_section_list ul li{ margin-bottom:20px; } .sesqa_category_question_section_list ul li i{ margin-right:8px; margin-top:3px; float:left; } .sesqa_category_question_section_list ul li span{ overflow:hidden; display:block; } .sesqa_category_question_section_list .list_view_all{ font-weight:bold; font-size:var(--theme-font-size-small); } /*Sidebar Questions List*/ .sesqa_sidebar_list_title{ font-weight:bold; margin-bottom:5px; } .sesqa_sidebar_list_title i{ float:left; margin-right:5px; } .sesqa_sidebar_list_title span{ display:block; overflow:hidden; } .sesqa_sidebar_list_stats{ margin:0 0 5px 15px; } .sesqa_sidebar_list_stats p{ display:inline-block; margin:0px 4px; } .sesqa_sidebar_list_discrtiption{ margin-left:18px; border-left-width:4px; padding-left:8px; } .sesqa_sidebar_list_item.see_all{ text-align:right; font-size:var(--theme-font-size-small); } .sesqa_sidebar_list_item.see_all a i{ margin-left:5px; } /*Questions List View*/ .sesqa_question_answer_list_content .sesqa_question_answer_section{ clear:both; overflow:hidden; border-width:1px; padding:15px; } .sesqa_question_answer_list_content .sesqa_question_answer_section + .sesqa_question_answer_section{ margin-top:15px; } .sesqa_question_answer_list_content .sesqa_question_answer_section:hover{ background-image:url(/application/modules/Sesqa/externals/images/transparent-bg.png); } .sesqa_question_answer_list_content .sesqa_question_answer_img{ float:left; width:105px; margin-right:15px; } .sesqa_question_answer_list_content .sesqa_question_answer_img img{ border-radius:3px; width:100%; } .sesqa_question_answer_list_content .sesqa_question_answer_content_section{ overflow:hidden; } .sesqa_question_answer_list_content .sesqa_question_answer_title{ font-size:17px; overflow:hidden; } .sesqa_question_answer_list_content .sesqa_question_answer_expcol_btn{ width:20px; float:left; font-size:15px; line-height:24px; cursor:pointer; padding:0 1px; } .sesqa_question_answer_list_content .sesqa_question_answer_cont{ overflow:hidden; } .sesqa_question_answer_list_content ._isexpcol .sesqa_question_answer_cont{ padding-left:20px; } .sesqa_question_answer_list_content .sesqa_question_answer_discription{ margin-top:10px; margin-bottom:10px; } .sesqa_question_answer_list_content .sesqa_question_answer_stats ul{ float:left; padding-left:2px; } .sesqa_question_answer_list_content .sesqa_question_answer_stats ul li{ float:left; margin-right:15px; } .sesqa_question_answer_list_content p.read_more{ text-align:right; overflow:hidden; font-weight:bold; font-size:var(--theme-font-size-small); } .sesqa_question_answer_list_content p.read_more a i{ margin-left:5px; } /*Questions Grid View*/ .sesqa_question_answer_grid_content{ margin:0 -10px; } .sesqa_question_answer_grid_content .sesqa_question_answer_section{ float:left; width:50%; padding:10px; } .sesqa_question_answer_grid_content .sesqa_question_answer_inner{ border-width:1px; padding:15px; overflow:hidden; } .sesqa_question_answer_grid_content .sesqa_question_answer_inner:hover{ background-image:url(/application/modules/Sesqa/externals/images/transparent-bg.png); } .sesqa_question_answer_grid_content .sesqa_question_answer_stats ul{ padding-left:2px; clear:both; overflow:hidden; } .sesqa_question_answer_grid_content .sesqa_question_answer_stats ul li{ float:left; margin-right:12px; } .sesqa_question_answer_grid_content .sesqa_question_answer_stats ul li:last-child{ margin:0px; } .sesqa_question_answer_grid_content .sesqa_question_answer_img{ width:100%; margin:15px 0px 0px 0pc; } .sesqa_question_answer_grid_content .sesqa_question_answer_img img{ border-radius:3px; width:100%; height:150px; object-fit:cover; } .sesqa_question_answer_grid_content .sesqa_question_answer_content_section{ overflow:hidden; } .sesqa_question_answer_grid_content .sesqa_question_answer_title{ font-size:17px; margin-bottom:8px; } .sesqa_question_answer_grid_content .sesqa_question_answer_discription{ margin:15px 0px; line-height:24px; } .sesqa_question_answer_grid_content p.read_more{ text-align:right; overflow:hidden; font-weight:bold; margin-top:10px; font-size:var(--theme-font-size-small); } /*CATEGORY PAGES CSS STARTS*/ .sesqa_category_banner{ position:relative; background: var(--theme-button-background-color); background: -webkit-linear-gradient(to left, var(--theme-button-background-color), #eef2f3); background: linear-gradient(to left, var(--theme-button-background-color), #eef2f3); } .sesqa_category_banner_img{ background-position:center center; background-size:cover; display:block; height:250px; width:100%; } .sesqa_category_banner_cont{ background-color:rgba(0, 0, 0, .3); position:absolute; height:100%; left:0; top:0; width:100%; } .sesqa_category_banner_cont > div{ display:table; height:100%; width:100%; } .sesqa_category_banner_cont_inner{ display:table-cell; padding:20px 50px; vertical-align:middle; } .sesqa_category_banner_cont_inner *{ color:#fff; text-align:center; text-shadow:0 0 8px rgba(0, 0, 0, .5); } .sesqa_category_banner_title{ font-size:40px; margin-bottom:15px; } .sesqa_category_banner_des{ font-size:17px; line-height:25px; } .sesqa_category_qa_listing_head{ border-bottom-width:1px; padding:10px 0; margin-bottom:15px; } .sesqa_category_qa_listing_head img{ object-fit:contain; margin-right:10px; height:24px; width:24px; float:left; } [dir="rtl"] .sesqa_category_qa_listing_head img{ float:right; margin-right:0; margin-left:10px; } .sesqa_category_qa_listing_head > a, .sesqa_category_qa_listing_head > span:not(.seeall_link){ text-transform:uppercase; font-size:17px; font-weight:bold; } .sesqa_category_qa_listing_head > span.seeall_link{ float:right; font-size:var(--theme-font-size-small); } [dir="rtl"] .sesqa_category_qa_listing_head > span.seeall_link{ float:left; } .sesqa_category_qa_listing_head > span.seeall_link a i{ margin-left:3px; } .sesqa_category_qa_listing_cont{ margin-bottom:20px; } .layout_sesqa_category_view_page .sesqa_question_answer_list_content, .layout_sesqa_category_view_page .sesqa_question_answer_grid_content{ margin-bottom:20px; } /*category view block*/ .sesqa_category_view .category_view_section{ text-align:center; } .sesqa_category_view .category_view_section{ text-align:center; position:relative; overflow:hidden; padding:5px; height:calc(100% - 25px); margin-top:10px; } .sesqa_category_view .category_view_section:hover{ opacity:.8; } .category_view_section .qa_social_btns{ display:flex; align-items:center; justify-content:center; opacity:0; left:0; top:-30px; width:100%; position:absolute; text-align:center; -webkit-transition:all 500ms ease 0s; -moz-transition:all 500ms ease 0s; -o-transition:all 500ms ease 0s; transition:all 500ms ease 0s; } .category_view_section:hover .qa_social_btns{ opacity:1; top:10px; } .sesqa_category_view ul li .category_view_section > a{ background-image:url(/application/modules/Sesqa/externals/images/transparent-bg.png); display:block; text-decoration:none; height:170px; padding:27px 10px; width:100%; } .sesqa_category_view ul li p.category_icon img{ object-fit:contain; } .sesqa_category_view ul li p.category_title{ margin-top:15px; font-weight:bold; } /*TAGS START HERE*/ .sesqa_tags_list{ margin-top:10px; } .sesqa_tags_list li{ display:inline-block; margin:0 2px 6px 0; } .sesqa_tags_more{ text-align:right; font-weight:bold; font-size:var(--theme-font-size-small); } /*TAGS END HERE*/ /*Category Sidebar Widget*/ .sesqa_sidebar_categories{ padding:0; } .sesqa_sidebar_categories li{ padding:10px 0; } .sesqa_sidebar_categories li + li{ border-top-width:1px; } .sesqa_sidebar_categories li a.catlabel{ background-image:url(/application/modules/Sesqa/externals/images/category.png); background-position:left 2px; background-repeat:no-repeat; background-size:16px auto; display:block; font-weight:bold; padding-left:22px; overflow:hidden; } [dir="rtl"] .sesqa_sidebar_categories > li a.catlabel{ background-position:right center; padding-left:0; padding-right:22px; } .sesqa_sidebar_categories > li a.noicon{ background-image:none; padding:0; } .sesqa_sidebar_categories a.cattoggel{ font-size:17px; float:right; height:16px; width:16px; text-align:center; line-height:16px; } [dir="rtl"] .sesqa_sidebar_categories a.cattoggel{ float:left; } .sesqa_sidebar_categories a.cattoggelright:before{ content:"\f0da"; } .sesqa_sidebar_categories a.cattoggeldown:before{ content:"\f0d7"; } .sesqa_sidebar_categories > li ul{ margin-left:10px; } [dir="rtl"] .sesqa_sidebar_categories > li ul{ margin-left:0; margin-right:10px; } .sesqa_sidebar_categories > li ul li{ border-width:0; padding:5px 0; } .sesqa_home_category_list_item:last-child > section{ border-bottom-width:0; } /*CATEGORY PAGES CSS ENDS*/ /*BANNER SEARCH STARTS HERE*/ .sesqa_search_banner{ background-color:var(--theme-list-background-color); } .sesqa_search_banner_full #global_wrapper, .sesqa_search_banner_full #global_content{ padding-top:0; margin-top:0; } .sesqa_search_banner_full #global_wrapper, .sesqa_search_banner_full #global_content{ padding-top:0; } .layout_sesqa_banner_search{ padding:0 !important; border-width:0 !important; box-shadow:none !important; } .sesqa_search_banner_container{ height:350px; } .sesqa_search_banner{ height:350px; width:100%; position:relative; } .search_banner_bg_full .sesqa_search_banner{ position:absolute; left:0px; right:0px; } .sesqa_search_banner_inner{ background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; height:100%; width:100%; } /*Type 1*/ .sesqa_search_banner.type1 .sesqa_search_banner_content{ background:rgba(55, 91, 116, 0.05); margin:0 auto; padding:50px 20px; display:table; height:100%; width:100%; } .sesqa_search_banner.type1 .sesqa_search_banner_content_left{ max-width:1200px; margin:0 auto; padding:50px; display:table; height:100%; width:100%; } .search_banner_bg_full .sesqa_search_banner.type1 .sesqa_search_banner_content_left{ padding:40px 0; } .sesqa_search_banner.type1 .sesqa_search_banner_heading h2{ font-size:30px; display:inline-block; color:white; position:relative; } .sesqa_search_banner.type1 .sesqa_search_banner_heading h2 img{ max-height:40px; margin-right:10px; vertical-align:middle; float:left; } .sesqa_search_banner.type1 .sesqa_search_banner_heading h2 span{ overflow:hidden; color:white; } .sesqa_search_banner.type1 .sesqa_search_banner_des{ margin-top:15px; font-size:16px; color:white; position:relative; } .layout_sesqa_banner_search{ margin-bottom:25px; } .sesqa_search_banner.type1 .sesqa_search_banner_ques{ margin-top:5px; position:relative; } .sesqa_search_banner.type1 .sesqa_search_banner_ques > div{ margin-top:10px; } .sesqa_search_banner.type1 .sesqa_search_banner_form{ border-width:1px; background-color:#fff; border-radius:40px; margin-top:15px; position:relative; padding:0 40px 0 20px; width:60%; } [dir="rtl"] .sesqa_search_banner.type1 .sesqa_search_banner_form{ padding:0 20px 0 20px; } .sesqa_search_banner.type1 .sesqa_search_banner_form input[type="text"]{ background:none !important; color:#555; height:50px; line-height:40px; padding:0; width:100%; outline:none; border:0; } .sesqa_search_banner.type1 .sesqa_search_banner_form button{ position:absolute; right:0; top:0; padding:0; height:50px; width:40px; background:none; color:#555; border-radius:50px; font-size:17px; border:0; } [dir="rtl"] .sesqa_search_banner.type1 .sesqa_search_banner_form button{ right:auto; left:0; } .sesqa_search_banner_inner:before{ content:""; position:absolute; top:0; left:0; right:0; bottom:0; background:black; opacity:.4; } /*Type 2*/ .sesqa_search_banner.type2 { background: var(--theme-button-background-color); background: -webkit-linear-gradient(to left, var(--theme-button-background-color), #eef2f3); background: linear-gradient(to left, var(--theme-button-background-color), #eef2f3); } .sesqa_search_banner.type2 .sesqa_search_banner_content{ background:rgba(55,91,116,0.25); margin:0 auto; padding:50px 20px; display:table; height:100%; width:100%; position:relative; } .sesqa_search_banner.type2 .sesqa_search_banner_content > div{ display:table-cell; vertical-align:middle; } .sesqa_search_banner.type2 .sesqa_search_banner_heading, .sesqa_search_banner.type2 .sesqa_search_banner_des{ text-align:center; } .sesqa_search_banner.type2 .sesqa_search_banner_heading h2{ color:#fff !important; font-size:40px; margin:0; padding:0; } .sesqa_search_banner.type2 .sesqa_search_banner_heading h2, .sesqa_search_banner.type2 .sesqa_search_banner_heading h2 span{ color:#fff !important; } .sesqa_search_banner.type2 .sesqa_search_banner_heading h2 img{ max-height:40px; margin-right:10px; vertical-align:middle; } .sesqa_search_banner.type2 .sesqa_search_banner_des p{ color:#fff; font-size:20px; margin-top:5px; } .sesqa_search_banner.type2 .sesqa_search_banner_form{ border:5px solid rgba(0, 0, 0, .2); margin:15px auto 0; border-radius:40px; width:600px; } .sesqa_search_banner.type2 .sesqa_search_banner_form > div{ background-color:#fff; border-radius:40px; position:relative; padding:0 40px 0 20px; } .sesqa_search_banner.type2 .sesqa_search_banner_form input[type="text"]{ border-width:0; background:none !important; border-radius:40px; height:44px; line-height:44px; padding:0; width:100%; outline:none; } .sesqa_search_banner.type2 .sesqa_search_banner_form button{ position:absolute; right:0; top:0; padding:0; height:44px; width:44px; background:none; color:#555; border-radius:50px; font-size:17px; } .sesqa_search_banner.type2 .sesqa_search_banner_ques{ max-width:600px; margin:10px auto 0; text-align:center; } .sesqa_search_banner.type2 .sesqa_search_banner_ques a{ background-color:rgba(0,0,0,0.2); color:#fff; padding:5px 10px; margin:4px 4px; display:inline-block; border-radius:5px; font-size:var(--theme-font-size-small); } .sesqa_search_banner.type2 .sesqa_search_banner_ques a:hover{ background-color:rgba(0,0,0,0.4); text-decoration:none; } /*Type 3*/ .sesqa_search_banner.type3 { background: var(--theme-button-background-color); background: -webkit-linear-gradient(to left, var(--theme-button-background-color), #eef2f3); background: linear-gradient(to left, var(--theme-button-background-color), #eef2f3); } .sesqa_search_banner.type3 .sesqa_search_banner_content{ background:rgba(55,91,116,0.25); margin:0 auto; padding:50px 20px; display:table; height:100%; width:100%; position:relative; } .sesqa_search_banner.type3 .sesqa_search_banner_content > div{ display:table-cell; vertical-align:middle; } .sesqa_search_banner.type3 .sesqa_search_banner_heading, .sesqa_search_banner.type3 .sesqa_search_banner_des{ text-align:center; } .sesqa_search_banner.type3 .sesqa_search_banner_heading h2{ font-size:40px; margin:0 0 15px; padding:0; } .sesqa_search_banner.type3 .sesqa_search_banner_heading h2, .sesqa_search_banner.type3 .sesqa_search_banner_heading h2 span{ color:#fff !important; } .sesqa_search_banner.type3 .sesqa_search_banner_heading h2 img{ max-height:40px; margin-right:10px; vertical-align:middle; } .sesqa_search_banner.type3 .sesqa_search_banner_des p{ color:#fff; font-size:20px; } .sesqa_search_banner.type3 .sesqa_search_banner_form{ padding-top:20px; } .sesqa_search_banner.type3 .sesqa_search_banner_form > div{ background-color:#fff; border-radius:40px; position:relative; width:500px; margin:0 auto; padding:0 60px 0 30px; } .sesqa_search_banner.type3 .sesqa_search_banner_form input[type="text"]{ border-width:0; background:none !important; height:60px; line-height:60px; width:100%; padding:0; outline:none; } .sesqa_search_banner.type3 .sesqa_search_banner_form button{ position:absolute; right:10px; top:10px; padding:0; height:40px; width:40px; background:none; color:#555; border-radius:50px; font-size:17px; } .sesqa_search_banner.type3 .sesqa_search_banner_ques{ max-width:600px; margin:20px auto 0; text-align:center; } .sesqa_search_banner.type3 .sesqa_search_banner_ques a{ background-color:rgba(0,0,0,0.2); color:#fff; padding:5px 10px; margin:4px 4px; display:inline-block; border-radius:5px; font-size:var(--theme-font-size-small); } .sesqa_search_banner.type3 .sesqa_search_banner_ques a:hover{ background-color:rgba(0,0,0,0.4); text-decoration:none; } .sesqa_search_banner_form ul.tag-autosuggest > li.autocompleter-choices .autocompleter-choice{ padding:0 10px; } @media (max-width:767px){ .sesqa_search_banner.type2 .sesqa_search_banner_heading h2{ font-size:32px; } .sesqa_search_banner.type2 .sesqa_search_banner_des p{ font-size:14px; } .sesqa_search_banner.type2 .sesqa_search_banner_form{ width:500px; } .sesqa_search_banner.type1 .sesqa_search_banner_heading,.sesqa_search_banner.type1 .sesqa_search_banner_des,.sesqa_search_banner.type1 .sesqa_search_banner_ques > div{ text-align:center; } .sesqa_search_banner.type1 .sesqa_search_banner_form{ margin:auto; } .sesqa_view_middle { display:flex; flex-direction:column; align-items:baseline; } } @media (max-width:599px){ .sesqa_search_banner.type2 .sesqa_search_banner_heading h2{ font-size:30px; } .sesqa_search_banner.type2 .sesqa_search_banner_form{ width:100%; } .sesqa_category_view ul li{ width:50% !important; } .sesqa_search_banner.type1 .sesqa_search_banner_content_left{ padding:15px; } .sesqa_search_banner.type1 .sesqa_search_banner_ques a{ padding:10px 15px; border-radius:5px; } .sesqa_search_banner.type1 .sesqa_search_banner_heading h2{ text-align:center; } .sesqa_search_banner.type1 .sesqa_search_banner_heading h2 img{ display:none; } .sesqa_home_category_section{ width:50% !important; } } @media (max-width:479px){ .sesqa_search_banner.type2 .sesqa_search_banner_content{ padding:5px; } .sesqa_search_banner_container,.sesqa_search_banner{ height:400px !important; } .sesqa_search_banner.type3 .sesqa_search_banner_content,.sesqa_search_banner.type3 .sesqa_search_banner_content > div{ display:block; } .search_banner_bg_full .sesqa_search_banner.type1 .sesqa_search_banner_content_left { padding:25px 20px; } .sesqa_search_banner.type1 .sesqa_search_banner_heading h2,.sesqa_search_banner.type3 .sesqa_search_banner_heading h2 { font-size:22px !important; } .sesqa_search_banner.type1 .sesqa_search_banner_des,.sesqa_search_banner.type3 .sesqa_search_banner_des{ margin-top:0 !important; } .sesqa_search_banner.type1 .sesqa_search_banner_des p,.sesqa_search_banner.type3 .sesqa_search_banner_des p{ display:-webkit-box; text-overflow:ellipsis; overflow:hidden; -webkit-line-clamp:2; -webkit-box-orient:vertical; } .sesqa_search_banner.type1 .sesqa_search_banner_form,.sesqa_search_banner.type3 .sesqa_search_banner_form > div{ width:100% !important; } .sesqa_search_banner.type1 .sesqa_search_banner_ques > div,.sesqa_search_banner.type3 .sesqa_search_banner_ques > a{ display:none; } .sesqa_search_banner.type1 .sesqa_search_banner_ques > div:nth-child(1),.sesqa_search_banner.type1 .sesqa_search_banner_ques > div:nth-child(2),.sesqa_search_banner.type1 .sesqa_search_banner_ques > div:nth-child(3),.sesqa_search_banner.type3 .sesqa_search_banner_ques > a:nth-child(1),.sesqa_search_banner.type3 .sesqa_search_banner_ques > a:nth-child(2),.sesqa_search_banner.type3 .sesqa_search_banner_ques > a:nth-child(3){ display:block; } } /*BANNER SEARCH ENDS HERE*/ /*FIND CATEGORIES CSS START HERE*/ .sesqa_find_qa_block ._dayswrapper{ margin:0 -3px; } .sesqa_find_qa_block ._dayswrapper ._day{ float:left; width:50%; padding:3px; height:90px; position:relative; } .sesqa_find_qa_block ._dayswrapper ._day a{ border-radius:5px; position:relative; height:100%; display:block; } .sesqa_find_qa_block ._dayswrapper ._day a:hover{ opacity:.9; text-decoration:none !important; } .sesqa_find_qa_block ._dayswrapper ._day a > img, .sesqa_find_qa_block ._dayswrapper ._day a > span{ position:absolute; left:10px; } [dir="rtl"] .sesqa_find_qa_block ._dayswrapper ._day a > img, [dir="rtl"] .sesqa_find_qa_block ._dayswrapper ._day a > span{ left:auto; right:10px; } .sesqa_find_qa_block ._dayswrapper ._day a > img{ top:10px; } .sesqa_find_qa_block ._dayswrapper ._day a > span{ bottom:10px; color:#fff; font-weight:bold; } .sesqa_find_qa_block ._dayswrapper ._day input.choose_date_input{ cursor:pointer; position:absolute; left:3px; right:3px; top:3px; bottom:3px; opacity:0; z-index:1; max-width:100%; padding:0 !important; border-width:0 !important; height:100%; } .sesqa_find_qa_block ._categories{ margin-top:10px; border-top-width:1px; padding-top:5px; } .sesqa_find_qa_block ._categories li{ padding:5px 0; } .sesqa_find_qa_block ._categories li._cat a{ display:block; text-decoration:none !important; } .sesqa_find_qa_block ._categories li._cat a i{ float:left; margin-right:8px; margin-top:2px; } .sesqa_find_qa_block ._categories li._cat a i img{ max-height:16px; } .sesqa_find_qa_block ._categories li._cat a span{ display:block; overflow:hidden; } .sesqa_find_qa_block ._categories li.more a { font-size:var(--theme-font-size-small); } .sesqa_find_qa_block ._categories li.more a i{ margin-left:3px; } /*FIND CATEGORIES CSS END HERE*/ /* browse categories */ .sesqa_pagging{ width:100%; } /* browse categories */ button.post_question{ width:100%; padding:10px; font-weight:bold; letter-spacing:.5px; text-transform:inherit; box-sizing:border-box; } .datepicker{ background:white; } /*QUESTION VIEW PAGE START HERE*/ /*About User Widget*/ .sesqa_about_user ._photo{ overflow:hidden; border-radius:50%; width:100px; height:100px; margin:10px auto; } .sesqa_about_user ._photo img{ height:100%; width:100%; vertical-align:middle; } .sesqa_about_user ._name{ font-weight:bold; font-size:120%; } .sesqa_about_user ._info p:nth-child(1), .sesqa_about_user ._stats{ padding-top:10px; } .sesqa_about_user ._info p + p{ margin-top:10px; } .sesqa_about_user ._info p span:nth-child(1){ float:left; } .sesqa_about_user ._info p span:nth-child(2){ float:right; font-weight:bold; } .sesqa_about_user ._stats{ text-align:center; } .sesqa_about_user ._stats span{ display:inline-block; margin:0 5px; } .sesqa_about_user ._stats span i{ margin-right:3px; } /*User Acted Widget*/ .sesqa_users_acted section{ padding:5px 0; } .sesqa_users_acted ._head{ border-bottom-width:1px; padding-bottom:5px; font-weight:bold; margin-bottom:10px; font-size:var(--theme-font-size-small); } .sesqa_users_acted .sesqa_user_listing li{ padding:2px; float:left; height:48px; width:48px; } .sesqa_users_acted .sesqa_user_more a{ line-height:48px; text-align:center; display:block; border-radius:50%; background-color: var(--theme-button-background-color); color: var(--theme-button-font-color); } /*Question Status*/ .sesqa_qstatus{ background:#ffe599; font-weight:bold; color:black; padding:10px; display:block; text-align:center; text-transform:uppercase; } .layout_sesqa_question_similar > .post_similar_question{ width:100%; font-weight:bold; } /*Main Content*/ .sesqa_viewpage{ position:relative; } .sesqa_viewpage_main { display:flex; width:100%; position:relative; } .sesqa_view_left { padding-right:30px; } [dir="rtl"] .sesqa_view_left{ padding-right:0; padding-left:30px; } .sesqa_view_left .sesqa-user_img img, .sesqa_ans_owner img{ padding:4px; width:60px; height:60px; margin-bottom:30px; border:2px solid var(--theme-button-background-color); } .sesqa_view_ans_owner_info ._owner { font-size:16px; font-weight:bold; color:var(--theme-button-background-color); } .sesqa_view_ans_item_content .sesqa_vote { display:flex; align-items:center; width:100%; } .sesqa_view_ans_item_content .sesqa_vote span { margin:0 10px; } .sesqa_view_ans_item_content .sesqa_vote .markbestsesqa { margin-left:20px; } [dir="rtl"] .sesqa_view_ans_item_content .sesqa_vote .markbestsesqa { margin-left:0; margin-right:20px; } .sesqa_view_ans_item_content ._votebtns { margin-top:20px; } .sesqa_view_ans_item .sesqa_ans_owner { margin-right:20px; } [dir="rtl"] .sesqa_view_ans_item .sesqa_ans_owner{ margin-right:0; margin-left:20px; } .sesqa_view_ans_owner_info a:last-child { margin:5px 0 10px; } .sesqa_view_ans_owner_info a { font-size:14px; } .sesqa_view_ans_owner_info a > span{ margin-right:4px; } .sesqa_view_left ._votebtns { text-align:center; } .sesqa_viewpage_options{ position:absolute; top:0; right:10px; display:flex; margin-left:10px; } [dir="rtl"] .sesqa_viewpage_options{ right:auto; left:0; margin-left:0; margin-right:10px; } .sesqa_viewpage_options > a{ height:20px; padding:0 5px; display:block; line-height:20px; } .sesqa_viewpage_options .sesbasic_pulldown_options{ right:-5px; margin-top:25px; } [dir="rtl"] .sesqa_viewpage_options .sesbasic_pulldown_options{ right:auto; left:5px; } .sesqa_viewpage_main ._title{ overflow:hidden; padding-right:20px; } [dir="rtl"] .sesqa_viewpage_main ._title{ padding-right:0; padding-left:20px; } .sesqa_viewpage_main ._title h2{ font-size:150%; font-weight:600; } .sesqa_view_middle { display:flex; align-items:center; margin:15px 0 10px; } .sesqa_view_middle .sesqa_tag { background:#fff7b1; } .sesqa_viewpage_footer span i { margin-right:5px; } [dir="rtl"] .sesqa_viewpage_footer span i { margin-right:0; margin-left:5px; } .sesqa_viewpage_footer .sesqa_view_question_info { width:100%; } .sesqa_viewpage_footer .sesqa_view_question_info > span { display:inline-block; border-width:2px; padding:5px 10px; border-radius:3px; margin-right:10px; font-size:var(--theme-font-size-small); background:var(--theme-list-background-color); } [dir="rtl"] .sesqa_viewpage_footer .sesqa_view_question_info > span{ margin-right:0; margin-left:10px; } .sesqa_viewpage_footer .sesqa_view_question_info > ._location{ margin:0; float:right; border:2px solid var(--theme-font-color); background:var(--theme-font-color); color:var(--theme-list-background-color); } .sesqa_viewpage_footer .sesqa_view_question_info > ._location a { color:var(--theme-list-background-color) !important; } [dir="rtl"] .sesqa_viewpage_footer .sesqa_view_question_info > ._location{ float:left; } .sesqa_viewpage_footer ._location span{ margin:0; } .sesqa_viewpage_footer span span { margin-left:4px; } [dir="rtl"] .sesqa_viewpage_footer span span{ margin-left:0; margin-right:4px; } .sesqa_viewpage_main_container ._tags { margin-top:15px; } .sesqa_viewpage_main_container ._bottom ._stats i { margin-right:4px; } [dir="rtl"] .sesqa_viewpage_main_container ._bottom ._stats i { margin-right:0; margin-left:4px; } .sesqa_viewpage_main_container ._bottom ._stats > span { margin-right:15px; padding-right:5px; position:relative; } [dir="rtl"] .sesqa_viewpage_main_container ._bottom ._stats > span { margin-right:0; padding-right:0; margin-left:15px; padding-left:5px; } .sesqa_viewpage_main_container ._bottom ._stats > span:before { content:'/'; position:absolute; right:-10px; top:-1px; } [dir="rtl"] .sesqa_viewpage_main_container ._bottom ._stats > span:before { right:auto; left:-10px; } .sesqa_viewpage_main_container ._bottom ._stats > span:last-child:before{ display:none; } .sesqa_viewpage_main_container ._bottom { display:flex; align-items:center; justify-content:space-between; } .sesqa_view_middle > div{ margin-right:20px; margin-bottom:0; } [dir="rtl"] .sesqa_view_middle > div{ margin-right:0; margin-left:20px; } .sesqa_view_middle a > span { margin-left:4px; color: var(--theme-button-background-color); } [dir="rtl"] .sesqa_view_middle a > span { margin-left:0; margin-right:4px; } .sesqa_view_middle ._owner a > span { margin-left:0; font-size:16px; } .sesqa_viewpage_main .sesqa_text_labels { margin-bottom:10px; } .sesqa_viewpage_main > ._votebtns{ float:left; width:50px; margin-right:10px; text-align:center; } .sesqa_vote{ display:inline-block; text-align:center !important; margin-right:4px; position:relative; width:30px; } [dir="rtl"] .sesqa_vote{ margin-right:0; margin-left:4px; } .sesqa_vote > .sesqa_upvote_btn:before{ content:""; border-bottom:15px solid var(--theme-border-color); border-left:10px solid transparent; border-right:10px solid transparent; margin:auto; display:block; width:0; } .sesqa_vote > .sesqa_downvote_btn:before{ content:""; border-top:15px solid var(--theme-border-color); border-left:10px solid transparent; border-right:10px solid transparent; margin:auto; display:block; width:0; } .sesqa_vote a{ display:block; cursor:pointer; } .sesqa_vote a i{ font-size:20px; margin-left:10px; } .sesqa_vote span{ font-size:22px; margin:15px 0; display:block; } .sesqa_vote a.markbestsesqa i{ font-size:20px; } .sesqa_vote a.sesqa_vote_btn i:before{ content:"\f005"; font-weight:400; } .sesqa_vote a.sesqa_vote_btn.vote_checked i:before{ content:"\f005"; font-weight:600; } .sesqa_viewpage_main_container{ overflow:hidden; position:relative; width:100%; } .sesqa_viewpage_footer{ display:flex; flex-wrap:wrap; margin-top:15px; background:url(/application/modules/Sesqa/externals/images/transprant-bg.png); padding:20px; margin:20px 0; } .sesqa_viewpage_footer .sesqa_view_question_info > div + div{ margin-top:5px; } .sesqa_viewpage_footer .sesqa_view_question_info > div i{ float:left; width:16px; text-align:center; margin-right:5px; margin-top:3px; } .sesqa_viewpage_footer .sesqa_view_question_info > div i + span{ display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } /*Question Answers*/ .sesqa_view_ans_container{ margin-top:30px; border-width:1px; } .sesqa_view_ans_container ._head{ font-size:17px; font-weight:bold; padding:15px 20px; background:url(/application/modules/Sesqa/externals/images/transprant-bg.png); } .sesqa_view_ans_item{ display:flex; flex-wrap:wrap; padding:20px; border-top-width:1px; } .sesqa_view_ans_item > ._votebtns{ width:50px; margin-right:10px; text-align:center; } .sesqa_view_ans_item_content{ position:relative; flex:1; } .sesqa_view_ans_owner_info > a{ display:block; } .sesqa_view_ans_owner_info > a img{ vertical-align:middle; height:25px; width:25px; } .sesqa_view_ans_owner_info > a img, .sesqa_view_ans_owner_info > a i{ margin-right:5px; } .sesqa_view_ans_item_content .sesqa_toggle_option{ right:0; top:0; } [dir="rtl"] .sesqa_view_ans_item_content .sesqa_toggle_option{ right:auto; left:0; } .sesqa_view_ans_item_content .sesqa_toggle_option .sesbasic_pulldown_options{ right:-5px; } [dir="rtl"] .sesqa_view_ans_item_content .sesqa_toggle_option .sesbasic_pulldown_options{ right:auto; left:-5px; } .sesqa_view_ans_item_content .question_description{ overflow:hidden; padding-right:40px; } [dir="rtl"] .sesqa_view_ans_item_content .question_description{ padding-right:0; padding-left:40px; } .sesqa_view_ans_item_content .question_description .sesqa_cnt_comment{ margin-top:15px; } .sesqa_view_ans_item_content .question_description .sesadvcmt_comments{ border-width:1px; margin: 0; padding: 5px 15px; } .sesqa_view_ans_item_content .sesadvcmt_comments > form{ border-top: 0px; } .sesqa_view_ans_item_content .question_description .sesadvcmt_options{ display:none; } .sesqa_view_ans_item_content .edit_btns li{ float:left; } .sesqa_view_ans_item_content .edit_btns li a{ padding:10px 15px; display:block; margin:10px; margin-left:0; } .sesqa_view_ans_item_content .edit_btns li a i{ margin-right:5px; } .sesqa_view_ansbox{ clear:both; margin-top:20px; } .sesqa_view_ansbox ._textbox{ margin-bottom:10px; } .sesqa_button{ background-color:var(--theme-button-background-color); color:var(--theme-button-font-color); text-decoration:none !important; display:inline-block; } .sesqa_view_ansbox .sesqa_button{ height:40px; padding:0 15px; font-weight:bold; cursor:pointer; } /*QUESTION VIEW PAGE END HERE*/ /* RESPONSIVE */ @media(max-width:479px){ .sesqa_list1_item article ._statsbox,.sesqa_list1_item article ._statsbox li{ float:none; } .sesqa_list1_item article ._statsbox li{ display:inline-block; } .sesqa_list1_item_content ._right, .sesqa_list2_item_content ._right, .sesqa_list2_item article ._header ._right{ float:none; display:block; margin:10px 0; } .sesqa_list1_item_content ._right .sesqa_labels, .sesqa_list2_item article ._header ._right .sesqa_labels { float:none; } .sesqa_list1_item .sesqa_listone_img img { margin:auto; display:block; } .sesqa_list1_item_content ._right .sesqa_poll_label, .sesqa_list2_item article ._header ._right .sesqa_poll_label{ float:right; } .sesqa_list1_item_content ._title, .sesqa_list2_item article ._header ._title{ overflow:visible; display:inline-block; margin-top:5px; } .sesqa_list2_item article ._top{ display:block; padding:0; } .sesqa_list2_item .sesqa_main_cont, .sesqa_list2_item_content ._info{ display:block; } .sesqa_list2_stats { min-width:100%; text-align:center; } .sesqa_gridview_item,.sesqa_viewpage_footer > div._left, .sesqa_viewpage_footer > div._right{ width:100%; } .sesqa_list1_item article { padding:15px; display:block; } .sesqa_list2_item article ._statsbox { margin-left:0; } .sesqa_text_labels > li > span { font-size:10px; } .sesqa_list2_item article { padding:10px; } .sesqa_viewpage_footer > div._right{ margin-top:10px; } .sesqa_view_header ._title { overflow:visible; display:inline-block; } .sesqa_view_header ._right { float:none; } .sesqa_view_left .sesqa-user_img img, .sesqa_ans_owner img { width:40px; height:40px; } .sesqa_view_ans_item .sesqa_ans_owner { margin-right:10px; } .sesqa_view_left { padding-right:15px; } .sesqa_viewpage_main_container ._bottom{ display:block; } .sesqa_viewpage_main_container ._bottom ._stats span span { display:none; } .sesqa_viewpage_main_container ._bottom ._stats{ margin-bottom:10px; } .sesqa_viewpage_footer .sesqa_view_question_info > span { display:block; float:none !important; margin-right:0 !important; margin-bottom:10px; padding:10px 10px; } .sesqa_view_middle > div { margin-right:10px; } .sesqa_view_middle > div { margin-right:10px; margin-bottom:10px; min-width:30%; } } @media(max-width:768px){ .sesqa_tabs{ overflow:auto; white-space:nowrap; } } /* DASHBOARD CSS */ .sesqa_dashboard_menu_list { clear:both; overflow:hidden; } .sesqa_dashboard_menu_list .sesbasic_dashboard_top_section { border-width:1px; margin-bottom:10px; background-image:none !important; background-color:var(--theme-list-background-color); } .sesqa_dashboard_menu_list .sesbasic_dashboard_tabs { margin-right:10px; } .sesqa_dashboard_menu_list .sesbasic_dashboard_top_section_left { width:70%; display:flex; align-items:center; } .sesqa_dashboard_menu_list .sesbasic_dashboard_top_section_btns { margin-top:0; } .sesqa_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul { border-top:0; padding:0; } .sesqa_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul li { margin:0; } .sesqa_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul li a { padding:15px; font-size:95%; } .sesqa_dashboard_menu_list .sesbasic_dashboard_tabs > ul ul a { font-weight:normal; } .sesqa_dashboard_menu_list .sesbasic_dashboard_tabs ul.sesbm li a i { width:25px; text-align:center; } .sesqa_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul li + li { border-top-width:1px; } .sesqa_dashboard_menu_list .sesqa_dashboard_listing_info { margin-top:10px; margin-bottom:10px; } .sesqa_dashboard_menu_list .sesqa_dashboard_listing_info .sesqa_dashboard_listing_photo { position:inherit; height:auto; border-width:1px 1px 1px 1px; padding:10px; background-color:var(--theme-list-background-color); } .sesqa_dashboard_menu_list .sesqa_dashboard_listing_info .sesqa_deshboard_img_listing { position:relative; height:200px; overflow:hidden; width:100%; } .sesqa_dashboard_menu_list .sesqa_dashboard_listing_title { margin-top:6px; } .sesqa_dashboard_menu_list .sesqa_dashboard_listing_info .sesqa_deshboard_img_listing img{ width:100%; height:100%; object-fit:cover; } .sesqa_deshboard_img_listing .sesqa_labels { position:absolute; top:10px; left:0; right:0; text-align:center; } .sesqa_dashboard_listing_details span { display:inline-block; margin:5px 0 0; } .sesqa_dashboard_menu_list .sesqa_social_share_wrap > a { text-align:center; display:block; padding:10px; border-radius:4px; background-color: var(--theme-button-background-color); color: var(--theme-button-font-color); } .sesqa_dashboard_menu_list .sesqa_dashboard_listing_title > a{ display:block; } /* BROWSE SEARCH */ .layout_left .layout_sesqa_browse_search #searchText-element, .layout_right .layout_sesqa_browse_search #searchText-element{ width:100% !important; } .layout_sesqa_browse_search #loadingimgsesqa-label{ display:none; } .layout_sesqa_browse_search #loadingimgsesqa-element{ height:20px; } .layout_sesqa_browse_search input, .layout_sesqa_browse_search select { height:40px; padding:10px 5px; } .layout_sesqa_browse_search #search-element{ margin-top:5px; } .layout_sesqa_browse_search #search-element button img{ margin-top:2px; } .vote_disable, .vote_disable a{ cursor:not-allowed; } ._votebtns> .vote_disable:before { content:""; position:absolute; opacity:.5; width:100%; height:100%; left:0; right:0; } .sesqa_viewpage_main_container .sesqa_social_btns{ margin-bottom:6px; } .sesqa_viewpage_main_container .sesqa_social_btns a { margin-right:4px; width:25px; height:25px; border-width:1px; background:url(/application/modules/Sesqa/externals/images/transprant-bg.png); } .sesqa_viewpage_main_container .sesqa_social_btns a i:before{ line-height:20px; font-size:var(--theme-font-size-small); color:var(--theme-link-color); } .sesqa_viewpage_main_container .sesqa_social_btns .button_active i:before{ color:#fff !important; } /* BROWSE MENU */ .sesqa_browse_menu { display:grid; grid-template-columns:1fr auto; align-items:center; } .sesqa_browse_menu .tabs { margin-top:0; margin-left:0; } .sesqa_browse_menu .sesqa_create_right_btn > a { padding:0 15px; line-height:35px; border-radius:50px; display:inline-block; color:var(--theme-button-background-color) !important; border:1px solid var(--theme-button-background-color); } @media(max-width:767px){ .sesqa_browse_menu .sesqa_create_right_btn{ display:none; } } .sesqa_question_form .selectize-control { position:inherit; } .sesbasic_browse_search_horizontal #filter_form .form-wrapper+.form-wrapper{ margin: 0 !important; }/* $Id:slideshow.css 2018-05-07 00:00:00 SocialEngineSolutions $*/ .layout_sesrecipe_featured_sponsored_verified_category_slideshow{ padding:0px !important; border:0px !important; background-color:transparent !important; box-shadow:none !important; } .sesrecipe_slideshow_recipe_wrapper.isbulletnav{ margin-bottom:35px; } .sesrecipe_slideshow_recipe{ height:100%; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_thumb a.sesrecipe_slideshow_thumb_img{ display:block; height:100%; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_thumb a.sesrecipe_slideshow_thumb_img > span{ background-position:center; background-size:cover; display:block; height:100%; width:100%; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_thumb .sesrecipe_list_labels{ top:0px; bottom:inherit; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_thumb .sesrecipe_verified_label{ position:absolute; bottom:0px; right:0px; background:#93C33C; padding:3px 5px; color:#fff; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_thumb.sesrecipe_thumb:hover .sesrecipe_list_labels, .sesrecipe_slideshow_recipe .sesrecipe_slideshow_thumb.sesrecipe_thumb:hover .sesrecipe_verified_label{ display:none; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_thumb .sesrecipe_list_grid_thumb_btns{ top:-20px; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; text-align:right; right:10px; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_thumb.sesrecipe_thumb:hover .sesrecipe_list_grid_thumb_btns{ top:25px; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_inner_view .sesrecipe_slideshow_inside{ position:relative; overflow:hidden; width:60%; float:left; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_inner_view .sesrecipe_slideshow_info{ bottom:0; padding:0px; left:0; z-index:2; margin:15% 4%; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info *, .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info a{ color:#F5F5F5; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .sesrecipe_slideshow_info_title{ font-size:22px; font-weight:bold; display:block; margin-bottom:0px; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .sesrecipe_list_rating{ margin-top:5px; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .sesrecipe_list_stats { margin-top:5px; margin-right:4px; padding-right:0px; height:30px; display:inline-block; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .sesrecipe_list_stats span { font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .sesrecipe_list_stats span, [dir="rtl"] .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .sesrecipe_list_stats{ margin-right:0; margin-left:4px; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .sesrecipe_list_stats span, .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .sesrecipe_list_stats span i, .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .sesrecipe_list_stats span a{ color:#adadad; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .category_tag{ display:inline-block; position:absolute; bottom:20px; right:35px; } [dir="rtl"] .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .category_tag { right:auto; left:35px; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .category_tag span a { padding:0px 15px; height:25px; display:block; margin:0px; line-height:25px; text-decoration:none; background-color:var(--theme-button-background-color); color:var(--theme-button-font-color); } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .category_tag span a:before{ content:""; border-style:solid; border-width:25px 10px 21px; border-color:transparent; left:-10px; top:-0px; position:absolute; border-top-color:var(--theme-button-background-color) !important; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .category_tag span a:after { content:""; border-style:solid; border-width:21px 10px 25px; border-color:transparent; right:-10px; bottom:-0px; position:absolute; border-bottom-color:var(--theme-button-background-color) !important; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .category_tag span a:hover{ opacity:0.8; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .sesrecipe_list_stats:last-child{ border:none; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .sesrecipe_list_stats span, .sesrecipe_slideshow_info .sesrecipe_list_stats span i{ margin-right:4px; } .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .sesrecipe_list_stats span{ margin-top:5px; display:inline; } .sesrecipe_slideshow_recipe .bjqs-controls li a{ font-size:20px; padding:15px 10px; background-color:var(--theme-button-background-color); color:var(--theme-button-font-color); } .sesrecipe_slideshow_recipe .bjqs-controls li a:before{ content:''; font-family:'Font Awesome 5 Free'; font-weight:900; float:right; } .sesrecipe_slideshow_recipe .bjqs-controls li.bjqs-next a:before{ content:'\f105'; } .sesrecipe_slideshow_recipe .bjqs-controls li.bjqs-prev a:before{ content:'\f104'; } .sesrecipe_slideshow_recipe .layout_sesrecipe_featured_sponsored_verified_category_slideshow{ padding:15px 15px 30px 15px !important; } .sesrecipe_slideshow_recipe .bjqs-markers li{ margin-right:5px; } .sesrecipe_slideshow_recipe .bjqs-markers li a{ font-size:0px; border-width:1px; border-color:#ccc; background:#fff; padding:5px; border-radius:50%; width:15px; height:15px; } .sesrecipe_slideshow_recipe ol.bjqs-markers.h-centered { margin-top:-25px; position:relative; } .sesrecipe_slideshow_inside_contant { border-left:5px solid var(--theme-button-background-color); } .sesrecipe_slideshow_inside_contant .admin_teg a .item_photo_user{ width:25px; height:25px; border-radius:50%; float:left; margin-right:5px; } .sesrecipe_slideshow_inside_contant { overflow:hidden; background:#444444; height:100%; width:40%; position:relative; } .sesrecipe_slideshow-des{ margin-top:15px; line-height:25px; } /*layout right slideshow css*/ .layout_right .sesrecipe_slideshow_recipe .sesrecipe_slideshow_inner_view .sesrecipe_slideshow_info, .layout_left .sesrecipe_slideshow_recipe .sesrecipe_slideshow_inner_view .sesrecipe_slideshow_info{ padding:10px; } .layout_right .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .sesrecipe_list_stats, .layout_left .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .sesrecipe_list_stats{ font-size:10px; } /*Full Width Slideshow*/ .sesrecipe_slideshow_recipe_wrapper.isfull_width .sesrecipe_slideshow_recipe_container{ background:#444; left:0; right:0; position:absolute; overflow:hidden; } .sesrecipe_slideshow_recipe_wrapper.isfull_width .sesrecipe_slideshow_recipe{ position:inherit !important; } ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;} li.bjqs-slide{position:absolute; display:none;} ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;} ul.bjqs-controls.v-centered li a{position:absolute;} ul.bjqs-controls.v-centered li.bjqs-next a{ right:-30px; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesrecipe_slideshow_recipe_container:hover ul.bjqs-controls.v-centered li.bjqs-next a{right:0px;} .sesrecipe_slideshow_recipe_container:hover ul.bjqs-controls.v-centered li.bjqs-prev a{left:0px;} ul.bjqs-controls.v-centered li.bjqs-prev a{ left:-30px; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } ol.bjqs-markers{list-style:none; padding:0; margin:0; width:100%;} ol.bjqs-markers.h-centered{text-align:center;} ol.bjqs-markers li{display:inline;} ol.bjqs-markers li a{display:inline-block;} p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;} @media (max-width:600px){ .sesrecipe_slideshow_recipe, li.bjqs-slide, ul.bjqs, .bjqs-wrapper{height:400px !important;} .sesrecipe_slideshow_recipe .sesrecipe_slideshow_inner_view .sesrecipe_slideshow_inside, .sesrecipe_slideshow_inside_contant{width:100%;} .sesrecipe_slideshow_recipe .sesrecipe_slideshow_inner_view .sesrecipe_thumb{height:200px !important;} .sesrecipe_slideshow_inside_contant{height:200px; border-left:0px;} .sesrecipe_slideshow_recipe .sesrecipe_slideshow_inner_view .sesrecipe_slideshow_info{margin:10px;} .sesrecipe_slideshow_recipe .sesrecipe_slideshow-des{display:none;} }/*Rotate Icons*/ .sesrecipe_icon_photos_flip_horizontal{ background-image:url(/application/modules/Sesrecipe/externals/images/photo/flip_horizontal.png); } .sesrecipe_icon_photos_flip_vertical{ background-image:url(/application/modules/Sesrecipe/externals/images/photo/flip_vertical.png); } .sesrecipe_icon_photos_rotate_ccw{ background-image:url(/application/modules/Sesrecipe/externals/images/photo/rotate_ccw.png); } .sesrecipe_icon_photos_rotate_cw{ background-image:url(/application/modules/Sesrecipe/externals/images/photo/rotate_cw.png); } /*CREATE & EDIT ALBUM CSS START HERE*/ .sesrecipe_album_form #map-canvas-list{ height:150px; width:300px; } .sesrecipe_album_form .global_form > div{ float:none; } .sesrecipe_album_form label.required:after{ content:'*'; color:#FF0000; } [dir="rtl"] .sesrecipe_album_form .global_form > div, [dir="rtl"] .sesrecipe_album_form .global_form div.form-element{ float:none; } .sesrecipe_album_form #fancyuploadfileids-wrapper{ height:0; } /*PHOTO UPLOADER*/ .sesrecipe_create_form_tabs li{ display:inline-block; } .sesrecipe_create_form_tabs li + li{ border-left-width:1px; border-left-style:solid; margin-left:30px; padding-left:30px; } [dir="rtl"] .sesrecipe_create_form_tabs li + li{ border-left-width:0; border-right-width:1px; border-right-style:solid; margin-left:0; margin-right:30px; padding-left:0; padding-right:30px; } .sesrecipe_create_form_tabs li a{ font-weight:bold; } .sesrecipe_create_form_tabs li i{ margin-right:5px; } [dir="rtl"] .sesrecipe_create_form_tabs li i{ margin-left:5px; margin-right:0; } #fromurl-element button{ margin-left:10px; padding:3px 10px; } [dir="rtl"] #fromurl-element button{ margin-left:0; margin-right:10px; } .sesrecipe_upload_dragdrop_content{ border-style:solid; border-width:1px; font-size:20px; cursor:pointer; height:100px; line-height:100px; text-align:center; vertical-align:middle; width:500px; } [dir="rtl"] .sesrecipe_upload_dragdrop_content{ text-align:center; } .sesrecipe_upload_dragdrop_content.sesbd{ border-width:2px; } .sesrecipe_upload_item_name{ display:block; margin-bottom:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .sesrecipe_upload_item_options > a{ margin-left:10px; } [dir="rtl"] .sesrecipe_upload_item_options > a{ margin-left:0; margin-right:10px; } .sesrecipe_upload_url_content{ border-style:solid; border-width:1px; float:left; padding:10px; } .sesrecipe_upload_url_content input[type="text"]{ width:350px; } .sesrecipe_upload_photos_container{ float:left; max-height:460px; overflow:auto; width:auto; } [dir="rtl"] .sesrecipe_upload_photos_container{ float:right; } .sesrecipe_upload_photos_container.iscontent{ box-shadow:0 0 3px rgba(0, 0, 0, 0.4); margin:3px; } .sesrecipe_upload_item{ border-style:solid; border-width:1px; float:left; height:230px; margin:5px; padding:5px; position:relative; width:calc(33.33% - 10px) !important; } [dir="rtl"] .sesrecipe_upload_item{ float:right; } .sesrecipe_upload_item_overlay{ background-color:rgba(0, 0, 0, .1); bottom:0; left:0; right:0; top:0; position:absolute; z-index:1; } .sesrecipe_upload_item_abort{ position:absolute; text-align:center; top:130px; width:100%; z-index:2; } [dir="rtl"] .sesrecipe_upload_item_abort{ text-align:center; } .sesrecipe_upload_item_abort span{ background-color:#d9534f; border:1px solid #d43f3a; border-radius:3px; color:#fff; cursor:pointer; display:inline-block; padding:3px 5px; } .sesrecipe_upload_item_abort span:hover{ background-color:#c9302c; } .sesrecipe_upload_item .progressBar{ position:absolute; top:50px; width:100%; z-index:2; } .sesrecipe_upload_item .progressBar > div{ background:url(/application/modules/Sesrecipe/externals/images/ajax_loading.gif) no-repeat center top; color:#fff; padding-top:20px; text-align:center; width:100% !important; } [dir="rtl"] .sesrecipe_upload_item .progressBar > div{ text-align:center; } .sesrecipe_upload_item_photo{ height:160px; margin-bottom:5px; overflow:hidden; width:100%; } .sesrecipe_upload_item_photo img{ min-height:100%; width:100%; } .sesrecipe_upload_item_size{ float:right; margin:0 0 5px 5px; } [dir="rtl"] .sesrecipe_upload_item_size{ float:left; margin:0 5px 5px 0; } .sesrecipe_upload_item_name{ display:block; margin-bottom:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .sesrecipe_upload_item_options{ display: flex; margin-top: 7px; } .sesrecipe_upload_item_options > a{ margin-left:10px; } [dir="rtl"] .sesrecipe_upload_item_options > a{ margin-left:0; margin-right:10px; } /*CREATE & EDIT ALBUM CSS END HERE*/ /*ALBUM LISTING*/ .sesrecipe_album_listings{ clear:both; position:relative; } .sesrecipe_album_list_grid{ float:left; margin:0 3px 6px; overflow:hidden; position:relative; width:236px; } .layout_right .sesrecipe_album_list_grid, .layout_left .sesrecipe_album_list_grid{ margin-left:0; margin-right:0; } [dir="rtl"] .sesrecipe_album_list_grid{ float:right; } .sesrecipe_album_list_grid.sesea-i-outside{ border-style:solid; border-width:1px; } /*Grid Thumb*/ .sesrecipe_album_list_grid_img{ display:block; width:100%; } .sesrecipe_album_list_grid_img span{ background-position:center center; background-color:#ccc; background-size:cover; display:block; height:100%; width:100%; } /*Featured, Sponsored Label*/ .sesrecipe_album_list_grid .sesrecipe_album_labels_container{ opacity:1; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; } .sesrecipe_album_list_grid:hover .sesrecipe_album_labels_container{ top:-10px; opacity:0; } /*Buttons*/ .sesrecipe_album_list_grid_btns{ position:absolute; opacity:0; top:-10px; right:10px; z-index:2; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; text-align:center; } [dir="rtl"] .sesrecipe_album_list_grid_btns{ left:10px; right:inherit; } .sesrecipe_album_list_grid:hover .sesrecipe_album_list_grid_btns{ opacity:1; top:10px; } .sesrecipe_album_list_grid_option_button:hover + .sesrecipe_album_option_box, .sesrecipe_album_list_grid_btns .sesrecipe_album_option_box:hover{ display:block; right:0; margin-top:30px; } [dir="rtl"] .sesrecipe_album_list_grid_option_button:hover + .sesrecipe_album_option_box, [dir="rtl"] .sesrecipe_album_list_grid_btns .sesrecipe_album_option_box:hover{ left:0; right:auto; } /*Grid Info*/ .sesrecipe_album_list_grid_info > span{ display:block; } .sesrecipe_album_list_grid_title{ font-weight:bold; overflow:hidden; } .sesrecipe_album_list_grid_stats{ margin-top:5px; overflow:hidden; font-size:var(--theme-font-size-small) !important; } .sesrecipe_album_list_grid_stats > span{ float:left; font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .sesrecipe_album_list_grid_stats > span{ float:right; } .sesrecipe_album_list_grid_stats > span + span{ margin:0 0 0 7px; } [dir="rtl"] .sesrecipe_album_list_grid_stats > span + span{ margin:0 7px 0 0; } .sesrecipe_album_list_grid_stats > span.sesrecipe_album_list_grid_rating{ float:right; } [dir="rtl"] .sesrecipe_album_list_grid_stats > span.sesrecipe_album_list_grid_rating{ float:left; } /*Album Info:Outside of thumb*/ .sesea-i-outside .sesrecipe_album_list_grid_info{ height:70px; overflow:hidden; padding:5px; } .sesea-i-outside .sesrecipe_album_list_grid_title a{ display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .sesea-i-outside p.sesrecipe_album_list_grid_count{ display:none; } /*Album Info:Inside of thumb*/ .sesea-i-inside .sesrecipe_album_list_grid_info{ background:#000; background:rgba(0,0,0,0.6); background:-moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6))); background:-webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); background:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6))); background:linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); bottom:0; padding:10px 50px 10px 10px; position:absolute; left:0; width:100%; margin:0; } [dir="rtl"] .sesea-i-inside .sesrecipe_album_list_grid_info{ padding:10px 10px 10px 50px; } .sesea-i-inside .sesrecipe_album_list_grid_info.nophotoscount, .sesrecipe_album_list_photo_grid.sesea-i-inside .sesrecipe_album_list_grid_info{ padding:10px; } /*Album Info:Inside Show in hover*/ .sesea-i-inside.sesea-i-over .sesrecipe_album_list_grid_info{ opacity:0; bottom:-10px; z-index:2; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; } .sesea-i-inside.sesea-i-over:hover .sesrecipe_album_list_grid_info{ opacity:1; bottom:0px; } .sesea-i-inside span.sesrecipe_album_list_grid_count{ display:none; } /*Album Count*/ .sesea-i-inside .sesrecipe_album_list_grid_count{ bottom:10px; font-size:20px; position:absolute; right:0; text-align:center; width:50px; } [dir="rtl"] .sesea-i-inside .sesrecipe_album_list_grid_count{ left:0; right:inherit; } .sesea-i-inside .sesrecipe_album_list_grid_count span{ display:block; } .sesea-i-inside.sesea-i-over .sesrecipe_album_list_grid_count{ opacity:0; bottom:-10px; z-index:2; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; } .sesea-i-inside.sesea-i-over:hover .sesrecipe_album_list_grid_count{ opacity:1; bottom:10px; } .sesea-i-inside .sesrecipe_album_list_grid_title a{ word-wrap:break-word; } .sesea-i-inside .sesrecipe_album_list_grid_count, .sesea-i-inside .sesrecipe_album_list_grid_title, .sesea-i-inside .sesrecipe_album_list_grid_title a, .sesea-i-inside .sesrecipe_album_list_grid_stats, .sesea-i-inside .sesrecipe_album_list_grid_owner, .sesea-i-inside .sesrecipe_album_list_grid_owner a{ color:#fff !important; text-shadow:1px 1px 1px #000; } /*Photo Masonry View*/ .sesrecipe_album_photos_flex_view{ overflow:hidden; } .sesrecipe_album_photos_flex_view .sesrecipe_album_list_flex_thumb{ float:left; margin:3px; overflow:hidden; position:relative; width:200px; } [dir="rtl"] .sesrecipe_album_photos_flex_view .sesrecipe_album_list_flex_thumb{ float:right; } .sesrecipe_album_photos_flex_view .sesrecipe_album_list_flex_thumb img{ width:100%; height:100%; } /* VIEW ALBUM Styles for the album view Page */ /*Album Cover*/ .sesrecipe_album_cover_container{ height:300px; margin-bottom:15px; position:relative; width:100%; } .sesrecipe_album_cover_thumbs{ display:block; height:100%; position:absolute; width:100%; } .sesrecipe_album_cover_thumbs ul li{ float:left; } .sesrecipe_album_cover_thumbs ul li:nth-child(2){ padding:0 2px; } .sesrecipe_album_cover_thumbs ul li span{ background-position:center center; background-size:cover; display:block; height:100%; width:100%; } .sesrecipe_album_cover_image{ background-position:center center; background-size:cover !important; display:inline-block; height:300px; position:relative; width:100%; overflow:hidden; } .sesrecipe_album_cover_image img{ min-height:100%; min-width:100%; width:100%; position:absolute; } .sesrecipe_album_cover_fade{ background:#000; background:rgba(0,0,0,0.6); background:-moz-linear-gradient(top, transparent 40%, rgba(0,0,0,0.8) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(100%, rgba(0,0,0,0.8))); background:-webkit-linear-gradient(top, transparent 40%, rgba(0,0,0,0.8) 100%); background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.8))); background:linear-gradient(to bottom, transparent 40%,rgba(0,0,0,0.8) 100%); bottom:0; left:0; position:absolute; top:0; right:0; } .sesrecipe_album_cover_inner{ bottom:0; padding:50px 20px; position:absolute; width:100%; } .sesrecipe_album_cover_album_owner_photo{ border:2px solid #fff; border-radius:3px; float:left; height:100px; margin-right:20px; overflow:hidden; width:100px; -moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.2); box-shadow:0 0 1px rgba(0, 0, 0, 0.2); } [dir="rtl"] .sesrecipe_album_cover_album_owner_photo{ float:right; margin-right:0px; margin-left:20px; } .sesrecipe_album_cover_album_owner_photo a{ display:block !important; height:100%; width:100%; } .sesrecipe_album_cover_album_owner_photo img{ border-width:0; min-height:100%; max-height:none; max-width:none; width:100%; } .sesrecipe_album_cover_album_info{ overflow:hidden; } .sesrecipe_album_cover_title{ background-color:transparent; border-width:0; color:#fff; font-size:25px; line-height:normal; margin:5px 0; padding:0; text-shadow:0 0 1px rgba(0, 0, 0, 0.5); } .sesrecipe_album_cover_album_info_btm{ margin-top:10px; } .sesevent_view_album_rating{ float:left; } [dir="rtl"] .sesevent_view_album_rating{ float:right; } .sesrecipe_album_cover_stats{ float:right; } [dir="rtl"] .sesrecipe_album_cover_stats{ float:left; } .sesrecipe_album_cover_stats div{ display:block; float:left; margin-left:15px; } [dir="rtl"] .sesrecipe_album_cover_stats div{ float:right; } .sesrecipe_album_cover_stats .sesrecipe_album_cover_stat_count{ font-size:20px; } .sesrecipe_album_cover_date, .sesrecipe_album_cover_date a, .sesrecipe_view_album_rating .sesbasic_rating_text, .sesrecipe_album_cover_stats div{ color:#ddd; } /*Cover Footer*/ .sesrecipe_album_cover_footer{ background-color:rgba(0, 0, 0, 0.3); border-top:1px solid rgba(255, 255, 255, 0.1); bottom:0; left:0; position:absolute; right:0; } .sesrecipe_album_cover_tabs{ float:left; } [dir="rtl"] .sesrecipe_album_cover_tabs{ float:right; } .sesrecipe_album_cover_tabs li{ border-left:1px solid rgba(255, 255, 255, 0.1); float:left; } [dir="rtl"] .sesrecipe_album_cover_tabs li{ border-left-width:0; border-right:1px solid rgba(255, 255, 255, 0.1); float:right; } .sesrecipe_album_cover_tabs li:last-child{ border-right:1px solid rgba(255, 255, 255, 0.1); } [dir="rtl"] .sesrecipe_album_cover_tabs li:last-child{ border-left:1px solid rgba(255, 255, 255, 0.1); border-right-width:0; } .sesrecipe_album_cover_tabs li a{ color:#fff; display:block; font-weight:bold; line-height:40px; padding:0 20px; text-decoration:none; outline:none; font-size:var(--theme-font-size-small) !important; } .sesrecipe_album_cover_tabs li a:hover{ text-decoration:none; } .sesrecipe_album_cover_tabactive{ background-color:rgba(0, 0, 0, 0.9); } /*Buttons*/ .sesrecipe_album_cover_user_options{ float:right; } [dir="rtl"] .sesrecipe_album_cover_user_options{ float:left; } .sesrecipe_album_cover_user_options > a, .sesrecipe_album_cover_user_options > span > a{ border-left:1px solid rgba(255, 255, 255, 0.1); float:left; } [dir="rtl"] .sesrecipe_album_cover_user_options > a, [dir="rtl"] .sesrecipe_album_cover_user_options > span > a{ border-left-width:0; border-right:1px solid rgba(255, 255, 255, 0.1); float:right; } .sesrecipe_album_cover_user_options > a:last-child, .sesrecipe_album_cover_user_options > span > a:last-child{ border-right:1px solid rgba(255, 255, 255, 0.1); } [dir="rtl"] .sesrecipe_album_cover_user_options > a:last-child, [dir="rtl"] .sesrecipe_album_cover_user_options > span > a:last-child{ border-left:1px solid rgba(255, 255, 255, 0.1); border-right-width:0; } .sesrecipe_album_cover_user_options > a, .sesrecipe_album_cover_user_options > span > a{ background-color:transparent; border-radius:0; float:left; margin:0 !important; height:40px; overflow:hidden; padding:11px 0; position:relative; text-align:center !important; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; width:40px; } [dir="rtl"] .sesrecipe_album_cover_user_options > a, [dir="rtl"] .sesrecipe_album_cover_user_options > span > a{ float:right; } .sesrecipe_album_cover_user_options > a:hover, .sesrecipe_album_cover_user_options > a.active{background-color:#02adea;} .sesrecipe_album_cover_user_options > a i:before, .sesrecipe_album_cover_user_options > span > a > i:before{color:#fff;font-size:20px;} .sesrecipe_album_cover_user_options .sesrecipe_album_cover_user_options_drop_btn{position:relative;} .sesrecipe_album_cover_user_options_drop_btn .sesrecipe_album_option_box{ right:0; top:40px; z-index:9; } [dir="rtl"] .sesrecipe_album_cover_user_options_drop_btn .sesrecipe_album_option_box{ left:0; right:auto; } .sesrecipe_album_photos_listings .sortable, .sesrecipe_album_photos_listings .sortable .sesrecipe_list_grid_img, .sesrecipe_album_photos_listings .sortable .sesrecipe_list_flex_img{ cursor:move; } /*Album Info*/ .sesrecipe_album_info_left{ min-height:200px; overflow:hidden; } .sesrecipe_album_info_desc{ margin-bottom:10px; } .sesevent_album_other_info_field{ margin-bottom:10px; } .sesevent_album_other_info_field > span:first-child{ float:left; font-weight:bold; margin-right:10px; width:150px; } [dir="rtl"] .sesevent_album_other_info_field > span:first-child{ float:right; margin-left:10px; margin-right:0; } .sesevent_album_other_info_field > span:last-child{ overflow:hidden; } .sesevent_album_view_option{ margin-bottom:15px; } /*Change Cover Buttons*/ .sesrecipe_album_coverphoto_op{ position:absolute; left:20px; top:20px; z-index:1; } [dir="rtl"] .sesrecipe_album_coverphoto_op{ left:inherit; right:20px; } .sesrecipe_album_coverphoto_op > a{ border-radius:3px; display:block; overflow:hidden; padding:3px 5px; } .sesrecipe_album_coverphoto_op:hover > a, .sesrecipe_album_coverphoto_op.active > a{ background-color:rgba(0, 0, 0, 0.8); border:1px solid rgba(255, 255, 255, 0.8); -webkit-transition:all 300ms ease 0s; -moz-transition:all 300ms ease 0s; -o-transition:all 300ms ease 0s; transition:all 300ms ease 0s; } .sesrecipe_album_coverphoto_op > a i{ float:left; height:25px; margin-right:5px; text-align:center; width:25px; } [dir="rtl"] .sesrecipe_album_coverphoto_op > a i{ float:right; margin-left:5px; margin-right:0; } .sesrecipe_album_coverphoto_op > a i:before{ color:#f1f1f1; display:block; font-size:22px; margin-top:2px; text-shadow:0 0 5px rgba(0, 0, 0, 0.8); } .sesrecipe_album_coverphoto_op.active > a i:before, .sesrecipe_album_coverphoto_op:hover > a i:before{ color:#f1f1f1; display:block; font-size:22px; margin-top:1px; -ms-transform:scale(.7); /* IE 9 */ -webkit-transform:scale(.7); /* Safari */ transform:scale(.7); -webkit-transition:all 300ms ease 0s; -moz-transition:all 300ms ease 0s; -o-transition:all 300ms ease 0s; transition:all 300ms ease 0s; } .sesrecipe_album_coverphoto_op > a span{ color:#fff; display:none; float:left; margin-top:3px; font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .sesrecipe_album_coverphoto_op > a span{ float:right; } .sesrecipe_album_coverphoto_op:hover > a span, .sesrecipe_album_coverphoto_op.active > a span{ display:block; } .sesrecipe_album_coverphoto_op.active .sesrecipe_album_coverphoto_op_box{ left:0; top:45px; display:block; } [dir="rtl"] .sesrecipe_album_coverphoto_op.active .sesrecipe_album_coverphoto_op_box{ left:inherit; right:0; } .sesrecipe_album_coverphoto_op_box_arrow{ border-bottom:10px solid #fff; border-left:10px solid transparent; border-right:10px solid transparent; height:0; left:7px; position:absolute; top:-10px; width:0; } .sesrecipe_album_option_box{ position:absolute; display:none; width:170px; } .sesrecipe_album_option_box a{ display:block; padding:5px 10px; } .sesrecipe_album_option_box a:hover{ text-decoration:none; background-color:var(--theme-list-background-color-hover); } .sesrecipe_album_option_box a:before{ margin-right:5px; text-align:center; width:16px; } [dir="rtl"] sesrecipe_album_option_box a:before{ margin-left:5px; float:right; margin-top:5px; margin-right:0; } .sesrecipe_album_cover_positions_btns{ bottom:10px; right:10px; position:absolute; } [dir="rtl"] .sesrecipe_album_cover_positions_btns{ left:10px; right:auto; } .sesrecipe_album_cover_positions_btns a{ border-radius:3px; border-width:0; box-shadow:0 0 3px rgba(0, 0, 0, 0.3); float:left; margin-left:10px; } [dir="rtl"] .sesrecipe_album_cover_positions_btns a{ float:right; margin-left:0; margin-right:10px; } .sesrecipe_album_cover_positions_btns a:hover{ box-shadow:0 0 5px rgba(0, 0, 0, 0.7); } /*Photo update Popup*/ .sesrecipe_album_photo_update_popup{ position:fixed; top:0; bottom:0; right:0; left:0; z-index:99; } .sesrecipe_album_photo_update_popup_overlay{ background-color:rgba(0, 0, 0, .1); position:absolute; height:100%; width:100%; z-index:99; } .sesrecipe_album_photo_update_popup_container{ left: 50%; margin-left: -330px; position: absolute; top: 20px; width: 660px; z-index: 100; } .sesrecipe_album_photo_update_popup_content{ height:450px; width:100%; } .sesrecipe_album_photo_update_webcam_container{margin-left:-180px;width:360px;} .sesrecipe_album_photo_update_popup_webcam_options{padding:15px;} .sesrecipe_album_photo_update_popup_btns{margin-top:10px;} /*PHOTO VIEW PAGE CSS START HERE*/ .sesrecipe_view_photo{ margin:0 auto; min-width:300px; overflow:visible; } .sesrecipe_view_photo_container_wrapper{ background-image:url(/application/modules/Sesrecipe/externals/images/transprant-bg.png); margin-bottom:10px; position:relative; text-align:center; } [dir="rtl"] .sesrecipe_view_photo_container_wrapper{ text-align:center; } .sesrecipe_view_photo_container{ position:relative; display:inline-block; min- } .sesrecipe_view_photo_container #media_photo_next{ min-height:300px; } .sesrecipe_view_photo_container #media_photo{ display:block; margin:auto; cursor:initial; } .sesrecipe_view_photo_container #lassoImg, .sesrecipe_view_photo_container #lassoMask{ border-width:0; } .sesrecipe_view_photo_container a:link{ text-decoration:none; } /*Photo Next-Prev Button*/ .sesrecipe_view_photo_nav_btns a{ bottom:0; cursor:pointer; position:absolute; text-align:center; top:0; width:40px; z-index:1; } [dir="rtl"] .sesrecipe_view_photo_nav_btns a{ text-align:center; } .sesrecipe_view_photo_nav_btns a i{ margin-top:-30px; position:absolute; top:50%; } [dir="rtl"] .sesrecipe_view_photo_nav_btns a i{ filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); -webkit-transform:scale(-1, 1); -ms-transform:scale(-1, 1); transform:scale(-1, 1); } .sesrecipe_view_photo_nav_btns a i:before{ color:#fff; font-size:60px; line-height:60px; text-shadow:0 0 1px rgba(0, 0, 5, 0.5); } .sesrecipe_view_photo_nav_btns a:hover i:before{ text-shadow:0 0 1px rgba(0, 0, 10, 1); } .sesrecipe_view_photo_nav_prev_btn{left:0;} [dir="rtl"] .sesrecipe_view_photo_nav_prev_btn{left:auto;right:0;} .sesrecipe_view_photo_nav_prev_btn i{left:10px;} [dir="rtl"] .sesrecipe_view_photo_nav_prev_btn 1{left:auto;right:10px;} .sesrecipe_view_photo_nav_nxt_btn{right:0;} [dir="rtl"] .sesrecipe_view_photo_nav_nxt_btn{left:0;right:auto;} .sesrecipe_view_photo_nav_nxt_btn i{right:10px;} [dir="rtl"] .sesrecipe_view_photo_nav_nxt_btn i{left:10px;right:auto;} /*Photo Expend Options*/ .sesrecipe_view_photo_expend{ position:absolute; right:10px; top:10px; text-shadow:0 0 2px rgba(0, 0, 0, 0.5); z-index:1; } [dir="rtl"] .sesrecipe_view_photo_expend{ left:10px; right:auto; } .sesrecipe_view_photo_expend i{ color:#f2f2f2; } .sesrecipe_view_photo_expend:hover i{ color:#fff; } .sesrecipe_view_photo_expend i:before{ font-size:17px; } /*Photo Rotate Options*/ .sesrecipe_view_photo_rotate_btns{ background-color:rgba(255, 255, 255, 0.2); border:1px solid rgba(255, 255, 255, 0.3); border-radius:5px; bottom:10px; left:10px; padding:5px; position:absolute; } [dir="rtl"] .sesrecipe_view_photo_rotate_btns{ left:auto; right:10px; } .sesrecipe_view_photo_rotate_btns > a{ background-position:0 0; background-repeat:no-repeat; display:inline-block; font-weight:bold; padding-left:14px; } .sesrecipe_view_photo_rotate_btns > a:hover{ text-decoration:none; } .sesrecipe_view_photo_count{ margin-bottom:10px; overflow:hidden; text-align:center; } [dir="rtl"] .sesrecipe_view_photo_count{ text-align:center; } /*User Options*/ .sesrecipe_photo_view_btns{ border-radius:3px; position:absolute; bottom:10px; right:10px; overflow:hidden; z-index:2; } [dir="rtl"] .sesrecipe_photo_view_btns{ left:10px; right:auto; } .sesrecipe_photo_view_btns > span{ float:left; } [dir="rtl"] .sesrecipe_photo_view_btns > span{ float:right; } .sesrecipe_photo_view_btns > a, .sesrecipe_photo_view_btns > span > a{ border-radius:0; background-color:rgba(0, 0, 0, 0.6); float:left; height:35px; overflow:hidden; padding:10px 0; position:relative; text-align:center !important; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; width:35px; } [dir="rtl"] .sesrecipe_photo_view_btns > a, [dir="rtl"] .sesrecipe_photo_view_btns > span > a{ float:right; text-align:center; } .sesrecipe_photo_view_btns > a + a, .sesrecipe_photo_view_btns > a + span a{ border-left:1px solid rgba(255, 255, 255, 0.1); margin:0 !important; } [dir="rtl"] .sesrecipe_photo_view_btns > a + a, [dir="rtl"] .sesrecipe_photo_view_btns > a + span a{ border-left-width:0; border-right:1px solid rgba(255, 255, 255, 0.1); } .sesrecipe_photo_view_btns > a:hover, .sesrecipe_photo_view_btns > a.active, .sesrecipe_photo_view_btns > span a:hover, .sesrecipe_photo_view_btns > span a.active{background-color:#02adea;} .sesrecipe_photo_view_btns > a i:before, .sesrecipe_photo_view_btns > span a i:before{color:#fff;font-size:17px;} .sesrecipe_photo_view_bottom_right{ float:right; margin-left:20px; width:300px; } [dir="rtl"] .sesrecipe_photo_view_bottom_right{ float:left; margin-left:0; margin-right:20px; } .sesrecipe_photo_view_bottom_right div > h3{ background:none; border-width:0; font-weight:bold; letter-spacing:normal; margin-bottom:6px; padding:0; font-size:var(--theme-font-size-small) !important; } .sesrecipe_photo_view_bottom_middle{ overflow:hidden; } /*Photo Information*/ .sesrecipe_view_photo_title{ font-size:25px; margin-bottom:10px; } .sesrecipe_view_photo_middle_box{ margin-bottom:15px; } .sesrecipe_view_photo_owner_info{ float:left; width:50%; } [dir="rtl"] sesrecipe_view_photo_owner_info{ float:right; } .sesrecipe_view_photo_owner_photo{ float:left; margin-right:10px; } [dir="rtl"] .sesrecipe_view_photo_owner_photo{ float:right; margin-left:10px; margin-right:0; } .sesrecipe_view_photo_owner_details{ overflow:hidden; } .sesrecipe_view_photo_owner_details > span{ display:block; } .sesrecipe_view_photo_owner_name{ margin:5px 0 3px; } .sesrecipe_view_photo_owner_name a{ font-weight:bold; } .sesrecipe_view_photo_photo_stats{ float:left; width:50%; } [dir="rtl"] .sesrecipe_view_photo_photo_stats{ float:right; } .sesrecipe_view_photo_rating{ margin-bottom:5px; } .sesrecipe_view_photo_des, .sesrecipe_view_photo_tags, .sesrecipe_view_photo_stats, .sesrecipe_view_photo_location{ margin-bottom:10px; } .sesrecipe_view_photo_des > b, .sesrecipe_view_photo_tags > b{ display:block; margin-bottom:5px; } .sesrecipe_view_photo_location i{ margin-right:5px; } .sesevent_photo_view_bottom{ margin-top:15px; } .sesrecipe_photo_view_bottom_comments .comments{ width:100%; } /*Photos Strip Slider*/ .sesrecipe_photos_strip_slider_btn{ background-color:#7f8387; cursor:pointer; float:left; height:62px; text-align:center; width:20px; } .sesrecipe_photos_strip_slider_btn:hover{ background-color:#919191; } .sesrecipe_photos_strip_slider_btn i:before{ color:#fff; float:left; font-size:22px; margin-top:19px; } .sesrecipe_photos_strip_slider_btn.btn-prev{ border-radius:3px 0 0 3px; margin-right:1px; } .sesrecipe_photos_strip_slider_btn.btn-nxt{ border-radius:0 3px 3px 0; margin-left:1px; } .sesrecipe_photos_strip_slider_content{ float:left; overflow:hidden; width:257px; } .sesrecipe_photos_strip_slider_content > div{ position:relative; left:0px; text-align:center; } .sesrecipe_photos_strip_slider_content a > img { float:left; height:62px; margin:0 1px; width:62px; opacity:.3; filter:alpha(opacity=50); } .sesrecipe_photos_strip_slider_content a > img:hover, .sesrecipe_photos_strip_slider_content a.active > img{ opacity:1; filter:alpha(opacity=100); } /*PHOTO VIEW PAGE CSS END HERE*/ /*RESPONSIVE CSS*/ @media only screen and (max-width:767px){ /*PHOTO VIEW PAGE*/ .sesrecipe_view_photo_container #media_photo_next{min-height:300px;} .sesrecipe_photo_view_bottom_right{display:none;} /*ALBUM LISTING*/ .sesrecipe_album_list_grid_thumb{margin:0 1% 2%;width:31.334% !important} .sesrecipe_album_list_grid_thumb .sesrecipe_album_list_grid_img{height:200px !important;} .sesrecipe_album_list_grid_btns{ opacity: 1; top: 10px; } /*ALbum View Page*/ .sesrecipe_album_cover_inner{padding:50px 20px 0;} .sesrecipe_album_cover_footer{position:relative;margin:10px -20px 0;} .sesrecipe_manage_photos_list{ width:50% !important; } #form-upload.global_form input[type="text"], #form-upload.global_form input[type="email"], #form-upload.global_form input[type="password"], #form-upload.global_form textarea, #form-upload.global_form select, #form-upload.global_form .sesrecipe_upload_dragdrop_content{ width:100% !important; max-width:inherit !important; } #form-upload.global_form .sesrecipe_create_form_tabs li a{ font-size:12px; } #form-upload.global_form .sesrecipe_create_form_tabs li + li{ margin-left:10px; padding-left:10px; } } @media only screen and (max-width:600px){ /*ALBUM LISTING*/ .sesrecipe_album_list_grid_thumb{margin:0 1% 2%;width:48% !important;} .sesrecipe_album_list_grid_thumb .sesrecipe_album_list_grid_img{height:200px !important;} .sesrecipe_upload_item{ width:calc(50% - 10px) !important; } } @media only screen and (max-width:480px){ /*PHOTO VIEW PAGE*/ .sesrecipe_photo_view_btns > li > a{display:none;} .sesrecipe_photo_view_btns .sesrecipe_view_like_button, .sesrecipe_photo_view_btns .sesrecipe_view_fav_button, .sesrecipe_photo_view_btns .sesrecipe_view_tag_button, .sesrecipe_photo_view_btns li.sesrecipe_photo_view_option_btn a{display:block;} .sesrecipe_view_photo_owner_info, .sesrecipe_view_photo_photo_stats{width:100%;} /*Album VIEW PAGE*/ .sesrecipe_album_cover_album_owner_photo{height:70px;width:70px;} .sesrecipe_album_cover_title{font-size:20px;} .sesrecipe_view_album_rating, .sesrecipe_album_cover_stats{display:none;} .sesrecipe_album_cover_tabs li a{padding:0 10px;} /*ALBUM LISTING*/ .sesrecipe_album_list_grid_thumb{margin:0 0 6px;width:100% !important;} .sesrecipe_album_list_grid_thumb .sesrecipe_album_list_grid_img{height:200px !important;} .sesrecipe_manage_photos_list{ width:100% !important; } #form-upload.global_form .sesrecipe_create_form_tabs li i{ font-size:9px; margin-right:3px; } #form-upload.global_form .sesrecipe_create_form_tabs li a{ font-size:9px; } #form-upload.global_form .sesrecipe_create_form_tabs li + li{ margin-left:5px; padding-left:5px; } .sesrecipe_upload_item{ width:calc(100% - 10px) !important; } } /*MANAGE PHOTOS PAGE CSS START HERE*/ .sesrecipe_manage_photos_list{ display:inline-block; margin-left:-4px; vertical-align:top; width:25%; } [dir="rtl"] .sesrecipe_manage_photos_list{ margin-left:0; margin-right:-4px; } .sesrecipe_manage_photos_list > div{ border-style:solid; border-width:1px; margin:5px; } .sesrecipe_manage_photos_list_photo{ display:block; height:150px; overflow:hidden; width:100%; } .sesrecipe_manage_photos_list_photo > span{ background-position:center center; background-size:cover; background-repeat:no-repeat; display:block; height:100%; width:100%; } .sesrecipe_manage_photos_list_info{ padding-bottom:10px; overflow:hidden; } .sesrecipe_manage_photos_list_info > [id*='-title-label'], .sesrecipe_manage_photos_list_info > [id*='-description-label']{ display:none; } .sesrecipe_manage_photos_list_info input[type="text"], .sesrecipe_manage_photos_list_info textarea{ border-width:0; border-bottom-style:solid; border-bottom-width:1px; border-radius:0; padding:5px; max-width:100%; width:100%; } .sesrecipe_manage_photos_list_info > [id*='-move-label'], .sesrecipe_manage_photos_list_info > .sesrecipe_editphotos_move_input{ display:inline-block; margin:10px 5px; } .sesrecipe_manage_photos_list_info select{ max-width:130px; } .sesrecipe_manage_photos_list_info .photo-delete-wrapper, .sesrecipe_manage_photos_list_info .sesrecipes_editphotos_cover{ float:left; padding:5px 5px; width:50%; } [dir="rtl"] .sesrecipe_manage_photos_list_info .photo-delete-wrapper, [dir="rtl"] .sesrecipe_manage_photos_list_info .sesrecipes_editphotos_cover{ float:right; } .sesrecipe_manage_photos_list_location{ height:40px; padding:5px 5px 0; } .sesrecipe_manage_photos_list_location div{ margin-bottom:3px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } /*Edit Location Popup*/ .sesrecipe_edit_location_popup{ margin:15px; } .sesrecipe_edit_location_popup label{ display:block; margin:15px 0 5px; } .sesrecipe_edit_location_popup input{ width:400px; } #global_page_sesrecipe-photo-location #global_content_simple, #global_page_sesvideo-chanel-location #global_content_simple{display:block !important;} .sesrecipe_edit_location_popup #mapcanvas-wrapper{ margin-top:15px; width:100%; } /*MANAGE PHOTOS PAGE CSS END HERE*/ [dir="rtl"] .sesrecipe_album_photo_update_popup_webcam_options .sesrecipe_album_photo_update_popup_btns button{ margin-right:3px; }/* $Id:styles.css 2018-05-07 00:00:00 SocialEngineSolutions $*/ /* ICONS */ .icon_sesrecipe_new:before{ content:"\f044"; } .icon_sesrecipe_edit:before{ content:"\f044"; } .icon_sesrecipe_delete:before{ content:"\f056"; } .sesrecipe_gutter_report{ background-image:none; } .sesrecipe_gutter_report:before{ content:"\f024"; } .icon_sesrecipe_style{ background-image:url(/application/modules/Sesrecipe/externals/images/sesrecipe_style.png); } .icon_comments{ background-image:none; } .icon_sesrecipe_viewall{ background-image:none !important; } .icon_sesrecipe_subscribe{ background-image:none !important; } /*Global Classes*/ .sesrecipe_main_rss img{height:16px;margin-right:2px;} .sesrecipe_animation{ -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesrecipe_list_labels{ position:absolute; bottom:0px; z-index:1; } .sesrecipe_list_labels p{ color:#fff; font-size:9px; letter-spacing:1px; padding:5px 15px; font-weight:700; text-align:center; margin-bottom:5px; } .sesrecipe_label_featured{ background-color:#47c8e3; } .sesrecipe_label_sponsored{ background-color:#ff9800; } .sesrecipe_label_verified{ background-color:#53dc10; } .sesrecipe_search_result{ border-bottom-width:1px; font-weight:bold; margin-bottom:10px; padding:5px; } /*Recipe List Inside*/ .layout_sesrecipe_related_recipes h3{ border-bottom-width:1px; padding-bottom:10px; position:relative; } .layout_sesrecipe_related_recipes h3:before, .sesrecipe_category_recipe .sesrecipe_category_header:before{ content:''; height:3px; width:7%; position:absolute; background:#FD4326; bottom:-2px; left:10px; } [dir="rtl"] .layout_sesrecipe_related_recipes h3:before, [dir="rtl"] .sesrecipe_category_recipe .sesrecipe_category_header:before{ left:inherit; right:10px; } .sesrecipe_verified_label{ position:absolute; bottom:0px; right:0px; background:#93C33C; padding:3px 5px; color:#fff; } /*Search Form*/ .layout_sesrecipe_browse_search .sesbasic_browse_search_vertical #filter_form{ overflow:hidden; } .layout_sesrecipe_browse_search .sesbasic_browse_search_vertical #submit-label, .layout_sesrecipe_browse_search .sesbasic_browse_search_vertical #loadingimgsesrecipe-label{ display:none; } .layout_sesrecipe_browse_search .sesbasic_browse_search_vertical #submit-wrapper, .layout_sesrecipe_browse_search .sesbasic_browse_search_vertical #loadingimgsesrecipe-wrapper{ float:left; } .layout_sesrecipe_browse_search .sesbasic_browse_search_vertical #loadingimgsesrecipe-wrapper{ margin:10px !important; } /*RECIPES LISTINGS*/ /*Listings Thumb*/ .sesrecipe_thumb{ position:relative; } .sesrecipe_thumb .sesrecipe_thumb_img > span{ background-position:center center; background-repeat:no-repeat; background-size:cover; display:block; height:100%; width:100%; } /*Listing Buttons*/ .sesrecipe_thumb_btns{ margin-left:2px; position:absolute; opacity:0; top:-20px; right:10px; z-index:2; -webkit-transition:all 500ms ease; -moz-transition:all 500ms ease; transition:all 500ms ease; } [dir="rtl"] .sesrecipe_thumb_btns{ margin-left:0; margin-right:2px; left:10px; right:auto; } .sesrecipe_thumb:hover .sesrecipe_thumb_btns, .sesrecipe_listing_in_grid:hover .sesrecipe_thumb_btns{ opacity:1; top:100px; right:60px; background-color:rgba(0,0,0,0.5); } /*Manage Options*/ .sesrecipe_list_option_toggle.fa{ cursor:pointer; position:absolute; top:5px; right:10px; } [dir="rtl"] .sesrecipe_list_option_toggle.fa{ left:10px; right:auto; } .sesrecipe_list_options{ margin-top:5px; } .sesrecipe_list_option_toggle.fa:before{ font-size:22px; } .sesrecipe_listing_options_pulldown{ background-color:#fff; border:1px solid #ccc; position:absolute; right:0; top:24px; display:none; width:120px } [dir="rtl"] .sesrecipe_listing_options_pulldown{ left:0; right:auto; } div.sesrecipe_listing_options_pulldown a{ color:#333; font-size:11px; display:block; padding:5px 10px; } .sesrecipe_list_option_toggle.open, .sesrecipe_list_option_toggle.open + div{ display:block; } .sesrecipe_listing_options_pulldown a:hover{ background-color:#ededed; text-decoration:none; } /*CREATE & EDIT RECIPE FORM CSS START HERE*/ .sesrecipe_recipe_form .global_form > div{ float:none; } .sesrecipe_recipe_form #artists-element .form-options-wrapper li{ display:inline-block; vertical-align:top; width:180px; } .sesrecipe_recipe_form .global_form div.form-label label.required:after{ content:" *"; color:#f00; } /*CREATE & EDIT RECIPE FORM CSS END HERE*/ /*CATEGORY COVER*/ .layout_sesrecipe_banner_category{ padding:0px !important; border:none; } .layout_sesrecipe_banner_category > h3{ display:none; } .sesrecipe_category_cover{ border-style:solid; border-width:1px; margin-bottom:15px; padding:2px; width:100%; } .sesrecipe_category_cover_inner{ background-position:center; background-repeat:no-repeat; background-size:cover; position:relative; width:100%; } .sesrecipe_category_cover_content{ background-color:rgba(0, 0, 0, .7); padding:30px; width:100%; } .sesrecipe_category_cover_breadcrumb{ margin-bottom:15px; } .sesrecipe_category_cover_breadcrumb, .sesrecipe_category_cover_breadcrumb a{ color:#fff !important; font-size:17px; } .sesrecipe_category_cover_breadcrumb a{ font-weight:bold; } .sesrecipe_category_cover_blocks:after{ border-top:43px solid #fff; } .sesrecipe_category_cover_blocks{ background-color:rgba(0, 0, 0, .5); border:1px solid #111; height:250px; width:100%; background:var(--theme-list-background-color); } .sesrecipe_category_cover_block_img{ border-right:1px solid #111; float:left; height:100%; width:50%; } [dir="rtl"] .sesrecipe_category_cover_block_img{ float:right; } .sesrecipe_category_cover_block_img span{ background-position:center center; background-repeat:no-repeat; background-size:cover; display:block; height:100%; width:100%; } .sesrecipe_category_cover_block_info{ overflow:hidden; padding:20px; } .sesrecipe_category_cover_block_info div{ color:#fff; } .sesrecipe_category_cover_title span{ background-color:var(--theme-button-background-color); } .sesrecipe_category_cover_title{ font-size:20px; font-weight:bold; margin-bottom:10px; } .sesrecipe_category_cover_des{ height:170px; } .sesrecipe_category_cover_des, .sesrecipe_category_cover_des *{ height:170px; } .sesrecipe_category_cover_des.mCustomScrollbar{ padding-right:10px; } [dir="rtl"] .sesrecipe_category_cover_des.mCustomScrollbar{ padding-left:10px; padding-right:0; } .sesrecipe_category_cover_des.mCustomScrollbar .mCSB_dragger_bar{ background-color:rgba(204, 204, 204, .5) !important; } /*Category Header*/ .sesrecipe_browse_cat_top{ border-bottom-style:solid; border-bottom-width:1px; padding:20px; margin-bottom:15px; } .sesrecipe_catview_title{ font-size:20px; font-weight:bold; } .sesrecipe_catview_title, .sesrecipe_catview_des{ margin-bottom:10px; text-align:center; } [dir="rtl"] .sesrecipe_catview_title, [dir="rtl"] .sesrecipe_catview_des{ text-align:center; } /*SIDEBAR LISTING START HERE*/ .sesrecipe_sidebar_list{ clear:both; padding:5px 0; } .sesrecipe_sidebar_list_thumb{ float:left; margin-right:10px; } [dir="rtl"] .sesrecipe_sidebar_list_thumb{ float:right; margin-left:10px; margin-right:0; } .sesrecipe_sidebar_list_info{ overflow:hidden; } .sesrecipe_sidebar_list_title{ font-weight:bold; margin-bottom:5px; } .sesrecipe_sidebar_list_stats{ margin-bottom:3px; font-size:var(--theme-font-size-small) !important; } /*SIDEBAR LISTING END HERE*/ /*LOCATION POPUP CSS START HERE*/ .sesrecipe_edit_location_popup{ margin:15px; } .sesrecipe_edit_location_popup .form-elements{ margin-top:0px; } .sesrecipe_edit_location_popup label{ display:block; margin:0px 0 5px; } .sesrecipe_edit_location_popup input{ width:400px; } #global_page_sesrecipe-index-location #global_content_simple, #global_page_sesrecipe-index-location #global_content_simple{ display:block !important; } .sesrecipe_edit_location_popup #mapcanvas-wrapper{ margin-top:15px; width:100%; } .sesrecipe_edit_location_popup .form-wrapper #fieldset-buttons #submit-label{ display:none; } /*LOCATION POPUP CSS END HERE*/ .sesrecipe_create .global_form div.form-element{ margin-bottom:15px; } .sesrecipe_create_form_tabs li{ display:inline-block; } .sesrecipe_create_form_tabs li + li{ border-left-width:1px; border-left-style:solid; margin-left:30px; padding-left:30px; } [dir="rtl"] .sesrecipe_create_form_tabs li + li{ border-left-width:0; border-right-width:1px; border-right-style:solid; margin-left:0; margin-right:30px; padding-left:0; padding-right:30px; } /*.sesrecipe_create #LocationGroup-label { display:none; }*/ .sesrecipe_create_form_tabs li a{ font-weight:bold; } .sesrecipe_create_form_tabs li i{ margin-right:5px; } [dir="rtl"] .sesrecipe_create_form_tabs li i{ margin-left:5px; margin-right:0; } #fromurl-element button{ margin-left:10px; padding:8px 10px; } [dir="rtl"] #fromurl-element button{ margin-left:0; margin-right:10px; } .sesrecipe_upload_dragdrop_content{ border-color:#ccc; border-style:dashed; border-width:2px; font-size:20px; cursor:pointer; height:180px; line-height:180px; text-align:center; vertical-align:middle; width:500px; } .sesrecipe_upload_dragdrop_content:hover{ border-color:var(--theme-button-background-color); } [dir="rtl"] .sesrecipe_upload_dragdrop_content{ text-align:center; } .sesrecipe_upload_dragdrop_content.sesbd{ border-width:2px; } .sesrecipe_upload_item_name{ display:block; margin-bottom:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .sesrecipe_upload_item_options > a{ margin-left:10px; } [dir="rtl"] .sesrecipe_upload_item_options > a{ margin-left:0; margin-right:10px; } .sesrecipe_upload_url_content{ border-style:solid; border-width:1px; padding:10px; } .sesrecipe_upload_url_content input[type="text"]{ width:490px; } .sesrecipe_upload_photos_container{ float:left; max-height:inherit; overflow:auto; width:auto; } [dir="rtl"] .sesrecipe_upload_photos_container{ float:right; } .sesrecipe_upload_photos_container.iscontent{ box-shadow:0 0 3px rgba(0, 0, 0, 0.4); margin:3px; } .sesrecipe_upload_item{ border-style:solid; border-width:1px; float:left; height:230px; margin:5px; padding:5px; position:relative; } [dir="rtl"] .sesrecipe_upload_item{ float:right; } .sesrecipe_upload_item_overlay{ background-color:rgba(0, 0, 0, .1); bottom:0; left:0; right:0; top:0; position:absolute; z-index:1; } .sesrecipe_upload_item_abort{ position:absolute; text-align:center; top:130px; width:100%; z-index:2; } [dir="rtl"] .sesrecipe_upload_item_abort{ text-align:center; } .sesrecipe_upload_item_abort span{ background-color:#d9534f; border:1px solid #d43f3a; border-radius:3px; color:#fff; cursor:pointer; display:inline-block; padding:3px 5px; font-size:var(--theme-font-size-small) !important; } .sesrecipe_upload_item_abort span:hover{ background-color:#c9302c; } .sesrecipe_upload_item .progressBar{ position:absolute; top:50px; width:100%; z-index:2; } .sesrecipe_upload_item .progressBar > div{ background:url(/application/modules/Sesrecipe/externals/images/ajax_loading.gif) no-repeat center top; color:#fff; padding-top:20px; text-align:center; width:100% !important; } [dir="rtl"] .sesrecipe_upload_item .progressBar > div{ text-align:center; } .sesrecipe_upload_item_photo{ height:160px; margin-bottom:5px; overflow:hidden; width:100%; } .sesrecipe_upload_item_photo img{ min-height:100%; width:100%; } .sesrecipe_upload_item_size{ float:right; margin:0 0 5px 5px; font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .sesrecipe_upload_item_size{ float:left; margin:0 5px 5px 0; } .sesrecipe_upload_item_name{ display:block; margin-bottom:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } .sesrecipe_upload_item_options{ display: flex; margin-top: 6px; } .sesrecipe_upload_item_options > a{ margin-left:10px; } [dir="rtl"] .sesrecipe_upload_item_options > a{ margin-left:0; margin-right:10px; } .sesrecipe_list_grid_img{ display:block; width:100%; } .sesrecipe_list_grid_img span{ background-position:center center; background-color:#ccc; background-size:cover; display:block; height:100%; width:100%; } /*RECIPE CREATE PAGE START HERE*/ .sesrecipe_create_category_container{ border-width:1px; border-style:solid; padding:10px; margin-bottom:15px; } .sesrecipe_create_category_items{ border-width:1px; border-style:solid; display:inline-block; vertical-align:middle; width:24%; } .sesrecipe_create_category_items > ul{ height:330px; overflow-y:auto; width:100%; } .sesrecipe_create_category_items ul > li{ cursor:pointer; padding:0 10px; height:40px; line-height:40px; } .sesrecipe_create_category_items ul > li + li{ border-top-width:1px; } .sesrecipe_create_category_items ul > li:hover, .sesrecipe_create_category_items ul > li.active{ background-image:url(/application/modules/Sesrecipe/externals/images/transprant-bg.png); background-color:var(--theme-list-background-color-hover); } .sesrecipe_create_category_items_last{ border-width:0; text-align:center; } .sesrecipe_create_category_items_last span{ display:block; margin-bottom:10px; } /*RECIPE CREATE PAGE END HERE*/ /*CATEGORY ICONS BLOCK WIDGET CSS START HERE*/ .sesrecipe_cat_iconlist_head{ font-size:34px; margin-bottom:30px; text-align:center !important; } .sesrecipe_cat_iconlist{ text-align:center !important; } .sesrecipe_cat_iconlist:hover{ opacity:.9; } .sesrecipe_cat_iconlist a{ text-decoration:none !important; } .sesrecipe_cat_iconlist span{ display:block; } .sesrecipe_cat_iconlist_icon{ background-color:transparent !important; border-radius:50%; height:80px; margin:0 auto; width:80px; } .sesrecipe_cat_iconlist_icon img{ width:50px; margin:15px; } .sesrecipe_cat_iconlist_title{ margin-top:10px; } .sesrecipe_cat_iconlist_count{ margin-top:2px; font-size:var(--theme-font-size-small) !important; } /*CATEGORY ICONS BLOCK WIDGET CSS END HERE*/ /*Recipe Information Block*/ .sesrecipe_dashboard_recipe_info_cover{ background-color:#ccc; display:block; height:120px; overflow:hidden; width:100%; position:relative; } .sesrecipe_dashboard_recipe_main_photo{ border-radius:5px; border-width:1px; border-style:solid; height:60px; width:60px; position:absolute; bottom:10px; left:10px; overflow:hidden; } [dir="rtl"] .sesrecipe_dashboard_recipe_main_photo{ left:inherit; right:10px; } .sesrecipe_dashboard_recipe_photo{ height:200px; position:relative; overflow:hidden; width:100%; } .sesrecipe_dashboard_recipe_info_cover img, .sesrecipe_dashboard_recipe_main_photo img, .sesrecipe_dashboard_recipe_photo img{ height:100%; object-fit:cover; width:100%; } .sesrecipe_dashboard_recipe_info_cover .sesrecipe_labels{ top:10px; } .sesrecipe_dashboard_recipe_info_content{ padding:10px 0; } .sesrecipe_dashboard_recipe_info .sesrecipe_recipe_status{ margin-top:10px; width:100%; padding:5px; } .sesrecipe_dashboard_recipe_details{ overflow:hidden; } .sesrecipe_dashboard_recipe_details .layout_sesrecipe_advance_share{ margin:10px 0 0; float:left; width:100%; } /*recipe hover social icon start*/ .sesrecipe_list_thumb_over{ opacity:0; position:absolute; width:100%; height:100%; left:0; top:0; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesrecipe_list_thumb_over > a{ width:100%; height:100%; position:absolute; } .sesrecipe_thumb:hover .sesrecipe_list_thumb_over{ opacity:1; background-color:rgba(0,0,0,0.5); } .sesrecipe_list_grid_thumb_btns{ top:50%; display:flex; align-items:center; justify-content:center; position:absolute; transform:translatey(-50%); width:100%; text-align:center !important; } .sesrecipe_grid_btns{ position:absolute; top:50%; left:50%; z-index:2; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; transform:translate(-50%, -50%); width:100%; text-align:center !important; display:flex; align-items:center; justify-content:center; } .sesrecipe_grid_btns > a{ float:none !important; } /*recipe hover social icon end*/ /*List View*/ .sesrecipe_list_recipe_view{ background:url(/application/modules/Sesrecipe/externals/images/transprant-bg.png); margin:0 10px 10px; position:relative; border-radius:6px; overflow:hidden; width:100%; display:flex; } .sesrecipe_list_recipe_view .sesrecipe_list_labels span{ color:#000; display:inline-block; font-size:11px; letter-spacing:1px; margin:0 2px; padding:8px 15px; font-weight:700; } .sesrecipe_list_recipe_view .sesrecipe_list_info{ overflow:hidden; display:flex; flex-direction:column; padding:10px; position:relative; width:100%; } .sesrecipe_list_recipe_view .sesrecipe_list_info_title{ font-weight:bold; font-size:20px; margin-bottom:5px; } .sesrecipe_list_info_title a { color:var(--theme-button-background-color) !important; } .sesrecipe_list_recipe_view .sesrecipe_list_info_title a{ display:block; } .sesrecipe_list_recipe_view .sesrecipe_admin_list{ display:inline-block; width:100%; } .sesrecipe_list_recipe_view .sesrecipe_static_list_group{ border-top-width:1px; display:flex; justify-content:space-between; align-items:center; overflow:hidden; padding:10px 0 0; width:100%; margin-top:auto; } .sesrecipe_list_recipe_view .sesrecipe_stats_list{ float:left; margin-right:10px; min-height:24px; } [dir="rtl"] .sesrecipe_list_recipe_view .sesrecipe_stats_list{ float:right; margin-right:0; margin-left:10px; } .sesrecipe_list_recipe_view .sesrecipe_stats_list span { font-size:var(--theme-font-size-small) !important; } .sesrecipe_list_recipe_view .sesrecipe_stats_list span a:first-child{ float:left; margin-right:5px; } [dir="rtl"] .sesrecipe_list_recipe_view .sesrecipe_stats_list span a:first-child{ float:right; margin-right:0px; margin-left:5px; } .sesrecipe_list_recipe_view .sesrecipe_stats_list span a img{ width:20px; height:20px; border-radius:50%; } .sesrecipe_list_recipe_view .sesrecipe_list_stats{ float:left; margin-bottom:5px; } [dir="rtl"] .sesrecipe_list_recipe_view .sesrecipe_list_stats{ float:right; } .sesrecipe_list_recipe_view .sesrecipe_list_view_ratting{ margin:0px; } .sesrecipe_list_recipe_view .sesrecipe_list_view_ratting span{ vertical-align:bottom; } .sesrecipe_list_recipe_view .sesrecipe_list_location{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; width:25%; margin-right:10px; float:left; } .sesrecipe_list_recipe_view .sesrecipe_list_location span a{ color:#555; text-decoration:none; } .sesrecipe_list_recipe_view .sesrecipe_list_stats span{ margin-right:5px; display: inline-block; font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .sesrecipe_list_recipe_view .sesrecipe_list_stats span{ margin-right:0; margin-left:5px; } .sesrecipe_list_recipe_view .sesrecipe_list_stats span i{ padding-right:5px; } .sesrecipe_list_recipe_view .sesrecipe_list_readmore{ padding:6px 0px; } .sesrecipe_list_readmore a:hover{ background-color:var(--theme-button-background-color); color:var(--theme-button-font-color); } .sesrecipe_list_recipe_view .sesrecipe_list_readmore a{ border-width:1px; padding:6px 10px; text-decoration:none; } .sesrecipe_list_recipe_view .sesrecipe_list_des{ line-height:180%; margin:0; } .sesrecipe_list_recipe_view .sesrecipe_list_thumb{ float:left; height:200px; margin:0 10px 0 0; overflow:hidden; width:300px; } [dir="rtl"] .sesrecipe_list_recipe_view .sesrecipe_list_thumb{ float:right; margin:0 0 0 10px; } .sesrecipe_list_recipe_view .sesrecipe_thumb{ border:none !important; } .sesrecipe_list_contant{ line-height:24px; margin-bottom:10px; } .sesrecipe_list_recipe_view .sesrecipe_list_thumb:hover .sesrecipe_list_labels, .sesrecipe_list_recipe_view .sesrecipe_list_thumb:hover .sesrecipe_verified_label, .sesbasic_pinboard_list_item_top.sesrecipe_thumb:hover .sesrecipe_verified_label, .sesrecipe_list_second_recipe .sesrecipe_thumb:hover .sesrecipe_list_second_recipe_date{ display:none; } .sesrecipe_list_recipe_view .sesrecipe_verified_label{ position:absolute; bottom:0px; right:0px; background:#93C33C; padding:3px 5px; color:#fff; } /*list view end*/ /*List View Second*/ .sesrecipe_list_second_recipe{ padding:25px 0 15px; margin:0 5px 15px; width:100%; } .sesrecipe_list_second_recipe + .sesrecipe_list_second_recipe { border-top-width:1px; } .sesrecipe_list_second_recipe .sesrecipe_list_second_recipe_date{ position:absolute; bottom:8px; right:8px; padding:5px; text-align:center; min-width:75px; border-radius:4px; font-size:var(--theme-font-size-small) !important; background-color:var(--theme-button-background-color); color:var(--theme-button-font-color); } [dir="rtl"] .sesrecipe_list_second_recipe .sesrecipe_list_second_recipe_date{ left:0px; right:inherit; } .sesrecipe_list_second_recipe .sesrecipe_list_second_recipe_date p span{ display:block; } .sesrecipe_list_second_recipe .sesrecipe_list_second_recipe_date p span.date{ font-weight:bold; font-size:22px; } .sesrecipe_list_second_recipe .sesrecipe_list_labels span{ color:#000; display:inline-block; font-size:11px; letter-spacing:1px; margin:0 2px; padding:8px 15px; font-weight:700; } .sesrecipe_list_second_recipe .sesrecipe_list_info{ padding:0px 0px 0px 15px; overflow:hidden; } .sesrecipe_list_second_recipe .sesrecipe_list_info_title{ font-weight:bold; font-size:20px; margin-bottom:10px; display:block; overflow:hidden; } .sesrecipe_list_second_recipe .sesrecipe_admin_list{ display:flex; align-items:center; width:100%; padding:10px; background:url(/application/modules/Sesrecipe/externals/images/transprant-bg.png); } .sesrecipe_list_second_recipe .sesrecipe_stats_list{ margin-right:15px; font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .sesrecipe_list_second_recipe .sesrecipe_stats_list{ margin-right:0; margin-left:15px; } .sesrecipe_list_second_recipe .sesrecipe_stats_list span i{ margin-right:5px; } .sesrecipe_list_second_recipe > .admin_img{ margin-right:6px; margin-bottom:5px; } .sesrecipe_list_second_recipe .sesrecipe_stats_list span a:first-child{ float:left; margin-right:5px; } [dir="rtl"] .sesrecipe_list_second_recipe .sesrecipe_stats_list span a:first-child{ float:right; margin-right:0px; margin-left:5px; } .sesrecipe_list_second_recipe .sesrecipe_stats_list span a img{ height:20px; width:20px; border-radius:50%; float:left; } .sesrecipe_list_second_recipe .sesrecipe_list_contant{ border-bottom:0px; margin-bottom:0px; } .sesrecipe_list_second_recipe .sesrecipe_list_location{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; float:left; width:25%; } .sesrecipe_list_second_recipe .sesrecipe_list_location span a{ color:#555; text-decoration:none; } .sesrecipe_list_second_recipe .sesrecipe_list_stats span{ margin-right:2px; display: inline-block; } [dir="rtl"] .sesrecipe_list_second_recipe .sesrecipe_list_stats span{ margin-right:0px; margin-left:2px; } .sesrecipe_list_second_recipe .sesrecipe_list_readmore{ padding:15px 0px 5px 0px; } .sesrecipe_list_second_recipe .sesrecipe_list_readmore a{ padding:8px 15px; text-decoration:none; border-radius:4px; } .sesrecipe_list_second_recipe .sesrecipe_list_des{ margin-top:10px; } .sesrecipe_list_second_recipe .sesrecipe_list_thumb{ float:left; height:200px ; margin:0 10px 0 0; overflow:hidden; width:300px; } [dir="rtl"] .sesrecipe_list_second_recipe .sesrecipe_list_thumb{ float:right; margin:0 0 0 10px; } .sesrecipe_list_second_recipe .sesrecipe_thumb{ border:none !important; border-radius:10px; } .sesrecipe_list_second_recipe .sesrecipe_list_thumb:hover .sesrecipe_list_labels, .sesrecipe_list_second_recipe .sesrecipe_list_thumb:hover .sesrecipe_verified_label, .sesrecipe_list_recipe_view .sesrecipe_list_thumb:hover .sesrecipe_verified_label, .sesbasic_pinboard_list_item_top.sesrecipe_thumb:hover .sesrecipe_verified_label{ display:none; } .sesrecipe_list_second_recipe .sesrecipe_verified_label{ position:absolute; bottom:inherit; top:0px; right:0px; background:#93C33C; padding:3px 5px; color:#fff; } /*list view second end*/ /*full list view start*/ .sesrecipe_list_full_view{ margin-bottom:0; margin-right:10px; border-left-width:5px; padding-left:47px; padding-bottom:20px; margin-left:28px; position:relative; width: 100%; } [dir="rtl"] .sesrecipe_list_full_view{ margin-bottom:0px; border-right-width:5px; border-left-width:0px; padding-right:47px; padding-left:0px; padding-bottom:20px; margin-right:28px; margin-left:10px; position:relative; } .sesrecipe_list_full_view .sesrecipe_list_des { font-size:var(--theme-font-size-small) !important; } .sesrecipe_list_full_view .sesrecipe_list_full_date_recipe{ position:absolute; top:20px; left:-30px; background:#FFF; padding:15px 5px; width:60px; border-radius:50%; height:60px; border-width:4px; font-size:13px; text-align:center; } [dir="rtl"] .sesrecipe_list_full_view .sesrecipe_list_full_date_recipe{ right:-30px; left:inherit; } .sesrecipe_list_full_view .sesrecipe_list_grid_thumb_btns .sesbasic_icon_btn{ float:none !important; border-radius:50%; border:2px solid; border-color:#fff; display:inline-block; height:35px; width:35px; } .sesrecipe_list_full_view .sesrecipe_list_labels span{ color:#000; display:inline-block; font-size:11px; letter-spacing:1px; margin:0 2px; padding:8px 15px; font-weight:700; } .sesrecipe_list_full_view .sesrecipe_list_full_view_info{ padding:10px 1px; overflow:hidden; clear:both; } .sesrecipe_list_full_view .sesrecipe_list_full_view_info .sesrecipe_list_info_title{ font-weight:bold; font-size:20px; margin-bottom:10px; } .sesrecipe_list_full_view .sesrecipe_list_full_meta{ clear:both; overflow:hidden; } .sesrecipe_list_full_view .sesrecipe_list_stats{ float:left; margin-right:10px; font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .sesrecipe_list_full_view .sesrecipe_list_stats{ float:right; margin-right:0px; margin-left:10px; } .sesrecipe_list_full_view .sesrecipe_list_stats span i{ width:15px; margin-right:5px; text-align:center; } [dir="rtl"] .sesrecipe_list_full_view .sesrecipe_list_stats span i{ margin-left:5px; margin-right:0px; } .sesrecipe_list_full_view .sesrecipe_list_stats span a:first-child{ float:left; margin-right:5px; } [dir="rtl"] .sesrecipe_list_full_view .sesrecipe_list_stats span a:first-child{ float:right; margin-right:0px; margin-left:5px; } .sesrecipe_list_full_view .sesrecipe_list_stats span a img{ width:20px; height:20px; border-radius:50%; } .sesrecipe_list_full_view .sesrecipe_list_thumb{ float:left; margin:0 10px 0 0; overflow:hidden; width:100%; } .sesrecipe_list_full_view .sesrecipe_list_thumb img{ width:100%; } .sesrecipe_list_full_view .sesrecipe_list_contant{ line-height:24px; margin-bottom:10px; border-bottom-width:1px; padding-bottom:10px; } .sesrecipe_list_full_view .sesrecipe_list_thumb:hover .sesrecipe_list_labels, .sesrecipe_list_full_view .sesrecipe_list_thumb:hover .sesrecipe_verified_label{ display:none; } .sesrecipe_list_full_view .sesrecipe_list_full_border{ clear:both; overflow:hidden; margin-top:10px; } .sesrecipe_list_full_view .sesrecipe_list_full_border .sesrecipe_list_border_one{ background:#4a4a4a; width:25%; padding:3px } .sesrecipe_list_border_two { background-color:var(--theme-button-background-color); color:var(--theme-button-font-color); } .sesrecipe_list_full_view .sesrecipe_list_full_border .sesrecipe_list_border_two{ width:35%; padding:3px; } .sesrecipe_list_full_view .sesrecipe_list_full_border .sesrecipe_list_border_three{ width:40%; padding:3px; background-color:#ccc; } .sesrecipe_list_full_contant_recipe { background:var(--theme-list-background-color-hover); } .sesrecipe_list_full_view .sesrecipe_list_full_contant_recipe{ padding:15px; line-height:25px; } .sesrecipe_list_full_view .sesrecipe_list_full_stats{ width:100%; background:#7b7b7b; padding:0px; margin-bottom:5px; clear:both; overflow:hidden; display:table; } .sesrecipe_list_full_stats span { color:var(--theme-button-font-color) !important; } .sesrecipe_list_full_view .sesrecipe_list_full_stats span{ margin-right:0px; display:block; display:table-cell; border-right-width:2px; padding:10px 0px 10px 15px; text-align:center; width:10%; font-weight:600; } [dir="rtl"] .sesrecipe_list_full_view .sesrecipe_list_full_stats span{ border-left-width:2px; border-right-width:0px; } .sesrecipe_list_full_view .sesrecipe_list_full_stats span:last-child{ border-right:none; } [dir="rtl"] .sesrecipe_list_full_view .sesrecipe_list_full_stats span:last-child{ border-left:none; } .sesrecipe_list_full_view .sesrecipe_list_full_stats span i{ margin-right:4px; } .sesrecipe_list_full_view .sesrecipe_list_readmore, .sesrecipe_list_new_full_view .sesrecipe_list_readmore{ padding:0; margin:15px 0 8px; } .sesrecipe_list_new_full_view .sesrecipe_list_readmore{ text-align:center; } .sesrecipe_list_new_full_view .sesrecipe_list_readmore > a{ padding:6px 10px; text-decoration:none; background-color:var(--theme-button-background-color); color:var(--theme-button-font-color) !important; } .sesrecipe_list_full_view .sesrecipe_list_readmore a{ border-width:1px; padding:6px 10px; text-decoration:none; } .sesrecipe_list_full_view .sesrecipe_list_readmore > a { border:0; background-color:var(--theme-button-background-color); color:var(--theme-button-font-color) !important; } /* full list view end*/ /* new full list view start*/ .sesrecipe_list_new_full_view { margin:15px; } .sesrecipe_list_new_full_view .sesrecipe_list_full_thumb{ display:block; overflow:hidden; width:100%; } .sesrecipe_list_new_full_view .sesrecipe_list_new_full_stats * { text-align:center; } .sesrecipe_list_new_full_view .sesrecipe_list_new_full_stats a { margin:5px 10px; } .sesrecipe_list_new_full_view .sesrecipe_list_full_thumb a img{ width:100%; max-height:300px; object-fit:cover; } .sesrecipe_list_new_full_view .sesrecipe_list_new_full_view_meta ul{ text-align:center; padding:15px 0px 10px; } .sesrecipe_list_new_full_view .sesrecipe_list_new_full_view_meta ul li{ display:inline-block; vertical-align:top; } .sesrecipe_list_new_full_view .sesrecipe_list_new_full_view_meta ul li + li{ border-left-width:1px; margin:0px 0px 0px 5px; padding:0px 0px 0px 10px; } [dir="rtl"] .sesrecipe_list_new_full_view .sesrecipe_list_new_full_view_meta ul li + li{ border-width:0 1px 0 0; padding:0px 10px 0px 0px; } .sesrecipe_list_new_full_view .sesrecipe_list_new_full_view_meta .sesrecipe_list_new_full_view_meta_location{ max-width:25%; } .sesrecipe_list_new_full_view .sesrecipe_list_new_full_view_meta ul li .sesrecipe_list_location{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis; float:left; width:100%; } .sesrecipe_list_new_full_view .sesrecipe_list_new_full_view_meta ul li span a img{ width:20px; height:20px; border-radius:50%; vertical-align:middle; } .sesrecipe_list_new_full_view .sesrecipe_list_full_view_info{ padding:0px 15px; } .sesrecipe_list_new_full_view .sesrecipe_list_stats span i { width:15px; margin-right:5px; text-align:center; display:inline-block; } [dir="rtl"] .sesrecipe_list_new_full_view .sesrecipe_list_stats span i{ margin-left: 5px; margin-right:0px; } .sesrecipe_list_new_full_view .sesrecipe_list_info_title{ text-align:center; margin-top:20px; } .sesrecipe_list_new_full_view .sesrecipe_list_info_title a{ font-size:25px; } .sesrecipe_list_new_full_view .sesrecipe_list_new_full_contant_recipe .sesrecipe_list_des { text-align:center; line-height:170%; } .sesrecipe_list_new_full_view .sesrecipe_list_new_full_contant_recipe{ margin:10px 0; line-height:24px; } .sesrecipe_list_new_full_view .sesrecipe_list_new_full_stats{ display:inline-block; clear:both; margin:5px 0; width:100%; } .sesrecipe_list_new_full_view .sesrecipe_list_new_full_stats .sesrecipe_list_stats ul li{ display:inline-block; font-size:var(--theme-font-size-small) !important; } .sesrecipe_list_new_full_view .sesrecipe_list_divider{ border-top-width:1px; overflow:hidden; margin:18px 0px 0px 0px; } .sesrecipe_list_new_full_view .sesrecipe_list_socialicon ul li{ display:inline-block; padding:0 10px; } .sesrecipe_list_new_full_view .sesrecipe_list_socialicon ul li a { color:var(--theme-button-background-color); } .sesrecipe_list_new_full_view .sesrecipe_list_socialicon ul li + li{ margin-left:10px; } /* new full list view end/* /*Grid View start*/ .sesrecipe_grid{ margin:0 0 25px; height:calc(100% - 25px); } .sesrecipe_grid .sesrecipe_grid_inner{ position:relative; overflow:hidden; width:100%; height:100%; } .sesrecipe_grid .sesrecipe_grid_thumb{ float:left; height:150px; overflow:hidden; width:100%; position:relative; } .sesrecipe_grid .sesrecipe_grid_thumb > a{ height:100%; width:100%; } .sesrecipe_grid .sesrecipe_thumb{ border:none !important; } .sesrecipe_grid .sesrecipe_grid_labels{ position:absolute; text-align:center; bottom:0px; z-index:0; } .sesrecipe_grid .sesrecipe_grid_labels p{ color:#fff; font-size:11px; letter-spacing:1px; padding:6px 10px; font-weight:600; } .sesrecipe_grid .sesrecipe_grid_inner:hover .sesrecipe_grid_labels, .sesrecipe_grid .sesrecipe_grid_inner:hover .sesrecipe_verified_label, .sesrecipe_grid .sesrecipe_grid_inner:hover .sesrecipe_grid_verified_label{ display:none; } .sesrecipe_grid .sesrecipe_verified_label, .sesrecipe_list_full_thumb .sesrecipe_verified_label, .sesrecipe_grid_verified_label{ position:absolute; bottom:0px; right:0px; background:#93C33C; padding:3px 5px; color:#fff; } .sesrecipe_grid .sesrecipe_grid_memta_title { position:absolute; top:5px; left:5px; opacity:1; transition:all .5s ease; } .sesrecipe_grid:hover .sesrecipe_grid_memta_title{ opacity:0; } .sesrecipe_grid .sesrecipe_grid_memta_title a { padding:5px 10px; display:inline-block; border-radius:6px; font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .sesrecipe_grid .sesrecipe_verified_label, [dir="rtl"] .sesrecipe_list_full_thumb .sesrecipe_verified_label, [dir="rtl"] .sesrecipe_grid_verified_label{ right:inherit; left:0; } .sesrecipe_grid .sesrecipe_grid_thumb_btns .sesbasic_icon_btn{ border-radius:50%; float:none !important; display:inline-block; border:2px solid; border-color:#fff; height:35px; width:35px; } .sesrecipe_grid .sesrecipe_grid_info{ position:relative; border-width:1px; padding:15px 8px; border:none; } .sesrecipe_grid .sesrecipe_grid_info_title{ height:20px; font-weight:bold; margin-bottom:10px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; display:block; padding-right:10px; } .sesrecipe_grid .sesrecipe_admin{ margin-bottom:5px; } .sesrecipe_grid .sesrecipe_grid_meta_block{ clear:both; overflow:hidden; } .sesrecipe_grid .sesrecipe_grid_meta_block .sesrecipe_list_stats:last-child{ border-right:0px; margin-right:0px; } .sesrecipe_grid .sesrecipe_list_stats{ float:left; } [dir="rtl"] .sesrecipe_grid .sesrecipe_list_stats{ float:right; } .sesrecipe_grid .sesrecipe_list_stats span{ margin-right:5px; font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .sesrecipe_grid .sesrecipe_list_stats span{ margin-right:0px; margin-left:5px; float:right; } [dir="rtl"] .sesrecipe_grid .sesrecipe_list_stats span a:first-child{ float:right; margin-left:5px; } .sesrecipe_grid .sesrecipe_grid_meta_block .sesrecipe_list_stats span a:first-child{ float:left; margin-right:5px; } [dir="rtl"] .sesrecipe_grid .sesrecipe_grid_meta_block .sesrecipe_list_stats span a:first-child{ float:right; } .sesrecipe_grid .sesrecipe_grid_meta_block .sesrecipe_list_stats span a img{ height:20px; width:20px; border-radius:50%; margin-right:0; } .sesrecipe_grid .sesrecipe_list_stats span i{ margin-right:3px; } .sesrecipe_grid .sesrecipe_grid_meta_block .sesrecipe_list_location{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; float:none; } .sesrecipe_grid .sesrecipe_grid_hover_block{ clear:both; overflow:hidden; position:absolute; margin-top:-6px; bottom:0px; top:100%; height:100%; padding:4px 10px; width:100%; opacity:0.9; background-color:var(--theme-button-background-color); color:var(--theme-button-font-color); } .sesrecipe_grid .sesrecipe_grid_info_hover_title{ font-weight:bold; margin-bottom:8px; margin-top:55px; } .sesrecipe_grid .sesrecipe_grid_info_hover_title span{ width:25%; border:1px solid; display:block; border-color:#fff; margin-top:10px; } .sesrecipe_grid_hover_block .sesrecipe_grid_meta_block{ margin-bottom:5px; } .sesrecipe_grid .sesrecipe_grid_inner:hover .sesrecipe_grid_hover_block{ top:0; margin-top:0; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesrecipe_grid .sesrecipe_grid_des{ margin-top:10px; color:var(--theme-button-font-color) !important; } .sesrecipe_grid .sesrecipe_grid_des{ line-height:22px; margin:10px 0px; } .sesrecipe_grid .sesrecipe_grid_hover_block_footer{ position:absolute; bottom:5px; right:8px; left:8px; display:flex; justify-content: center; flex-direction: column; align-items: center; } .sesrecipe_grid .sesrecipe_grid_read_btn{ padding-left:7px; } [dir="rtl"] .sesrecipe_grid .sesrecipe_grid_read_btn{ border-left:none; padding-left:0px; border-right:1px solid #fff; padding-right:7px; } .sesrecipe_grid_read_btn a { color:var(--theme-button-font-color) !important; } .sesrecipe_grid .sesrecipe_grid_read_btn a{ display:block; color:#fff; text-decoration:none; } .sesrecipe_grid .sesrecipe_grid_inner.sesrecipe_thumb:hover .sesrecipe_list_thumb_over{ background:none; } .sesrecipe_grid .sesrecipe_list_thumb_over{ height:auto; } .sesrecipe_grid .sesrecipe_list_thumb_over > a{ height:auto; } .sesrecipe_grid .sesrecipe_list_grid_thumb_btns{ position:absolute; top:-20px; left:50%; z-index:2; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; transform:translate(-50%, -50%); width:100%; text-align:center; opacity:0; } .sesrecipe_grid .sesrecipe_grid_inner:hover .sesrecipe_list_grid_thumb_btns{ top:30px; opacity:1; } /*Grid View end*/ /*Second Grid view start*/ .sesrecipe_new_grid_block{ display:flex; margin:0 0 25px; height:calc(100% - 25px); } .sesrecipe_new_grid_block .sesrecipe_grid_inner{ position:relative; overflow:hidden; width:100%; display:flex; flex-direction:column; } .sesrecipe_new_grid_block .sesrecipe_grid_thumb{ float:left; height:100%; overflow:hidden; width:100%; } .sesrecipe_new_grid_block .sesrecipe_thumb{ border:none !important; } .sesrecipe_new_grid_block .sesrecipe_grid_labels{ position:absolute; text-align:center; top:0px; z-index:0; right:0px; } .sesrecipe_new_grid_block .sesrecipe_grid_labels p{ color:#fff; font-size:11px; letter-spacing:1px; padding:6px 10px; font-weight:600; } .sesrecipe_new_grid_block .sesrecipe_grid_thumb:hover .sesrecipe_grid_labels, .sesrecipe_new_grid_block .sesrecipe_grid_thumb:hover .sesrecipe_grid_verified_label{ display:none; } .sesrecipe_new_grid_block .sesrecipe_grid_thumb_over{ opacity:0; position:absolute; width:100%; height:100%; left:0; top:0; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesrecipe_new_grid_block .sesrecipe_grid_thumb_over > a{ width:100%; height:100%; position:absolute; } .sesrecipe_new_grid_block .sesrecipe_thumb:hover .sesrecipe_grid_thumb_over{ opacity:1; background-color:rgba(0,0,0,0.5); } .sesrecipe_new_grid_block .sesrecipe_grid_thumb_btns{ padding-top:35%; margin-top:-40px; text-align:center; } .sesrecipe_new_grid_block .sesrecipe_grid_thumb_btns .sesbasic_icon_btn{ border-radius:50%; float:none !important; display:inline-block; border:2px solid; border-color:#fff; height:35px; width:35px; } .sesrecipe_new_grid_block .sesrecipe_grid_info_title{ padding:7px; background:#000; background:var(--theme-font-color) !important; color:var(--theme-button-font-color) !important; } .sesrecipe_grid_info_title a { color:var(--theme-button-background-color) !important; } .sesrecipe_new_grid_block .sesrecipe_grid_info_title a{ text-transform:uppercase; text-decoration:none; color:#fff !important; background:var(--theme-font-color) !important; color:var(--theme-button-font-color) !important; } .sesrecipe_new_grid_block .sesrecipe_grid_info{ padding:15px; position:relative; display:flex; flex-direction:column; flex:1; } .sesrecipe_new_grid_block .sesrecipe_grid_date_recipe{ padding:6px 15px; word-break:break-all; word-wrap:break-word; text-transform:capitalize; position:absolute; top:-20px; left:15px; text-align:center; text-decoration:none; font-size:var(--theme-font-size-small) !important; background-color:var(--theme-button-background-color); color:var(--theme-button-font-color); } [dir="rtl"] .sesrecipe_new_grid_block .sesrecipe_grid_date_recipe{ right:15px; left:inherit; } .sesrecipe_new_grid_block .sesrecipe_list_stats span { font-size:var(--theme-font-size-small) !important; } .sesrecipe_new_grid_block .sesrecipe_list_rating{ margin-top:25px; } .sesrecipe_new_grid_block .sesrecipe_second_grid_info_title{ margin-top:5px; margin-bottom:10px; font-weight:bold; overflow:hidden; display:block; white-space:nowrap; text-overflow:ellipsis; } .sesrecipe_new_grid_block .sesrecipe_grid_meta_block{ margin-bottom:5px; clear:both; overflow:hidden; } .sesrecipe_new_grid_block .sesrecipe_grid_meta_block .sesrecipe_list_stats{ float:left; margin-right:10px; } [dir="rtl"] .sesrecipe_new_grid_block .sesrecipe_grid_meta_block .sesrecipe_list_stats{ float:right; margin-right:0px; margin-left:10px; } [dir="rtl"] .sesrecipe_new_grid_block .sesrecipe_grid_meta_block .sesrecipe_list_stats span a:first-child{ float:right; margin-left:5px; } .sesrecipe_new_grid_block .sesrecipe_grid_meta_block .sesrecipe_list_stats span a img{ width:20px; height:20px; border-radius:50%; float:left; margin-right:5px; } [dir="rtl"] .sesrecipe_new_grid_block .sesrecipe_grid_meta_block .sesrecipe_list_stats span a img{ margin-right:0; margin-left:5px; } .sesrecipe_new_grid_block .sesrecipe_grid_meta_block .sesrecipe_list_stats span i{ margin-right:5px; } [dir="rtl"] .sesrecipe_new_grid_block .sesrecipe_grid_meta_block .sesrecipe_list_stats span i{ margin-left:5px; margin-right:0px; } .sesrecipe_new_grid_block .sesrecipe_grid_meta_block .sesrecipe_list_location{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; float:none !important; } .sesrecipe_new_grid_block .sesrecipe_grid_des{ margin:0 0 15px; } .sesrecipe_new_grid_block .sesrecipe_comment_list { display:block; border-top-width:1px; padding-top:5px; margin-top:auto; } .sesrecipe_new_grid_block .sesrecipe_grid_des span{ border-top-width:1px; width:25%; height:1px; display:block; margin-top:10px; background:var(--theme-font-color) !important; color:var(--theme-button-font-color) !important; } .sesrecipe_new_grid_block .sesrecipe_comment_list span{ margin-right:5px; display: inline-block; font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .sesrecipe_new_grid_block .sesrecipe_comment_list span{ margin-right:0px; margin-left:5px; } .sesrecipe_new_grid_block .sesrecipe_comment_list span i{ margin-right:5px; } .sesrecipe_new_grid_block .sesrecipe_second_readmore_link{ padding:5px; text-align:center; margin-top:11px; background:#000; } .sesrecipe_new_grid_block .sesrecipe_second_readmore_link a{ color:#fff; text-decoration:none; } /*Second Grid view end*/ /*three Grid view start*/ .sesrecipe_last_grid_block{ margin:0 0 25px; height:calc(100% - 25px); } .sesrecipe_last_grid_block .sesrecipe_grid_inner{ position:relative; overflow:hidden; width:100%; border-width:1px; padding:15px; border-style:dashed; height:100%; } .sesrecipe_last_grid_block .sesrecipe_gird-top_recipe .sesrecipe_grid_info_title a{ font-weight:bold; text-transform:uppercase; font-size:var(--theme-font-size-small) !important; } .sesrecipe_last_grid_block .sesrecipe_gird-top_recipe{ clear:both; overflow:hidden; margin-bottom:8px; } .sesrecipe_last_grid_block .sesrecipe_grid_thumb{ float:left; height:400px; overflow:hidden; width:100%; } .sesrecipe_last_grid_block .sesrecipe_thumb{ border:none !important; } .sesrecipe_last_grid_block .sesrecipe_list_labels{ position:absolute; text-align:center; top:0; z-index:0; } .sesrecipe_last_grid_block .sesrecipe_list_labels p{ margin:5px 2px; display:inline-block; padding:4px 8px; } .sesrecipe_last_grid_block:hover .sesrecipe_list_labels{ display:none; } .sesrecipe_last_grid_block .sesrecipe_grid_thumb_over{ opacity:0; position:absolute; width:100%; height:100%; left:0; top:0; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesrecipe_last_grid_block .sesrecipe_grid_thumb_over > a{ width:100%; height:100%; position:absolute; } .sesrecipe_last_grid_block:hover .sesrecipe_thumb .sesrecipe_grid_thumb_over{ opacity:1; background-color:rgba(0,0,0,0.1); } .sesrecipe_last_grid_block:hover .sesrecipe_list_grid_thumb_btns{ top:20px; opacity:1; } .sesrecipe_last_grid_block .sesrecipe_grid_thumb_btns .sesbasic_icon_btn{ border-radius:50%; float:none !important; display:inline-block; border:2px solid; border-color:#fff; height:35px; width:35px; } .sesrecipe_last_grid_block .sesrecipe_grid_info{ position:absolute; background-color:rgba(255, 255, 255, 0.9); padding:20px 15px; left:0; right:0; margin:auto; width:85%; bottom:6%; } .sesrecipe_last_grid_block .sesrecipe_grid_info:before{ position:absolute; height:100%; width:100%; top:0px; left:0px; opacity:0.1; content:''; background-color:var(--theme-list-background-color); } .sesrecipe_last_grid_block .sesrecipe_grid_info > *{ position:relative; } .sesrecipe_last_grid_block .sesrecipe_grid_meta_block{ clear:both; overflow:hidden; margin-bottom:10px; } .sesrecipe_last_grid_block .sesrecipe_grid_meta_block .sesrecipe_list_stats{ float:left; margin-right:10px; font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .sesrecipe_last_grid_block .sesrecipe_grid_meta_block .sesrecipe_list_stats{ float:right; margin-right:0px; margin-left:10px; } .sesrecipe_last_grid_block .sesrecipe_grid_meta_block .sesrecipe_list_location{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; float:none !important; } [dir="rtl"] .sesrecipe_last_grid_block .sesrecipe_grid_meta_block .sesrecipe_list_stats span a:first-child{ float:right; margin-left:5px; } .sesrecipe_last_grid_block .sesrecipe_grid_meta_block .sesrecipe_list_stats span a img{ width:20px; height:20px; border-radius:50%; float:left; margin-right:5px; } .sesrecipe_last_grid_block .sesrecipe_grid_three_info_title{ font-size:18px; font-weight:bold; text-transform:uppercase; margin:10px 0 5px; overflow:hidden; display:block; } .sesrecipe_last_grid_block .sesrecipe_grid_three_info_title a{ text-decoration:none; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; display:block; } .sesrecipe_last_grid_block .sesrecipe_grid_des{ margin-bottom:10px; word-break:break-word; } .sesrecipe_last_grid_block .sesrecipe_comment_list span{ margin-right:5px; display: inline-block; font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .sesrecipe_last_grid_block .sesrecipe_comment_list span{ margin-right:0px; margin-left:5px; } .sesrecipe_last_grid_block .sesrecipe_comment_list span i{ margin-right:5px; } /*three Grid view end*/ /*new grid view start*/ .sesrecipe_new_grid{ margin:0 0 25px; } .sesrecipe_new_grid .sesrecipe_new_grid_inner{ overflow:hidden; width:100%; } .sesrecipe_new_grid .sesrecipe_grid_read_btn{ text-align:center; margin:5px 0; } .sesrecipe_new_grid .sesrecipe_grid_read_btn > a{ padding:6px 10px; text-decoration:none; background-color:var(--theme-button-background-color); color:var(--theme-button-font-color) !important; } .sesrecipe_new_grid .sesrecipe_new_grid_inner a.sesrecipe_thumb_img{ float:left; height:100%; overflow:hidden; width:100%; position:relative; } .sesrecipe_new_grid .sesrecipe_new_grid_inner a img{ height:100%; object-fit:cover; width:100%; } .sesrecipe_new_grid .sesrecipe_grid_info .sesrecipe_new_grid_category_title { display:block; text-align:center; margin:5px 0 0; } .sesrecipe_new_grid .sesrecipe_grid_info .sesrecipe_new_grid_category_title > a { padding:8px 15px 4px; text-align:center; display:inline-block; font-size:var(--theme-font-size-small) !important; } .sesrecipe_new_grid .sesrecipe_gird_title{ text-align:center; font-size:17px; padding:0px 10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-weight:600; } .sesrecipe_new_grid .sesrecipe_grid_meta_tegs ul{ margin:15px 0px; text-align:center; padding:0px 10px; } .sesrecipe_new_grid .sesrecipe_grid_divider{ background:none; } .sesrecipe_new_grid .sesrecipe_grid_meta_tegs ul li{ display:inline-block; vertical-align:top; } .sesrecipe_new_grid .sesrecipe_grid_meta_tegs ul li + li{ border-left-width:1px; margin-left:5px; padding-left:5px; } .sesrecipe_new_grid .sesrecipe_grid_meta_tegs ul li span a:first-child{ float:left; margin-right:5px; } [dir="rtl"] .sesrecipe_new_grid .sesrecipe_grid_meta_tegs ul li span a:first-child{ float:right; margin-left:5px; margin-right:0; } .sesrecipe_new_grid .sesrecipe_grid_meta_tegs ul li .sesrecipe_list_location{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis; float:left; width:100%; } .sesrecipe_new_grid .sesrecipe_grid_meta_tegs ul li span a img{ height:20px; width:20px; border-radius:50%; float:left; margin-right:0px; } .sesrecipe_new_grid .sesrecipe_grid_meta_tegs ul li a{ font-style:italic; } .sesrecipe_new_grid .sesrecipe_grid_meta_tegs .sesrecipe_list_stats { font-size:var(--theme-font-size-small) !important; } .sesrecipe_new_grid .sesrecipe_grid_meta_tegs .sesrecipe_grid_meta_location{ max-width:25%; } .sesrecipe_new_grid .sesrecipe_grid_contant{ text-align:center; margin:15px 0px; min-height:40px; padding:0px 10px; } .sesrecipe_new_grid .sesrecipe_grid_stats{ position:relative; } .sesrecipe_new_grid .sesrecipe_grid_stats ul li span i{ margin-right:5px; } .sesrecipe_new_grid .sesrecipe_grid_stats ul{ text-align:center; bottom:-6px; padding:0px 7px; position:absolute; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -o-transform:translateX(-50%); -ms-transform:translateX(-50%); white-space:nowrap; } .sesrecipe_grid_divider{ height:1px; width:100%; background:#000; margin-top:30px; } .sesrecipe_new_grid .sesrecipe_grid_stats ul li{ display:inline-block; } .sesrecipe_new_grid .sesrecipe_grid_stats ul li + li{ margin-left:5px; padding-left:5px; border-left-width:1px; } /*new grid view end*/ /*pinboard recipe start*/ .sesrecipe_recipe_listing[class*="sesbasic_pinboard"]{ padding-bottom:50px; box-sizing:content-box; } .sesrecipe_pinboard_list{ display:block; float:left; padding:5px; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; -o-transition:all 0.3s ease-out; transition:all 0.3s ease-out; } .sesrecipe_pinboard_list_item{ float:left; width:100%; } .sesrecipe_pinboard_list_item_top{ position:relative; } .sesrecipe_pinboard_list_item_thumb{ display:block; } .sesrecipe_pinboard_list_item_thumb img{ float:left; width:100%; } .sesrecipe_pinboard_list .sesrecipe_pinboard_labels{ position:absolute; top:0px; z-index:1; } .sesrecipe_pinboard_list .sesrecipe_pinboard_labels p{ color:#fff; font-size:9px; letter-spacing:1px; padding:8px 15px; font-weight:700; } .sesrecipe_pinboard_list .sesrecipe_verified_label{ top:0px; bottom:inherit; } .sesrecipe_pinboard_list_item_top:hover .sesrecipe_pinboard_labels{ display:none; } .sesrecipe_pinboard_list .sesrecipe_pinboard_thumb_over{ opacity:0; position:absolute; width:100%; height:100%; left:0; top:0; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesrecipe_pinboard_list .sesrecipe_pinboard_thumb_over > a{ width:100%; height:100%; position:absolute; } .sesrecipe_pinboard_list_item_top:hover .sesrecipe_pinboard_thumb_over{ opacity:1; background-color:rgba(0,0,0,0.5); } .sesrecipe_pinboard_list .sesrecipe_pinboard_list_btns{ padding-top:50%; margin-top:-17px; text-align:center; } .sesrecipe_pinboard_list .sesrecipe_pinboard_list_btns .sesbasic_icon_btn{ border-radius:50%; float:none !important; display:inline-block; border:2px solid; border-color:#fff; height:35px; width:35px; } .sesrecipe_pinboard_info_recipe{ border-width:1px; clear:both; position:relative; border-color:var(--theme-list-background-color-hover); } .sesrecipe_pinboard_list_item_cont{ padding:10px; position:relative; } .sesrecipe_pinboard_categry{ margin-bottom:6px; } .sesrecipe_pinboard_categry span a{ text-decoration:none; } .sesrecipe_pinboard_categry span a i { font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .sesrecipe_pinboard_categry span a i{ padding-left:5px; } .sesrecipe_pinboard_title{ font-weight:bold; margin-bottom:10px; overflow:hidden; display:block; padding-right:10px; } .sesrecipe_pinboard_meta_recipe{ clear:both; overflow:hidden; border-bottom-width:1px; padding-bottom:10px; } .sesrecipe_pinboard_meta_recipe .sesrecipe_list_stats{ float:left; width:auto; clear:none; margin-right:10px; font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .sesrecipe_pinboard_meta_recipe .sesrecipe_list_stats{ float:right; margin-left:10px; margin-right:0; } [dir="rtl"] .sesrecipe_pinboard_meta_recipe .sesrecipe_list_stats a:first-child{ float:right; margin-left:5px; } .sesrecipe_pinboard_meta_recipe .sesrecipe_list_stats span i{ margin-right:3px; } .sesrecipe_pinboard_meta_recipe .sesrecipe_list_stats a img{ width:20px; height:20px; border-radius:50%; float:left; margin-right:5px; } .sesrecipe_pinboard_meta_recipe .sesrecipe_list_location{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; float:none !important; } .sesrecipe_pinboard_list_item_des{ margin:15px 0 0; overflow:hidden; } .sesrecipe_pinboard_list_item_btm{ margin-top:10px; border-color:var(--theme-border-color); } .sesrecipe_pinboard_list_statics > span{ float:left; margin-right:4px; } [dir="rtl"] .sesrecipe_pinboard_list_statics > span{ float:right; margin-right:0px; margin-left:4px; } .sesrecipe_pinboard_list_statics > span i{ margin-right:4px; } .sesrecipe_pinboard_list_comments{ margin:10px -10px -10px; } .sesrecipe_pinboard_list_comments .comments{ width:100%; margin: 0; } .sesrecipe_pinboard_list_comments .comments .sesadvcmt_options{ padding:0 10px; } .sesrecipe_pinboard_list_comments .comments > form textarea{ color:var(--theme-font-color); } .sesrecipe_pinboard_list_comments .comments > form, .sesrecipe_pinboard_list_comments .comments > ul > li{ border-top-width:1px; background-color:rgba(0, 0, 0, .02); padding:10px; border-top-style:solid; } .sesrecipe_pinboard_list_comments .comments > ul > li{ margin: 0 !important; border-color:var(--theme-border-color); } .sesrecipe_pinboard_list_comments .comments > form{ padding: 5px 2px 0; border-color:var(--theme-border-color); } .sesrecipe_pinboard_list_comments .comments > form > textarea{ width:100%; border-width:1px; padding:5px; } .sesrecipe_pinboard_list_comments .comments ul li .comments_body{ display:block; } .sesrecipe_pinboard_list .comments_options{ display:none; } .sesrecipe_grid .sesrecipe_grid_des{ line-height:22px; margin:10px 0px; height: 45px; white-space: pre-line; overflow: hidden; text-overflow: ellipsis; } .sesrecipe_pinboard_list + div > .sesbasic_paging{ position:absolute; bottom:10px; margin:0px; } /*pinboard recipe end*/ /*Sidebar grid list view*/ .sesrecipe_sidebar_grid{ border-width:1px; border-style:solid; position:relative; overflow:hidden; } .sesrecipe_sidebar_grid + .sesrecipe_sidebar_grid{ margin-top:20px; } .sesrecipe_sidebar_grid .sesrecipe_thumb{ border:none !important; } .sesrecipe_sidebar_grid .sesrecipe_grid_inner{ position:relative; overflow:hidden; width:100%; } .sesrecipe_sidebar_grid .sesrecipe_grid_thumb{ float:left; height:150px; overflow:hidden; width:100%; position:relative; } .sesrecipe_sidebar_grid .sesrecipe_thumb{ border:none !important; } .sesrecipe_item_grid_thumb_img, .sesrecipe_item_grid_thumb_img > span{ width:100%; height:100%; } .sesrecipe_item_grid_thumb_img > span{ background-position:center center; background-size:cover; } .sesrecipe_sidebar_grid .sesrecipe_grid_labels{ position:absolute; text-align:center; bottom:0px; z-index:0; } .sesrecipe_sidebar_grid .sesrecipe_grid_labels p{ color:#fff; font-size:11px; letter-spacing:1px; padding:6px 10px; font-weight:600; } .sesrecipe_sidebar_grid .sesrecipe_grid_inner:hover .sesrecipe_grid_labels{ display:none; } .sesrecipe_sidebar_grid .sesrecipe_grid_thumb_btns .sesbasic_icon_btn{ border-radius:50%; float:none !important; display:inline-block; border:2px solid; border-color:#fff; height:35px; width:35px; } .sesrecipe_sidebar_grid .sesrecipe_grid_info{ position:relative; border-width:1px; padding:15px 8px; border:none; } .sesrecipe_sidebar_grid .sesrecipe_grid_info_title{ font-weight:bold; margin-bottom:8px; height:40px; overflow:hidden; } .sesrecipe_sidebar_grid .sesrecipe_admin{ margin-bottom:5px; font-size:var(--theme-font-size-small) !important; } .sesrecipe_sidebar_grid .sesrecipe_admin p{ margin:0; } .sesrecipe_sidebar_grid .sesrecipe_admin a{ display:inline-block; vertical-align:top; } .sesrecipe_sidebar_grid .sesrecipe_grid_meta_block{ clear:both; overflow:hidden; } .sesrecipe_sidebar_grid .sesrecipe_grid_meta_block .sesrecipe_list_stats:last-child{ border-right:0px; margin-right:0px; } .sesrecipe_sidebar_grid .sesrecipe_list_stats{ float:left; margin-bottom:5px; } [dir="rtl"] .sesrecipe_sidebar_grid .sesrecipe_list_stats{ float:right; } .sesrecipe_sidebar_grid .sesrecipe_list_stats span{ margin-right:5px; font-size:var(--theme-font-size-small) !important; } .sesrecipe_sidebar_grid .sesrecipe_grid_meta_block .sesrecipe_list_stats span a:first-child{ float:left; margin-right:5px; } .sesrecipe_sidebar_grid .sesrecipe_grid_meta_block .sesrecipe_list_stats span a img{ height:20px; width:20px; border-radius:50%; float:left; } .sesrecipe_sidebar_grid .sesrecipe_list_stats span i{ margin-right:5px; display: inline-block; } [dir="rtl"] .sesrecipe_sidebar_grid .sesrecipe_list_stats span i{ margin-left:5px; margin-right:0px; } .sesrecipe_sidebar_grid .sesrecipe_grid_meta_block .sesrecipe_list_location{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; float:none; } .sesrecipe_sidebar_grid .sesrecipe_grid_des{ margin-top:10px; } .sesrecipe_sidebar_grid .sesrecipe_grid_thumb .sesrecipe_verified_label{ position:absolute; bottom:0px; right:0px; background:#93C33C; padding:3px 5px; color:#fff; } .sesrecipe_sidebar_grid .sesrecipe_admin a .item_photo_user{ width:20px; height:20px; border-radius:50%; float:left; margin-right:5px; } [dir="rtl"] .sesrecipe_sidebar_grid .sesrecipe_admin a .item_photo_user{ float:right; margin-right:0px; margin-left:5px; } .layout_right .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .sesrecipe_slideshow_info_title, .layout_left .sesrecipe_slideshow_recipe .sesrecipe_slideshow_info .sesrecipe_slideshow_info_title { font-size:var(--theme-font-size-small) !important; } .layout_right .sesrecipe_sidebar_grid .sesrecipe_grid_info_title, .layout_left .sesrecipe_sidebar_grid .sesrecipe_grid_info_title{ height:auto; } /*Sidebar Grid End Here*/ /*Recipe List Inside*/ .sesrecipe_grid_inside{ margin-bottom:20px; } .sesrecipe_category_carousel_item.sesrecipe_grid_inside{ padding:0; } .sesrecipe_grid_inside_inner{ position:relative; overflow:hidden; } .sesrecipe_grid_inside_inner .sesrecipe_thumb > a, .sesrecipe_grid_inside_info a{ display:initial; vertical-align:top; } .sesrecipe_grid_inside .sesrecipe_thumb:after{ background-color:rgba(0, 0, 0, 0.1); z-index:1; content:""; position:absolute; height:100%; width:100%; top:0; } .sesrecipe_recipes_carousel_wrapper .sesrecipe_thumb:after{ display:none; } .layout_sesrecipe_category_carousel { background:none !important; padding:0 !important; border:0 !important; box-shadow:none !important; } .sesrecipe_grid_inside_info{ bottom:0; padding:10px; position:absolute; left:0; width:100%; z-index:2; background:-moz-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); background:-webkit-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); background:-o-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); background:-ms-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); background:linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); } .sesrecipe_grid_inside_info *{ color:#fff !important; } .sesrecipe_grid_inside_info .category_tag{ margin:10px 0px; } .sesrecipe_grid_inside_info .category_tag a{ text-decoration:none; color:#fff; padding:4px 8px; border-radius:5px; font-size:var(--theme-font-size-small) !important; background:var(--theme-button-background-color); color:var(--theme-button-font-color); } .sesrecipe_grid_inside_info .sesrecipe_list_rating{ display:block; overflow:hidden; float:none; } .sesrecipe_grid_inside_info .sesrecipe_list_stats{ margin-top:5px; font-size:var(--theme-font-size-small) !important; } .sesrecipe_grid_inside_info .sesrecipe_list_stats i{ width:15px; text-align:center; } .sesrecipe_grid_inside_info .sesrecipe_list_stats > span { font-size:var(--theme-font-size-small) !important; } .sesrecipe_grid_inside_info .sesrecipe_list_stats > span, .sesrecipe_grid_inside_info .sesrecipe_list_stats > span i{ margin-right:5px; } [dir="rtl"] .sesrecipe_grid_inside_info .sesrecipe_list_stats > span, [dir="rtl"] .sesrecipe_grid_inside_info .sesrecipe_list_stats > span i{ margin-right:0px; margin-left:5px; } .sesrecipe_grid_inside .sesrecipe_list_grid_thumb_btns{ top:-80px; text-align:center; z-index:3; transform:none; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesrecipe_grid_inside:hover .sesrecipe_list_grid_thumb_btns{ top:10px; } .sesrecipe_grid_inside .sesrecipe_list_labels{ top:0px; } .sesrecipe_grid_inside:hover .sesrecipe_list_labels, .sesrecipe_grid_inside:hover .sesrecipe_verified_label{ display:none; } .sesrecipe_grid_inside .sesrecipe_verified_label{ position:absolute; bottom:0px; right:0px; background:#93C33C; padding:3px 5px; color:#fff; } /*Listings CSS end here*/ /******Dashboard CSS Start Here******/ /*Recipe roles start*/ .sesrecipe_manage_role_form{ min-height:526px !important; } .sesrecipe_manage_role_form_top{ padding-bottom:15px; border-bottom-width:1px; margin-bottom:15px; } .sesrecipe_manage_role_form p.heading_desc{ padding:10px 0px; margin-bottom:10px; border-bottom-width:1px; } .sesrecipe_manage_roles_item{ position:relative; margin:20px 0px; clear:both; width:100%; display:inline-block; } .sesrecipe_manage_roles_item span.show_img{ border:2px dashed #CCC; width:50PX; height:49px; display:inline-block; float:left; margin-right:10px; } [dir="rtl"] .sesrecipe_manage_roles_item span.show_img{ float:right; margin-right:0px; margin-left:10px; } .sesrecipe_manage_roles_item input[type=text]{ width:50%; } .sesrecipe_manage_roles_item input.input_loading{ background-image:url(/application/modules/Sesrecipe/externals/images/loading.gif); background-position:right center; background-repeat:no-repeat; } [dir="rtl"] .sesrecipe_manage_roles_item input.input_loading{ background-position:left center; } .sesrecipe_manage_roles_item ul.sesbasic-autosuggest{ left:64px; } .sesrecipe_manage_roles_item p.edit_desc{ display:table; } .sesrecipe_manage_roles_item a.remove_icon{ float:right; } .sesrecipe_manage_role_form_top button{ float:right; } [dir="rtl"] .sesrecipe_manage_role_form_top button{ float:left; } .sesrecipe_manage_role_form .sesrecipe_footer_contant{ display:block; overflow:hidden; } .sesrecipe_manage_role_form .sesrecipe_footer_contant b{ margin-bottom:10px; display:block; } .sesrecipe_manage_role_form .sesrecipe_footer_contant p{ margin-bottom:15px; } .sesrecipe_footer_contant .admin_manage{ float:left; width:33%; padding:10px 10px 10px 10px; box-sizing:border-box; background-image:url(/application/modules/Sesrecipe/externals/images/transprant-bg.png); border-width:1px; margin-right:2px; margin-bottom:2px; } [dir="rtl"] .sesrecipe_footer_contant .admin_manage{ float:right; } .sesrecipe_footer_contant .admin_manage a{ float:left; padding-right:5px; } [dir="rtl"] .sesrecipe_footer_contant .admin_manage a{ float:right; padding-right:0px; padding-left:5px; } .sesrecipe_footer_contant .admin_manage a.remove_recipe{ float:right; } .sesrecipe_footer_contant .recipe_role_img{ text-align:center; margin:20px 0px 0px; display:inline-block; width:100%; } .sesrecipe_footer_contant .recipe_role_img img{ height:50px; } /*Recipe roles end*/ /******Dashboard CSS End Here******/ /******RECIPE VIEW PAGE START HERE******/ .layout_sesrecipe_like_button, .layout_sesrecipe_favourite_button{ box-shadow:none !important; border-width:0 !important; padding:0 !important; } .sesrecipe_button a{ border-radius:3px; display:block; padding:10px; } .sesrecipe_button a i{ margin-right:4px; } [dir="rtl"] .sesrecipe_button a i{ margin-right:0px; margin-left:4px; } /*Video Tab*/ .layout_sesrecipe_profile_videos .sesbasic_profile_tabs_top + .sesbasic_view_type{ float:left; width:100%; margin-top:-50px; } /*Music Tab*/ .layout_sesrecipe_profile_musicalbums .sesmusic_item_grid{ border-width:1px; } .sesrecipe_musicalbum_manage_op{ position:absolute; top:1px; right:1px; z-index:3; } .sesrecipe_musicalbum_manage_op_btn{ background-color:#fff; padding:5px; display:block; cursor:pointer; height:25px; width:25px; text-align:center; } .sesrecipe_musicalbum_manage_op_btn i:before{ font-size:17px; color:#555; line-height:0; } .sesrecipe_album_option_box{ background-color:var(--theme-list-background-color); border:1px solid var(--theme-border-color); } .sesrecipe_album_option_box a { font-size:var(--theme-font-size-small) !important; color:var(--theme-font-color) !important; } .sesrecipe_album_option_box a.fa:before { font-size:var(--theme-font-size-small) !important; } .sesrecipe_album_option_box a i:before { font-size:var(--theme-font-size-small) !important; } .sesrecipe_musicalbum_manage_op:hover .sesrecipe_album_option_box{ display:block; right:0; width:140px; }/*Recipe profile one page start*/ .layout_sesrecipe_gutter_photo{ //background:#0dc7f1 !important; } .sesrecipe_onear_photo{ text-align:center; } .sesrecipe_onear_photo a{ color:#fff; display:block; } .sesrecipe_onear_photo a img{ border-radius:50%; border:4px solid #fff; max-width:150px; } .sesrecipe_onear_photo a.sesrecipes_gutter_name{ margin:10px 0px; text-transform:capitalize; font-weight:bold; font-size:18px; } .sesrecipe_onear_photo p.about_contatant{ color:#fff; font-size:var(--theme-font-size-small) !important; } .sesrecipe_layout_contant{ padding:10px 0px; } .sesrecipe_layout_contant h2{ font-size:25px; font-weight:bold; margin-bottom:20px; text-align:center; } .sesrecipe_layout_contant .sesrecipe_entrylist_entry_date{ background-image:url(/application/modules/Sesrecipe/externals/images/transprant-bg.png); text-align:center; padding:10px 20px; margin-left:-15px; margin-right:-15px; margin-bottom:20px; } .sesrecipe_layout_contant .sesrecipe_entrylist_entry_date p{ display:inline-block; } .sesrecipe_layout_contant .sesrecipe_recipe_image{ text-align:center; margin:10px 0px; } .sesrecipe_layout_contant .sesrecipe_recipe_image img{ width:100%; } .sesrecipe_layout_contant .sesrecipe_entrylist_entry_body{ padding:0px 30px; } .sesrecipe_layout_contant .sesrecipe_entrylist_entry_body p{ line-height:28px; } .sesrecipe_layout_contant .sesrecipe_deshboard_recipe ul li{ float:left; margin-right:10px; padding:5px 0px; } [dir="rtl"] .sesrecipe_layout_contant .sesrecipe_deshboard_recipe ul li{ float:right; } .sesrecipe_layout_contant .sesrecipe_deshboard_recipe ul li:last-child{ margin-right:0px; } [dir="rtl"] .sesrecipe_layout_contant .sesrecipe_deshboard_recipe ul li:last-child{ margin-right:10px; } .sesrecipe_layout_contant .sesrecipe_deshboard_recipe ul li a{ background:#222; padding:8px 10px; border-radius:3px; color:#fff; display:block; text-decoration:none; font-size:var(--theme-font-size-small) !important; } .sesrecipe_layout_contant .sesrecipe_deshboard_recipe ul li a i{ margin-right:5px; } [dir="rtl"] .sesrecipe_layout_contant .sesrecipe_deshboard_recipe ul li a i{ margin-right:0px; margin-left:5px; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe{ display:inline-block; width:100%; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_deshboard_recipe{ margin:15px 0px; } [dir="rtl"] .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_deshboard_recipe{ float:right; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesbasic_rating_star{ margin:15px 0px; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe{ display:table; width:100%; clear:both; overflow:hidden; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a{ padding:0px 5px; width:auto; padding:6px; white-space:nowrap; float:left; text-align:center; color:#fff; border-radius:4px; text-decoration:none; height:34px; margin:.5%; width:19%; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a:hover{ opacity:.8; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a span, .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a i, .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a img{ display:inline-block; vertical-align:middle; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a span { font-size:var(--theme-font-size-small) !important; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a i { font-size:var(--theme-font-size-small) !important; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a i, .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a img{ margin-right:5px; } [dir="rtl"] .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a i, [dir="rtl"] .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a img{ margin-right:0px; margin-left:5px; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_flipboard_btn{ background:#EC2127; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_googleplus_btn{ background:#DC4E41; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_pintrest_btn{ background:#DB4A39; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_twitter_btn{ background:#00ACEE; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_gmail_btn{ background:#f32c25; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_linkedin_btn{ background:#0077B5; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_bookmarks_btn{ background:#FFA500; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_rediff_btn{ background:#EC2127; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_facebookmessager_btn{ background:#0084FF; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_myspace_btn{ background:#003399; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_stumbleupon_btn{ background:#EE4813; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_digg_btn{ background:#000; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_tumblr_btn{ background:#2E4F6E; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_facebook_btn{ background:#3B5998; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_whatsapp_btn{ background-color:#00A859; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_skype_btn{ background-color:#00AFF0; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.share_icon{ background:#CA2127; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_vk_btn{ background:#436eab; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_email_btn{ background:#787878; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sesbasic_icon_yahoo_btn{ background:#7f40bd; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a.sessocial_icon_add_btn{ background:#FF4C4C; } /*Recipe profile one page end*/ /*Recipe profile second page start*/ .sesrecipe_profile_layout_second{ padding:10px 0px; } .sesrecipe_profile_layout_second_image { width:100%; } .sesrecipe_profile_layout_second_image img{ width:100%; max-height:400px; object-fit:cover; } .sesrecipe_profile_layout_second .sesrecipe_category_teg{ position:relative; margin-bottom:40px; } .sesrecipe_profile_layout_second .sesrecipe_category_teg p:before{ content:""; width:1px; height:40px; background:#0dc7f1; position:absolute; left:50%; /* top:-25px;*/ } .sesrecipe_profile_layout_second .sesrecipe_category_teg p{ text-align:center; } .sesrecipe_profile_layout_second .sesrecipe_category_teg p a{ background-color:#0DC7F1; padding:5px 8px; color:#fff; border-radius:4px; display:inline-block; margin:0 auto; position:relative; top:15px; } .sesrecipe_profile_layout_second h2{ text-align:center; font-weight:bold; margin-bottom:5px; text-transform:uppercase; } .sesrecipe_profile_layout_second .sesrecipe_entrylist_entry_date{ text-align:center; padding:10px 0px; border-bottom:1px solid #e8e8e8; margin-left:-15px; margin-right:-15px; margin-bottom:20px; } .sesrecipe_profile_layout_second .sesrecipe_entrylist_entry_date p{ display:inline-block; } .sesrecipe_profile_layout_second .sesrecipe_entrylist_entry_body{ padding:0px 30px; } .sesrecipe_profile_layout_second .sesrecipe_entrylist_entry_body p{ line-height:28px; text-align:justify; } .sesrecipe_profile_layout_second .sesrecipe_view_footer_top{ margin:20px 30px 15px; } .sesrecipe_profile_layout_second .sesrecipe_view_footer_links{ text-align:right; font-style:italic; } .sesrecipe_profile_layout_second .sesrecipe_view_footer_links ul li{ display:inline-block; margin-right:10px; padding:5px 0px; } .sesrecipe_profile_layout_second .sesrecipe_view_footer_links ul li a i{ margin-right:5px; } [dir="rtl"] .sesrecipe_profile_layout_second .sesrecipe_view_footer_links ul li a i{ margin-right:0px; margin-left:5px; } .sesrecipe_profile_layout_second .sesrecipe_view_footer_links a.sesrecipe_like_link.button_active i{ color:#02adea; } .sesrecipe_profile_layout_second .sesrecipe_view_footer_links a.sesrecipe_fav_link.button_active i{ color:#ff4c4c; } .sesrecipe_profile_layout_second .sesrecipe_view_footer_top_bottom:before{ content:""; position:absolute; border-bottom:1px dashed #ccc; left:0px; top:10px; right:0px; } .sesrecipe_profile_layout_second .sesrecipe_view_footer_top_bottom{ display:block; overflow:hidden; padding:0px 30px; margin-top:15px; padding-top:20px; border-top:1px dashed #ccc; position:relative; } /*Recipe profile second page end*/ /*Recipe profile three page start*/ .layout_sesrecipe_gutter_photo{ border-width:1px; } .sesrecipe_onear_photo_three{ text-align:center !important; } .sesrecipe_onear_photo_three p.about_title{ font-weight:normal; font-size:18px; margin-bottom:18px; text-align:center; border-bottom-width:1px; padding-bottom:18px; position:relative; } .sesrecipe_onear_photo_three p.about_title:before{ content:''; background-color:#ebecee; height:1px; width:100%; position:absolute; bottom:3px; left:0px; } .sesrecipe_onear_photo_three a{ display:block; } .sesrecipe_onear_photo_three a.sesrecipes_gutter_photo img{ border-radius:50%; border:none; height:200px; width:200px; object-fit:cover; } .sesrecipe_onear_photo_three a.sesrecipes_gutter_photo_square img{ border-radius:15%; } .sesrecipe_onear_photo_three a.sesrecipes_gutter_name{ margin:10px 0px; text-transform:capitalize; font-weight:bold; font-size:18px; } .sesrecipe_onear_photo_three p.about_contatant{ text-align:center; font-size:var(--theme-font-size-small) !important; } .sesrecipe_profile_layout_three{ padding:10px 0px; } .sesrecipe_profile_layout_three .sesbasic_rating_star{ margin-top:15px; margin-left:10px; } .sesrecipe_profile_layout_three h2:before{ width:4px; content:''; height:25px; background:#222; position:absolute; left:-10px; top:0px; } [dir="rtl"] .sesrecipe_profile_layout_three h2:before{ left:inherit; right:-10px; } .sesrecipe_profile_layout_three h2:after{ width:1px; content:''; height:25px; background:#222; position:absolute; left:-4px; top:0px; } [dir="rtl"] .sesrecipe_profile_layout_three h2:after{ left:inherit; right:-4px; } .sesrecipe_profile_layout_three h2{ text-align:left; font-weight:bold; margin:15px 0px; padding-left:5px; text-transform:uppercase; position:relative; } [dir="rtl"] .sesrecipe_profile_layout_three h2{ text-align:right; } .sesrecipe_profile_layout_three .sesrecipe_entrylist_entry_date{ text-align:left; padding:10px 0px; border-top-width:1px; border-bottom width:1px; margin-bottom:20px; overflow:hidden; display:block; } .sesrecipe_profile_layout_three .sesrecipe_entrylist_entry_date p.catogery{ background-image:url(/application/modules/Sesrecipe/externals/images/transprant-bg.png); border-width:1px; padding:3px 8px; } .sesrecipe_profile_layout_three .sesrecipe_entrylist_entry_date > p{ overflow:hidden; display:block; } [dir="rtl"] .sesrecipe_profile_layout_three .sesrecipe_entrylist_entry_date > p{ float:right; } .sesrecipe_profile_layout_three .sesrecipe_entrylist_entry_date > p > span{ display:inline-block; margin:5px 10px 5px 0; } .sesrecipe_profile_layout_three .sesrecipe_entrylist_entry_date p i{ margin-right:5px; } [dir="rtl"] .sesrecipe_profile_layout_three .sesrecipe_entrylist_entry_date p i{ margin-right:0px; margin-left:5px; } .sesrecipe_profile_layout_three .sesrecipe_recipe_image{ text-align:center; margin:10px 0px; } .sesrecipe_profile_layout_three .sesrecipe_recipe_image img{ width:100%; } .sesrecipe_profile_layout_three .sesrecipe_entrylist_entry_body{ padding:0px 30px; } .sesrecipe_profile_layout_three .sesrecipe_entrylist_entry_body p{ line-height:28px; } .sesrecipe_three_recipe_footer{ display:block; overflow:hidden; margin:15px 0px; padding:15px 30px 0px 30px; border-top-width:1px; } .sesrecipe_three_recipe_footer_links ul{ text-align:right; font-size:var(--theme-font-size-small) !important; } .sesrecipe_three_recipe_footer_links ul li{ display:inline-block; margin-right:3px; } .sesrecipe_three_recipe_footer_links ul li a i{ margin-right:5px; } [dir="rtl"] .sesrecipe_three_recipe_footer_links ul li a i{ margin-right:0px; margin-left:5px; } /*.sesrecipe_three_recipe_footer_links ul li a.sesrecipe_like_link.button_active i{ color:#02adea; } .sesrecipe_three_recipe_footer_links ul li a.sesrecipe_fav_link.button_active i{ color:#ff4c4c; }*/ .sesrecipe_profile_layout_three .sesrecipe_footer_recipe{ display:block; overflow:hidden; padding:15px 30px; margin-top:15px; text-align:center; border-top-width:1px; border-bottom-width:1px; } .sesrecipe_profile_layout_three .sesrecipe_footer_recipe p { font-size:22px; margin-bottom:20px; } .sesrecipe_profile_layout_three .sesrecipe_footer_recipe_social_share{ text-align:center; } .sesrecipe_profile_layout_three .sesrecipe_footer_recipe_social_share a{ display:inline-block; float:none !important; width:auto; padding:3px 10px; } .sesrecipe_profile_layout_three .sesrecipe_footer_recipe_social_share a img, .sesrecipe_profile_layout_three .sesrecipe_footer_recipe_social_share a i, .sesrecipe_profile_layout_three .sesrecipe_footer_recipe_social_share a span{ display:inline-block; vertical-align:middle; color:#fff; font-size:var(--theme-font-size-small) !important; } .sesrecipe_profile_layout_three .sesrecipe_footer_recipe_social_share a img{ max-height:12px; } .sesrecipe_profile_layout_three .sesrecipe_footer_recipe_social_share a img, .sesrecipe_profile_layout_three .sesrecipe_footer_recipe_social_share a i{ margin-right:5px; } .sesrecipe_profile_layout_three .sesrecipe_footer_recipe_social_share a i { font-size:var(--theme-font-size-small) !important; } .sesrecipe_profile_layout_three .sesrecipe_footer_recipe_social_share a:hover{ opacity:.9; } .sesrecipe_profile_layout_three a.sesbasic_icon_facebook_btn{background-color:#3b5998;} .sesrecipe_profile_layout_three a.sesbasic_icon_twitter_btn{background-color:#00aced;} .sesrecipe_profile_layout_three a.sesbasic_icon_pintrest_btn{background-color:#cc2127;} .sesrecipe_profile_layout_three a.sesbasic_icon_flipboard_btn{background-color:#CD0000;} .sesrecipe_profile_layout_three a.sesbasic_icon_googleplus_btn{background-color:#DC4E41;} .sesrecipe_profile_layout_three a.sesbasic_icon_gmail_btn{background-color:#F32C25;} .sesrecipe_profile_layout_three a.sesbasic_icon_linkedin_btn{background-color:#0077b5;} .sesrecipe_profile_layout_three a.sesbasic_icon_bookmarks_btn{background-color:#FFA500;} .sesrecipe_profile_layout_three a.sesbasic_icon_rediff_btn{background-color:#EC2127;} .sesrecipe_profile_layout_three a.sesbasic_icon_myspace_btn{background-color:#003399;} .sesrecipe_profile_layout_three a.sesbasic_icon_stumbleupon_btn{background-color:#EE4813;} .sesrecipe_profile_layout_three a.sesbasic_icon_digg_btn{background-color:#000;} .sesrecipe_profile_layout_three a.sesbasic_icon_tumblr_btn{background-color:#2E4F6E;} .sesrecipe_profile_layout_three a.sesbasic_icon_whatsapp_btn{background-color:#25d366;} .sesrecipe_profile_layout_three a.sesbasic_icon_vk_btn{background-color:#436eab;} .sesrecipe_profile_layout_three a.sesbasic_icon_email_btn{background-color:#787878;} .sesrecipe_profile_layout_three a.sesbasic_icon_yahoo_btn{background-color:#7f40bd;} .sesrecipe_profile_layout_three a.sessocial_icon_add_btn{background-color:#FF4C4C;} /*Recipe profile three page end*/ /*Recipe profile one page start*/ .sesrecipe_profile_layout_four{ padding:10px 0px; } .sesrecipe_profile_layout_four h2{ text-align:left; font-weight:bold; margin-bottom:20px; overflow:hidden; } [dir="rtl"] .sesrecipe_profile_layout_four h2{ text-align:right; } .sesrecipe_profile_layout_four .sesrecipe_entrylist_entry_date{ position:relative; display:inline-block; width:100%; } .sesrecipe_profile_layout_four .sesrecipe_entrylist_entry_date p > span{ display:inline-block; margin:5px 0px; } .sesrecipe_profile_layout_four .sesrecipe_entrylist_entry_date p > span > i{ margin-right:5px; } .sesrecipe_profile_layout_four .sesrecipe_entrylist_entry_date p a{ text-decoration:none; } .sesrecipe_profile_layout_four .sesrecipe_entrylist_entry_date p a img{ width:20px !important; height:20px; border-radius:50%; float:left; } .sesrecipe_profile_layout_four .sesrecipe_entrylist_entry_body{ padding:0px; } .sesrecipe_profile_layout_four .sesrecipe_recipe_image{ text-align:center; margin:10px 0px; } .sesrecipe_profile_layout_four .sesrecipe_recipe_image img{ width:100%; } .sesrecipe_profile_layout_four .sesrecipe_social_tabs{ padding:10px 10px 0; margin-bottom:10px; } .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a{ border-radius:50%; float:left; height:35px; width:35px; line-height:normal; text-align:center; text-decoration:none; margin:0 10px 10px 0 !important; padding:0; } .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a:hover{ opacity:.8; } .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a i:before{ color:#fff; line-height:35px; } .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a img{ margin-top:10px; } .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.commenting{ background-color:#56C6E3; border-radius:15px; padding:0px 16px; width:auto; color:#fff; } .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.sesbasic_icon_facebook_btn{background-color:#3b5998;} .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.sesbasic_icon_twitter_btn{background-color:#00aced;} .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.sesbasic_icon_pintrest_btn{background-color:#cc2127;} .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.sesbasic_icon_flipboard_btn{background-color:#CD0000;} .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.sesbasic_icon_googleplus_btn{background-color:#DC4E41;} .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.sesbasic_icon_gmail_btn{background-color:#F32C25;} .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.sesbasic_icon_linkedin_btn{background-color:#0077b5;} .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.sesbasic_icon_bookmarks_btn{background-color:#FFA500;} .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.sesbasic_icon_rediff_btn{background-color:#EC2127;} .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.sesbasic_icon_myspace_btn{background-color:#003399;} .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.sesbasic_icon_stumbleupon_btn{background-color:#EE4813;} .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.sesbasic_icon_digg_btn{background-color:#000;} .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.sesbasic_icon_tumblr_btn{background-color:#2E4F6E;} .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.sesbasic_icon_whatsapp_btn{background-color:#25d366;} .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.sesbasic_icon_vk_btn{background-color:#436eab;} .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.sesbasic_icon_email_btn{background-color:#787878;} .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.sesbasic_icon_yahoo_btn{background-color:#7f40bd;} .sesrecipe_profile_layout_four .sesrecipe_social_tabs > a.sessocial_icon_add_btn{background-color:#FF4C4C;} .sesrecipe_profile_layout_four .sesrecipe_entrylist_entry_body p{ line-height:28px; } .sesrecipe_profile_layout_four .sesrecipe_deshboard_links{ text-align:right; border-top-width:1px; margin-top:20px; padding-top:20px; display:block; overflow:hidden; } .sesrecipe_profile_layout_four .sesrecipe_deshboard_links .profile_layout_fore_post_com{ padding:5px 0px; } .sesrecipe_profile_layout_four .sesrecipe_deshboard_links .profile_layout_fore_post_com a{ color:#555; font-style:italic; } .sesrecipe_profile_layout_four .sesrecipe_deshboard_links .profile_layout_fore_post_com a i{ margin-right:3px; } [dir="rtl"] .sesrecipe_profile_layout_four .sesrecipe_deshboard_links .profile_layout_fore_post_com a i{ margin-left:3px; } .sesrecipe_profile_layout_four .sesrecipe_deshboard_links ul li{ display:inline-block; margin-right:10px; } .sesrecipe_profile_layout_four .sesrecipe_deshboard_links ul li a i{ margin-right:5px; } [dir="rtl"] .sesrecipe_profile_layout_four .sesrecipe_deshboard_links ul li a i{ margin-left: 5px; margin-right: 0; } /*Recipe profile one page end*/ /*WYSIWYG Editor show Content body common css start here*/ #global_page_sesrecipe-index-view .rich_content_body ol { margin-left:30px; } #global_page_sesrecipe-index-view .rich_content_body ul { margin-left:30px; list-style-type:disc; } [dir="rtl"] #global_page_sesrecipe-index-view .rich_content_body ol, [dir="rtl"] #global_page_sesrecipe-index-view .rich_content_body ul{ margin-left:0px; margin-right:20px; } #global_page_sesrecipe-index-view .rich_content_body img{ max-width:100%; height:auto; margin:5px 0; } #global_page_sesrecipe-index-view .rich_content_body blockquote{ margin:0px auto; width:90%; display:block; box-shadow:0px 1px 15px 0px #dedede; padding:10px; margin-top:18px; margin-bottom:18px; border-left:5px solid #ff4c4c; } /*WYSIWYG Editor show Content body common css end here*/ /*Recipe profile cover page start*/ .layout_sesrecipe_recipe_cover{ padding:0px !important; border:none; } .sesrecipe_cover_recipe .sesrecipe_cover_photo{ height:300px; } .sesrecipe_cover_recipe .sesrecipe_cover_photo img{ width:100%; display:block; height:100%; object-fit:cover; } .sesrecipe_cover_recipe{ position:relative; } .sesrecipe_cover_recipe .sesrecipe_profile_image{ position:absolute; bottom:44px; left:150px; border-radius:50%; overflow:hidden; } .sesrecipe_cover_recipe .sesrecipe_profile_image img{ height:135px; width:135px; position:relative; } .sesrecipe_cover_recipe .sesrecipe_profile_image p{ position:absolute; bottom:0; text-align:center; width:100%; background:#0dc7f1; padding:3px 0px; } .sesrecipe_cover_recipe .sesrecipe_profile_image p a{ color:#fff; text-decoration:none; } .sesrecipe_cover_recipe .sesrecipe_cover_lebals{ position:absolute; bottom:0px; width:100%; } .sesrecipe_cover_recipe .sesrecipe_cover_lebals .sesrecipe_verified_label{ float:right; background:#93C33C; color:#fff; padding:10px; text-align:center; } .sesrecipe_cover_recipe .sesrecipe_list_grid_thumb_btns{ top:8%; text-align:right; right:10px; } /*Recipe profile cover page end*/ /*Recipe cagegories list css start*/ .sesrecipe_gutter_categories_recipe{ text-transform:uppercase; } .sesrecipe_gutter_categories_recipe .sesrecipe_search_form{ margin-bottom:10px; } .sesrecipe_gutter_categories_recipe .sesrecipe_search_form label.overTxtLabel{ top:4px !important; } .sesrecipe_gutter_categories_recipe .sesrecipe_search_form input[type=text]{ width:100%; background-color:rgba(0, 0, 0, 0.05); } .sesrecipe_gutter_categories_recipe ul li{ background:#555; display:inline-block; padding:5px 9px; margin:0px 2px 4px 0px; cursor:pointer; } .sesrecipe_gutter_categories_recipe ul li:hover{ background-color:#5CD4F3; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesrecipe_gutter_categories_recipe ul li a{ color:#fff; text-decoration:none; font-size:var(--theme-font-size-small) !important; } /*Recipe cagegories list css end*/ /*Recipe gutter labels css start*/ .layout_sesrecipe_labels{ padding:0 !important; border:0 !important; box-shadow:none !important; } .sesrecipe_gutter_labels .sesrecipe_list_labels{ position:inherit; text-align:center; text-transform:uppercase; } .sesrecipe_gutter_labels .sesrecipe_list_labels p{ padding:15px 0; margin-bottom:0; margin-top:10px; font-size:var(--theme-font-size-small) !important; } /*Recipe gutter labels css end*/ /**********CATEGORY PAGES CSS START HERE**********/ /*recipe category recipe css start*/ .sesrecipe_category_recipe .sesrecipe_category_header{ padding:15px 15px 15px 0px; border-bottom-width:1px; background-image:url(/application/modules/Sesrecipe/externals/images/transprant-bg.png); clear:both; position:relative; } div + .sesrecipe_category_recipe .sesrecipe_category_header{ border-top-width:1px; top:-1px; position:relative; } .sesrecipe_category_recipe{ margin-bottom:10px; } .sesrecipe_category_recipe .sesrecipe_category_header p{ font-size:17px; font-weight:bold; text-transform:uppercase; padding-left:15px; } .sesrecipe_category_recipe .sesrecipe_category_header p a:hover{ text-decoration:none; } .sesrecipe_category_recipe .sesrecipe_category_header span{ margin-left:20px; } [dir="rtl"] .sesrecipe_category_recipe .sesrecipe_category_header span{ margin:0; margin-right:20px; } .sesrecipe_category_recipe .sesrecipe_category_header span a{ border:none; } .sesrecipe_category_recipe .sesrecipe_category_header span button{ border-radius:0px; text-transform:capitalize; } .sesrecipe_category_recipe .sesrecipe_category_contant_recipe{ display:block; overflow:hidden; } .sesrecipe_category_recipe .sesrecipe_category_item_single{ float:left; padding:15px 15px 15px 0px; width:50%; } .sesrecipe_category_recipe .sesrecipe_category_item_single_info{ position:relative; display:block; overflow:hidden; height:306px; } .sesrecipe_category_recipe .sesrecipe_category_item_single .sesrecipe_entry_img{ width:100%; height:100%; float:left; margin:0px 15px 0px 0px; } .sesrecipe_category_recipe .sesrecipe_category_item_single .sesrecipe_entry_img a img{ height:100%; object-fit:cover; width:100%; float:left; } .sesrecipe_category_recipe .sesrecipe_category_item_single_content{ position:absolute; bottom:0px; left:0px; width:100%; padding:10px; background:rgba(0, 0, 0, 0.2); color:#fff; } .sesrecipe_category_recipe .sesrecipe_category_item_single_content a{ color:#fff; } .sesrecipe_category_recipe .sesrecipe_category_item_single p.title{ font-size:18px; font-weight:bold; margin-bottom:5px; display:block; overflow:hidden; padding-right:10px; } [dir="rtl"] .sesrecipe_category_recipe .sesrecipe_category_item_single p.title{ padding-right:0; padding-left:10px; } .sesrecipe_category_recipe .sesrecipe_category_item_single p.discription{ line-height:22px; font-size:var(--theme-font-size-small) !important; } .sesrecipe_category_recipe .sesrecipe-category_item_list{ display:block; overflow:hidden !important; height:318px; } .sesrecipe_category_recipe .sesrecipe_category_item{ float:left; width:100%; padding:15px; position:relative; } .sesrecipe_category_recipe .sesrecipe_category_item + .sesrecipe_category_item{ border-top-width:1px; } .sesrecipe_category_recipe .sesrecipe_category_item:hover{ background-image:url(/application/modules/Sesrecipe/externals/images/transprant-bg.png); } .sesrecipe_category_recipe .sesrecipe_category_item .sesrecipe_entry_img{ margin-right:15px; height:80px; width:150px; float:left; } [dir="rtl"] .sesrecipe_category_recipe .sesrecipe_category_item .sesrecipe_entry_img{ float:right; margin-right:0px; margin-left:15px; } .sesrecipe_category_recipe .sesrecipe_category_item .sesrecipe_entry_img a img{ height:100%; object-fit:cover; width:100%; } .sesrecipe_category_recipe .sesrecipe_category_item p.title{ font-size:16px; font-weight:bold; margin-bottom:0; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; } .sesrecipe_category_recipe .entry_meta{ display:block; overflow:hidden; margin-top:0; font-size:var(--theme-font-size-small) !important; } .sesrecipe_category_recipe .entry_meta > div { margin-top:5px; } .sesrecipe_category_recipe .entry_meta a{ text-decoration:none; font-size:var(--theme-font-size-small) !important; } .sesrecipe_category_recipe .sesrecipe_category_item_single_content .entry_meta .entry_meta-date{ color:#fff; } .sesrecipe_category_recipe .sesrecipe_category_item_single_content .entry_meta .entry_meta-comment span{ color:#fff; } .sesrecipe_category_recipe .entry_meta-comment span{ margin-right:5px; display: inline-block; } [dir="rtl"] .sesrecipe_category_recipe .entry_meta-comment span{ margin-right:0; margin-left:5px; } .entry_meta-comment span i{ margin-right:5px; } .sesrecipe_category_recipe .sesrecipe-category_item_list .mCSB_scrollTools_vertical, .sesrecipe_category_recipe .sesrecipe-category_item_list .mCSB_dragger_bar{ opacity:1 !important; } /*recipe category recipe css end*/ /*Category Thumb View Start Here*/ .sesrecipe_category_grid ul li{ padding:5px; } .sesrecipe_category_grid ul{ display:flex; flex-wrap:wrap; } [dir="rtl"] .sesrecipe_category_grid ul li{ float:right; } .sesrecipe_category_grid .sesrecipe_thumb_contant{ background-color:#ccc; position:relative; display:block; overflow:hidden; } .sesrecipe_category_grid a{ display:block; height:100%; } .sesrecipe_category_grid img.list_main_img{ border:0; height:100%; object-fit:cover; width:100%; } .sesrecipe_category_grid .animate_contant{ position:absolute; bottom:0; background:#1d1d1d; width:100%; text-align:center; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; height:30px; } .sesrecipe_category_grid .animate_contant > div{ color:#fff; text-align:center; } .sesrecipe_category_grid a:hover .animate_contant{ height:100%; background:rgba(0, 0, 0, 0.6); } .sesrecipe_category_grid a:hover .animate_contant > div{ color:#fff; position:absolute; top:50%; width:100%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); transform:translateY(-50%); } .sesrecipe_category_grid .animate_contant img{ width:40px; display:none; margin:0 auto; } .sesrecipe_category_grid .animate_contant p.title{ font-size:18px; margin:5px 0px; } .sesrecipe_category_grid .animate_contant p.count{ display:none; } .sesrecipe_category_grid a:hover .animate_contant img, .sesrecipe_category_grid a:hover .animate_contant p.count{ display:block; } .sesrecipe_category_grid a:hover .animate_contant img{ margin-bottom:8px; } /*Category Thumb View End Here*/ /*recipe category hover list two start*/ .sesrecipe_category_grid_list_thumb_two ul li{ float:left; width:311px; height:260px; padding:5px; } .sesrecipe_category_grid_list_thumb_two ul li .sesrecipe_thumb_contant{ position:relative; } .sesrecipe_category_grid_list_thumb_two ul li a:before{ content:" "; position:absolute; left:0; bottom:2px; width:100%; height:100%; background:#000; display:block; opacity:0; visibility:hidden; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesrecipe_category_grid_list_thumb_two ul li:hover a:before{ opacity:.5; visibility:visible; } .sesrecipe_category_grid_list_thumb_two ul li a.link_img img{ width:100%; } .sesrecipe_category_grid_list_thumb_two ul li a .animate_contant{ position:absolute; height:35px; width:100%; text-align:center; bottom:34px; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesrecipe_category_grid_list_thumb_two ul li:hover a.link_img .animate_contant{ bottom:50%; transform:translateY(50%); } .sesrecipe_category_grid_list_thumb_two ul li a .animate_contant p{ color:#fff; margin:0 auto; padding:7px; position:absolute; } .sesrecipe_category_grid_list_thumb_two ul li a .animate_contant p.title{ background:#000; color:#fff; width:30%; margin:0 auto; padding:7px; border-radius:10px; text-transform:uppercase; position:absolute; left:32%; bottom:61%; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesrecipe_category_grid_list_thumb_two ul li a:hover .animate_contant p{ left:32%; bottom:61%; background:none; } .sesrecipe_category_grid_list_thumb_two ul li a:hover .animate_contant p.title{ font-weight:bold; } .sesrecipe_category_grid_list_thumb_two ul li a .animate_contant p.album_list_animate{ display:none; top:37%; } .sesrecipe_category_grid_list_thumb_two ul li a:hover .animate_contant p.album_list_animate{ display:block; } /*recipe category hover list end*/ /**********CATEGORY PAGES CSS START HERE**********/ /*Recipe of the day css start*/ .sesrecipe_grid .sesrecipe_list_stats a img{ width:20px; height:20px; border-radius:50%; float:left; margin-right:5px; } [dir="rtl"] .sesrecipe_grid .sesrecipe_list_stats a img{ margin-right:0px; margin-left:5px; } .sesrecipe_grid .sesrecipe_list_location{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; float:none; } /*Recipe of the day css end*/ /*Recipe second of the day css start*/ .sesrecipe_recipe_second_of_the_day{ display:block; overflow:hidden; } .sesrecipe_recipe_second_of_the_day .sesrecipe_grid{ width:100% !important; } .sesrecipe_grid .sesrecipe_list_location{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; float:none; } .sesrecipe_recipe_second_of_the_day .sesrecipe_grid_labels{ top:0px; bottom:inherit; } .sesrecipe_recipe_second_of_the_day .sesrecipe_verified_label{ top:0px; bottom:inherit; } .sesrecipe_recipe_second_of_the_day .sesrecipe_grid_info{ position:absolute; bottom:0px; padding:15px; width:100%; } .sesrecipe_recipe_second_of_the_day .sesrecipe_grid_info .sesrecipe_category_grid_info_title{ margin-bottom:10px; } .sesrecipe_recipe_second_of_the_day .sesrecipe_grid_info .sesrecipe_category_grid_info_title a{ font-size:24px; font-weight:bold; margin-bottom:10px; color:#fff; } .sesrecipe_recipe_second_of_the_day .sesrecipe_list_grid_info .sesrecipe_list_grid_owner, .sesrecipe_recipe_second_of_the_day .sesrecipe_list_grid_info a{ color:#fff; } .sesrecipe_recipe_second_of_the_day .sesrecipe_grid_contant{ color:#fff; } .sesrecipe_recipe_second_of_the_day .sesrecipe_grid .sesrecipe_list_stats{ color:#fff; } /*Recipe second of the day css end*/ /*Recipe three of the day css start*/ .sesrecipe_recipe_three_of_the_day .sesrecipe_last_grid_block{ width:100% !important; } .sesrecipe_recipe_three_of_the_day .sesrecipe_grid_meta_block .sesrecipe_grid_memta_title{ padding:5px 0px; } .sesrecipe_grid_memta_title span a { color:var(--theme-button-font-color) !important; background-color:var(--theme-button-background-color); } .sesrecipe_recipe_three_of_the_day .sesrecipe_grid_meta_block .sesrecipe_grid_memta_title span a{ padding:5px 15px; } .sesrecipe_recipe_three_of_the_day .sesrecipe_grid_thumb_over{ top:30px !important; height:auto !important; } .sesrecipe_recipe_three_of_the_day .sesrecipe_last_grid_block .sesrecipe_grid_labels{ top:0px; right:0px; } .sesrecipe_recipe_three_of_the_day .sesrecipe_grid_contant{ margin-bottom:10px; } .sesrecipe_recipe_three_of_the_day .sesrecipe_last_grid_block .sesrecipe_grid_info{ top:inherit; bottom:0px; left:0px; width:57%; } .sesrecipe_recipe_three_of_the_day .sesrecipe_last_grid_block .sesrecipe_grid_three_info_title{ font-size:16px; } /*Recipe three of the day left and right recipe css start*/ .layout_left .sesrecipe_recipe_three_of_the_day .sesrecipe_grid_contant { font-size:var(--theme-font-size-small) !important; } .layout_right .sesrecipe_recipe_three_of_the_day .sesrecipe_grid_contant { font-size:var(--theme-font-size-small) !important; } .layout_left .sesrecipe_recipe_three_of_the_day .sesrecipe_last_grid_block .sesrecipe_grid_three_info_title { font-size:var(--theme-font-size-small) !important; } .layout_right .sesrecipe_recipe_three_of_the_day .sesrecipe_last_grid_block .sesrecipe_grid_three_info_title { font-size:var(--theme-font-size-small) !important; } .layout_left .sesrecipe_recipe_three_of_the_day .sesrecipe_last_grid_block .sesrecipe_grid_info, .layout_right .sesrecipe_recipe_three_of_the_day .sesrecipe_last_grid_block .sesrecipe_grid_info{ width:100%; padding:10px; } .layout_left .sesrecipe_recipe_three_of_the_day .sesrecipe_list_grid_thumb_btns .sesbasic_icon_btn, .layout_right .sesrecipe_recipe_three_of_the_day .sesrecipe_list_grid_thumb_btns .sesbasic_icon_btn{ width:32px; height:32px; } .sesrecipe_recipe_three_of_the_day .sesrecipe_last_grid_block .sesrecipe_grid_meta_block .sesrecipe_list_stats { font-size:var(--theme-font-size-small) !important; } .layout_left .sesrecipe_recipe_three_of_the_day .sesrecipe_last_grid_block .sesrecipe_grid_meta_block .sesrecipe_list_stats span, .layout_right .sesrecipe_recipe_three_of_the_day .sesrecipe_last_grid_block .sesrecipe_grid_meta_block .sesrecipe_list_stats span{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis; } .layout_left .sesrecipe_recipe_three_of_the_day .sesrecipe_comment_list, .layout_right .sesrecipe_recipe_three_of_the_day .sesrecipe_comment_list{ font-size:10px; } .layout_left .sesrecipe_recipe_three_of_the_day .sesrecipe_second_readmore_link, .layout_right .sesrecipe_recipe_three_of_the_day .sesrecipe_second_readmore_link{ margin-top:5px; font-size:var(--theme-font-size-small) !important; } /*Recipe three of the day css end*/ /*recipe tabs list css start*/ .sesrecipe_profile_tabs{ position:relative; } .sesrecipe_profile_tabs > div, .sesrecipe_profile_tabs ul{ border-width:0 !important; margin:0 !important; padding:0 !important; background-color:transparent !important; box-shadow:none !important; } .sesrecipe_profile_tabs ul li{ background-color:transparent; border-width:0; display:block; float:none; margin:0 !important; padding:0 !important; position:relative; } .sesrecipe_profile_tabs ul li + li{ margin-top:2px !important; } .sesrecipe_profile_tabs ul li:before{ content:''; position:absolute; left:0; width:3px; height:35px; background-color:var(--theme-button-background-color); } .sesrecipe_profile_tabs ul li:hover:before, .sesrecipe_profile_tabs ul li.active:before{ width:100%; } .sesrecipe_profile_tabs ul li a{ background-color:transparent; border-width:0 !important; font-weight:normal !important; text-decoration:none; position:relative; padding:0 20px; display:block; line-height:35px; height:35px; font-size:var(--theme-font-size-small) !important; color:var(--theme-font-color) !important; } .sesrecipe_profile_tabs ul li a:before{ content:"\f005"; font-family:'Font Awesome 5 Free'; font-style:normal; line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; margin-right:5px; } .sesrecipe_profile_tabs ul li.tab_layout_core_content a:before{ content:"\f15c"; } .sesrecipe_profile_tabs ul li.tab_layout_sesrecipe_profile_videos a:before{ content:"\f03d"; } .sesrecipe_profile_tabs ul li.tab_layout_sesrecipe_profile_musicalbums a:before{ content:"\f001"; } .sesrecipe_profile_tabs ul li.tab_layout_sesrecipe_profile_photos a:before{ content:"\f03e"; } .sesrecipe_profile_tabs ul li.tab_layout_sesrecipe_recipe_reviews a:before{ content:"\f044"; } .sesrecipe_profile_tabs ul li a, .sesrecipe_profile_tabs ul li:before{ -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } /*recipe tabs list css end*/ /*sideabar list recipe css start*/ .layout_sesrecipe_tabbed_widget_recipe .sesrecipe_recipe_listing .tip{ text-align:center; } .layout_sesrecipe_tabbed_widget_recipe .sesrecipe_recipe_listing .tip > span{ float:none; } .sesrecipe_recipe_listing{ position:relative; display:flex; flex-wrap:wrap; margin:0; } .sesrecipe_multiblocks .sesrecipe_sidebar_recipe_list{ padding:8px 0; } .sesrecipe_sidebar_recipe_list + .sesrecipe_sidebar_recipe_list { padding-top:10px; margin-top:10px; border-top-width:1px; } .sesrecipe_new_grid .sesrecipe_grid_info { padding: 10px; } .sesrecipe_sidebar_recipe_list_img{ float:left; margin-right:10px; height:50px; width:50px; border-radius:3px; } [dir="rtl"] .sesrecipe_sidebar_recipe_list_img{ float:right; margin-left:10px; margin-right:0px; } .sesrecipe_sidebar_recipe_list_img > a{ height:100%; width:100%; } .sesrecipe_sidebar_recipe_list_img img, .sesrecipe_sidebar_recipe_list_img span{ background-position:center center; background-size:cover; display:block; height:100%; max-height:inherit; max-width:inherit; object-fit:cover; width:100%; } .sesrecipe_sidebar_recipe_list_cont{ overflow:hidden; } .sesrecipe_sidebar_recipe_list_title{ display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; } .sesrecipe_sidebar_recipe_list_date{ display:block; overflow:hidden; margin-top:5px; white-space:nowrap; text-overflow:ellipsis; font-size:var(--theme-font-size-small) !important; } .sesrecipe_sidebar_recipe_list_date > span{ margin-right:3px; display:inline-block; } [dir="rtl"] .sesrecipe_sidebar_recipe_list_date > span{ margin-right:0px; margin-left:3px; } .sesrecipe_sidebar_recipe_list .sesrecipe_sidebar_recipe_list_date a{ display:inline-block; vertical-align:top; } .sesrecipe_sidebar_list_date span + span{ margin-top:5px; display:block; } .sesrecipe_sidebar_recipe_list_date i{ margin-right:3px; } [dir="rtl"] .sesrecipe_sidebar_recipe_list_date i{ margin-left: 3px; margin-right: 0px; } .sesrecipe_recipe_listing_more a:before{ margin-right:5px; } /*sideabar list recipe css end*/ ul.recipes_gutter_options > li + li{ border-top-width:1px; border-style:dashed; } ul.recipes_gutter_options > li a{ display:block; padding:6px 0px 6px 22px !important; position:relative; font-size:var(--theme-font-size-small) !important; } [dir="rtl"] ul.recipes_gutter_options > li a{ padding:6px 22px 6px 0px !important; } .sesrecipe_gutter_share:before{ content:'\f064'; } .icon_sesrecipe_viewall:before{ content:"\f06e"; } .sesrecipe_gutter_subscribe:before{ content:"\f09e"; } .recipes_gutter_options li .buttonlink:before{ font-family:'Font Awesome 5 Free'; position:absolute; left:0; font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .recipes_gutter_options li .buttonlink:before{ left:inherit; right:0; } /*Review Grid Listing*/ .sesrecipe_review_grid{ border-width:1px; float:left; position:relative; width:100% !important; } .sesrecipe_review_grid_thumb{ position:relative; overflow:hidden; } .sesrecipe_review_grid_thumb, .sesrecipe_review_grid_thumb > a, .sesrecipe_review_grid_thumb > a > span{ background-size:cover; background-position:center center; height:100%; display:block; width:100%; } .sesrecipe_review_grid .sesrecipe_list_labels{ top:0; bottom:auto; } .sesrecipe_review_grid_thumb_cont{ padding:10px; position:absolute; bottom:0; background:rgba(0,0,0,0.6); background:-moz-linear-gradient(top, transparent 5%, rgba(0,0,0,0.5) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(5%, transparent), color-stop(100%, rgba(0,0,0,0.5))); background:-webkit-linear-gradient(top, transparent 5%, rgba(0,0,0,0.5) 100%); background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.7))); background:linear-gradient(to bottom, transparent 5%, rgba(0,0,0,0.5) 100%); width:100%; } .sesrecipe_review_grid_thumb .sesrecipe_grid_btns{ position:absolute; top:-40px; right:0px; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } [dir="rtl"] .sesrecipe_review_grid_thumb .sesrecipe_grid_btns{ right:inherit; left:0px; } .sesrecipe_review_grid_thumb .sesrecipe_grid_btns .sesbasic_icon_btn{ border-radius:50%; border:2px solid; border-color:#fff; display:inline-block; height:35px; width:35px; } [dir="rtl"] .sesrecipe_review_grid_thumb:hover .sesrecipe_grid_btns{ right:inherit; left:0px; } .sesrecipe_review_grid_thumb:hover .sesrecipe_grid_btns{ position:absolute; top:0px; right:0px; } .sesrecipe_review_grid_title{ font-weight:bold; } .sesrecipe_review_grid_title a{ color:#fff !important; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; width:85%; float:left; } .sesrecipe_review_grid_info{ padding:10px; } .sesrecipe_review_grid_stat{ margin-top:8px; display:inline-block; width:100%; font-size:var(--theme-font-size-small) !important; } .sesrecipe_review_grid_stat span, .sesrecipe_review_grid_stat span i{ margin-right:5px; } [dir="rtl"] .sesrecipe_review_grid_stat span, [dir="rtl"] .sesrecipe_review_grid_stat span i{ margin-right:0px; margin-left:5px; } .sesrecipe_review_grid_stat a.sesrecipe_reviw_prof_img{ margin-right:10px; } [dir="rtl"] .sesrecipe_review_grid_stat a.sesrecipe_reviw_prof_img{ margin-right:0px; margin-left:10px; } .sesrecipe_review_title_block{ overflow:hidden; font-size:var(--theme-font-size-small) !important; } .sesrecipe_review_title_block p{ float:left; margin-right:2px; } [dir="rtl"] .sesrecipe_review_title_block p{ float:right; } .sesrecipe_sidebar_image_rounded a img, .sesrecipe_sidebar_image_rounded a span, .sesrecipe_sidebar_image_rounded span, .sesrecipe_sidebar_image_rounded span a{ border-radius:100%; } /*Review Sidebar Listing*/ .sesrecipe_review_sidebar_block li + li{ border-top-width:1px; border-top-style:dashed; } .sesbasic_rating_star .sesbasic_rating_star_small.fa:before{ color:#ff4500; font-size:12px; } .sesrecipe_review_sidebar_list{ padding:10px 0px 10px 0px; } .sesrecipe_review_sidebar_list > a{ float:left; margin-right:10px; } [dir="rtl"] .sesrecipe_review_sidebar_list > a{ float:right; margin-right:0px; margin-left:10px; } .sesrecipe_review_sidebar_list_info{ overflow:hidden; } .sesrecipe_review_sidebar_list_title{ font-weight:bold; } .sesrecipe_review_sidebar_list_stat{ margin-top:5px; float:left; font-size:var(--theme-font-size-small) !important; } .sesrecipe_review_sidebar_list_stat.sesrecipe_list_rating{ margin-top:7px; } [dir="rtl"] .sesrecipe_review_sidebar_list_stat{ float:right; } .sesrecipe_review_sidebar_list_stat span, .sesrecipe_review_sidebar_list_stat span i{ margin-right:5px; } [dir="rtl"] .sesrecipe_review_sidebar_list_stat span, [dir="rtl"] .sesrecipe_review_sidebar_list_stat span i{ margin-right:5px; margin-left:0px; } .sesrecipe_review_sidebar_list_body{ font-style:italic; text-align:justify; word-break:break-all; } .sesrecipe_review_sidebar_list_body:before, .sesrecipe_review_sidebar_list_body:after{ content:'"'; font-size:17px; } .sesrecipe_review_sidebar_featured_list{ text-align:center !important; margin:10px 0; } .sesrecipe_review_sidebar_featured_list p{ display:inline-block; margin-right:5px; color:#fff; padding:2px 12px; font-size:var(--theme-font-size-small) !important; } .sesrecipe_review_sidebar_featured_list p.featured{ background:#47C8E3; } .sesrecipe_review_sidebar_featured_list p.verified{ background:#93C33C; } /**********RECIPE REVIEWS CSS START HERE**********/ /*Review View Page Css Start Here*/ .sesrecipe_review_owner_photo{ text-align:center; } [dir="rtl"] .sesrecipe_review_owner_photo{ text-align:center; } .sesrecipe_review_owner_photo span{ margin-top:10px; display:block; } .sesrecipe_review_owner_photo span a{ font-weight:bold; } .sesrecipe_review_owner_photo a .item_photo_user{ width:100%; height:100%; } .sesrecipe_review_view{ margin-bottom:20px; } .sesrecipe_review_view_top{ width:100%; border-bottom-width:1px; padding-bottom:5px; margin-bottom:10px; } .sesrecipe_review_view_title{ font-weight:bold; margin-bottom:10px; font-size:17px; } .sesrecipe_review_view_item_info{ float:left; width:50%; } [dir="rtl"] .sesrecipe_review_view_item_info{ float:right; } .sesrecipe_review_view_info_img{ float:left; margin-right:15px; } [dir="rtl"] .sesrecipe_review_view_info_img{ float:right; margin-left:15px; margin-right:0; } .sesrecipe_review_view_info_cont{ overflow:hidden; } .sesrecipe_review_view_stats{ display:block; margin-top:3px; font-size:var(--theme-font-size-small) !important; } .sesrecipe_review_view_stats span{ margin-right:10px; } [dir="rtl"] .sesrecipe_review_view_stats span{ margin-left:10px; margin-right:0; } .sesrecipe_review_view_stats span i{ margin-right:5px; } .sesrecipe_review_view_cont_row{ margin-bottom:10px; } .sesrecipe_review_view_cont_row > b{ display:block; margin-bottom:5px; } .sesrecipe_review_view_recommended i{ margin-left:10px; font-size:17px; } .sesrecipe_review_view_recommended i.fa-check{ color:#93C33C; } .sesrecipe_review_view_recommended i.fa-times{ color:#F00; } /*Review View Page Css End Here*/ /*Review Listing*/ .sesrecipe_review_listing li{ padding-left:10px; padding-right:10px; } .sesrecipe_review_listing li + li{ border-top-width:1px; margin-top:15px; padding-top:15px; } .sesrecipe_review_listing_left{ float:left; margin-right:15px; text-align:center; } [dir="rtl"] .sesrecipe_review_listing_left{ float:right; margin-left:15px; margin-right:0px; } .sesrecipe_review_listing_left_photo{ border-radius:50%; height:150px; width:150px; overflow:hidden; } .sesrecipe_review_listing_left_photo img{ height:100%; object-fit:cover; width:100%; } .sesrecipe_review_listing_left p{ margin-top:10px; } [dir="rtl"] .sesrecipe_review_listing_left p{ text-align:center; } .sesrecipe_review_featured_block p{ background-color:#47c8e3; padding:3px; text-align:center; color:#fff; position:relative; width:100%; } .sesrecipe_review_featured_block p:after{ background-position:right center; left:128px; } .sesrecipe_review_verified_block p{ background-color:#93c33c; padding:3px; text-align:center; color:#fff; position:relative; width:100%; } [dir="rtl"] .sesrecipe_review_verified_block p, [dir="rtl"] .sesrecipe_review_featured_block p{ right:0px; } .sesrecipe_review_verified_block p:after{ background-position:right center; left:128px; } .sesrecipe_review_listing_left_title{ font-weight:bold; } .sesrecipe_review_listing_right{ overflow:hidden; } .sesrecipe_review_listing_top{ width:100%; border-bottom-width:1px; border-bottom-style:dashed; padding-bottom:5px; margin-bottom:10px; } .sesrecipe_review_listing_title{ font-size:17px; font-weight:bold; margin-bottom:10px; } .sesrecipe_review_view_title{ font-weight:bold; margin-bottom:10px; font-size:17px; } .sesrecipe_review_featured_verified_block{ position:absolute; top:0px; right:0px; width:auto; } .sesrecipe_review_featured_verified_block p{ float:left; margin-right:10px; padding:0px 8px; color:#fff; } .sesrecipe_review_featured_verified_block .featured{ background:#47C8E3; } .sesrecipe_review_featured_verified_block p.featured:before{ content:""; border-left:14px solid transparent; border-right:15px solid transparent; border-top:6px solid #47C8E3; position:absolute; bottom:-6px; left:0px; } .sesrecipe_review_featured_verified_block p.verified{ background:#93C33C; } .sesrecipe_review_featured_verified_block p.verified:before{ content:""; border-left:14px solid transparent; border-right:15px solid transparent; border-top:6px solid #93C33C; position:absolute; bottom:-6px; right:10px; } .sesrecipe_review_listing_top_info{ float:left; width:50%; } [dir="rtl"] .sesrecipe_review_listing_top_info{ float:right; } .sesrecipe_review_listing_top_info_img{ float:left; margin-right:15px; } [dir="rtl"] .sesrecipe_review_listing_top_info_img{ float:right; margin-left:15px; margin-right:0; } .sesrecipe_review_listing_top_info_cont{ display:block; overflow:hidden; } .sesrecipe_review_listing_stats{ display:block; margin-top:3px; margin-bottom:0; font-size:var(--theme-font-size-small) !important; } .sesrecipe_review_listing_stats span{ margin-right:10px; } [dir="rtl"] .sesrecipe_review_listing_stats span{ margin-left:10px; margin-right:0; } .sesrecipe_review_listing_stats span i{ margin-right:5px; } [dir="rtl"] .sesrecipe_review_listing_stats span i{ margin-left:0px; margin-right:5px; } .sesrecipe_review_listing_desc p{ margin-bottom:10px; } .sesrecipe_review_listing_desc > p > b{ display:block; } .sesrecipe_review_listing_recommended i{ margin-left:10px; font-size:17px; } [dir="rtl"] .sesrecipe_review_listing_recommended i{ margin-right:10px; margin-left:0px; } .sesrecipe_review_listing_recommended i.fa-check{ color:#93C33C; } .sesrecipe_review_listing_recommended i.fa-times{ color:#F00; } .sesrecipe_review_listing_more{ text-align:right; font-weight:bold; font-style:italic; overflow:hidden; } [dir="rtl"] .sesrecipe_review_listing_more{ float:left; } /*Profile Reviews Css Start Here*/ .sesrecipe_profile_reviews_filters{ border-width:1px; background-image:url(/application/modules/Sesrecipe/externals/images/t-img-light.png); padding:10px; margin-bottom:15px; } .sesrecipe_profile_reviews_filters #filter_form, .sesrecipe_profile_reviews_filters #filter_form > div, .sesrecipe_profile_reviews_filters #filter_form > div > div, .sesrecipe_profile_reviews_filters #filter_form > div > div > div{ border-width:0 !important; background:none !important; padding:0 !important; margin:0 !important; overflow:hidden; } .sesrecipe_profile_reviews_filters .form-wrapper{ float:left; padding-right:15px; margin:0 !important; } .sesrecipe_profile_reviews_filters #submit-wrapper{ width:auto; } .sesrecipe_profile_reviews_filters .form-wrapper{ width:28%; } .sesrecipe_profile_reviews_filters .form-label{ margin-bottom:3px; font-size:var(--theme-font-size-small) !important; } .sesrecipe_profile_reviews_filters select{ padding:4px 5px; width:100%; } .sesrecipe_profile_reviews_filters button{ padding:6px 15px 7px; font-size:var(--theme-font-size-small) !important; } .sesrecipe_profile_reviews_filters #loadingimgsesrecipereview-wrapper{ display:none !important; } .sesrecipe_review_form_block{ border-top-width:1px; margin-top:15px; position:relative; background-image:url(/application/modules/Sesrecipe/externals/images/t-img-light.png); padding:10px; } .sesrecipe_review_form_block .global_form, .sesrecipe_review_form_block .global_form > div, .sesrecipe_review_form_block .global_form > div > div, .sesrecipe_review_form_block .global_form > div > div > div{ border-width:0 !important; background:none !important; padding:0 !important; margin:0 !important; overflow:hidden; float:none; } .sesrecipe_review_form_block #description-element{ float:none; } #global_content_simple #sesrecipe_review_form #buttons-label{ display:none; } /*Profile Reviews Css End Here*/ /*Review Listing Footer*/ .sesrecipe_review_listing_footer{ clear:both; overflow:hidden; } .sesrecipe_review_listing_footer p{ margin-bottom:5px; font-size:var(--theme-font-size-small) !important; } .sesrecipe_review_listing_btn_left a{ float:left; margin-right:5px; } [dir="rtl"] .sesrecipe_review_listing_btn_left a{ margin-right:0px; margin-left:5px; } .sesrecipe_review_listing_btn_left a i{ height:16px; width:16px; display:inline-block; } .sesrecipe_review_useful i{ background-image:url(/application/modules/Sesrecipe/externals/images/light-bulb.png); background-repeat:no-repeat; } .sesrecipe_review_useful.active{ background:#F49A3B; color:#fff !important; box-shadow:0 5px 5px rgba(0, 0, 0, .2) inset; border-color:#C68642; } .sesrecipe_review_useful.active:hover{ background:#F49A3B; } .sesrecipe_review_useful.active i{ background-image:url(/application/modules/Sesrecipe/externals/images/light-bulb_white.png); background-repeat:no-repeat; } .sesrecipe_review_funny i{ background-image:url(/application/modules/Sesrecipe/externals/images/happy.png); background-repeat:no-repeat; } .sesrecipe_review_funny.active{ background:#9DAB52; color:#fff !important; box-shadow:0 5px 5px rgba(0, 0, 0, .2) inset; border-color:#94A14E; } .sesrecipe_review_funny.active:hover{ background:#9DAB52; } .sesrecipe_review_funny.active i{ background-image:url(/application/modules/Sesrecipe/externals/images/happy_white.png); background-repeat:no-repeat; } .sesrecipe_review_cool i{ background-image:url(/application/modules/Sesrecipe/externals/images/snowflake.png); background-repeat:no-repeat; } .sesrecipe_review_cool.active{ background:#789FD8; color:#fff !important; box-shadow:0 5px 5px rgba(0, 0, 0, .2) inset; border-color:#6C93CC; } .sesrecipe_review_cool.active:hover{ background:#789FD8; } .sesrecipe_review_cool.active i{ background-image:url(/application/modules/Sesrecipe/externals/images/snowflake_white.png); background-repeat:no-repeat; } .sesrecipe_review_recipe_social_btn > a { margin-left:4px; } .sesrecipe_review_recipe_social_btn > a:first-child { margin:0; } .sesrecipe_review_listing_btn_right a{ float:left; } .sesrecipe_review_listing_btn_right a + a{ margin-left:5px; } .sesrecipe_review_listing_footer a.sesbasic_button_icon:before{ text-align:center; margin:0; } .sesrecipe_review_listing_footer a.sesbasic_button_icon span{ position:absolute; margin:-60px 0 0 -10px; background:#000; color:#fff; padding:5px 10px; display:none; } .sesrecipe_review_listing_footer a.sesbasic_button_icon span i{ position:absolute; bottom:-9px; color:#000; } .sesrecipe_review_listing_footer a.sesbasic_button_icon:hover span{ display:block; } .layout_left .sesrecipe_review_listing_footer > div, .layout_right .sesrecipe_review_listing_footer > div{ float:none; margin-top:10px; text-align:center; } .layout_left .sesrecipe_review_recipe_social_btn a, .layout_right .sesrecipe_review_recipe_social_btn a{ float:none; display:inline-block; line-height:30px; } .layout_left .sesrecipe_review_listing_btn_right a, .layout_right .sesrecipe_review_listing_btn_right a, .layout_left .sesrecipe_review_show_rating, .layout_right .sesrecipe_review_show_rating{ float:none; } .layout_left .sesrecipe_review_listing li, .layout_right .sesrecipe_review_listing li{ padding:0; } .layout_left .sesrecipe_review_listing_top_info, .layout_right .sesrecipe_review_listing_top_info{ float:none; width:100%; } .layout_left .sesrecipe_profile_reviews_filters .form-wrapper, .layout_right .sesrecipe_profile_reviews_filters .form-wrapper{ width:100%; padding-right:0; } /*Top Rated Members widget css end here*/ /*Rating Star*/ .sesrecipe_rating_star:before, .sesrecipe_rating_star_small:before, .sesrecipe_rating_star_small_half:before, .sesrecipe_rating_star_disable:before{ font-family:'Font Awesome 5 Free'; display:inline-block; color:#FFC107; } .sesrecipe_rating_star_small:before, .sesrecipe_rating_star:before{ content:"\f005"; font-weight:900; } .sesrecipe_rating_star_small_half:before, .sesrecipe_rating_star_half:before{ content:"\f123"; } .sesrecipe_rating_star_disable:before{ content:"\f005"; font-weight:400; } .sesrecipe_rating_star{ height:24px; width:auto !important; display:inline-block; line-height:24px; text-align:center; } /*Review Rating Box*/ .sesrecipe_review_show_rating{ float:right; position:relative; } [dir="rtl"] .sesrecipe_review_show_rating{ float:left; } .sesrecipe_review_show_rating_box{ overflow:hidden; position:absolute; display:none; background:#fff; padding:10px; box-shadow:-1px 4px 19px -5px #000; right:6px; margin-top:10px; width:200px; } .review_rattings_listing_box > div{ margin:5px 0; } .sesrecipe_review_show_rating_label{ float:left; margin-right:5px; width:85px; font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .sesrecipe_review_show_rating_label{ float:right; text-align:right; } [dir="rtl"] .sesrecipe_review_show_rating_box{ left:0px; } .sesrecipe_review_show_rating_parameters{ overflow:hidden; } .sesrecipe_review_show_rating:hover .sesrecipe_review_show_rating_box{ display:block; } /*Review Rating Box end*/ .sesrecipe_grid .sesrecipe_grid_inner:hover .sesrecipe_list_labels{ display:none; } /*recipe sidebar next and privew css start*/ .sidebar_privew_next_btns{ width:100%; text-align:center !important; display:inline-block; } .sidebar_privew_next_btns div{ display:inline-block; margin-top:8px; vertical-align:middle; } .sidebar_previous_btn{ display:inline-block; margin-right:5px; } [dir="rtl"] .sidebar_previous_btn{ display:inline-block; margin-left:5px; margin-right:0px; } .sidebar_privew_next_btns a{ padding:0; text-decoration:none !important; font-weight:bold !important; position:relative; font-size:var(--theme-font-size-small) !important; } .sidebar_next_btns{ display:inline-block; margin-left:5px; } [dir="rtl"] .sidebar_next_btns{ margin-left:0px; margin-right:5px; } .sidebar_privew_next_btns a{ padding:0; text-decoration:none !important; font-weight:bold !important; } .sidebar_privew_next_btns .previous_icon:before{ content:"\f0a8"; padding:0px 5px 0px 0px; } [dir="rtl"] .sidebar_privew_next_btns .previous_icon:before{ content:"\f0a9"; padding:0px; } [dir="rtl"] .sidebar_privew_next_btns .previous_icon:after{ content:""; padding:0px 0px 0px 5px; font-size:var(--theme-font-size-small) !important; } .sidebar_privew_next_btns .next_icon:after{ content:"\f0a9"; padding:0px 0px 0px 5px; } [dir="rtl"] .sidebar_privew_next_btns .next_icon:after{ content:""; padding:0px; } [dir="rtl"] .sidebar_privew_next_btns .next_icon:before{ content:"\f0a8"; padding:0px 5px 0px 0px; font-size:var(--theme-font-size-small) !important; } .sidebar_privew_next_btns .previous_icon:before, .sidebar_privew_next_btns .next_icon:after{ font-family:'Font Awesome 5 Free'; font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .sidebar_privew_next_btns .previous_icon:after, [dir="rtl"] .sidebar_privew_next_btns .next_icon:before{ font-family:'Font Awesome 5 Free'; } /*recipe sidebar next and privew css end*/ /*SESRECIPE CLAIM CSS START*/ .sesrecipe_profile_tebs{ border-bottom-width:1px; padding:0px 22px; margin-bottom:15px; } .sesrecipe_profile_tebs .sesrecipe_profile_tabs_top{ float:left; padding:8px 15px; } [dir="rtl"] .sesrecipe_profile_tebs .sesrecipe_profile_tabs_top{ float:right; } .sesrecipe_profile_tebs .active{ background:#fff; position:relative; top:1px; border-top-width:1px; border-left-width:1px; border-right-width:1px; border-radius:4px 4px 0px 0px; } .sesrecipe_profile_tebs .sesrecipe_profile_tabs_top a{ text-decoration:none; } .sesrecipe_profile_tebs .sesrecipe_profile_tabs_top a:before{ margin-right:5px; } .sesrecipe_claims_con_recipe .sesrecipe_claims_contant{ float:left; width:50%; margin-bottom:10px; } .sesrecipe_claims_con_recipe .sesrecipe_claims_cont_inner{ padding:15px; margin-right: 10px; border-width:1px; display:block; overflow:hidden; } .sesrecipe_claims_con_recipe .sesrecipe_claims_cont_inner p.claims-request_title{ font-size:16px; font-weight:bold; margin-bottom:10px; } .sesrecipe_claims_con_recipe .sesrecipe_claims_cont_inner p.claims_tegs{ margin-bottom:5px; } .sesrecipe_claims_con_recipe .sesrecipe_claims_cont_inner p.claims_status span.pending{ color:#e6aa16; } .sesrecipe_claims_con_recipe .sesrecipe_claims_contant a img{ float:left; margin-right:10px; width:150px; height:auto; } .sesrecipe_success_message{ color:#3c763d; background-color:#dff0d8; border-color:#d6e9c6; padding:15px; margin-bottom:20px; border-radius:4px; } .sesrecipe_error_message{ background-color:#e47c7c; border:1px solid #cd6262; color:#fff; padding:15px; margin-bottom:20px; border-radius:4px; } .sesrecipe_success_message i, .sesrecipe_error_message i{ margin-right:5px; } /*create recipe css*/ #custom_url_recipe-element .sesrecipe_check_availability_btn{ position:absolute; margin:7px 0 0 -36px; } [dir="rtl"] #custom_url_recipe-element .sesrecipe_check_availability_btn{ margin:7px -36px 0 0; } #custom_url_recipe-element .fa{ font-size:17px; } #custom_url_recipe-element .fa.fa-check:before{ color:#ffffff; } #custom_url_recipe-element .fa.fa-close:before{ color:#fff; } .sesrecipe_check_availability_btn{ margin-left:10px; } .sesrecipe_check_availability_btn button{ outline:none; font-size:11px; line-height:normal; width:28px; height:28px; padding:0px; } .sesrecipe_check_availability_btn button .availability_tip{ background-color:rgba(0, 0, 0, 0.72); padding:6px; border-radius:3px; color:#fff; white-space:nowrap; position:absolute; top:-30px; left:50%; display:none; transform:translateX(-50%); } .sesrecipe_check_availability_btn button .availability_tip:after{ content:''; width:0; height:0; border-left:6px solid transparent; border-right:6px solid transparent; border-top:6px solid #474747; position:absolute; bottom:-6px; left:45%; } .sesrecipe_check_availability_btn button:hover .availability_tip{ display:block; } .sesrecipe_create .sesrecipe_choose_date #event_start_time-element span{ width:247px; float:left; margin-right:5px; } [dir="rtl"] .sesrecipe_create .sesrecipe_choose_date #event_start_time-element span{ margin-right:0px; margin-left:5px; } .sesrecipe_create .sesrecipe_choose_date #event_start_time-element span input[type=text]{ width:100%; } .sesrecipe_create #LocationGroup-wrapper #LocationGroup-element{ display:flex; flex-wrap:wrap; max-width:510px; margin-left:-5px; margin-right:-5px; } .sesrecipe_create #LocationGroup-wrapper #LocationGroup-element .form-wrapper{ width:50%; padding:5px; } .sesrecipe_create #LocationGroup-wrapper #LocationGroup-element .form-label{ display:none; } .sesrecipe_create #LocationGroup-wrapper #LocationGroup-element .form-element{ min-width:inherit; width:100%; } .sesrecipe_create #LocationGroup-wrapper #LocationGroup-element input[type="text"]{ width:100% !important; max-width:100% !important; min-width:inherit; } .sesrecipe_create .global_form select{ max-width:inherit; } .sesrecipe_create #recipestyle-element .form-options-wrapper li{ display:inline-block; margin-right:10px; text-align:center; } [dir="rtl"] .sesrecipe_create #recipestyle-element .form-options-wrapper li{ margin-right:0; margin-left:10px; } .sesrecipe_create #location-wrapper #location-element input[type=text]{ background-position:7px; padding:7px 10px 7px 10px; } #sesrecipes_edit #recipestyle-element .form-options-wrapper li, .sesrecipe_create #recipestyle-element .form-options-wrapper li{ position:relative; height:170px; width:125px; margin-bottom:10px; border-width:1px; padding:5px; } #sesrecipes_edit #recipestyle-element .form-options-wrapper li label a, .sesrecipe_create #recipestyle-element .form-options-wrapper li label a{ width:100%; position:absolute; top:30px; left:0px; } #sesrecipes_edit #recipestyle-element .form-options-wrapper li label a img, .sesrecipe_create #recipestyle-element .form-options-wrapper li label a img{ width:100%; } #sesrecipes_edit #recipestyle-element .form-options-wrapper li input[type=radio], .sesrecipe_create #recipestyle-element .form-options-wrapper li input[type=radio]{ display:inline-block; float:none; } #sesrecipes_edit #recipestyle-element .form-options-wrapper li label, .sesrecipe_create #recipestyle-element .form-options-wrapper li label{ display:inline-block; float:none; } .sesrecipe_create #fancyuploadfileids-wrapper{ display:none; } #TB_ajaxContent .icon_close{ position:absolute; right:15px; top:10px; cursor:pointer; padding:5px; } #TB_ajaxContent .popup_design_title{ margin-bottom:5px; } #TB_ajaxContent .popup_design_title, #TB_ajaxContent .popup_design_title + p{ text-align:center; } /*sesrecipe sesarch form css*/ /*sesrecipe form horizontal css*/ .sesrecipe_browse_search form{ padding:0; } .sesrecipe_browse_search .form-wrapper{ margin:0 0 10px !important; } .sesrecipe_browse_search input[type="text"], .sesrecipe_browse_search select{ max-width:200px; width:95%; } .sesrecipe_browse_search input[type="checkbox"] + label, .sesrecipe_browse_search input[type="radio"] + label{ overflow:hidden; } .sesrecipe_browse_search [id^='advanced_options_search']{ font-weight:bold; display:block; margin:10px 0; text-decoration:none !important; } .sesrecipe_browse_search [id^='advanced_options_search'] i{ margin-right:5px; font-size:17px; } [dir="rtl"] .sesrecipe_browse_search [id^='advanced_options_search'] i{ margin-left:5px; margin-right:0; } .sesrecipe_browse_search_horizontal .form-wrapper{ display:inline-block; clear:none; margin-right:10px !important; width:inherit !important; } .sesrecipe_browse_search .form-wrapper .form-label label{ margin-bottom:5px; font-size:var(--theme-font-size-small) !important; } /*sesrecipe search form vertical css*/ .sesrecipe_browse_search_vertical .form-wrapper{ width:100% !important; } .sesrecipe_browse_search_vertical .form-wrapper #submit-label{ display:none; } .sesrecipe_browse_search_vertical #submit-wrapper{ margin-bottom:0px !important; } .sesrecipe_browse_search_vertical #submit-element{ margin-top:15px; } .sesrecipe_browse_search_vertical #submit-element button{ width:100% !important; } /*sesrecipe featured recipe css start*/ .sesrecipe-featured_recipe_view{ overflow:hidden; display:block; } .sesrecipe-featured_recipe_view .sesrecipe_list_stats span { font-size:var(--theme-font-size-small) !important; } .sesrecipe-featured_recipe_view .featured_recipe_list img{ width:100%; height:100%; object-fit:cover; display:block; } .sesrecipe-featured_recipe_view .featured_recipe_list .featured_teg{ position:absolute; top:0px; margin:15px 8px; z-index:9; } .sesrecipe-featured_recipe_view .featured_recipe_list .featured_teg a{ text-decoration:none; padding:5px 10px; border-radius:3px; background:var(--theme-button-background-color); color:var(--theme-button-font-color); } .sesrecipe-featured_recipe_view .featured_recipe_list .sesrecipe_list_labels{ top:0px; bottom:inherit; right:0px; } [dir="rtl"] .sesrecipe-featured_recipe_view .featured_recipe_list .sesrecipe_list_labels{ left:0px; right:inherit; } .sesrecipe-featured_recipe_view .featured_recipe_list .sesrecipe_verified_label{ position:absolute; bottom:0px; right:0px; background:#93C33C; padding:3px 5px; color:#fff; } .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_list_inner:hover .sesrecipe_list_labels, .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_list_inner:hover .sesrecipe_verified_label{ display:none; } .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_list_inner .sesrecipe_list_thumb_over{ opacity:inherit; background:rgba(0,0,0,0.2); } .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_list_inner .sesrecipe_list_thumb_over:hover{ background:rgba(0,0,0,0.5); } .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_list_inner .sesrecipe_list_thumb_over .sesrecipe_list_grid_thumb_btns{ opacity:0; webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_list_inner .sesrecipe_list_thumb_over:hover .sesrecipe_list_grid_thumb_btns{ opacity:1; } .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_list_contant{ position:absolute; bottom:0; width:100%; padding:15px; background:-moz-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); background:-webkit-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); background:-o-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); background:-ms-linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); background:linear-gradient(to bottom, transparent 20%, rgba(0, 0, 0, 0.6) 100%); } .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_list_contant p.title{ color:#fff; display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; margin-bottom:5px; } .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_list_contant p.title a{ font-size:17px; font-weight:bold; color:#fff; } .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_date_location .sesrecipe_list_stats p { margin-bottom:0; } .sesrecipe-featured_recipe_view .featured_recipe_list{ position:relative; height:333px; margin-bottom:20px; } .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_list_inner{ position:relative; height:100%; overflow:hidden; } .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_date_location{ clear:both; overflow:hidden; } .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_date_location .sesrecipe_list_stats{ margin-right:10px; margin-top:5px; } [dir="rtl"] .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_date_location .sesrecipe_list_stats{ margin-right:0; margin-left:10px; } .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_date_location .sesrecipe_list_location{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis; width:100px; } .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_date_location .sesrecipe_list_stats p i{ margin-right:5px; } [dir="rtl"] .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_date_location .sesrecipe_list_stats p i{ margin-left:5px; margin-right:0px; } .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_date_location .sesrecipe_list_stats p, .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_date_location .sesrecipe_list_stats p a{ color:#fff; } .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_date_location .sesrecipe_list_stats span, .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_date_location .sesrecipe_list_stats span i{ color:#fff; margin-right:5px; display:inline-block; } [dir="rtl"] .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_date_location .sesrecipe_list_stats span, [dir="rtl"] .sesrecipe-featured_recipe_view .featured_recipe_list .featured_recipe_date_location .sesrecipe_list_stats span i{ margin-left:5px; margin-right:0px; } /*sesrecipe top recipeger css start*/ .sesrecipe_top_recipeer_list li.sesrecipeer_top_sidebar_list{ display:block; overflow:hidden; margin:0px 0px 8px 0px; } .sesrecipe_top_recipeer_list li.sesrecipeer_top_sidebar_list + li.sesrecipeer_top_sidebar_list{ border-top-width:1px; padding-top:12px; border-style:dashed; } .sesrecipe_top_recipeer_list li.sesrecipeer_top_sidebar_list a{ float:left; } .sesrecipe_top_recipeer_list li.sesrecipeer_top_sidebar_list a img{ width:70px; height:70px; margin-right:10px; border-radius:50%; } .sesrecipe_top_recipeer_list li.sesrecipeer_top_sidebar_list .sesrecipe_top_recipe_info{ display:block; overflow:hidden; } .sesrecipe_top_recipeer_list li.sesrecipeer_top_sidebar_list .sesrecipe_top_recipe_title{ display:block; overflow:hidden; margin-bottom:5px; } .sesrecipe_top_recipeer_list li.sesrecipeer_top_sidebar_list .sesrecipe_top_recipe_list_stats{ font-style:italic; } .sesrecipe_top_recipeer_list .sesrecipeer_top_gird_list { margin-bottom:25px; } .sesrecipe_top_recipeer_list .sesrecipeer_top_gird_list .sesrecipeer_top_gird_thumb_recipe{ position:relative; height:174px; } .sesrecipe_top_recipeer_list .sesrecipeer_top_gird_list a img{ width:100%; height:100%; float:left; object-fit:cover; max-width:inherit; max-height:inherit; } .sesrecipe_top_recipeer_list .sesrecipeer_top_gird_list .sesrecipe_top_recipe_info{ position:absolute; bottom:0px; padding:5px 10px; width:100%; background-color:rgba(0, 0, 0, 0.6); left:0px; } .sesrecipe_top_recipeer_list .sesrecipeer_top_gird_list a{ display:block; overflow:hidden; margin-bottom:5px; color:#fff; height:100%; } .sesrecipe_top_recipeer_list .sesrecipeer_top_gird_list .sesrecipe_top_recipe_list_stats{ color:#fff; } /*sesrecipe tag horizantal recipes css start*/ .layout_sesrecipe_tag_horizantal_recipes{ padding:0px !important; border:none; height:56px; } .layout_sesrecipe_tag_horizantal_recipes .sesbasic_cloud_widget h3{ background-color:#000; color:#fff; float:left; border:none; border-radius:0px; padding:0px 20px; margin-right:15px; margin-bottom:0px; position:relative; height:58px; line-height:58px; } .layout_sesrecipe_tag_horizantal_recipes .sesbasic_cloud_widget h3:after{ content:''; display:block; border-top:8px solid transparent; border-bottom:8px solid transparent; border-left:8px solid #000; position:absolute; right:-8px; top:36%; } .layout_sesrecipe_tag_horizantal_recipes .sesbasic_cloud_widget h3 img{ width:26px; margin-right:12px; float:left; padding-top:16px; } .layout_sesrecipe_tag_horizantal_recipes .sesrecipe_tags_horizantal_recipes{ display:block; overflow:hidden; } .sesrecipe_tags_horizantal_recipes .mCSB_horizontal.mCSB_inside > .mCSB_container{ margin-bottom:6px !important; } .sesrecipe_tags_horizantal_recipes .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color:#000; background-color:rgba(0, 0, 0, 0.75); filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; } .sesrecipe_tags_horizantal_recipes .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar { background-color:#000; background-color:rgba(0, 0, 0, 0.85); filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; } .sesrecipe_tags_horizantal_recipes .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .sesrecipe_tags_horizantal_recipes .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color:#000 ; background-color:rgba(0,0,0,0.9); filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; } .layout_sesrecipe_tag_horizantal_recipes .sesbasic_cloud_widget_full{ position:absolute; left:0px; right:0px; } .sesrecipe_slideshow_recipe_wrapper.isfull_width .sesrecipe_slideshow_recipe_container > div{ margin:0 auto; width:var(--theme-content-width); } .global_left_panel.panel-collapsed .sesrecipe_slideshow_recipe_wrapper.isfull_width .sesrecipe_slideshow_recipe_container, .global_left_panel.panel-collapsed .layout_sesrecipe_tag_horizantal_recipes .sesbasic_cloud_widget_full{ left:60px; } [dir="rtl"] .global_left_panel.panel-collapsed .sesrecipe_slideshow_recipe_wrapper.isfull_width .sesrecipe_slideshow_recipe_container, [dir="rtl"] .global_left_panel.panel-collapsed .layout_sesrecipe_tag_horizantal_recipes .sesbasic_cloud_widget_full{ left:0px; right:60px; } .layout_sesrecipe_tag_horizantal_recipes .sesbasic_cloud_widget{ overflow:hidden; padding:0; height:58px; } .layout_sesrecipe_tag_horizantal_recipes .sesbasic_cloud_widget a.sesbasic_more_link{ float:right; clear:inherit; padding:0 20px; margin:0; margin-left:12px; height:58px; line-height:58px; font-size:var(--theme-font-size-small) !important; } .layout_sesrecipe_tag_horizantal_recipes .sesrecipe_tags_horizantal_recipes ul li{ float:left; margin-right:10px; padding:11px 0px; } .layout_sesrecipe_tag_horizantal_recipes .sesrecipe_tags_horizantal_recipes ul li a{ text-decoration:none; color:#fff; display:block; padding:0 20px; line-height:30px; text-transform:capitalize; text-align:center; border-top:1px solid #343638; border-bottom:1px solid #645d5d; border-radius:7px; background-color:#000000; margin-right:7px; font-size:var(--theme-font-size-small) !important; } /*sesrecipe list cloud recipe css */ .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list{ text-align:left } .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li{ display:inline-block; margin:5px 5px 10px 0px; } [dir="rtl"] .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list{ text-align:right; } [dir="rtl"] .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li{ margin:5px 0px 10px 5px; } .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li a{ color:#fff; text-decoration:none; padding:3px 7px; border-radius:4px; background:#000; font-size:var(--theme-font-size-small) !important; } .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li a:hover{ opacity:0.8; } .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(1) a, .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(1n+10) a{ background:#F17074; } .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(2) a, .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(2n+10) a{ background:#8377B7; } .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(3) a, .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(3n+10) a{ background:#51A2CF; } .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(4) a, .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(4n+10) a{ background:#49CCC4; } .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(5) a, .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(5n+10) a{ background:#FFBF05; } .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(6) a, .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(6n+10) a{ background:#9C28B1; } .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(7) a, .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(7n+10) a{ background:#247ECA; } .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(8) a, .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(8n+10) a{ background:#03A9F5; } .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(9) a, .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(9n+10) a{ background:#F23B37; } .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(10) a, .sesrecipe_tags_cloud_recipe .sesrecipe_tags_cloud_list li:nth-child(10n+10) a{ background:#B7DC7C; } /*sesrecipe category recipe*/ .sesrecipe_subcat_list_head p{ font-size:18px; margin:15px 0px; font-weight:bold; } .sesrecipe_catogery_grid_view .sesrecipe_grid_info_hover_title{ margin-top:10px; } .sesrecipe_grid .sesrecipe_list_contant{ color:#fff; border-bottom-width:0px; } /*deshboard css*/ .sesbasic_dashboard_tabs > ul > li i.tab-icon{ font-style:normal; text-align:center; } .sesbasic_dashboard_tabs > ul > li i.tab-icon:before{ content:'\f073'; font-family:'Font Awesome 5 Free'; font-size:14px; } .sesbasic_dashboard_tabs > ul > li i{ background-image:none; } .sesrecipe_dashboard_recipe_info .sesrecipe_dashboard_recipe_info_content .sesrecipe_dashboard_recipe_title, .sesrecipe_dashboard_recipe_info .sesrecipe_dashboard_recipe_info_content .sesrecipe_list_stats{ margin-bottom:5px; } .sesrecipe_dashboard_recipe_info_content .sesrecipe_list_stats span i{ float:left; margin-right:5px; margin-top:4px; width:20px; text-align:center; } [dir="rtl"] .sesrecipe_dashboard_recipe_info_content .sesrecipe_list_stats span i{ float:right; margin-right:0px; margin-left:5px; } .sesrecipe_dashboard_recipe_info_content .sesrecipe_list_stats span.widthfull span{ overflow:hidden; display:block; } .sesrecipe_dashboard_recipe_info .sesrecipe_dashboard_recipe_info_content .sesbasic_popup_slide_open{ width:100%; } /*sesrecipe sidebar categroies list start*/ .sesrecipe_sidebar_categroies_list li{ padding:6px 0 6px 0; clear:both; overflow:hidden; } .sesrecipe_sidebar_categroies_list li + li{ border-top-width:1px; border-style:dashed; } .sesrecipe_sidebar_categroies_list li a.cattoggel{ float:right; width:35px; text-align:center; } [dir="rtl"] .sesrecipe_sidebar_categroies_list li a.cattoggel{ float:left; } .sesrecipe_sidebar_categroies_list li a.catlabel{ float:left; } .sesrecipe_sidebar_categroies_list li ul{ padding-left:20px; } .sesrecipe_sidebar_categroies_list a{ text-decoration:none; float:left; width:auto; color:var(--theme-font-color) !important; } [dir="rtl"] .sesrecipe_sidebar_categroies_list a{ float:right; } .sesrecipe_sidebar_categroies_list li a img{ width:18px; float:left; margin-right:12px; } [dir="rtl"] .sesrecipe_sidebar_categroies_list li a img{ float:right; margin-right:0px; margin-left:12px; } .sesrecipe_sidebar_categroies_list li a span{ overflow:hidden; } .sesrecipe_sidebar_categroies_list a:before{ font-family:'Font Awesome 5 Free'; float:right; } .sesrecipe_sidebar_categroies_list a:hover{ color:var(--theme-link-color-hover) !important; } [dir="rtl"] .sesrecipe_sidebar_categroies_list a:before{ float:left; } [dir="rtl"] .sesrecipe_sidebar_categroies_list a.cattoggelright:before{ content:'\f104'; } .sesrecipe_sidebar_categroies_list a.cattoggelright:before{ content:'\f105'; } .sesrecipe_sidebar_categroies_list a.cattoggeldown:before{ content:'\f107'; } /*Animate Marker*/ .animated{ -webkit-animation-duration:.5s; animation-duration:.5s; -webkit-animation-fill-mode:both; animation-fill-mode:both; -webkit-animation-timing-function:linear; animation-timing-function:linear; animation-iteration-count:infinite; -webkit-animation-iteration-count:infinite; } @-webkit-keyframes bounce{ 0%, 100%{-webkit-transform:translateY(0);} 50%{-webkit-transform:translateY(-5px);} } @keyframes bounce{ 0%, 100%{transform:translateY(0);} 50%{transform:translateY(-5px);} } .bounce{ -webkit-animation-name:bounce; animation-name:bounce; } /*End Animate Marker*/ /*location recipe map markker css*/ .map_large_marker .sesrecipe_map_thumb{ position:relative; overflow:hidden; } .map_large_marker .sesrecipe_list_grid_thumb_btns{ position:absolute; top:-50px; left:0; right:0; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .map_large_marker .sesrecipe_map_thumb:hover .sesrecipe_list_grid_thumb_btns{ top:60px; } .map_large_marker .sesrecipe_list_grid_thumb_btns > a > img{ margin:auto; } .map_large_marker .sesrecipe_large_map_content .sesrecipe_large_map_content_title{ margin:5px 0px; } .map_large_marker .sesrecipe_large_map_content .sesrecipe_large_map_content_title a{ color:#222; font-weight:bold; } .map_large_marker .sesrecipe_map_thumb:hover .sesrecipe_list_labels, .map_large_marker .sesrecipe_map_thumb:hover .sesrecipe_verified_label{ display:none; } .map_large_marker .sesrecipe_large_map_content .sesrecipe_list_stats, .map_large_marker .sesrecipe_large_map_content .sesrecipe_list_grid_rating{ clear:both; overflow:hidden; margin-bottom:5px; } .sesbasic_large_map_content .sesrecipe_list_stats > span > i{ width:18px; text-align:center; float:left; } [dir="rtl"] .sesbasic_large_map_content .sesrecipe_list_stats > span > i{ float:right; } .sesbasic_large_map_content .sesrecipe_list_stats > span > span{ overflow:hidden; display:block; } .map_large_marker .sesrecipe_large_map_content .sesrecipe_list_stats span a{ font-weight:normal; } .map_large_marker .sesrecipe_large_map_content .sesbasic_largemap_stats span span{ float:left; margin:0 5px 0 0; } [dir="rtl"] .map_large_marker .sesrecipe_large_map_content .sesbasic_largemap_stats span span{ float:right; margin:0 0 0 5px; } .map_large_marker .sesrecipe_large_map_content .sesbasic_largemap_stats span span i{ margin:0 3px 0 0; } [dir="rtl"] .map_large_marker .sesrecipe_large_map_content .sesbasic_largemap_stats span span i{ margin:0 0 0 3px; } /*sesrecipe social share widegt css*/ .layout_sesrecipe_advance_share{ padding:0px !important; border:0px; } .sesrecipe_socila_share_button button{ width:100%; } /*sesrecipe deshboard edit recipe css*/ /*sesblo deshboard contact iformation*/ .sesrecipe_create_form .global_form .form-element select, .sesrecipe_create_form .global_form .form-element input[type=text]{ width:300px; max-width:300px; } .sesrecipe_create_form .global_form #event_start_time-element .sesrecipe-date-field{ float:left; margin-right:10px; width:145px; } .sesrecipe_create_form .global_form #event_start_time-element .sesrecipe-date-field input[type=text]{ width:100%; } .sesrecipe_create_form .global_form #event_start_time-element .sesrecipe-time-field{ width:145px; float:left; } .sesrecipe_create_form .global_form #event_start_time-element .sesrecipe-time-field input[type=text]{ width:100%; } .sesrecipe_seo_add_recipe .global_form .form-element select, .sesrecipe_seo_add_recipe .global_form .form-element input[type=text], .sesrecipe_seo_add_recipe .global_form .form-element textarea{ width:300px; max-width:300px; } .sesrecipe_create_form .global_form div.form-element{ max-width:inherit; float:none; display:block; } /*sesrecipe deshboard edit photo css*/ .sesrecipe_edit_photo_recipe .global_form #buttons-wrapper{ margin-top:5px; } .sesrecipe_edit_photo_recipe .global_form #current-element div img.thumb_profile{ width:200px; max-width:inherit; } [dir="rtl"] .sesrecipe_edit_photo_recipe .global_form #Filedata-element{ text-align:right; } /*sesrecipe deshboard edit style css*/ .sesrecipe_dashboard_menu_list{ clear:both; overflow:hidden; background:none !important; padding:0 !important; } .sesrecipe_edit_style_recipe .global_form #style-element p.description{ width:100%; max-width:inherit; } .sesrecipe_edit_style_recipe .global_form #style-element textarea{ width:100%; max-width:inherit; box-sizing:border-box; } .sesrecipe_edit_style_recipe .global_form #submit-label{ display:none; } .sesrecipe_edit_style_recipe .global_form #submit-element{ text-align:left; width:100%; } [dir="rtl"] .sesrecipe_edit_style_recipe .global_form #submit-element{ text-align:right; } .sesrecipe_dashboard_menu_list .sesbasic_dashboard_content { background:var(--theme-list-background-color); } .sesrecipe_dashboard_menu_list .sesbasic_dashboard_top_section { background:var(--theme-list-background-color); } .sesrecipe_dashboard_menu_list .sesbasic_dashboard_top_section_btns a{ padding:0 18px; border-radius:3px; } .sesrecipe_dashboard_menu_list .sesbasic_dashboard_top_section_left{ width:70%; display:flex; align-items:center; } [dir="rtl"] .sesbasic_dashboard_top_section_btns{ float:left; } .sesrecipe_dashboard_menu_list .sesbasic_dashboard_top_section_btns{ margin-top:0; } .sesrecipe_dashboard_menu_list .sesbasic_dashboard_top_section_left .sesbasic_dashboard_top_section_item_title{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis } .sesrecipe_create label.required:after{ content:'*'; color:#FF0000; } .sesrecipe_dashboard_menu_list .sesbasic_dashboard_tabs ul ul li.active a { background-color:var(--theme-button-background-color); color:var(--theme-button-font-color); } .sesrecipe_dashboard_menu_list .sesbasic_dashboard_tabs ul.sesbm li a i{ width:25px; text-align:center; } /*sesrecipe deshboard menu list css start*/ .sesrecipe_dashboard_menu_list .sesbasic_dashboard_top_section{ border-width:1px; margin-bottom:10px; } .sesrecipe_dashboard_menu_list .sesbasic_dashboard_tabs{ margin-right:10px; } [dir="rtl"] .sesrecipe_dashboard_menu_list .sesbasic_dashboard_tabs{ margin-left:10px; margin-right:0px; } .sesrecipe_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm > li > a{ padding:0px; } .sesrecipe_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul{ border-top:0px; padding:0px; } .sesrecipe_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul li{ margin:0px; background:var(--theme-list-background-color); } .sesrecipe_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul li a{ padding:15px; } .sesrecipe_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul li a:hover, .sesbasic_dashboard_tabs ul ul li.active a{ -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; } .sesrecipe_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul li a:hover { background-color:var(--theme-button-background-color); color:var(--theme-button-font-color); } .sesrecipe_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul li + li{ border-top-width:1px; } .sesrecipe_dashboard_menu_list .sesrecipe_dashboard_recipe_info{ margin-top:10px; margin-bottom:10px; } .sesrecipe_dashboard_menu_list .sesrecipe_dashboard_recipe_info .sesrecipe_dashboard_recipe_photo{ position:inherit; height:auto; border-width:1px 1px 1px 1px; padding:10px; background:var(--theme-list-background-color); } .sesrecipe_dashboard_menu_list .sesrecipe_dashboard_recipe_photo .sesrecipe_dashboard_recipe_info_content{ border:0px; } .sesrecipe_dashboard_menu_list .sesrecipe_dashboard_recipe_info .sesrecipe_deshboard_img_recipe{ position:relative; height:200px; overflow:hidden; width:100%; } .sesrecipe_dashboard_menu_list .sesrecipe_dashboard_recipe_info .sesrecipe_dashboard_recipe_photo .sesrecipe_verified_label{ position:absolute; bottom:0px; right:0px; background:#93C33C; padding:3px 5px; color:#fff; } .sesrecipe_dashboard_menu_list .layout_sesrecipe_advance_share{ border-width:1px; padding:15px; } /*edit location form in deshboard*/ [dir="rtl"] .sesbasic_dashboard_content .sesrecipe_edit_location_form #submit-wrapper{ float:right; } [dir="rtl"] .sesbasic_dashboard_content .sesrecipe_edit_location_form #submit-wrapper #submit-wrapper{ float:right; text-align:right; } .sesbasic_dashboard_content .sesrecipe_edit_location_form #input_fields-label{ display:none; } .sesbasic_dashboard_content .sesrecipe_edit_location_form #input_fields-wrapper{ width:100%; } .sesbasic_dashboard_content .sesrecipe_edit_location_form #ses_edit_location-wrapper{ width:98%; } .sesbasic_dashboard_content .sesrecipe_edit_location_form #ses_edit_location-wrapper #mapcanvasdiv-label{ display:none; } .sesbasic_dashboard_content .sesrecipe_edit_location_form .form-wrapper{ width:48%; clear:none; float:left; margin-right:2%; } .sesbasic_dashboard_content .sesrecipe_edit_location_form .form-element{ display:block; float:none; width:100%; max-width:inherit; min-width:inherit; } .sesbasic_dashboard_content .sesrecipe_edit_location_form .form-element input[type=text]{ width:100%; } .sesrecipe_edit_location_form{ display:block; overflow:hidden; width:auto; } .layout_sesrecipe_claim_recipe #description-wrapper textarea{ max-width:100%; } .sesrecipe_edit_location_form #mapcanvasdiv-element{ display:block; float:none; } .sesbasic_dashboard_content .sesrecipe_edit_location_form #mapcanvasdiv-wrapper{ width:98%; } /*sesrecipe photo widget*/ .layout_sesrecipe_recipe_photo{ padding:0px !important; border:none; } .sesrecipe_recipe_photo_widget img{ width:100%; } /*sesrecipe title widget*/ .sesrecipe_recipe_title_widget h2{ margin-bottom:0px; } /*sesrecipe social share widget*/ .layout_left .sesrecipe_social_share_recipe1 a, .layout_right .sesrecipe_social_share_recipe1 a{ padding:8px; float:left; text-align:center; color:#fff; border-radius:4px; text-decoration:none; width:100%; margin-bottom:10px; } .layout_middle .sesrecipe_social_share_recipe1{ display:block; overflow:hidden; text-align:center; } .layout_middle .sesrecipe_social_share_recipe1 a{ padding:8px; display:inline-block; text-align:center; color:#fff; border-radius:4px; text-decoration:none; width:25%; margin-right:10px; } .sesrecipe_social_share_recipe1 a.facebook_link{ background:#3B5998; } .sesrecipe_social_share_recipe1 a.twitter_link{ background:#00ACEE; } .sesrecipe_social_share_recipe1 a.pinterest_link{ background:#DB4A39; } .sesrecipe_social_share_recipe2{ font-size:18px; text-align:center; } .sesrecipe_social_share_recipe2 a{ color:#555; margin-right:3px; } .sesrecipe_social_share_recipe2 a:hover{ opacity:0.6; } .sesrecipe_social_share_recipe2 a.facebook_link{ color:#3B5998; } .sesrecipe_social_share_recipe2 a.twitter_link{ color:#00ACEE; } .sesrecipe_social_share_recipe2 a.pinterest_link{ color:#DB4A39; } .layout_left .sesrecipe_social_share_recipe3 ul li + li, .layout_right .sesrecipe_social_share_recipe3 ul li + li{ padding:15px 0px 0px 0px; } .layout_left .sesrecipe_social_share_recipe3 ul li a, .layout_right .sesrecipe_social_share_recipe3 ul li a{ background-color:#f7f8fa; border:1px solid #d8d8d8; padding:5px 10px; color:#555; text-decoration:none; font-weight:600; box-shadow:4px 2px 11px 0px #dedede; width:100%; display:block; font-size:var(--theme-font-size-small) !important; } .layout_middle .sesrecipe_social_share_recipe3 ul{ text-align:center; } .layout_middle .sesrecipe_social_share_recipe3 ul li{ display:inline-block; } .layout_middle .sesrecipe_social_share_recipe3 ul li a{ background-color:#f7f8fa; border:1px solid #d8d8d8; padding:5px 10px; color:#555; text-decoration:none; font-weight:600; box-shadow:4px 2px 11px 0px #dedede; display:block; font-size:var(--theme-font-size-small) !important; } .sesrecipe_social_share_recipe3 ul li a i{ width:18px; } .sesrecipe_social_share_recipe4 ul li{ list-style:none; display:inline-block; vertical-align:top; margin-right:10px; font-size:16px; } .sesrecipe_social_share_recipe4 ul li a{ color:#fff; } .sesrecipe_social_share_recipe4 ul{ text-align:center; } .sesrecipe_social_share_recipe4 ul li.facebook_link{ background-color:#3B5998; border-radius:50%; height:35px; width:35px; padding:7px 0px; text-align:center; } .sesrecipe_social_share_recipe4 ul li.twitter_link{ background-color:#2daae1; border-radius:50%; height:35px; width:35px; padding:7px 0px; text-align:center; } .sesrecipe_social_share_recipe4 ul li.pinterst_link{ background-color:#cb2027; border-radius:50%; height:35px; width:35px; padding:7px 0px; text-align:center; } /*Member Profile Map Tab CSS Start Here*/ .sesrecipe_profile_map_container{ position:relative; } .sesrecipe_profile_map{ border-width:1px; border-style:solid; height:500px; position:relative; } .sesrecipe_profile_map_address_box{ box-shadow:0 0 10px rgba(0, 0, 0, .1); background-color:rgba(255,255,255,0.95); position:absolute; bottom:40px; left:40px; padding:20px; text-align:center; width:300px; } .sesrecipe_profile_map_address_box b{ font-size:16px; color:rgba(0,0,0,0.8); display:block; } .sesrecipe_profile_map_address_box p{ border-top-width:1px; color:rgba(0,0,0,0.8); margin-top:15px; padding-top:15px; } .sesrecipe_profile_map_address_box .sesbasic_button{ margin-top:10px; display:inline-block; } /*RECIPE CATEGORY CAROUSEL CSS START HERE*/ .sesrecipe_slick_slider{ position:relative; display:block; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -ms-touch-action:pan-y; touch-action:pan-y; -webkit-tap-highlight-color:transparent; } .slick-list{ position:relative; display:block; overflow:hidden; margin:0; padding:0; } .slick-list:focus{ outline:none; } .slick-list.dragging{ cursor:pointer; cursor:hand; } .sesrecipe_slick_slider .slick-track, .sesrecipe_slick_slider .slick-list{ -webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); -ms-transform:translate3d(0, 0, 0); -o-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0); } [dir="rtl"] .sesrecipe_slick_slider .slick-track{ float:left; } .slick-track{ position:relative; top:0; left:0; display:block; } .slick-track:before, .slick-track:after{ display:table; content:''; } .slick-track:after{ clear:both; } .slick-loading .slick-track{ visibility:hidden; } .slick-slide.slick-loading img{ display:none; } .slick-initialized .slick-slide{ display:block; } .slick-loading .slick-slide{ visibility:hidden; } /*Thumb*/ .sesrecipe_category_carousel_item{ margin:0 2px; float:left; height:300px; position:relative; overflow:hidden; width:400px; } [dir="rtl"] .sesrecipe_category_carousel_item{ float:right; } .sesrecipe_category_carousel_item:before{ background-color:rgba(0, 0, 0, .2); content:""; position:absolute; bottom:0; left:0; right:0; top:0; z-index:1; } .sesrecipe_category_carousel_item_thumb{ float:left; height:150px; position:relative; width:100%; } .sesrecipe_category_carousel_item_thumb > a.sesrecipe_list_thumb_img{ display:block; height:100%; } .sesrecipe_category_carousel_item_thumb a.sesrecipe_list_thumb_img > span{ background-position:center; background-size:cover; display:block; height:100%; width:100%; } .sesrecipe_category_carousel_item_thumb .sesrecipe_grid_btns{ opacity:0; -webkit-transition:all 800ms ease 0s; -moz-transition:all 800ms ease 0s; -o-transition:all 800ms ease 0s; transition:all 800ms ease 0s; top:-30px } .sesrecipe_category_carousel_item:hover .sesrecipe_grid_btns{ opacity:1; top:30px; } .sesrecipe_category_carousel_item_info{ bottom:0; padding:10px; position:absolute; left:0; width:100%; z-index:2; } .sesrecipe_category_carousel_item_info > span{ display:block; margin-bottom:5px; } .sesrecipe_category_carousel_item_info *{ color:#fff !important; } .sesrecipe_category_carousel_item_info_title{ font-size:20px; font-weight:bold; } .sesrecipe_category_carousel_item_info_stat { font-size:var(--theme-font-size-small) !important; } .sesrecipe_category_carousel_item_info_des { font-size:var(--theme-font-size-small) !important; } .sesrecipe_category_carousel_item_info_des, .sesrecipe_category_carousel_item_info_stat{ font-weight:bold; margin-top:5px; } /*Prev / Next BUtton*/ .slick-arrow{ border-width:0 !important; border-radius:0; background-color:rgba(0, 0, 0, .2) !important; /*margin-top:-30px;*/ top:40%; position:absolute; transition:all 0.3s ease .5s; opacity:1; filter:alpha(opacity=0); /* For IE8 and earlier */ height:40px; /*line-height:60px;*/ padding:0; overflow:hidden; outline:none !important; width:40px; z-index:11; } .slick-arrow i:before{ color:#fff; font-size:30px; } .slick-arrow.slick-prev{ left:-70px; } .slick-arrow.slick-prev i{ float:right; margin:0px 15px 0 0; } .sesrecipe_slick_slider:hover .slick-arrow.slick-prev{ left:0; } .slick-arrow.slick-next{ right:-70px; } .slick-arrow.slick-next i{ float:left; margin:0px 0 0 15px; } .sesrecipe_slick_slider:hover .slick-arrow.slick-next{ right:0; } .slick-arrow.slick-hidden{ display:none; } body.sesrecipe_category_carousel .layout_sesrecipe_category_carousel, body.sesrecipe_recipes_carousel .layout_sesrecipe_featured_sponsored_verified_category_carousel{ background-color:transparent !important; border-width:0 !important; box-shadow:none !important; padding:0 !important; margin:0 0 15px; } body.sesrecipe_recipes_carousel .layout_sesrecipe_featured_sponsored_verified_category_carousel h3{ margin:-15px 0px 10px; } .sesrecipe_category_carousel_wrapper.isfull_width .sesrecipe_slick_slider, .sesrecipe_recipes_carousel_wrapper.isfull_width .sesrecipe_slick_slider{ position:absolute; overflow:hidden; left:0; right:0; } /*RECIPE CATEGORY CAROUSEL CSS END HERE*/ /*Contact Information*/ .sesrecipe_owner_contact_details li + li{ border-top-style:dashed; border-top-width:1px; margin-top:5px; padding-top:5px; } .sesrecipe_owner_contact_name{ font-size:17px; font-weight:bold; padding:5px 5px 0; } .sesrecipe_owner_contact_details li > i{ float:left; margin-right:5px; text-align:center; width:20px; } .sesrecipe_owner_contact_details li > i.fa-mobile:before{ font-size:18px; } .sesrecipe_owner_contact_details li span{ display:block; line-height:20px; overflow:hidden; word-wrap:break-word font-size:var(--theme-font-size-small) !important; } .sesrecipe_owner_contact_social i:before{ font-size:25px; } .sesrecipe_owner_contact_social i.fa-facebook-square:before{ color:#3b5997; } .sesrecipe_owner_contact_social i.fa-twitter-square:before{ color:#00baf0; } .sesrecipe_owner_contact_social i.fa-linkedin-square:before{ color:#006599; } .sesrecipe_owner_contact_social i.fa-globe:before{ color:#f18425; }/**/ .sesrecipe_review_recipe_social_btn a{ border-radius:50%; margin-left:0 !important; margin-right:4px !important; } .sesrecipe-profile_option_review > ul > li > a{ display:block; position:relative; background-image:none !important; font-size:var(--theme-font-size-small) !important; } .sesrecipe-profile_option_review ul li .buttonlink:before{ margin-right:0 !important; width:20px; font-size:var(--theme-font-size-small) !important; } .sesrecipereview_profile_edit:before{ content:"\f044"; } .sesrecipereview_profile_delete:before{ content:"\f1f8"; } .sesrecipereview_profile_share:before{ content:'\f064'; } .sesrecipereview_profile_report:before{ content:'\f024'; } /*sesrecipe reveiw recipe search recipe*/ .sesrecipe_browse_review_search_vertical .form-elements .form-wrapper{ display:block; } .sesrecipe_browse_reviews_search .form-elements .form-wrapper .form-label label{ margin-bottom:5px; white-space:nowrap; font-size:var(--theme-font-size-small) !important; } .sesrecipe_browse_review_search_vertical .form-elements .form-wrapper .form-element input, .sesrecipe_browse_review_search_vertical .form-elements .form-wrapper .form-element select{ width:100%; max-width:100%; } .sesrecipe_browse_review_search_vertical .form-elements #submit-wrapper{ width:auto; } .sesrecipe_browse_review_search_horizontal .form-elements .form-wrapper, .sesrecipe_browse_review_search_horizontal .form-elements .form-wrapper input, .sesrecipe_browse_review_search_horizontal .form-elements .form-wrapper select{ width:100%; } /*Welcome Page Start Here*/ #global_page_sesrecipe-index-welcome { background-color:var(--theme-list-background-color) !important; } #global_page_sesrecipe-index-welcome .generic_layout_container>h3:before, #global_page_sesrecipe-index-welcome .generic_layout_container>h3:after{ display:none; } #global_page_sesrecipe-index-welcome #global_footer{ margin:0; } #global_page_sesrecipe-index-welcome .layout_sesspectromedia_banner{ margin:0 !important; } #global_page_sesrecipe-index-welcome .sm_banner_title{ font-size:35px; } #global_page_sesrecipe-index-welcome .sm_banner_btns{ float:left; width:100%; } #global_page_sesrecipe-index-welcome .sm_banner_btns a{ color:#fff !important; background-color:transparent !important; border:2px solid #fff; padding:10px 20px; font-size:17px; transition:all 500ms ease 0s; } #global_page_sesrecipe-index-welcome .sm_banner_btns a:hover{ color:#000 !important; background-color:#fff !important; } #global_page_sesrecipe-index-welcome .sm_banner_title, #global_page_sesrecipe-index-welcome .sm_banner_des{ margin:20px 0; text-shadow:0px 0px 6px rgba(0, 0, 0, 1); } #global_page_sesrecipe-index-welcome #global_content div.generic_layout_container{ border-width:0; box-shadow:none; margin:0; padding:0; } #global_page_sesrecipe-index-welcome .sesbasic_tabs_content{ border-width:0; padding:0; } #global_page_sesrecipe-index-welcome .layout_sesrecipe_top_recipegers{ margin-bottom:50px !important; } #global_page_sesrecipe-index-welcome #global_content .layout_sesbasic_simple_html_block{ padding:0; } .recipe_landing { background:var(--theme-list-background-color); } .recipe_landing #global_content .layout_sesrecipe_browse_menu { padding-top:30px !iMPORTANT; } .recipe_landing #global_content .layout_sesrecipe_browse_menu .headline { text-align:center; } .recipe_landing .layout_sesrecipe_featured_sponsored_verified_random_recipe > h3 { font-size:34px; padding:0; border:0; text-align:center; margin:40px 0 !important; } .recipe_landing #global_content .layout_sesrecipe_category_associate_recipe { padding-top:40px !important; } .recipe_landing .sesrecipe_category_recipe .sesrecipe_category_header{ background:none; border:0; position:relative; } .recipe_landing .sesrecipe_category_recipe .sesrecipe_category_header p { padding-left:0; font-weight:600; font-size:28px; padding-right:15px; position:relative; background:var(--theme-list-background-color); } .recipe_landing .sesrecipe_category_recipe .sesrecipe_category_header:before { content:""; position:absolute; left:30px; top:26px; width:75%; height:2px; background:var(--theme-border-color); } .recipe_landing .sesrecipe_category_recipe .sesrecipe_category_header span a { border:1px solid; padding:8px 17px; } .sesrecipe_welcome_text_block_wrapper{ height:255px; } .sesrecipe_welcome_text_block{ background-color:#f8f8f8; height:255px; position:absolute; left:0; right:0; text-align:center; padding:20px 0; } .sesrecipe_welcome_text_block h2, .sesrecipe_welcome_text_block p{ display:block; margin:15px 0; } .sesrecipe_welcome_text_block_maintxt{ font-size:25px; font-weight:normal; letter-spacing:2px; } .sesrecipe_welcome_text_block_subtxt{ font-size:20px; color:#ffffff; margin-top:41px !important; font-weight:bold; background:#ff4c4c; padding:20px; } .sesrecipe_welcome_text_block_buttons{ text-align:center; margin:30px 0; } .sesrecipe_welcome_text_block_buttons a{ background-color:#10b765 !important; border-width:0; display:inline-block; margin:0 30px; padding:15px 15px; border-radius:3px; font-weight:normal; letter-spacing:2px; position:relative; overflow:hidden; border:0 !important; } .sesrecipe_welcome_text_block_buttons a:hover{ opacity:.9; } /*.sesrecipe_welcome_text_block_buttons a:hover{ background-color:#077b42; }*/ .sesrecipe_welcome_text_block_buttons a:nth-child(1):before{ content:'\f002'; } .sesrecipe_welcome_text_block_buttons a:nth-child(2):before{ content:'\f044'; } .sesrecipe_welcome_text_block_buttons a:nth-child(3):before{ content:'\f0ca'; } .sesrecipe_welcome_text_block_buttons a:before{ font-family:'Font Awesome 5 Free'; margin-right:12px; content:''; } .sesrecipe_welcome_text_block_buttons a:nth-child(2){ background-color:#2997ab !important; } /*.sesrecipe_welcome_text_block_buttons a:nth-child(2):hover{ background-color:#10798c; }*/ .sesrecipe_welcome_text_block_buttons a:after{ content:""; position:absolute; top:-110%; left:-210%; width:200%; height:20px; opacity:0; transform:rotate(30deg); background:rgba(255, 255, 255, 0.13); background:linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% ); } .sesrecipe_welcome_text_block_buttons a:hover:after{ opacity:1; top:4%; left:-0%; transition-property:left, top, opacity; transition-duration:0.7s, 0.7s, 0.50s; transition-timing-function:ease; } .sesrecipe_welcome_btn{ padding:0.9em; text-align:center; border-radius:4px; cursor:pointer; text-decoration:none; width:205px; display:inline-block; letter-spacing:1px; background-color:var(--theme-button-background-color) !important; color:var(--theme-button-font-color) !important; } .sesrecipe_welcome_btn:hover{ text-decoration:none; background-color:var(--theme-button-background-color-hover); } /*Welcome Page End Here*/ /*user banner css start*/ .sesrecipe_user_new_banner .sesrecipe_images_group{ position:relative; } .sesrecipe_user_new_banner .images_group{ position:relative; height:700px; } .sesrecipe_user_new_banner .images_group li{ border-radius:100%; position:absolute; } .sesrecipe_user_new_banner .images_group li img{ width:150px; border-radius:100%; height:150px; object-fit:cover; } .sesrecipe_user_new_banner .images_group li a:hover{ opacity:0.8; } .sesrecipe_user_new_banner .images_group li:nth-child(2) img, .sesrecipe_user_new_banner .images_group li:nth-child(8) img, .sesrecipe_user_new_banner .images_group li:nth-child(9) img, .sesrecipe_user_new_banner .images_group li:nth-child(17) img, .sesrecipe_user_new_banner .images_group li:nth-child(22) img, .sesrecipe_user_new_banner .images_group li:nth-child(34) img, .sesrecipe_user_new_banner .images_group li:nth-child(35) img, .sesrecipe_user_new_banner .images_group li:nth-child(36) img{ height:100px; width:100px; } .sesrecipe_user_new_banner .images_group li:nth-child(3) img, .sesrecipe_user_new_banner .images_group li:nth-child(27) img, .sesrecipe_user_new_banner .images_group li:nth-child(32) img, .sesrecipe_user_new_banner .images_group li:nth-child(33) img{ height:80px; width:80px; } .sesrecipe_user_new_banner .images_group li:nth-child(4) img, .sesrecipe_user_new_banner .images_group li:nth-child(19) img, .sesrecipe_user_new_banner .images_group li:nth-child(20) img{ height:130px; width:130px; } .sesrecipe_user_new_banner .images_group li:nth-child(5) img{ height:70px; width:70px; } .sesrecipe_user_new_banner .images_group li:nth-child(6) img, .sesrecipe_user_new_banner .images_group li:nth-child(10) img, .sesrecipe_user_new_banner .images_group li:nth-child(11) img, .sesrecipe_user_new_banner .images_group li:nth-child(15) img, .sesrecipe_user_new_banner .images_group li:nth-child(16) img, .sesrecipe_user_new_banner .images_group li:nth-child(30) img{ height:150px; width:150px; } .sesrecipe_user_new_banner .images_group li:nth-child(7) img, .sesrecipe_user_new_banner .images_group li:nth-child(12) img, .sesrecipe_user_new_banner .images_group li:nth-child(18) img{ height:120px; width:120px; } .sesrecipe_user_new_banner .images_group li:nth-child(13) img, .sesrecipe_user_new_banner .images_group li:nth-child(23) img, .sesrecipe_user_new_banner .images_group li:nth-child(28) img{ height:60px; width:60px; } .sesrecipe_user_new_banner .images_group li:nth-child(14) img{ height:90px; width:90px; } .sesrecipe_user_new_banner .images_group li:nth-child(21) img, .sesrecipe_user_new_banner .images_group li:nth-child(25) img{ height:140px; width:140px; } .sesrecipe_user_new_banner .images_group li:nth-child(24) img, .sesrecipe_user_new_banner .images_group li:nth-child(26) img, .sesrecipe_user_new_banner .images_group li:nth-child(29) img, .sesrecipe_user_new_banner .images_group li:nth-child(31) img{ height:110px; width:110px; } .sesrecipe_user_new_banner .images_group li:nth-child(1){ left:120px; top:0px; } .sesrecipe_user_new_banner .images_group li:nth-child(2){ left:272px; top:60px; } .sesrecipe_user_new_banner .images_group li:nth-child(3){ left:376px; top:40px; } .sesrecipe_user_new_banner .images_group li:nth-child(4){ left:464px; top:40px; } .sesrecipe_user_new_banner .images_group li:nth-child(5){ left:590px; top:20px; } .sesrecipe_user_new_banner .images_group li:nth-child(6){ left:635px; top:70px; } .sesrecipe_user_new_banner .images_group li:nth-child(7){ left:778px; top:10px; } .sesrecipe_user_new_banner .images_group li:nth-child(8){ left:896px; top:70px; } .sesrecipe_user_new_banner .images_group li:nth-child(9){ left:990px; top:10px; } .sesrecipe_user_new_banner .images_group li:nth-child(10){ left:0px; top:120px; } .sesrecipe_user_new_banner .images_group li:nth-child(11){ left:152px; top:152px; } .sesrecipe_user_new_banner .images_group li:nth-child(12){ left:360px; top:130px; } .sesrecipe_user_new_banner .images_group li:nth-child(13){ left:490px; top:180px; } .sesrecipe_user_new_banner .images_group li:nth-child(14){ left:555px; top:166px; } .sesrecipe_user_new_banner .images_group li:nth-child(15){ left:776px; top:142px; } .sesrecipe_user_new_banner .images_group li:nth-child(16){ left:20px; top:282px; } .sesrecipe_user_new_banner .images_group li:nth-child(17){ left:170px; top:362px; } .sesrecipe_user_new_banner .images_group li:nth-child(18){ left:300px; top:382px; } .sesrecipe_user_new_banner .images_group li:nth-child(19){ left:430px; top:432px; } .sesrecipe_user_new_banner .images_group li:nth-child(20){ left:575px; top:442px; } .sesrecipe_user_new_banner .images_group li:nth-child(21){ left:710px; top:402px; } .sesrecipe_user_new_banner .images_group li:nth-child(22){ left:810px; top:301px; } .sesrecipe_user_new_banner .images_group li:nth-child(23){ left:860px; top:411px; } .sesrecipe_user_new_banner .images_group li:nth-child(24){ left:920px; top:322px; } .sesrecipe_user_new_banner .images_group li:nth-child(25){ left:960px; top:172px; } .sesrecipe_user_new_banner .images_group li:nth-child(26){ left:80px; top:452px; } .sesrecipe_user_new_banner .images_group li:nth-child(27){ left:216px; top:472px; } .sesrecipe_user_new_banner .images_group li:nth-child(28){ left:80px; top:572px; } .sesrecipe_user_new_banner .images_group li:nth-child(29){ left:152px; top:557px; } .sesrecipe_user_new_banner .images_group li:nth-child(30){ left:282px; top:517px; } .sesrecipe_user_new_banner .images_group li:nth-child(31){ left:502px; top:557px; } .sesrecipe_user_new_banner .images_group li:nth-child(32){ left: 622px; top:582px; } .sesrecipe_user_new_banner .images_group li:nth-child(33){ left: 710px; top:550px; } .sesrecipe_user_new_banner .images_group li:nth-child(34){ left: 846px; top:482px; } .sesrecipe_user_new_banner .images_group li:nth-child(35){ left: 960px; top:458px; } .sesrecipe_user_new_banner .images_group li:nth-child(36){ left: 1035px; top:368px; } .sesexpos_images_group{ position:relative; } .user_banner_tag_tittle{ position:absolute; left:390px; top:312px; width:350px; } .user_banner_tag_tittle p{ font-size:32px; color:#464646; text-align:center; } /*user banner css end*/ #global_page_core-index-index #global_footer{ margin-top:0px; } /*Responsive CSS Start Here*/ @media (min-width:980px) and (max-width:1050px){ .sesrecipe_welcome_text_block_buttons a{ margin:0px 10px; padding:15px 20px; font-size:16px; } .sesrecipe_welcome_text_block_wrapper{ height:253px; } .sesrecipe_user_new_banner .images_group{ transform:scale(0.7); } } @media (min-width:768px) and (max-width:979px){ .sesrecipe_list_full_view .sesrecipe_list_stats.sesrecipe_list_location{ white-space:nowrap; text-overflow:ellipsis; width:25%; overflow:hidden; } .sesrecipe_grid{ width:50% !important; } .sesrecipe_last_grid_block .sesrecipe_comment_list{ font-size:11px; } .sesrecipe_last_grid_block .sesrecipe_second_readmore_link{ font-size:11px; } .sesrecipe_last_grid_block .sesrecipe_grid_three_info_title{ font-size:14px; } .sesrecipe_list_recipe_view .sesrecipe_list_readmore, .sesrecipe_list_recipe_view .sesrecipe_list_stats, .sesrecipe_list_recipe_view .sesrecipe_list_des, .sesrecipe_list_recipe_view .sesrecipe_stats_list{ font-size:11px; } .sesrecipe_list_recipe_view .sesrecipe_static_list_group{ position:inherit; padding:0px; } .sesrecipe_static_list_group .sesrecipe_list_readmore a{ padding:5px 10px; } .sesrecipe_list_full_view .sesrecipe_list_full_stats span i{ display:inline-block; width:100%; text-align:center; } .sesrecipe_list_second_recipe .sesrecipe_list_info_title{ font-size:14px; } .sesrecipe_list_second_recipe .sesrecipe_list_des{ font-size:11px; min-height:inherit; margin-top:0px; } .sesrecipe_list_second_recipe .sesrecipe_list_readmore{ font-size:12px; padding:0px; } .sesrecipe_review_listing_top_info{ width:100%; } .sesrecipe_review_show_rating{ float:left; } .sesrecipe_footer_contant .admin_manage{ width:49%; } .sesrecipe_welcome_text_block_buttons a{ margin:0px 4px; padding:12px 12px; font-size:12px; } .user_banner_tag_tittle{ position:initial; width:auto; margin-bottom:10px; } .sesrecipe_user_new_banner .images_group li{ position:initial; float:left; padding:5px; } .sesrecipe_user_new_banner .images_group li img{ width:150px !important; height:150px !important; } } @media (max-width:768px){ .sesrecipe_review_listing_left{ float:none; } .sesrecipe_review_listing_left_photo{ margin:0 auto; } .sesrecipe_list_recipe_view .sesrecipe_list_thumb{ width:100% !important; } .sesrecipe_list_recipe_view .sesrecipe_list_info{ overflow:inherit; clear:both; min-height:auto !important; } .sesrecipe_list_recipe_view .sesrecipe_static_list_group{ position:inherit; padding:0px; } .sesrecipe_static_list_group .sesrecipe_list_readmore a{ padding:5px 10px; } .sesrecipe_list_second_recipe .sesrecipe_list_thumb{ width:100% !important; } .sesrecipe_list_second_recipe .sesrecipe_list_info{ padding:10px 0px 0px 0px; overflow:inherit; clear:both; } .sesrecipe_list_recipe_view .sesrecipe_list_info, .sesrecipe_list_second_recipe .sesrecipe_list_des{ min-height:auto; } .sesrecipe_list_second_recipe .sesrecipe_stats_list{ min-height:21px; } .sesrecipe_list_full_view .sesrecipe_list_stats.sesrecipe_list_location{ white-space:nowrap; text-overflow:ellipsis; width:25%; overflow:hidden; } .sesrecipe_list_full_view{ padding-left:0px; margin-left:0px; border:none; } .sesrecipe_list_full_view .sesrecipe_list_full_date_recipe{ padding:5px; width:auto; height:auto; font-size:13px; border:none; text-align:left; position:inherit; top:inherit; left:inherit; } .sesrecipe_list_full_view .sesrecipe_list_full_stats span{ padding:5px 0px 5px 5px; } .sesrecipe_list_full_view .sesrecipe_list_full_view_info .sesrecipe_list_info_title{ font-size:16px; padding:0px 0px 0px 5px } .sesrecipe_list_full_view .sesrecipe_list_full_meta{ padding-left:5px; } .sesrecipe_last_grid_block .sesrecipe_grid_three_info_title{ font-size:14px; } .sesrecipe_pinboard_list{ width:100% !important; } .sesrecipe_list_full_view .sesrecipe_list_full_stats span i{ display:inline-block; width:100%; text-align:center; } .sesrecipe_category_grid ul li{ width:50% !important; } .sesrecipe_category_recipe .sesrecipe_category_item_single{ width:100%; float:none; } .sesrecipe_review_listing_top_info{ width:100%; } .global_form div.form-label, .global_form div.form-element{ width:100% !important; } .sesrecipe_create #custom_url_recipe-element input[type="text"]{ width:70%; } .sesrecipe_create #recipestyle-element .form-options-wrapper li{ height:150px; width:22%; } #sesrecipes_edit #recipestyle-element .form-options-wrapper li{ width:24%; } .sesrecipe_onear_photo_three a.sesrecipes_gutter_photo img{ width:100%; height:100%; } .sesrecipe_create #LocationGroup-label{ display:none; } .sesrecipe_layout_contant h2{ font-size:20px; } .sesrecipe_layout_contant .sesrecipe_entrylist_entry_body{ padding:0; } .sesrecipe_layout_contant .sesrecipe_entrylist_entry_date, .sesrecipe_layout_contant .sesrecipe_entrylist_entry_body p{ font-size:12px !important; } .sesrecipe_recipe_title_widget h2{ font-size:12px; } .sesrecipe_create_form .global_form div.form-element, .global_form .form-elements textarea, .sesrecipe_create_form .global_form .form-element select, .sesrecipe_create_form .global_form .form-element input[type="text"]{ width:100%; max-width:inherit; } .sesbasic_dashboard_tabs{ float:none !important; width:100% !important; } .sesrecipe_footer_contant .admin_manage{ width:49%; } .sesrecipe_seo_add_recipe .global_form .form-elements input, .global_form .form-elements textarea{ width:100% !important; } .sesrecipe_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul{ overflow-x:scroll; white-space:nowrap; } .sesrecipe_dashboard_menu_list .sesbasic_dashboard_tabs > ul.sesbm ul li{ display:inline-block; border:0px; margin:10px 0px; } .sesrecipe_dashboard_menu_list .sesrecipe_dashboard_recipe_info{ display:none; } .sesrecipe_profile_reviews_filters .form-wrapper{ width:100%; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a i{ margin-right:0px; font-size:16px; } .sesrecipe_layout_contant .sesrecipe_footer_two_recipe .sesrecipe_shear_recipe a span{ display:none; } .sesrecipe_manage_photos_list{ width:50%; } #sesrecipe_review_form .form-elements .sesrecipe_form_rating_star #sesrecipe_review_rating{ overflow:inherit; float:left; } .sesrecipe_welcome_text_block_buttons a{ font-size:14px; margin:7px 30px; width:50%; } .sesrecipe_welcome_text_block_wrapper{ height:382px; } .sesrecipe_welcome_text_block{ height:382px; } #global_page_sesrecipe-index-welcome .sesrecipe_category_grid ul li{ width:33% !important; } #global_page_sesrecipe-index-welcome .sesrecipe_top_recipeer_list .sesrecipeer_top_gird_list{ width:50% !important; } .sm_banner_content{ padding:0px 50px !important; } /*sesrecipe list view css*/ .sesrecipe_list_new_full_view .sesrecipe_list_divider{ width:100% !important; margin:10px 0px !important; display:block; } .sesrecipe_list_new_full_view .sesrecipe_list_socialicon{ text-align:center !important; width:100%; } .sesrecipe_list_new_full_view .sesrecipe_list_new_full_stats .sesrecipe_list_stats{ width:100%; text-align:center; } .user_banner_tag_tittle{ position:initial; width:auto; margin-bottom:10px; } .sesrecipe_user_new_banner .images_group li{ position:initial; float:left; padding:5px; } .sesrecipe_user_new_banner .images_group li img{ width:150px !important; height:150px !important; } } @media (max-width:600px){ .global_left_panel.panel-collapsed .sesrecipe_slideshow_recipe_wrapper.isfull_width .sesrecipe_slideshow_recipe_container, .global_left_panel.panel-collapsed .layout_sesrecipe_tag_horizantal_recipes .sesbasic_cloud_widget_full{ left:0px; } } @media (max-width:599px){ .sesrecipe_create .global_form select, .sesrecipe_create #location-wrapper #location-element input[type="text"], .sesrecipe_create #tags-element input[type="text"], .sesrecipe_create #title-wrapper #title-element input[type="text"]{ width:100%; } .sesrecipe_create .sesrecipe_choose_date #event_start_time-element span{ width:49%; margin-right:1%; } .sesrecipe_create_form_tabs li + li{ padding-left:5px; margin-left:5px; } .sesrecipe_create_form_tabs li a{ font-size:10px; } .sesrecipe_upload_dragdrop_content{ width:100%; } .sesrecipe_create #recipestyle-element .form-options-wrapper li{ width:45%; height:180px; } #sesrecipes_edit #recipestyle-element .form-options-wrapper li{ width:49%; height:180px; } } @media (max-width:479px){ .sesrecipe_list_full_view .sesrecipe_list_full_view_info .sesrecipe_list_info_title, .sesrecipe_list_second_recipe .sesrecipe_list_info_title, .sesrecipe_list_recipe_view .sesrecipe_list_info_title a{ font-size:12px; } .sesbasic_view_type_options > a{ width:24px; height:24px; } .sesrecipe_list_recipe_view .sesrecipe_list_des, .sesrecipe_list_recipe_view .sesrecipe_stats_list{ font-size:11px; } .sesrecipe_static_list_group .sesrecipe_list_stats{ margin-top:5px; } .sesrecipe_static_list_group .sesrecipe_list_stats span{ font-size:11px; } .sesrecipe_static_list_group .sesrecipe_list_stats span{ margin-right:3px; } .sesrecipe_list_recipe_view .sesrecipe_list_location span{ vertical-align:text-top; } .sesrecipe_static_list_group .sesrecipe_list_readmore a{ padding:3px 5px; font-size:12px; } .sesrecipe_list_full_view .sesrecipe_list_full_stats span{ font-size:11px; } .sesrecipe_list_full_view .sesrecipe_list_full_stats span i{ display:inline-block; width:100%; text-align:center; } .sesrecipe_list_full_view .sesrecipe_list_stats{ min-height:24px; } .sesrecipe_grid .sesrecipe_list_stats{ font-size:10px; } .sesrecipe_grid .sesrecipe_grid_read_btn{ padding-left:5px; font-size:11px; } .sesrecipe_last_grid_block .sesrecipe_grid_three_info_title, .sesrecipe_last_grid_block .sesrecipe_grid_des, .sesrecipe_last_grid_block .sesrecipe_grid_meta_block .sesrecipe_list_stats{ font-size:11px; } .sesrecipe_last_grid_block .sesrecipe_comment_list{ font-size:10px; } .sesrecipe_last_grid_block .sesrecipe_second_readmore_link{ font-size:10px; } .sesrecipe_last_grid_block .sesrecipe_comment_list span{ margin-right:1px; } [dir="rtl"] .sesrecipe_last_grid_block .sesrecipe_comment_list span{ margin-right:0px; margin-left:1px } .sesrecipe_last_grid_block .sesrecipe_comment_list span i{ margin-right:2px; } [dir="rtl"] .sesrecipe_last_grid_block .sesrecipe_comment_list span i{ margin-right:0px; margin-left:2px; } .sesrecipe_new_grid_block .sesrecipe_second_grid_info_title{ font-size:14px; } .sesrecipe_new_grid_block .sesrecipe_grid_des, .sesrecipe_new_grid_block .sesrecipe_comment_list, .sesrecipe_new_grid_block .sesrecipe_grid_meta_block .sesrecipe_list_stats{ font-size:11px; } .sesrecipe_pinboard_list_item_btm .sesrecipe_pinboard_list_item_btm_cont .sesrecipe_pinboard_list_statics{ font-size:11px; } .sesrecipe_pinboard_list_item_btm .sesrecipe_pinboard_list_item_btm_cont .sesblock_pinboard_readmore{ font-size:11px; } .sesrecipe_pinboard_list_statics > span{ margin-right:3px; } [dir="rtl"] .sesrecipe_pinboard_list_statics > span{ margin-right:0px; margin-left:3px; } .sesrecipe_pinboard_list_statics > span i{ margin-right:3px; } [dir="rtl"] .sesrecipe_pinboard_list_statics > span i{ margin-right:0px; margin-left:3px; } .sesrecipe_pinboard_title, .sesrecipe_pinboard_list_item_des{ font-size:11px; } .sesrecipe_review_sidebar_list_stat{ margin-right:5px; } .sesrecipe_top_recipeer_list .sesrecipeer_top_gird_list{ width:100% !important; } .sesrecipe_top_recipeer_list .sesrecipeer_top_gird_list a img{ max-width:inherit; } .sesrecipe_grid .sesrecipe_grid_info_title{ min-height:auto; } .sesrecipe_category_grid ul li{ width:100% !important; } .sesrecipe_category_recipe .sesrecipe_category_item p.title{ font-size:12px; } .sesrecipe_category_recipe .sesrecipe_category_item .sesrecipe_entry_img{ width:100px; height:60px; } .sesrecipe_rating_star_small, .sesrecipe_rating_star_small_half{ height:12px; width:12px; } .sesrecipe_category_recipe .entry_meta .entry_meta-date, .sesrecipe_category_recipe .entry_meta .entry_meta-comment{ font-size:11px; } .sesrecipe_create_form_tabs li a{ font-size:9px; } .sesrecipe_footer_contant .admin_manage{ width:100%; } .sesbasic_dashboard_content .sesrecipe_edit_location_form #submit-wrapper{ width:100%; } .sesrecipe_manage_photos_list{ width:50%; } .sesrecipe_welcome_text_block_buttons a{ font-size:12px; margin:7px 6px; width:80%; padding:10px 11px; } .sesrecipe_welcome_text_block_buttons a:after{ content:" "; position:absolute; top:-110%; left:-210%; width:200%; height:200%; opacity:0; transform:rotate(30deg); background:rgba(255, 255, 255, 0.13); background:linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% ); } .sesrecipe_welcome_text_block_buttons a:hover:after{ opacity:1; top:-30%; left:-30%; transition-property:left, top, opacity; transition-duration:0.7s, 0.7s, 0.15s; transition-timing-function:ease; } .sesrecipe-featured_recipe_view .featured_recipe_list{ height:150px; } .sesrecipe_welcome_btn{ font-size:14px; padding:10px; } #global_page_sesrecipe-index-welcome .sesrecipe_category_grid ul li{ width:50% !important; } #global_page_sesrecipe-index-welcome .sesrecipe_top_recipeer_list .sesrecipeer_top_gird_list{ width:100% !important; } .sesrecipe_welcome_text_block_subtxt{ padding:20px 0px; } #global_page_sesrecipe-index-welcome #global_content div.generic_layout_container > div > div{ font-size:14px !important; } #global_page_sesrecipe-index-welcome .sm_banner_title{ font-size:22px; } .sm_banner_des{ font-size:15px; } .sm_banner_content{ padding:0px 10px !important; } /*CATEGORY COVER*/ .sesrecipe_category_cover_block_img{height:45%;width:100%;} .sesrecipe_category_cover_block_info{height:55%;width:100%;} } /*Responsive CSS End Here*/ /*Recipes Slideshow CSS Start Here*/ .sesrecipe_recipes_slideshow_wrapper{ position:relative; } .sesrecipe_recipes_slideshow_container{ border-width:1px; position:relative; padding:10px; z-index:1; background-color:var(--theme-list-background-color); } .sesrecipe_recipes_slideshow_container ._left_col{ float:left; padding-right:10px; width:40%; } .sesrecipe_recipes_slideshow_container ._left_col._norightblock{ padding:0; width:100%; } .sesrecipe_recipes_slideshow_left_item{ position:relative; } .sesrecipe_recipes_slideshow_left_item + .sesrecipe_recipes_slideshow_left_item{ margin-top:10px; } .sesrecipe_recipes_slideshow_left_item_thumb{ height:115px; overflow:hidden; } .sesrecipe_recipes_slideshow_left_item_thumb_img, .sesrecipe_recipes_slideshow_left_item_thumb_img span{ background-position:center; background-size:cover; display:block; height:100%; width:100%; } .sesrecipe_recipes_slideshow_left_item_cont{ position:absolute; left:0; padding:10px; bottom:0; width:100%; } .sesrecipe_recipes_slideshow_left_item_cont *{ color:#fff !important; } .sesrecipe_recipes_slideshow_left_item_title{ font-weight:bold; margin-bottom:7px; } .sesrecipe_recipes_slideshow_container ._right_col{ float:left; width:60%; } .sesrecipe_recipes_slideshow_container ._right_col._noleftblock{ width:100%; } .sesrecipe_recipes_slideshow{ height:365px; position:relative; } .sesrecipe_recipes_slideshow .owl-stage-outer{ overflow:hidden; } .sesrecipe_recipes_slideshow .owl-item{ float:left; position:relative; } .sesrecipe_recipes_slideshow_thumb{ height:365px; width:100%; } .sesrecipe_recipes_slideshow_thumb_img, .sesrecipe_recipes_slideshow_thumb_img span{ background-position:center; background-size:cover; display:block; height:100%; width:100%; } .sesrecipe_recipes_slideshow_cont{ position:absolute; bottom:30px; left:30px; right:30px; background-color:rgba(0, 0, 0, 0.5); padding:20px; } .sesrecipe_recipes_slideshow_cont *{ color:#fff !important; } .sesrecipe_recipes_slideshow_title{ font-weight:700; margin-bottom:7px; } .sesrecipe_recipes_slideshow_item_stats{ margin-bottom:7px; font-size:var(--theme-font-size-small) !important; } .sesrecipe_recipes_slideshow_item_stats span + span{ margin-left:5px; } .sesrecipe_recipes_slideshow_item_stats span i{ margin-right:5px; } .sesrecipe_recipes_slideshow_cat{ position:absolute; right:0; top:-25px; } .sesrecipe_recipes_slideshow_left_item .sesrecipe_recipes_slideshow_cat{ left:0; top:0; right:inherit; display:none; } .sesrecipe_recipes_slideshow_cat a{ line-height:25px; padding:0 10px; display:block; text-decoration:none !important; background-color:var(--theme-button-background-color-hover); color:#fff !important; } .sesrecipe_recipes_slideshow_left_item_thumb_img:after, .sesrecipe_recipes_slideshow_thumb_img:after{ background:-webkit-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,.7) 100%); background:-moz-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,.7) 100%); background:-ms-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,.7) 100%); background:-o-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,.7) 100%); background:linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.3) 70%,rgba(0,0,0,.7) 100%); content:""; position:absolute; left:0; top:0; bottom:0; right:0; opacity:.9; } .sesrecipe_recipes_slideshow_item_btns{ position:absolute; right:10px; top:-10px; opacity:0; visibility:hidden; } .sesrecipe_recipes_slideshow_left_item:hover .sesrecipe_recipes_slideshow_item_btns, .sesrecipe_recipes_slideshow_item:hover .sesrecipe_recipes_slideshow_item_btns{ opacity:1; visibility:visible; top:10px; } .sesrecipe_recipes_slideshow .owl-nav > div{ position:absolute; top:50%; width:30px; height:50px; box-shadow:0 0 14px rgba(0, 0, 0, .2); text-align:center; cursor:pointer; margin-top:-25px; background-color:var(--theme-button-background-color-hover); color:#fff; } .sesrecipe_recipes_slideshow .owl-nav > div:hover{ opacity:.9; } .sesrecipe_recipes_slideshow .owl-nav > div i{ line-height:50px; font-size:20px; } .sesrecipe_recipes_slideshow .owl-nav > div.owl-prev{ left:-3px; } .sesrecipe_recipes_slideshow .owl-nav > div.owl-prev i{ margin-left:-2px; } .sesrecipe_recipes_slideshow .owl-nav > div.owl-next{ right:-3px; } .sesrecipe_recipes_slideshow .owl-nav > div.owl-next i{ margin-right:-2px; } .sesrecipe_recipes_slideshow .owl-dots{ position:absolute; left:0; width:100%; bottom:5px; text-align:center; } .sesrecipe_recipes_slideshow .owl-dots div.active{ background-color:#fff; } .sesrecipe_recipes_slideshow .owl-dots div{ display:inline-block; border:1px solid #fff; background-color:var(--theme-button-background-color-hover); border-radius:50%; height:12px; width:12px; margin:0 2px; cursor:pointer; } .sesrecipe_recipes_slideshow_left_item_thumb_img > span, .sesrecipe_recipes_slideshow_thumb_img > span, .sesrecipe_recipes_slideshow_left_item_thumb_img:after, .sesrecipe_recipes_slideshow_thumb_img:after, .sesrecipe_recipes_slideshow_item_btns{ -webkit-transition:all 500ms ease 0s; -moz-transition:all 500ms ease 0s; -o-transition:all 500ms ease 0s; transition:all 500ms ease 0s; } /*.sesrecipe_recipes_slideshow_left_item:hover .sesrecipe_recipes_slideshow_left_item_thumb_img:after, .sesrecipe_recipes_slideshow_item:hover .sesrecipe_recipes_slideshow_thumb_img:after{ background-color:rgba(0, 0, 0, 0.4); }*/ .sesrecipe_recipes_slideshow_left_item:hover .sesrecipe_recipes_slideshow_left_item_thumb_img > span, .sesrecipe_recipes_slideshow_item:hover .sesrecipe_recipes_slideshow_thumb_img > span{ opacity:.7; } .sesrecipe_recipes_slideshow_wrapper:before, .sesrecipe_recipes_slideshow_wrapper:after{ content:""; position:absolute; z-index:0; bottom:15px; left:5px; width:50%; height:20%; max-width:300px; -webkit-box-shadow:0 15px 10px rgba(0,0,0,0.6); -moz-box-shadow:0 15px 10px rgba(0,0,0,0.6); box-shadow:0 15px 10px rgba(0,0,0,0.6); -webkit-transform:rotate(-3deg); -moz-transform:rotate(-3deg); -ms-transform:rotate(-3deg); -o-transform:rotate(-3deg); transform:rotate(-3deg); } .sesrecipe_recipes_slideshow_wrapper:after{ left:inherit; right:5px; -webkit-transform:rotate(3deg); -moz-transform:rotate(3deg); -ms-transform:rotate(3deg); -o-transform:rotate(3deg); transform:rotate(3deg); } @media (max-width:600px){ .sesrecipe_recipes_slideshow_container ._left_col, .sesrecipe_recipes_slideshow_container ._right_col{ padding:0; width:100%; } } /*Recipes Slideshow CSS End Here*/ /*Ticker Widget Start Here*/ .layout_sesrecipe_recipes_crawl{ padding:0 !important; border-width:0 !important; } .layout_sesrecipe_recipes_crawl > h3{ display:none; } .sesrecipe_recipes_ticker_container{ border-width:1px; } .sesrecipe_recipes_ticker_title{ float:left; padding:0 30px; line-height:40px; background-color:var(--theme-button-background-color); color:var(--theme-button-font-color); } .sesrecipe_recipes_ticker{ position:relative; overflow:hidden; display:block; height:40px; padding-right:70px; } .sesrecipe_recipes_ticker .owl-stage-outer{ overflow:hidden; } .sesrecipe_recipes_ticker .owl-item{ height:40px; float:left; } .sesrecipe_recipes_ticker_item_date{ float:left; line-height:40px; padding:0 20px; position:relative; font-weight:bold; } .sesrecipe_recipes_ticker_item_date:after{ content:""; height:20px; top:10px; right:0; position:absolute; border-right:2px solid var(--theme-border-color); } .sesrecipe_recipes_ticker_item_title{ display:block; overflow:hidden; font-weight:bold; line-height:40px; padding:0 20px; white-space:nowrap; text-overflow:ellipsis; } .sesrecipe_recipes_ticker .owl-nav{ position:absolute; right:10px; top:0; } .sesrecipe_recipes_ticker .owl-nav > div{ float:left; margin:10px 3px 0; } .sesrecipe_recipes_ticker .owl-nav > div i{ cursor:pointer; height:20px; width:20px; text-align:center; line-height:20px; background-color:var(--theme-button-background-color); color:var(--theme-button-font-color) !important; } .sesrecipe_recipes_ticker .owl-nav > div i:hover{ opacity:.8; } /*Ticker Widget End Here*/ /*Create Recipe Popup*/ .ajaxsmoothbox_container .sesrecipe_create{ width:800px; } .ajaxsmoothbox_container .global_form > div > div{ margin:10px; padding:10px; } .ajaxsmoothbox_container .sesrecipe_create .global_form .form-elements{ padding:0; } .ajaxsmoothbox_container .sesrecipe_create input[type="text"], .ajaxsmoothbox_container .sesrecipe_create textarea, .ajaxsmoothbox_container .sesrecipe_create select, .ajaxsmoothbox_container .sesrecipe_create #sesrecipe_location_data-wrapper, .ajaxsmoothbox_container .sesrecipe_create .sesrecipe_choose_date, .ajaxsmoothbox_container .sesrecipe_create #cancel_new_host-element{ width:80%; } .ajaxsmoothbox_container .sesrecipe_create .form-element .mce-tinymce{ max-width:80%; } .ajaxsmoothbox_container .sesrecipe_create #advanced_options{ font-weight:bold; display:block; margin:0px 0 15px; text-decoration:none !important; } .ajaxsmoothbox_container .sesrecipe_create #advanced_options i{ margin-right:5px; font-size:17px; } [dir="rtl"] .ajaxsmoothbox_container .sesrecipe_create #advanced_options i{ margin-left:5px; margin-right:0; } .ajaxsmoothbox_container .sesrecipe_create #buttons-wrapper{margin-bottom:0;} #brtag-wrapper{display:none;} /* calendar widget */ .layout_sesrecipe_calendar .bootstrap-datetimepicker-widget { position:relative; width:100%; margin-left:0; } .layout_sesrecipe_calendar .bootstrap-datetimepicker-widget:before, .layout_sesrecipe_calendar .bootstrap-datetimepicker-widget:after{ display:none; } /* Popular Tabbed Recipe Widget */ .sesrecipe_popular_tabbed { margin:30px 0 !important; } .sesrecipe_popular_tabbed .sesrecipe_multiblocks { margin-bottom:20px; } .sesrecipe_popular_tabbed .sesrecipe_multiblocks h3 { font-weight:normal !important; border-bottom-width:1px; margin-right:10px; padding-bottom:10px; position:relative; } .sesrecipe_multiblocks h3:before { background-color:var(--theme-button-background-color); } .sesrecipe_popular_tabbed .sesrecipe_multiblocks h3:before { content:""; position:absolute; height:1px; width:40px; bottom:0; } /* ajax based search */ .sesrecipe_form_banner { height:100%; background-size:cover; background-repeat:no-repeat; background-position:center center; position:relative; } .sesrecipe_banner_full{ position:absolute; left:0; right:0; } .sesrecipe_form_banner > .sesrecipe_form_overlay{ background:rgba(6, 6, 6, 0.7); margin:0 auto; padding:50px 20px; display:table; height:100%; width:100%; } .sesrecipe_form_banner > .sesrecipe_form_overlay > div{ display:table-cell; vertical-align:middle; } .sesrecipe_global_search > form #title-label { display:none; } .sesrecipe_search_banner_heading, .sesrecipe_search_banner_des { text-align:center !important; } .sesrecipe_search_banner_heading h2, .sesrecipe_search_banner_des p, .sesrecipe_search_banner_heading h2 span{ color:white; line-height:1.5; } .sesrecipe_search_banner_heading h2{ font-size:42px; margin:0; padding:0; } .sesrecipe_search_banner_des p{ font-size:18px; } .sesrecipe_global_search > form{ margin:20px auto 0; border-radius:6px; width:620px; background:rgba(255,255,255,.95); padding:10px 15px !important; overflow:hidden; } .sesrecipe_global_search > form input{ border:0; outline-color:transparent; margin-bottom:0; background:none !important; } .sesrecipe_global_search>form .form-element { border:0; } @media (max-width:767px){ .sesrecipe_global_search > form{ width:90% !important; } } .sesrecipe_browse_search button > img{ padding-top:4px; } .sesrecipe_browse_reviews_search button > img{ padding-top:2px; } [id^='sesrecipe_map_view_']{ width:100%; } #sesrecipes_create textarea { visibility:visible !important; } /* BROWSE MENU */ .sesrecipe_browse_menu { display:grid; grid-template-columns:1fr auto; align-items:center; } .sesrecipe_browse_menu .tabs { margin-top:0; margin-left:0; } .sesrecipe_browse_menu .sesrecipe_create_right_btn > a { padding:0 15px; line-height:35px; border-radius:50px; display:inline-block; color:var(--theme-button-background-color) !important; border:1px solid var(--theme-button-background-color); } @media(max-width:767px){ .sesrecipe_browse_menu .sesrecipe_create_right_btn{ display:none; } } .sesrecipe_recipe_listing [id^='ses_pagging_'] { display:block; width:100%; } .sesrecipe_create .selectize-control { position:inherit; } /*SOCIAL SHARE COUNTER WIDGETS CSS START HERE*/ /*Flat View*/ .ses_sociallinks_1 .ses_sociallinks li{ float:left; padding:2px; width:50%; } .ses_sociallinks_1 .ses_sociallinks li a{ text-decoration:none !important; } .ses_sociallinks_1 .ses_sociallinks li a div{ border-bottom-width:3px; display:block; overflow:hidden; text-align:center; text-decoration:none !important; position:relative; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out; transition:all .2s ease-in-out; } .ses_sociallinks_1 li:hover a div:before{ content:''; height:32px; width:32px; display:block; position:absolute; background-size:cover; margin:10px 0 0 -16px; left:50%; } .ses_sociallinks_1 .ses_sociallinks li a div img{ width:32px; height:32px; margin:10px 0 0; } .ses_sociallinks_1 .ses_sociallinks li:hover a div img{ visibility:hidden; } .ses_sociallinks_1 .ses_sociallinks li a span{ text-transform:uppercase; display:block; line-height:normal; } .ses_sociallinks_1 .ses_sociallinks_count{ font-size:17px; padding-top:0; min-width:10px; margin-bottom:0; min-height:22px; } .ses_sociallinks_1 .ses_sociallinks_text{ font-size:11px; margin-bottom:7px; } .ses_sociallinks_1 .ses_sociallinks_googleplus a div{border-color:#DC4E41;} .ses_sociallinks_1 .ses_sociallinks_googleplus:hover a div{background-color:#DC4E41;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_googleplus:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/google-plus.png); } .ses_sociallinks_1 .ses_sociallinks_gmail a div{border-color:#F32C25;} .ses_sociallinks_1 .ses_sociallinks_gmail:hover a div{background-color:#F32C25;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_gmail:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/gmail.png); } .ses_sociallinks_1 .ses_sociallinks_facebookmessager a div{border-color:#0084FF;} .ses_sociallinks_1 .ses_sociallinks_facebookmessager:hover a div{background-color:#0084FF;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_facebookmessager:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/facebook_messenger.png); } .ses_sociallinks_1 .ses_sociallinks_flipboard a div{border-color:#e02828;} .ses_sociallinks_1 .ses_sociallinks_flipboard:hover a div{background-color:#e02828;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_flipboard:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/flipboard.png); } .ses_sociallinks_1 .ses_sociallinks_rediff a div{border-color:#EC2127;} .ses_sociallinks_1 .ses_sociallinks_rediff:hover a div{background-color:#EC2127;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_rediff:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/rediff.png); } .ses_sociallinks_1 .ses_sociallinks_myspace a div{border-color:#003399;} .ses_sociallinks_1 .ses_sociallinks_myspace:hover a div{background-color:#003399;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_myspace:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/myspace.png); } .ses_sociallinks_1 .ses_sociallinks_stumbleupon a div{border-color:#EE4813;} .ses_sociallinks_1 .ses_sociallinks_stumbleupon:hover a div{background-color:#EE4813;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_stumbleupon:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/stumbleupon.png); } .ses_sociallinks_1 .ses_sociallinks_digg a div{border-color:#000;} .ses_sociallinks_1 .ses_sociallinks_digg:hover a div{background-color:#000;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_digg:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/digg.png); } .ses_sociallinks_1 .ses_sociallinks_tumblr a div{border-color:#2E4F6E;} .ses_sociallinks_1 .ses_sociallinks_tumblr:hover a div{background-color:#2E4F6E;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_tumblr:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/tumblr.png); } .ses_sociallinks_1 .ses_sociallinks_print a div{border-color:#738A8D;} .ses_sociallinks_1 .ses_sociallinks_print a div img{ margin-bottom:10px; } .ses_sociallinks_1 .ses_sociallinks_print:hover a div{background-color:#738A8D;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_print:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/print.png); } .ses_sociallinks_1 .ses_sociallinks_skype a div{border-color:#00AFF0;} .ses_sociallinks_1 .ses_sociallinks_skype:hover a div{background-color:#00AFF0;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_skype:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/skype.png); } .ses_sociallinks_1 .ses_sociallinks_facebook a div{border-color:#3B5998;} .ses_sociallinks_1 .ses_sociallinks_facebook:hover a div{background-color:#3B5998;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_facebook:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/facebook.png); } .ses_sociallinks_1 .ses_sociallinks_whatsapp a div{border-color:#25D366;} .ses_sociallinks_1 .ses_sociallinks_whatsapp:hover a div{background-color:#25D366;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_whatsapp:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/whatsapp.png); } .ses_sociallinks_1 .ses_sociallinks_twitter a div{border-color:#000;} .ses_sociallinks_1 .ses_sociallinks_twitter:hover a div{background-color:#000;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_twitter:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/twitter.png); } .ses_sociallinks_1 .ses_sociallinks_pinterest a div{border-color:#cb2027;} .ses_sociallinks_1 .ses_sociallinks_pinterest:hover a div{background-color:#cb2027;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_pinterest:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/pinterest.png); } .ses_sociallinks_1 .ses_sociallinks_gplus a div{border-color:#dd4b39;} .ses_sociallinks_1 .ses_sociallinks_gplus:hover a div{background-color:#dd4b39;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_gplus:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/google-plus.png); } .ses_sociallinks_1 .ses_sociallinks_linkedin a div{border-color:#0077b5;} .ses_sociallinks_1 .ses_sociallinks_linkedin:hover a div{background-color:#0077b5;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_linkedin:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/linkedin.png); } .ses_sociallinks_1 .ses_sociallinks_email a div{border-color:#787878;} .ses_sociallinks_1 .ses_sociallinks_email:hover a div{background-color:#787878;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_email:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/email.png); } .ses_sociallinks_1 .ses_sociallinks_yahoo a div{border-color:#787878;} .ses_sociallinks_1 .ses_sociallinks_yahoo:hover a div{background-color:#787878;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_yahoo:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/yahoo.png); } .ses_sociallinks_1 .ses_sociallinks_vk a div{border-color:#436eab;} .ses_sociallinks_1 .ses_sociallinks_vk:hover a div{background-color:#436eab;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_vk:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/vk.png); } .ses_sociallinks_1 .ses_sociallinks_more a div{border-color:#FF4C4C;} .ses_sociallinks_1 .ses_sociallinks_more:hover a div{background-color:#FF4C4C;color:#fff;} .ses_sociallinks_1 .ses_sociallinks_more:hover a div:before{ background-image:url(/application/modules/Sessocialshare/externals/images/social/more.png); } /*Square View*/ .ses_sociallinks_2 .ses_sociallinks li{ float:left; line-height:1.5; padding:5px; width:50%; } .ses_sociallinks_2 .ses_sociallinks li a{text-decoration:none !important;} .ses_sociallinks_2 .ses_sociallinks li a div{ background-image:url(/application/modules/Sessocialshare/externals/images/transprant-bg.png); text-align:center; text-decoration:none !important; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out; transition:all .2s ease-in-out; } .ses_sociallinks_2 .ses_sociallinks_img{ padding:15px 0px; display:block; } .ses_sociallinks_2 .ses_sociallinks_img img{ width:20px; } .ses_sociallinks_2 .ses_sociallinks li a div.social_desc{ padding:0px 0px 5px; position:relative; } .ses_sociallinks_2 .ses_sociallinks li a div.social_desc:before{ content:''; display:block; width:0; height:0; border-left:5px solid transparent; border-right:5px solid transparent; position:absolute; left:50%; transform:translate(-50%); top:-5px; -webkit-transition:all .2s ease-in-out; -moz-transition:all .2s ease-in-out; -ms-transition:all .2s ease-in-out; -o-transition:all .2s ease-in-out; transition:all .2s ease-in-out; } .ses_sociallinks_2 div.social_desc span{ display:block; } .ses_sociallinks_2 div.social_desc span.ses_sociallinks_count{ font-size:22px; min-height:32px; } .ses_sociallinks_2 .ses_sociallinks_flipboard a:hover .social_desc{ background-color:#e02828; } .ses_sociallinks_2 .ses_sociallinks_flipboard a:hover .social_desc:before{ border-bottom:5px solid #e02828; } .ses_sociallinks_2 .ses_sociallinks_googleplus a:hover .social_desc{ background-color:#DC4E41; } .ses_sociallinks_2 .ses_sociallinks_googleplus a:hover .social_desc:before{ border-bottom:5px solid #DC4E41; } .ses_sociallinks_2 .ses_sociallinks_pinterest a:hover .social_desc{ background-color:#CB2027; } .ses_sociallinks_2 .ses_sociallinks_pinterest a:hover .social_desc:before{ border-bottom:5px solid #CB2027; } .ses_sociallinks_2 .ses_sociallinks_twitter a:hover .social_desc{ background-color:#000; } .ses_sociallinks_2 .ses_sociallinks_twitter a:hover .social_desc:before{ border-bottom:5px solid #000; } .ses_sociallinks_2 .ses_sociallinks_gmail a:hover .social_desc{ background-color:#F32C25; } .ses_sociallinks_2 .ses_sociallinks_gmail a:hover .social_desc:before{ border-bottom:5px solid #F32C25; } .ses_sociallinks_2 .ses_sociallinks_linkedin a:hover .social_desc{ background-color:#0077B5; } .ses_sociallinks_2 .ses_sociallinks_linkedin a:hover .social_desc:before{ border-bottom:5px solid #0077B5; } .ses_sociallinks_2 .ses_sociallinks_rediff a:hover .social_desc{ background-color:#EC2127; } .ses_sociallinks_2 .ses_sociallinks_rediff a:hover .social_desc:before{ border-bottom:5px solid #EC2127; } .ses_sociallinks_2 .ses_sociallinks_facebookmessager a:hover .social_desc{ background-color:#0084FF; } .ses_sociallinks_2 .ses_sociallinks_facebookmessager a:hover .social_desc:before{ border-bottom:5px solid #0084FF; } .ses_sociallinks_2 .ses_sociallinks_myspace a:hover .social_desc{ background-color:#003399; } .ses_sociallinks_2 .ses_sociallinks_myspace a:hover .social_desc:before{ border-bottom:5px solid #003399; } .ses_sociallinks_2 .ses_sociallinks_stumbleupon a:hover .social_desc{ background-color:#EE4813; } .ses_sociallinks_2 .ses_sociallinks_stumbleupon a:hover .social_desc:before{ border-bottom:5px solid #EE4813; } .ses_sociallinks_2 .ses_sociallinks_digg a:hover .social_desc{ background-color:#000; } .ses_sociallinks_2 .ses_sociallinks_digg a:hover .social_desc:before{ border-bottom:5px solid #000; } .ses_sociallinks_2 .ses_sociallinks_tumblr a:hover .social_desc{ background-color:#2E4F6E; } .ses_sociallinks_2 .ses_sociallinks_tumblr a:hover .social_desc:before{ border-bottom:5px solid #2E4F6E; } .ses_sociallinks_2 .ses_sociallinks_facebook a:hover .social_desc{ background-color:#3B5998; } .ses_sociallinks_2 .ses_sociallinks_facebook a:hover .social_desc:before{ border-bottom:5px solid #3B5998; } .ses_sociallinks_2 .ses_sociallinks_skype a:hover .social_desc{ background-color:#00AFF0; } .ses_sociallinks_2 .ses_sociallinks_skype a:hover .social_desc:before{ border-bottom:5px solid #00AFF0; } .ses_sociallinks_2 .ses_sociallinks_print a:hover .social_desc{ background-color:#738A8D; } .ses_sociallinks_2 .ses_sociallinks_print a:hover .social_desc:before{ border-bottom:5px solid #738A8D; } .ses_sociallinks_2 .ses_sociallinks_whatsapp a:hover .social_desc{ background-color:#25D366; } .ses_sociallinks_2 .ses_sociallinks_whatsapp a:hover .social_desc:before{ border-bottom:5px solid #25D366; } .ses_sociallinks_2 .ses_sociallinks_email a:hover .social_desc{ background-color:#787878; } .ses_sociallinks_2 .ses_sociallinks_email a:hover .social_desc:before{ border-bottom:5px solid #787878; } .ses_sociallinks_2 .ses_sociallinks_yahoo a:hover .social_desc{ background-color:#7f40bd; } .ses_sociallinks_2 .ses_sociallinks_yahoo a:hover .social_desc:before{ border-bottom:5px solid #7f40bd; } .ses_sociallinks_2 .ses_sociallinks_vk a:hover .social_desc{ background-color:#436eab; } .ses_sociallinks_2 .ses_sociallinks_vk a:hover .social_desc:before{ border-bottom:5px solid #436eab; } .ses_sociallinks_2 .ses_sociallinks_more a:hover .social_desc{ background-color:#FF4C4C; } .ses_sociallinks_2 .ses_sociallinks_more a:hover .social_desc:before{ border-bottom:5px solid #FF4C4C; } /*SOCIAL SHARE COUNTER WIDGETS CSS END HERE*/ /*SOCIAL SHARE ICONS WIDGET CSS START HERE*/ .social_share_widget_icons{ clear:both; overflow:hidden; } .social_share_widget_icons a{ display:block; text-align:center; float:left; margin:4px; position:relative; color:#fff; text-decoration:none; padding:10px; } .social_share_widget_icons a .social_wedgit_icons{ position:absolute; text-align:center; color:#fff; left:50%; top:50%; transform:translate(-50%, -50%); } .social_share_widget_icons a span{ clear:both; overflow:hidden; display:block; } .social_share_widget_icons a span img{ height:22px; width:22px; } .social_share_widget_icons a span.social_share_count, .social_share_widget_icons a span.social_share_name{ font-size:14px; display:block; } .social_share_widget_icons .sessocial_icon_btn:hover{ opacity:0.8; } /*SOCIAL SHARE ICONS WIDGET CSS END HERE*/ /*ADVANCED SHARE POPUP CSS START HERE*/ #global_page_sessocialshare-index-share #global_content_simple{ width:100%; max-width:550px; } .sessocialshare_share_popup { width:100%; } .sessocialshare_share_popup_close{ position:absolute; top:10px; right:10px; } .sessocialshare_share_popup_close a{ background-image:url(/application/modules/Sessocialshare/externals/images/transprant-bg.png); border-radius:100%; color:#5c5c5c; display:block; height:25px; line-height:23px; text-align:center; width:25px; } .sessocialshare_share_popup_tabs{ padding:0px; border-bottom-width:1px; } .sessocialshare_share_popup_tabs ul{ clear:both; overflow:hidden; } .sessocialshare_share_popup_tabs ul li{ float:left; text-align:center; } .sessocialshare_share_popup_tabs ul li.active { border-bottom-width:1px; background-image:url(/application/modules/Sessocialshare/externals/images/transprant-bg.png); } .sessocialshare_share_popup_tabs ul li a{ font-size:16px; text-decoration:none; line-height:40px; padding:0 30px; width:100%; display:block; } .sessocialshare_share_popup .global_form_popup{ padding:10px; } .sessocialshare_share_popup .form-elements{ padding:0; } .sessocialshare_share_popup .form-wrapper{ margin-bottom:10px; } .sessocialshare_share_popup .form-wrapper:after{ content:""; display:block; clear:both; } .sessocialshare_share_popup .form-elements #share_type-label{ margin-bottom:6px; } .sessocialshare_share_popup .form-wrapper .tag{ margin:10px 5px 0 0; } .sessocialshare_share_popup .form-elements input[type=text], .sessocialshare_share_popup .form-elements select{ padding:10px; width:100%; max-width:100%; } .sessocialshare_share_popup .form-elements textarea{ padding:10px; height:100px; width:100%; } .sessocialshare_share_popup #body-label, .sessocialshare_share_popup #content_title-label{ display:none; } .sessocialshare_share_popup .sharebox{ margin:10px; padding:0px; border:none; background:transparent; } .sessocialshare_share_popup .sharebox .sharebox_photo{ width:100%; height:180px; margin-bottom:10px; } .sessocialshare_share_popup .sharebox .sharebox_photo img{ width:100%; height:100%; object-fit:cover; max-width:initial; max-height:initial; } .sessocialshare_share_popup .sharebox .sharebox_title{ font-size:110%; } .sessocialshare_share_popup .sharebox .sharebox_description{ font-size:100%; } .socialshare_popup_buttons{ padding:8px; } .socialshare_popup_buttons .sessocial_icon_btn{ border-radius:2px; display:block; padding:2px; float:left; margin:2px; text-decoration:none !important; width:calc(33.33% - 4px); } .socialshare_popup_buttons .sessocial_icon_btn:hover{ opacity:.8; } .socialshare_popup_buttons .sessocial_icon_btn i{ float:left; position:relative; height:36px; width:36px; } [dir="rtl"] .socialshare_popup_buttons .sessocial_icon_btn i{ float:right; } .socialshare_popup_buttons .sessocial_icon_btn i img{ height:16px; position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); } .socialshare_popup_buttons .sessocial_icon_btn span{ padding:0 10px; line-height:36px; font-size:11px; overflow:hidden; display:block; white-space:nowrap; font-weight:bold; background-color:#fff; } .socialshare_popup_buttons .sessocial_icon_googleplus_btn{background-color:#DC4E41;} .socialshare_popup_buttons .sessocial_icon_googleplus_btn span{color:#DC4E41;} .socialshare_popup_buttons .sessocial_icon_pintrest_btn{background-color:#cb2027;} .socialshare_popup_buttons .sessocial_icon_pintrest_btn span{color:#cb2027;} .socialshare_popup_buttons .sessocial_icon_twitter_btn{background-color:#000;} .socialshare_popup_buttons .sessocial_icon_twitter_btn span{color:#000;} .socialshare_popup_buttons .sessocial_icon_facebookmessager_btn{background-color:#0084FF;} .socialshare_popup_buttons .sessocial_icon_facebookmessager_btn span{color:#0084FF;} .socialshare_popup_buttons .sessocial_icon_linkedin_btn{background-color:#0077b5;} .socialshare_popup_buttons .sessocial_icon_linkedin_btn span{color:#0077b5;} .socialshare_popup_buttons .sessocial_icon_bookmark_btn{background-color:#FFA500;} .socialshare_popup_buttons .sessocial_icon_bookmark_btn span{color:#FFA500;} .socialshare_popup_buttons .sessocial_icon_rediff_btn{background-color:#EC2127;} .socialshare_popup_buttons .sessocial_icon_rediff_btn span{color:#EC2127;} .socialshare_popup_buttons .sessocial_icon_facebook_btn{background-color:#3B5998;} .socialshare_popup_buttons .sessocial_icon_facebook_btn span{color:#3B5998;} .socialshare_popup_buttons .sessocial_icon_digg_btn{background-color:#000;} .socialshare_popup_buttons .sessocial_icon_digg_btn span{color:#000;} .socialshare_popup_buttons .sessocial_icon_myspace_btn{background-color:#003399;} .socialshare_popup_buttons .sessocial_icon_myspace_btn span{color:#003399;} .socialshare_popup_buttons .sessocial_icon_stumbleupon_btn{background-color:#EE4813;} .socialshare_popup_buttons .sessocial_icon_stumbleupon_btn span{color:#EE4813;} .socialshare_popup_buttons .sessocial_icon_tumblr_btn{background-color:#2E4F6E;} .socialshare_popup_buttons .sessocial_icon_tumblr_btn span{color:#2E4F6E;} .socialshare_popup_buttons .sessocial_icon_gmail_btn{background-color:#db4437;} .socialshare_popup_buttons .sessocial_icon_gmail_btn span{color:#db4437;} .socialshare_popup_buttons .sessocial_icon_flipboard_btn{background-color:#e02828;} .socialshare_popup_buttons .sessocial_icon_flipboard_btn span{color:#e02828;} .socialshare_popup_buttons .sessocial_icon_skype_btn{background-color:#00AFF0;} .socialshare_popup_buttons .sessocial_icon_skype_btn span{color:#00AFF0;} .socialshare_popup_buttons .sessocial_icon_print_btn{background-color:#738A8D;} .socialshare_popup_buttons .sessocial_icon_print_btn span{color:#738A8D;} .socialshare_popup_buttons .sessocial_icon_whatsapp_btn{background-color:#25D366;} .socialshare_popup_buttons .sessocial_icon_whatsapp_btn span{color:#00E676;} .socialshare_popup_buttons .sessocial_icon_email_btn{background-color:#787878;} .socialshare_popup_buttons .sessocial_icon_email_btn span{color:#787878;} .socialshare_popup_buttons .sessocial_icon_yahoo_btn{background-color:#7f40bd;} .socialshare_popup_buttons .sessocial_icon_yahoo_btn span{color:#7f40bd;} .socialshare_popup_buttons .sessocial_icon_vk_btn{background-color:#436eab;} .socialshare_popup_buttons .sessocial_icon_vk_btn span{color:#436eab;} .socialshare_popup_buttons .sessocial_icon_more_btn{background-color:#FF4C4C;} .socialshare_popup_buttons .sessocial_icon_more_btn span{color:#FF4C4C;} @media (max-width:479px){ .socialshare_popup_buttons > a{ width:calc(50.33% - 4px); } } @media (max-width:350px){ .socialshare_popup_buttons > a{ width:100%; } } /*ADVANCED SHARE POPUP CSS END HERE*/ /*EMAIL FORM CSS START HERE*/ body#global_page_sessocialshare-index-email{ background-color:#191919; } body#global_page_sessocialshare-index-email #global_content_simple{ display:block; } .sessocialshare_email_form{ width:575px; margin:0 auto; } .sessocialshare_email_cont{ text-align:center; margin-top:30px; } .sessocialshare_email_cont > h2{ background:none !important; border-width:0 !important; padding:0px 5px; text-align:center; font-size:35px; color:#fff; margin:0 0 10px; } .sessocialshare_email_cont > p{ margin:0 0px 15px; } .sessocialshare_email_cont > p b{ color:#fff; display:block; font-size:13px; } .sessocialshare_email_cont > p span{ font-size:12px; color:#eeecec; opacity:.6; } .sessocialshare_email_form .global_form_box, .sessocialshare_email_form .global_form_box > div, .sessocialshare_email_form .global_form_box > div > div{ background:none !important; border-width:0; padding:0; width:100%; } .sessocialshare_email_form .global_form_box .form-wrapper{ margin-bottom:15px; } .sessocialshare_email_form .global_form_box .form-label{ color:#d5d4d2; font-size:13px; margin-bottom:5px; } .sessocialshare_email_form .global_form_box .form-element input[type="email"], .sessocialshare_email_form .global_form_box .form-element input[type="text"], .sessocialshare_email_form .global_form_box .form-element textarea{ background-color:#fff; border-radius:3px; border-width:0; color:#000; height:40px; padding:0 10px; width:100%; } .sessocialshare_email_form .global_form_box .form-element textarea{ height:150px; padding:8px 10px; } .sessocialshare_email_form .global_form_box #submit-label{ display:none; } .sessocialshare_email_form .global_form_box #submit-element{ text-align:center; } .sessocialshare_email_form .global_form_box #submit-element button{ padding:15px 40px; } .sessocialshare_email_success_message{ color:#fff; font-size:25px; position:absolute; top:50%; width:100%; text-align:center; transform:translateY(50%); padding:0 10px; } .sessocialshare_email_success_message i{ background-color:rgba(28, 201, 69, 0.91); display:inline-block; border-radius:50%; height:40px; width:40px; text-align:center; margin-right:10px; } .sessocialshare_email_success_message i:before{ color:#fff; line-height:40px; } @media (max-width:600px){ .sessocialshare_email_form{ padding:0 10px; width:100%; } .sessocialshare_email_cont > h2{ font-size:25px; } .sessocialshare_email_form .global_form_box .form-element input[type="email"], .sessocialshare_email_form .global_form_box .form-element input[type="text"], .sessocialshare_email_form .global_form_box .form-element textarea{ max-width:100% !important; width:100% !important; } } /*EMAIL FORM CSS END HERE*/ /*Floating SocialIcons Widget Start Here*/ .layout_sessocialshare_sidebar_social_share{ background:none !important; padding:0px !important; border:0px !important; margin:0px !important; } @media (min-width:768px){ .sidebar_social_share_widget{ position:fixed; left:0px; top:110px; z-index:99; } .sidebar_social_share_widget .sessocial_icon_btn{ color:#fff; display:block; font-size:18px; text-align:center; position:relative; width:40px; left:0; -webkit-transition:all 500ms ease 0s; -moz-transition:all 500ms ease 0s; -o-transition:all 500ms ease 0s; transition:all 500ms ease 0s; text-decoration:none; } .sidebar_social_share_widget._ishidden .sessocial_icon_btn{ left:-40px; } .sidebar_social_share_widget .sessocial_icon_btn:after{ content:""; display:block; clear:both; } .sidebar_social_share_widget .sessocial_icon_btn i{ background-repeat:no-repeat; background-size:20px; background-position:center; width:100%; height:20px; margin:10px 0; float:left; -webkit-transition:all 200ms ease 0s; -moz-transition:all 200ms ease 0s; -o-transition:all 200ms ease 0s; transition:all 200ms ease 0s; } .sidebar_social_share_widget .sessocial_icon_btn span.sidebar_social_content{ color:#fff; display:block; font-size:11px; clear:both; float:left; width:100%; margin:-8px 0 5px; } .sidebar_social_share_widget .sessocial_icon_btn span.sidebar_social_title{ color:#fff !important; position:absolute; left:55px; background:#222; padding:5px 10px; display:none; top:50%; transform:translate(0%, -50%); border-radius:3px; font-size:12px; white-space:nowrap; } .sidebar_social_share_widget .sessocial_icon_btn span.sidebar_social_title:before{ content:''; display:block; width:0; height:0; border-top:5px solid transparent; border-bottom:5px solid transparent; border-right:5px solid #222; position:absolute; left:-5px; top:7px; } .sidebar_social_share_widget .sessocial_icon_btn:hover span.sidebar_social_title{ display:block; } .sidebar_social_share_widget .sessocial_icon_btn:hover{ width:50px; } .sidebar_social_share_toggle{ position:relative; left:-40px; background-color:#ccc; display:block; width:40px; padding:2px 0; text-align:center; height:25px; -webkit-transition:all 500ms ease 0s; -moz-transition:all 500ms ease 0s; -o-transition:all 500ms ease 0s; transition:all 500ms ease 0s; text-decoration:none !important; } .sidebar_social_share_toggle i{ color:#fff; font-size:20px; } .sidebar_social_share_widget:hover .sidebar_social_share_toggle, .sidebar_social_share_widget._ishidden .sidebar_social_share_toggle{left:0;} .sidebar_social_share_toggle i._right{display:none;} .sidebar_social_share_widget._ishidden i._right{display:block;} .sidebar_social_share_widget._ishidden i._left{display:none;} /*Placed on Right Side*/ .sidebar_social_share_right{ right:0px; left:inherit; } .sidebar_social_share_right .sessocial_icon_btn{ float:right; clear:both; right:0; left:inherit; } .sidebar_social_share_right .sessocial_icon_btn span.sidebar_social_title{ right:55px; left:inherit; } .sidebar_social_share_right .sessocial_icon_btn span.sidebar_social_title:before{ border-left:5px solid #222; right:-5px; left:inherit; border-right:0px; } .sidebar_social_share_right .sidebar_social_share_toggle{ float:right; left:inherit; right:-40px; } .sidebar_social_share_right._ishidden .sessocial_icon_btn{ right:-40px; left:inherit; } .sidebar_social_share_right:hover .sidebar_social_share_toggle, .sidebar_social_share_right._ishidden .sidebar_social_share_toggle{ right:0; left:inherit; } } @media (max-width:767px){ .sidebar_social_share_widget { bottom:0; top:inherit !important; min-height:50px; position:fixed; padding-left:50px; left:0; display:table; width:100%; overflow:auto; white-space:nowrap; z-index:1; } .sidebar_social_title, .sidebar_social_content{display:none;} .sidebar_social_share_toggle{ background-color:#ccc; height:50px; line-height:50px; text-align:center; width:50px; position:absolute; left:0; } .sidebar_social_share_toggle i{ display:block; color:#000 !important; line-height:50px; font-size:20px; } .sidebar_social_share_toggle i._right{ display:none; } .sidebar_social_share_widget._ishidden .sidebar_social_share_toggle i._left{ display:none; } .sidebar_social_share_widget._ishidden .sidebar_social_share_toggle i._right{ display:block; } .sidebar_social_share_widget .sessocial_icon_btn{ color:#fff; display:table-cell; font-size:18px; text-align:center; position:relative; min-width:40px; text-decoration:none; } .sidebar_social_share_widget .sessocial_icon_btn:after{ content:""; display:block; clear:both; } .sidebar_social_share_widget .sessocial_icon_btn i{ background-repeat:no-repeat; background-size:20px; background-position:center; width:100%; height:20px; margin:15px 0; float:left; } .sidebar_social_share_widget._ishidden .sessocial_icon_btn{ display:none; } } @media (max-width:540px){ .sidebar_social_share_widget{ display:block; } .sidebar_social_share_widget .sessocial_icon_btn{ display:inline-block; margin-bottom:-3px; width:20%; } .sidebar_social_share_widget .sessocial_icon_btn + a{ margin-left:-4px; } } /*Floating SocialIcons Widget End Here*/ /*Bottom Popup Widget Start Here*/ @-webkit-keyframes socialshare_popup_fadeInTop { 0% { opacity:0; -webkit-transform:translateY(30%); } 100% { opacity:1; -webkit-transform:translateY(0); } } @-moz-keyframes socialshare_popup_fadeInTop { 0% { opacity:0; -moz-transform:translateY(30%); } 100% { opacity:1; -moz-transform:translateY(0); } } @-o-keyframes socialshare_popup_fadeInTop { 0% { opacity:0; -o-transform:translateY(30%); } 100% { opacity:1; -o-transform:translateY(0); } } @keyframes socialshare_popup_fadeInTop { 0% { opacity:0; transform:translateY(30%); } 100% { opacity:1; transform:translateY(0); } } .layout_sessocialshare_bottom_share_popup{ background:none; padding:0 !important; margin:0 !important; box-shadow:none !important; border-width:0 !important; } .socialshare_bottom_popup{ box-shadow:0 0 15px rgba(0, 0, 0, .2); width:400px; position:fixed; bottom:0; padding:20px; z-index:10; opacity:0; filter:alpha(opacity=0); visibility:hidden; } .socialshare_bottom_popup._isvisible{ opacity:1; filter:alpha(opacity=100); visibility:visible; -webkit-animation:socialshare_popup_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); -moz-animation:socialshare_popup_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); -o-animation:socialshare_popup_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); animation:socialshare_popup_fadeInTop 1s 1 cubic-bezier(0.77,0,.175,1); } .socialshare_bottom_popup._ishidden{ display:none; opacity:0; filter:alpha(opacity=0); visibility:hidden; } .socialshare_bottom_popup._posright{ right:0; } [dir="rtl"] .socialshare_bottom_popup._posright{ right:auto; left:0; } .socialshare_bottom_popup._posleft{ left:0; } [dir="rtl"] .socialshare_bottom_popup._posleft{ left:auto; right:0; } .socialshare_bottom_popup._poscenter{ left:50%; transform:translateX(-50%); } .socialshare_bottom_popup ._closebtn{ position:absolute; text-decoration:none !important; right:10px; top:20px; font-size:17px; } [dir="rtl"] .socialshare_bottom_popup ._closebtn{ left:10px; right:auto; } .socialshare_bottom_popup_title{ font-size:20px; } .socialshare_bottom_popup_desc{ font-size:13px; margin:10px 0 15px; } .socialshare_bottom_popup_count b{ font-weight:bold; font-size:17px; } .socialshare_bottom_popup .socialshare_popup_buttons { padding:0; overflow:hidden; margin:6px -4px 0; } .socialshare_bottom_popup .socialshare_popup_buttons > div{ width:calc(50% - 8px); margin:4px; float:left; } .socialshare_bottom_popup .socialshare_popup_buttons > div a{ display:block; width:100%; } .socialshare_bottom_popup ._whatsappW{ display:none; } @media (max-width:768px){ .socialshare_bottom_popup{ left:0; right:0; transform:none; width:100%; } .socialshare_bottom_popup ._whatsappW{ display:block; } } @media (max-width:400px){ .socialshare_popup_buttons > div{ width:100%; } } /*Bottom Popup Widget End Here*/ .sestutorial_animation{ -webkit-transition:all 500ms ease 0s; -moz-transition:all 500ms ease 0s; -o-transition:all 500ms ease 0s; transition:all 500ms ease 0s; } /*Social Share Buttons*/ .sestutorial_icon_btn{ background-color:#000; background-color:rgba(0,0,0,0.6); border-radius:3px; float:left; overflow:hidden; padding:7px 0; position:relative; text-align:center !important; -webkit-transition:all 0.1s ease-in-out; -moz-transition:all 0.1s ease-in-out; transition:all 0.1s ease-in-out; height:30px; width:30px; } [dir="rtl"] .sestutorial_icon_btn{ float:right; } .sestutorial_icon_btn + .sestutorial_icon_btn{ margin-left:4px; } [dir="rtl"] .sestutorial_icon_btn + .sestutorial_icon_btn{ margin-left:0; margin-right:4px; } .sestutorial_icon_btn .fa{ transform:inherit !important;} .sestutorial_icon_btn i:before{color:#fff;font-size:17px;} .sestutorial_icon_btn:hover{background:rgba(0,0,0,0.9);} .sestutorial_icon_btn.sestutorial_icon_facebook_btn:hover{background-color:#3b5998;} .sestutorial_icon_btn.sestutorial_icon_twitter_btn:hover{background-color:#00aced;} .sestutorial_icon_btn.sestutorial_icon_pintrest_btn:hover{background-color:#cc2127;} /*tutorial banner search block*/ .sestutorial_search_banner{ background-color:var(--theme-list-background-color); } .sestutorial_search_banner_full #global_wrapper, .sestutorial_search_banner_full #global_content{ padding-top:0; margin-top:0; } .sestutorial_search_banner_full #global_wrapper, .sestutorial_search_banner_full #global_content{ padding-top:0; } .layout_sestutorial_banner_search{ padding:0 !important; border-width:0 !important; box-shadow:none !important; } .sestutorial_search_banner_container{ height:350px; } .sestutorial_search_banner{ height:350px; width:100%; position:relative; } .search_banner_bg_full .sestutorial_search_banner{ position:absolute; left:0px; right:0px; } .sestutorial_search_banner_inner{ background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; height:100%; width:100%; } /*Load More*/ .sestutorial_load_more{ margin:20px 0; overflow:hidden; text-align:center; } .sestutorial_load_more a{ padding:10px 20px; border-radius:5px; display:inline-block; font-size:15px; } .sestutorial_load_more .sestutorial_loading_icon{ font-size:20px; } /*Search Banner Start*/ /*Type 1*/ .sestutorial_search_banner.type1 .sestutorial_search_banner_des p{ color: #fff; } .sestutorial_search_banner.type1 .sestutorial_search_banner_content{ background:rgba(55, 91, 116, 0.05); margin:0 auto; padding:50px 20px; display:table; height:100%; width:100%; } .sestutorial_search_banner.type1 .sestutorial_search_banner_content_left{ max-width:1200px; margin:0 auto; padding:50px; display:table; height:100%; width:100%; } .search_banner_bg_full .sestutorial_search_banner.type1 .sestutorial_search_banner_content_left{ padding:50px 15px; } .sestutorial_search_banner.type1 .sestutorial_search_banner_heading h2{ font-size:25px; display:inline-block; } .sestutorial_search_banner.type1 .sestutorial_search_banner_heading h2 img{ max-height:40px; margin-right:10px; vertical-align:middle; float:left; } .sestutorial_search_banner.type1 .sestutorial_search_banner_heading h2 span{ overflow:hidden; } .sestutorial_search_banner.type1 .sestutorial_search_banner_des{ margin-top:15px; } .sestutorial_search_banner.type1 .sestutorial_search_banner_ques{ margin-top:5px; } .sestutorial_search_banner.type1 .sestutorial_search_banner_ques > div{ margin-top:10px; } .sestutorial_search_banner.type1 .sestutorial_search_banner_form{ border-width:1px; background-color:#fff; border-radius:40px; margin-top:15px; position:relative; padding:0 40px 0 20px; width:60%; } .sestutorial_search_banner.type1 .sestutorial_search_banner_form input[type="text"]{ background:none !important; color:#555; height:40px; line-height:40px; padding:0; width:100%; outline:none; border: none; } .sestutorial_search_banner.type1 .sestutorial_search_banner_form button{ position:absolute; right:0; top:0; padding:0; height:38px; width:40px; background:none; color:#555; border-radius:50px; font-size:17px; } /*Type 2*/ .sestutorial_search_banner.type2 { background: var(--theme-button-background-color); background: -webkit-linear-gradient(to left, var(--theme-button-background-color), #eef2f3); background: linear-gradient(to left, var(--theme-button-background-color), #eef2f3); } .sestutorial_search_banner.type2 .sestutorial_search_banner_content{ background:rgba(55,91,116,0.25); margin:0 auto; padding:50px 20px; display:table; height:100%; width:100%; } .sestutorial_search_banner.type2 .sestutorial_search_banner_content > div{ display:table-cell; vertical-align:middle; } .sestutorial_search_banner.type2 .sestutorial_search_banner_heading, .sestutorial_search_banner.type2 .sestutorial_search_banner_des{ text-align:center; } .sestutorial_search_banner.type2 .sestutorial_search_banner_heading h2{ color:#fff !important; font-size:40px; margin:0; padding:0; } .sestutorial_search_banner.type2 .sestutorial_search_banner_heading h2, .sestutorial_search_banner.type2 .sestutorial_search_banner_heading h2 span{ color:#fff !important; } .sestutorial_search_banner.type2 .sestutorial_search_banner_heading h2 img{ max-height:40px; margin-right:10px; vertical-align:middle; } .sestutorial_search_banner.type2 .sestutorial_search_banner_des p{ color:#fff; font-size:20px; margin-top:5px; } .sestutorial_search_banner.type2 .sestutorial_search_banner_form{ border:5px solid rgba(0, 0, 0, .2); margin:15px auto 0; border-radius:40px; width:600px; } .sestutorial_search_banner.type2 .sestutorial_search_banner_form > div{ background-color:#fff; border-radius:40px; position:relative; padding:0 40px 0 20px; } .sestutorial_search_banner.type2 .sestutorial_search_banner_form input[type="text"]{ border-width:0; background:none !important; border-radius:40px; height:44px; line-height:44px; padding:0; width:100%; outline:none; } .sestutorial_search_banner.type2 .sestutorial_search_banner_form button{ position:absolute; right:0; top:0; padding:0; height:44px; width:44px; background:none; color:#555; border-radius:50px; font-size:17px; } .sestutorial_search_banner.type2 .sestutorial_search_banner_ques{ max-width:600px; margin:10px auto 0; text-align:center; } .sestutorial_search_banner.type2 .sestutorial_search_banner_ques a{ background-color:rgba(0,0,0,0.2); color:#fff; padding:5px 10px; margin:4px 4px; display:inline-block; font-size:12px; border-radius:5px; } .sestutorial_search_banner.type2 .sestutorial_search_banner_ques a:hover{ background-color:rgba(0,0,0,0.4); text-decoration:none; } /*Type 3*/ .sestutorial_search_banner.type3 { background: var(--theme-button-background-color); background: -webkit-linear-gradient(to left, var(--theme-button-background-color), #eef2f3); background: linear-gradient(to left, var(--theme-button-background-color), #eef2f3); } .sestutorial_search_banner.type3 .sestutorial_search_banner_content{ background:rgba(55,91,116,0.25); margin:0 auto; padding:50px 20px; display:table; height:100%; width:100%; } .sestutorial_search_banner.type3 .sestutorial_search_banner_content > div{ display:table-cell; vertical-align:middle; } .sestutorial_search_banner.type3 .sestutorial_search_banner_heading, .sestutorial_search_banner.type3 .sestutorial_search_banner_des{ text-align:center; } .sestutorial_search_banner.type3 .sestutorial_search_banner_heading h2{ font-size:40px; margin:0 0 15px; padding:0; } .sestutorial_search_banner.type3 .sestutorial_search_banner_heading h2, .sestutorial_search_banner.type3 .sestutorial_search_banner_heading h2 span{ color:#fff !important; } .sestutorial_search_banner.type3 .sestutorial_search_banner_heading h2 img{ max-height:40px; margin-right:10px; vertical-align:middle; } .sestutorial_search_banner.type3 .sestutorial_search_banner_des p{ color:#fff; font-size:20px; } .sestutorial_search_banner.type3 .sestutorial_search_banner_form{ padding-top:20px; } .sestutorial_search_banner.type3 .sestutorial_search_banner_form > div{ background-color:#fff; border-radius:40px; position:relative; width:500px; margin:0 auto; padding:0 60px 0 30px; } .sestutorial_search_banner.type3 .sestutorial_search_banner_form input[type="text"]{ border-width:0; background:none !important; height:60px; line-height:60px; width:100%; padding:0; outline:none; } .sestutorial_search_banner.type3 .sestutorial_search_banner_form button{ position:absolute; right:10px; top:10px; padding:0; height:40px; width:40px; background:none; color:#555; border-radius:50px; font-size:17px; } .sestutorial_search_banner.type3 .sestutorial_search_banner_ques{ max-width:600px; margin:20px auto 0; text-align:center; } .sestutorial_search_banner.type3 .sestutorial_search_banner_ques a{ background-color:rgba(0,0,0,0.2); color:#fff; padding:5px 10px; margin:4px 4px; display:inline-block; font-size:12px; border-radius:5px; } .sestutorial_search_banner.type3 .sestutorial_search_banner_ques a:hover{ background-color:rgba(0,0,0,0.4); text-decoration:none; } .sestutorial_search_banner_form ul.tag-autosuggest > li.autocompleter-choices .autocompleter-choice{ padding:0 10px; } /*Search Banner End*/ /*Home Categories Grid*/ .sestutorial_home_category_wrapper { clear:both; } .sestutorial_home_category_content{ margin:0 -10px; display:flex; flex-wrap:wrap; } .sestutorial_home_category_section{ padding:10px; width:225px; position:relative; overflow:hidden; } .sestutorial_home_category_section .tutorial_social_btns{ opacity:0; left:0; top:-30px; width:100%; position:absolute; text-align:center; -webkit-transition: all 500ms ease 0s; -moz-transition: all 500ms ease 0s; -o-transition: all 500ms ease 0s; transition: all 500ms ease 0s; } .sestutorial_home_category_section:hover .tutorial_social_btns{ opacity:1; top:20px; } .sestutorial_home_category_section .tutorial_social_btns a{ float:none; display:inline-block; } .sestutorial_home_category_section > a{ border-width:1px; padding:20px 10px; text-decoration:none !important; display:block; height:100%; } .sestutorial_home_category_section:hover > a{ background-image:url(/application/modules/Sestutorial/externals/images/transparent-bg.png); } .sestutorial_home_category_section_img{ text-align:center; margin:0 auto; width:100px; height:100px; } .sestutorial_home_category_section_img img{ max-height:100%; max-width:100%; } .sestutorial_home_category_section_title{ font-size:16px; font-weight:bold; text-align:center; margin:10px 0px; } .sestutorial_home_category_section_des{ text-align:center; } /*Home Categories List*/ .sestutorial_home_category_list_view{ display:flex; flex-wrap:wrap; } .sestutorial_home_category_list_item{ width:50%; padding-right:40px; } .sestutorial_home_category_list_item > section{ border-bottom-width:1px; padding:20px 0; } .sestutorial_home_category_list_item_icon{ float:left; margin-right:15px; } .sestutorial_home_category_list_sub{ padding-left:50px; } .sestutorial_home_category_list_item_cont{ display:block; overflow:hidden; line-height:50px; font-size:17px; } .sestutorial_home_category_list_sub_item{ padding:10px 0; } .sestutorial_home_category_list_sub_item_icon{ float:left; margin-right:15px; } .sestutorial_home_category_list_sub_item_cont{ display:block; overflow:hidden; line-height:50px; font-size:17px; } /*Categories Based Tutorials*/ .sestutorial_category_listing_wrapper, .sestutorial_category_listing_wrapper > div{ background-image:url(/application/modules/Sestutorial/externals/images/transparent-bg.png); } .sestutorial_category_question_section{ display:inline-block; padding:25px 20px; vertical-align:top; width:100%; } .sestutorial_category_question_section:nth-child(even){ margin-left:-4px; } .sestutorial_catview_list .sestutorial_category_question_section{ width:33%; } .sestutorial_category_question_section_title{ margin-bottom:15px; border-bottom-width:1px; padding-bottom:10px; } .sestutorial_category_question_section_title p img{ width:20px; margin-right:10px; margin-top:2px; height:20px; object-fit:contain; float:left; } .sestutorial_category_question_section_title p > a{ font-size:17px; text-decoration:none; text-transform:uppercase; display:block; overflow:hidden; } .sestutorial_category_question_section_title span.seeall_link{ float:right; font-size:12px; } .sestutorial_category_question_section_title span.seeall_link a i{ margin-left:3px; } .sestutorial_category_question_section_list{ padding:0 10px; } .sestutorial_category_question_section_list ul li{ margin-bottom:20px; } .sestutorial_category_question_section_list ul li i{ margin-right:8px; margin-top:3px; float:left; } .sestutorial_category_question_section_list ul li span{ overflow:hidden; display:block; } .sestutorial_category_question_section_list .list_view_all{ font-size:12px; font-weight:bold; } /*Sidebar Tutorials List*/ .sestutorial_sidebar_list_item{ margin-bottom:10px; } .sestutorial_sidebar_list_item:last-child{ margin-bottom:0px; } .sestutorial_sidebar_list_title{ font-weight:bold; margin-bottom:5px; } .sestutorial_sidebar_list_title i{ float:left; margin-right:5px; } .sestutorial_sidebar_list_title span{ display:block; overflow:hidden; } .sestutorial_sidebar_list_stats{ margin:0 0 5px 15px; } .sestutorial_sidebar_list_stats p{ display:inline-block; margin:0px 4px; } .sestutorial_sidebar_list_discrtiption{ margin-left:18px; border-left-width:4px; padding-left:8px; } .sestutorial_sidebar_list_item.see_all{ text-align:right; font-size:12px; } .sestutorial_sidebar_list_item.see_all a i{ margin-left:5px; } /*Tutorials List View*/ .sestutorial_question_answer_list_content .sestutorial_question_answer_section{ clear:both; overflow:hidden; border-width:1px; padding:15px; } .sestutorial_question_answer_list_content .sestutorial_question_answer_section + .sestutorial_question_answer_section{ margin-top:15px; } .sestutorial_question_answer_list_content .sestutorial_question_answer_section:hover{ background-image:url(/application/modules/Sestutorial/externals/images/transparent-bg.png); } .sestutorial_question_answer_list_content .sestutorial_question_answer_img{ float:left; width:105px; margin-right:15px; } .sestutorial_question_answer_list_content .sestutorial_question_answer_img img{ border-radius:3px; width:100%; } .sestutorial_question_answer_list_content .sestutorial_question_answer_content_section{ overflow:hidden; } .sestutorial_question_answer_list_content .sestutorial_question_answer_title{ font-size:17px; overflow:hidden; } .sestutorial_question_answer_list_content .sestutorial_question_answer_expcol_btn{ width: 20px; float: left; font-size: 15px; line-height: 24px; cursor:pointer; padding:0 1px; } .sestutorial_question_answer_list_content .sestutorial_question_answer_cont{ overflow:hidden; } .sestutorial_question_answer_list_content ._isexpcol .sestutorial_question_answer_cont{ padding-left:20px; } .sestutorial_question_answer_list_content .sestutorial_question_answer_discription{ margin-top:10px; margin-bottom:10px; } .sestutorial_question_answer_list_content .sestutorial_question_answer_stats ul{ float:left; padding-left:2px; } .sestutorial_question_answer_list_content .sestutorial_question_answer_stats ul li{ float:left; margin-right:15px; } .sestutorial_question_answer_list_content p.read_more{ text-align:right; overflow:hidden; font-weight:bold; font-size:13px; } .sestutorial_question_answer_list_content p.read_more a i{ margin-left:5px; } /*Tutorials Grid View*/ .sestutorial_question_answer_section{ margin-bottom: 25px; height: calc(100% - 25px); display: flex; flex-direction: column; } .sestutorial_question_answer_grid_content .sestutorial_question_answer_inner{ border-width:1px; padding:15px; overflow:hidden; } .sestutorial_question_answer_grid_content .sestutorial_question_answer_inner:hover{ background-image:url(/application/modules/Sestutorial/externals/images/transparent-bg.png); } .sestutorial_question_answer_grid_content .sestutorial_question_answer_stats ul{ padding-left:2px; clear:both; overflow:hidden; } .sestutorial_question_answer_grid_content .sestutorial_question_answer_stats ul li{ float:left; margin-right:12px; } .sestutorial_question_answer_grid_content .sestutorial_question_answer_stats ul li:last-child{ margin:0px; } .sestutorial_question_answer_grid_content .sestutorial_question_answer_img{ width:100%; margin:15px 0px 0px 0pc; } .sestutorial_question_answer_grid_content .sestutorial_question_answer_img img{ border-radius:3px; width:100%; height:150px; object-fit:cover; } .sestutorial_question_answer_grid_content .sestutorial_question_answer_content_section{ overflow:hidden; } .sestutorial_question_answer_grid_content .sestutorial_question_answer_title{ font-size:17px; margin-bottom:8px; } .sestutorial_question_answer_grid_content .sestutorial_question_answer_discription{ margin:15px 0px; line-height:24px; } .sestutorial_question_answer_grid_content p.read_more{ text-align:right; overflow:hidden; font-weight:bold; font-size:14px; margin-top:10px; } /*Category Pages CSS*/ .sestutorial_category_banner{ position:relative; background: var(--theme-button-background-color); background: -webkit-linear-gradient(to left, var(--theme-button-background-color), #eef2f3); background: linear-gradient(to left, var(--theme-button-background-color), #eef2f3); } .sestutorial_category_banner_img{ background-position:center center; background-size:cover; display:block; height:250px; width:100%; } .sestutorial_category_banner_cont{ background-color:rgba(0, 0, 0, .3); position:absolute; height:100%; left:0; top:0; width:100%; } .sestutorial_category_banner_cont > div{ display:table; height:100%; width:100%; } .sestutorial_category_banner_cont_inner{ display:table-cell; padding:20px 50px; vertical-align:middle; } .sestutorial_category_banner_cont_inner *{ color:#fff; text-align:center; text-shadow:0 0 8px rgba(0, 0, 0, .5); } .sestutorial_category_banner_title{ font-size:40px; margin-bottom:15px; } .sestutorial_category_banner_des{ font-size:17px; line-height:25px; } .sestutorial_category_tutorial_listing_head{ border-bottom-width:1px; padding:10px; margin-bottom:15px; background-color:var(--theme-list-background-color-hover); } .sestutorial_category_tutorial_listing_head img{ object-fit:contain; margin-right:10px; height:24px; width:24px; float:left; } .sestutorial_category_tutorial_listing_head > a, .sestutorial_category_tutorial_listing_head > span:not(.seeall_link){ text-transform:uppercase; font-size:17px; font-weight:bold; } .sestutorial_category_tutorial_listing_head > span.seeall_link{ float:right; font-size:12px; } .sestutorial_category_tutorial_listing_head > span.seeall_link a i{ margin-left:3px; } .sestutorial_category_tutorial_listing_cont{ margin-bottom:20px; } .layout_sestutorial_category_view_page .sestutorial_question_answer_list_content, .layout_sestutorial_category_view_page .sestutorial_question_answer_grid_content { margin-bottom:20px; } /*Category Sidebar List*/ .sestutorial_category_menu_list{ padding:5px; } .sestutorial_category_menu_list > ul > li{ padding:10px; border-bottom-width:1px; position:relative; } .sestutorial_category_menu_list > ul > li > img{ width:16px; margin-right:5px; height:16px; object-fit:contain; vertical-align:middle; float:left; } .sestutorial_category_menu_list > ul > li:last-child{ border-bottom:none; } .sestutorial_category_menu_list > ul > li > a{ font-weight:bold; text-transform:uppercase; text-decoration:none; display:block; overflow:hidden; } .sestutorial_category_menu_list > ul > li > a .dropdown_icon{ position:absolute; right:5px; top:10px; } .sestutorial_category_menu_list > ul > li > a span{ overflow:hidden; display:block; } .sestutorial_category_menu_list > ul > li ul { margin-left:5px; margin-top:12px; position:relative; } .sestutorial_category_menu_list > ul > li ul:after{ content:''; background:#fff; width:1px; left:-1px; bottom:0px; height:7px; display:block; position:absolute; } .sestutorial_category_menu_list > ul > li ul li{ margin-bottom:10px; position:relative; padding-left:36px; } .sestutorial_category_menu_list > ul > li > ul li:before { content:""; position:absolute; top:-10px; bottom:5px; width:1px; border-left-width:1px; border-left-style:dashed; left:0; border-color:var(--theme-font-color); } .sestutorial_category_menu_list > ul > li > ul li:after{ content:""; position:absolute; top:10px; width:20px; border-bottom-width:1px; border-bottom-style:dashed; left:2px; border-color:var(--theme-font-color); } .sestutorial_category_menu_list > ul > li ul li a{ color:var(--theme-font-color); } .sestutorial_category_menu_list > ul > li ul li a:before{ content:""; position:absolute; top:8px; left:20px; width:5px; height:5px; border-radius:50%; background-color:var(--theme-font-color); } /*category view block*/ .sestutorial_category_view ul{ text-align:center; clear:both; overflow:hidden; margin:0px -3px; } .sestutorial_category_view ul li{ float:left; } .sestutorial_category_view ul li .category_view_section{ background-image:url(/application/modules/Sestutorial/externals/images/transparent-bg.png); text-align:center; position:relative; overflow:hidden; margin-bottom:25px; height:calc(100% - 25px); } .sestutorial_category_view ul li .category_view_section:hover{ opacity:.8; } .category_view_section .tutorial_social_btns{ opacity:0; left:0; top:-30px; width:100%; position:absolute; text-align:center; -webkit-transition: all 500ms ease 0s; -moz-transition: all 500ms ease 0s; -o-transition: all 500ms ease 0s; transition: all 500ms ease 0s; } .category_view_section:hover .tutorial_social_btns{ opacity:1; top:10px; } .category_view_section .tutorial_social_btns a{ float:none; display:inline-block; } .sestutorial_category_view ul li .category_view_section > a{ background-image:url(/application/modules/Sestutorial/externals/images/transparent-bg.png); display:block; text-decoration:none; height:170px; padding:27px 10px; width:100%; } .sestutorial_category_view ul li p.category_icon img{ object-fit:contain; } .sestutorial_category_view ul li p.category_title{ margin-top:15px; font-weight:bold; } /*Tutorial View Page*/ .sestutorial_breadcrumb{ font-size:11px; } .sestutorial_tutorial_view_top{ border-bottom-width:1px; padding-bottom:15px; margin-bottom:15px; } .sestutorial_tutorial_view_top_icon{ float:left; margin-right:15px; font-size:24px; } .sestutorial_tutorial_view_top_cont{ display:block; overflow:hidden; } .sestutorial_tutorial_view_title h2{ font-size:20px; font-weight:normal; margin-bottom:10px; } .sestutorial_tutorial_view_stats p{ display:inline-block; margin-right:10px; } .sestutorial_tutorial_view_stats p i{ margin-right:5px; } .sestutorial_tutorial_view_des{ line-height:24px; overflow:hidden; } .sestutorial_tutorial_view_des p, .sestutorial_tutorial_view_des ul, .sestutorial_tutorial_view_des ol{ margin-bottom:10px; } .sestutorial_tutorial_view_des ul{ list-style:disc; } .sestutorial_tutorial_view_des ul, .sestutorial_tutorial_view_des ol{ padding-left:20px; } [dir="rtl"] .sestutorial_tutorial_view_des ul, [dir="rtl"] .sestutorial_tutorial_view_des ol{ padding-left:0; padding-right:20px; } .sestutorial_tutorial_view_des img{ margin:5px; max-width:100%; height:auto; } @media only screen and (max-width:768px){ .sestutorial_tutorial_view_des iframe{width:100% !important;} } .sestutorial_tutorial_view_bottom{ clear:both; overflow:hidden; margin-top:40px; border-bottom-width:1px; padding-bottom:15px; } .sestutorial_tutorial_view_rating{ float:left; margin-top:5px; } .sestutorial_tutorial_view_rating .rating_star_big_generic{ font-size:16px; height:16px; width:16px; margin-right:5px; } .sestutorial_tutorial_view_rating .rating_text{ margin-top:3px; float: none !important; } .sestutorial_tutorial_view_social{ float:right; } .sestutorial_tutorial_view_social a{ background-color:transparent; border-width:1px; border-radius:100%; line-height:36px; display:inline-block; width:36px; height:36px; padding:0; text-align:center; position:relative; overflow:hidden; vertical-align: middle; } .sestutorial_tutorial_view_social img{ filter: brightness(0.3); } .sestutorial_tutorial_view_social:hover img{ filter: brightness(1); } .sestutorial_tutorial_view_social a + a{ margin-left:10px; } .sestutorial_tutorial_view_social a i:before{ font-size:15px; color:var(--theme-font-color); } .sestutorial_tutorial_view_social a.btn_count i:before, .sestutorial_tutorial_view_social a.btn_count span{ position:absolute; top:0; left:0; display:block; width:100%; height:100%; text-align:center; line-height:36px; background:center center no-repeat; -webkit-transition:all 0.15s ease-in-out; -moz-transition:all 0.15s ease-in-out; transition:all 0.15s ease-in-out; } .sestutorial_tutorial_view_social a.btn_count i:before{top:0;opacity:1;} .sestutorial_tutorial_view_social a.btn_count span{top:15px;opacity:0;color:#fff;font-size:14px;} .sestutorial_tutorial_view_social a.btn_count:hover i:before{top:-15px;opacity:0;} .sestutorial_tutorial_view_social a.btn_count:hover span{top:0;opacity:1;} .sestutorial_view_helpful_section{ padding:20px 0; } .sestutorial_view_helpful_section_des{ text-align:center; font-size:15px; margin-bottom:20px; } .sestutorial_view_helpful_section_btns{ text-align:center; margin-bottom:20px; } .sestutorial_view_helpful_section_btns p{ display:inline-block; text-align:center; width:40%; margin:0px 2%; } .sestutorial_view_helpful_section_btns p a{ color:#fff; width:100%; display:block; padding:13px; border-radius:3px; text-decoration:none; font-size:15px; } .sestutorial_view_helpful_section_btns .sestutorial_helpfull_yes a{ background-color:#3e8f3e; } .sestutorial_view_helpful_section_btns .sestutorial_helpfull_no a{ background-color:#b92c28; } .sestutorial_view_helpful_section_btns p a:hover{ opacity:0.8; } .sestutorial_view_helpful_section_btns .sestutorial_helpfull_yes.disabled a, .sestutorial_view_helpful_section_btns .sestutorial_helpfull_no.disabled a{ cursor:default; opacity:.5; } .sestutorial_view_helpful_section_total{ text-align:center; } .sestutorial_success_msg{ background-color:#c8e5bc; border:1px solid #b2dba1; color:#3c763d; font-size:12px; padding:10px; text-align:center; } .sestutorial_success_msg i{ margin-right:5px; font-size:17px; } /*Browse Search*/ .sestutorial_browse_search_vertical form{ padding:0 !important; } .sestutorial_browse_search_vertical form .form-elements{ padding:10px; } .sestutorial_browse_search_vertical form .form-wrapper + .form-wrapper{ margin-top:10px !important; } .sestutorial_browse_search_vertical form input[type="text"], .sestutorial_browse_search_vertical form select{ width:100%; max-width:100%; padding:5px; } .sestutorial_browse_search_vertical #execute-label{ display:none; } .sestutorial_browse_search_vertical form button{ margin-top:10px; width:100%; } .sestutorial_browse_search_horizontal{ border-width:1px; } .sestutorial_browse_search_horizontal form{ padding:0 !important; } .sestutorial_browse_search_horizontal form .form-elements{ padding:10px; overflow:hidden; display:flex; flex-wrap:wrap; } .sestutorial_browse_search_horizontal form .form-wrapper{ display:inline-block; margin:0 !important; padding:5px; width:32%; } .sestutorial_browse_search_horizontal form .form-wrapper .form-label{ font-weight:bold; } .sestutorial_browse_search_horizontal form input[type="text"], .sestutorial_browse_search_horizontal form select{ width:100%; max-width:100%; padding:5px; height: 47px; } .sestutorial_browse_search_horizontal form button{ padding:5px 10px; } /*Tags Cloud*/ .sestutorial_tags_cloud_tutorial .sestutorial_tags_cloud_list{ text-align:left } .sestutorial_tags_cloud_tutorial .sestutorial_tags_cloud_list li{ display:inline-block; margin:5px 5px 10px 0px; } [dir="rtl"] .sestutorial_tags_cloud_tutorial .sestutorial_tags_cloud_list{ text-align:right; } [dir="rtl"] .sestutorial_tags_cloud_tutorial .sestutorial_tags_cloud_list li{ margin:5px 0px 10px 5px; } .sestutorial_tags_cloud_tutorial .sestutorial_tags_cloud_list li a{ border-width:1px; text-decoration:none; font-size:12px; padding:3px 7px; border-radius:4px; } .sestutorial_tags_cloud_tutorial .sestutorial_tags_cloud_list li a:hover{ opacity:0.8; } /*CAROUSEL WIDGET CSS START HERE*/ .sestutorial_category_carousel_wrapper{ clear:both; position:relative; overflow:hidden; width:100%; } .sestutorial_category_carousel{ border-width:1px; overflow:hidden; width:100%; } .sestutorial_category_carousel_wrapper .sestutorial_home_category_section:hover .tutorial_social_btns{ top:10px; } /*Horizontal Carousel*/ .sestutorial_category_carousel_h_wrapper .sestutorial_home_category_section{ border-width:0 1px 0 0; margin:0; padding:0; overflow:hidden; } .sestutorial_category_carousel_h_wrapper .sestutorial_home_category_section > a{ border-width:0; } .sestutorial_category_carousel_h_wrapper .sestutorial_category_carousel_nav a{ border-width:1px; border-radius:3px; position:absolute; height:30px; margin-top:-15px; top:50%; width:30px; text-align:center; z-index:5; box-shadow:0 0 5px rgba(0, 0, 0, .1); } .sestutorial_category_carousel_h_wrapper .sestutorial_category_carousel_nav a:hover{ opacity:.8; filter:alpha(opacity=80); box-shadow:0 0 8px rgba(0, 0, 0, .2); } .sestutorial_category_carousel_h_wrapper a.sestutorial_category_carousel_nav_pre{ left:-40px; } .sestutorial_category_carousel_h_wrapper:hover a.sestutorial_category_carousel_nav_pre{ left:10px; } .sestutorial_category_carousel_h_wrapper a.sestutorial_category_carousel_nav_nxt{ right:-40px; } .sestutorial_category_carousel_h_wrapper:hover a.sestutorial_category_carousel_nav_nxt{ right:10px; } .sestutorial_category_carousel_h_wrapper .sestutorial_category_carousel_nav i{ line-height:30px; padding-top:2px; } .sestutorial_category_carousel_h_wrapper .sestutorial_category_carousel_nav i:before{ font-size:25px; line-height:0; } /*Vertical Carousel*/ .sestutorial_category_carousel_v_wrapper .sestutorial_home_category_section{ border-width:0; margin:0; padding:0; overflow:hidden; width:100% !important; } .sestutorial_category_carousel_v_wrapper .sestutorial_category_carousel_nav{ clear:both; margin:10px 0; text-align:center; } .sestutorial_category_carousel_v_wrapper .sestutorial_category_carousel_nav a{ border-width:1px; border-radius:3px; display:inline-block; margin:0 3px; height:30px; width:30px; text-align:center; box-shadow:0 0 5px rgba(0, 0, 0, .1); } .sestutorial_category_carousel_v_wrapper .sestutorial_category_carousel_nav a:hover{ opacity:.8; filter:alpha(opacity=80); box-shadow:0 0 8px rgba(0, 0, 0, .2); } .sestutorial_category_carousel_v_wrapper .sestutorial_category_carousel_nav a i{ line-height:30px; padding-top:2px; } .sestutorial_category_carousel_v_wrapper .sestutorial_category_carousel_nav a i:before{ font-size:25px; line-height:0; } /*Ask Question Popup*/ .sestutorial_askquestion_popup{ margin:15px; } .sestutorial_askquestion_popup .global_form div.form-elements{ margin-top:0; } .sestutorial_askquestion_popup .global_form div.form-label{ display:none; } .sestutorial_askquestion_popup .global_form div.form-element{ clear:both; margin-bottom:15px; width:100%; } .sestutorial_askquestion_popup input[type="text"], .sestutorial_askquestion_popup input[type="email"], .sestutorial_askquestion_popup select, .sestutorial_askquestion_popup textarea{ max-width:100%; padding:5px; width:100%; } /*Table View*/ .sestutorial_content_table .maincat ~ .maincat{ border-top-width: 1px; } .sestutorial_content_table .maincat{ padding:10px 0; } .sestutorial_content_table .sestutorial_hideshow_btn{ float:right; width:20px; margin-left:5px; text-align:center; font-size:17px; } .sestutorial_content_table .maincat > span, .sestutorial_content_table .table_cont > span{ display:block; overflow:hidden; } .sestutorial_content_table .maincat > span{ font-weight:bold; } .sestutorial_content_table .maincat_cont{ border-top-width:1px; padding:5px 0; } .sestutorial_content_table .table_cont{ padding:5px 0; } .sestutorial_content_table .table_cont._tutorial_active { font-weight:bold; } .sestutorial_content_table .second-lavel{ padding-left:10px; } .sestutorial_content_table .third-lavel{ padding-left:20px; } .sestutorial_content_table .table_cont .sestutorial_no{ float:left; margin-right:5px; color:var(--theme-font-color-light); } .sestutorial_content_table .table_cont .sestutorial_label{ display:block; overflow:hidden; } /*Category Sidebar Widget*/ .sestutorial_sidebar_categories{ padding:0; } .sestutorial_sidebar_categories li{ padding:10px 0; } .sestutorial_sidebar_categories li + li{ border-top-width:1px; } .sestutorial_sidebar_categories li a.catlabel{ background-image:url(/application/modules/Sestutorial/externals/images/category.png); background-position:left 5px; background-repeat:no-repeat; background-size:14px auto; display:block; font-weight:bold; padding-left:22px; overflow:hidden; } [dir="rtl"] .sestutorial_sidebar_categories > li a.catlabel{ background-position:right center; padding-left:0; padding-right:22px; } .sestutorial_sidebar_categories > li a.noicon{ background-image:none; padding:0; } .sestutorial_sidebar_categories a.cattoggel{ font-size:17px; float: right; height: 16px; width: 16px; text-align: center; line-height: 16px; } [dir="rtl"] .sestutorial_sidebar_categories a.cattoggel{ float:left; } .sestutorial_sidebar_categories a.cattoggelright:before{ content:"\f0da"; font-family:"Font Awesome 5 Free"; font-weight:900; } .sestutorial_sidebar_categories a.cattoggeldown:before{ content:"\f0d7"; font-family:"Font Awesome 5 Free"; font-weight:900; } .sestutorial_sidebar_categories > li ul{ margin-left:10px; } [dir="rtl"] .sestutorial_sidebar_categories > li ul{ margin-left:0; margin-right:10px; } .sestutorial_sidebar_categories > li ul li{ border-width:0; padding:5px 0; } .sestutorial_search_banner.type1 .sestutorial_search_banner_ques a{ display:inline-block; padding:10px 20px; background-color:var(--theme-button-background-color); color:var(--theme-button-font-color); border-radius:20px; } @media (max-width:767px){ .sestutorial_browse_search_horizontal form .form-wrapper{ width:100%; } .sestutorial_browse_search_horizontal form .form-wrapper #execute-label{ display:none; } .sestutorial_search_banner.type2 .sestutorial_search_banner_heading h2{ font-size:32px; } .sestutorial_search_banner.type2 .sestutorial_search_banner_des p{ font-size:14px; } .sestutorial_search_banner.type2 .sestutorial_search_banner_form{ width:500px; } .sestutorial_home_category_list_item{ width:100%; padding:0px; } .sestutorial_search_banner.type1 .sestutorial_search_banner_content_left{ padding:20px; } .sestutorial_search_banner.type1 .sestutorial_search_banner_form{ width:100% } .sestutorial_category_view ul li{ width:33.33% !important; } .sestutorial_category_question_section{ padding:25px 15px; width:100%; } .sestutorial_search_banner_container, .sestutorial_search_banner{ height:auto !important; } .search_banner_bg_full .sestutorial_search_banner, .sestutorial_search_banner_inner{ position:inherit; } .sestutorial_home_category_content{ margin:0px; } .sestutorial_home_category_section{ width:33% !important; height:auto !important; } .sestutorial_question_answer_grid_content .sestutorial_question_answer_title{ display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .sestutorial_question_answer_grid_content .sestutorial_question_answer_inner{ height:auto !important; } .sestutorial_catview_list .sestutorial_category_question_section{ width:50%; } } @media (max-width:599px){ .sestutorial_search_banner.type2 .sestutorial_search_banner_heading h2{ font-size:30px; } .sestutorial_search_banner.type2 .sestutorial_search_banner_form{ width:100%; } .sestutorial_category_view ul li{ width:50% !important; } .sestutorial_search_banner.type1 .sestutorial_search_banner_content_left{ padding:15px; } .sestutorial_search_banner.type1 .sestutorial_search_banner_ques a{ padding:10px 15px; border-radius:5px; } .sestutorial_search_banner.type1 .sestutorial_search_banner_heading h2{ text-align:center; } .sestutorial_search_banner.type1 .sestutorial_search_banner_heading h2 img{ display:none; } .sestutorial_home_category_section{ width:50% !important; } .sestutorial_question_answer_grid_content .sestutorial_question_answer_title{ overflow: inherit; white-space: inherit; text-overflow: inherit; } } @media (max-width:479px){ .sestutorial_search_banner.type2 .sestutorial_search_banner_content{ padding:0px; } .sestutorial_home_category_list_item_icon{ margin-right:10px; } .sestutorial_home_category_list_item_cont{ font-size:16px; line-height:22px !important; padding:6px 0px 0px; } .sestutorial_question_answer_list_content .sestutorial_question_answer_section{ padding:10px; } .sestutorial_question_answer_list_content p.read_more{ width:100%; } .sestutorial_tutorial_view_title h2{ font-size:14px; font-weight:bold; } .sestutorial_question_answer_list_content .sestutorial_question_answer_stats ul li{ margin-right:10px; } .sestutorial_tutorial_view_rating{ float:none; margin:5px 0px 15px 0px; display:block; width:100%; text-align:center; } .sestutorial_tutorial_view_rating .rating_star_big_generic{ float:none; display:inline-block; vertical-align:middle; } .sestutorial_tutorial_view_rating .rating_text{ float:none; min-width:54px; } .sestutorial_tutorial_view_social{ float:none; text-align:center; } .sestutorial_tutorial_view_des p{ text-align:justify; } .sestutorial_category_view ul li{ width:100% !important; } .sestutorial_home_category_section{ width:100% !important; } .sestutorial_catview_list .sestutorial_category_question_section{ width:100%; } } .sesuserdocverification_settings .sesuserdocverification_upload_btn{ margin-bottom:15px; } .sesuserdocverification_settings .sesuserdocverification_upload_btn a{ display:inline-block; } /*Upload Form Popup*/ .sesuserdocverification_add_popup{ margin:15px 0 0 15px; } .sesuserdocverification_add_popup .form-label{ display:none; } .sesuserdocverification_add_popup #buttons-wrapper{ margin-top:15px; } /*Manage Documents*/ [class*="sesuserdocverification_icon_"]:before, [class*="sesuserdocverification_icon_"]:after,{ font-family:"Font Awesome 5 Free"; font-style:normal; font-weight:900; } .sesuserdocverification_icon_add:before{ content:"\f067"; } .sesuserdocverification_icon_delete:before{ content:"\f2ed"; } .sesuserdocverification_icon_view:before{ content:"\f06e"; } .sesuserdocverification_icon_submit:before{ content:"\f00c"; } .sesuserdocverification_manage_documents ._type i{ height:35px; width:35px; line-height:35px; display:inline-block; border-radius:50%; text-align:center; margin-right:15px; font-style:normal; font-size:17px; } .sesuserdocverification_manage_documents ._status span{ display:inline-block; color:#fff; border-radius:3px; padding:5px 10px; font-size:12px; font-weight:bold; min-width:140px; text-align:center; } .sesuserdocverification_manage_documents .status_pending{ background-color:#f5ca00; } .sesuserdocverification_manage_documents .status_verified{ background-color:#599e14; } .sesuserdocverification_manage_documents .status_rejected{ background-color:#c8514a; } .sesuserdocverification_manage_documents ._option span + span{ margin-left:10px; } /*MEMBER VERIFICATION INFO TIP START HERE*/ .sesuserdocverification_member_verification_tip{ padding:15px; min-width:250px; } .sesuserdocverification_member_verification_tip_section{ border-top-width:1px; border-top-style:dashed; margin-top:15px; padding-top:15px; } .sesuserdocverification_member_verification_tip_section:nth-child(1){ border-top-width:0; margin-top:0; padding-top:0; } .sesuserdocverification_member_verification_tip_section ._title{ font-weight:bold; } .sesuserdocverification_member_verification_tip_section ._title span + span{ font-weight:normal; font-style:italic; } .sesuserdocverification_member_verification_tip_section ._des{ font-size:90%; margin-top:5px; } /*MEMBER VERIFICATION INFO TIP END HERE*//* $Id:carousel.css 2015-3-1 00:00:00 SocialEngineSolutions $*/ .sesvideo_carousel_wrapper{ clear:both; position:relative; overflow:hidden; padding:0; width:100%; } .sesvideo_carousel{ overflow:hidden; width:100%; } .sesvideo_carousel_wrapper .sesvideo_listing_grid{ margin:0 5px } .sesvideo_carousel_wrapper .sesvideo_listing_grid .sesvideo_thumb{ border-width:0; padding:0; } /*Horizontal Carousel*/ .sesvideo_carousel_h_wrapper{ padding:0; } .sesvideo_carousel_h_wrapper .owl-nav.disabled { display:none; } .sesvideo_carousel_h_wrapper .sesvideo_carousel_nav a{ box-shadow:0px 0px 3px rgba(0, 0, 0, .5); background-color:#fff; border-radius:2px; margin-top:-13px; top:50%; position:absolute; transition:all 0.3s ease 0s; opacity:0; filter:alpha(opacity=0); /* For IE8 and earlier */ height:25px; line-height:25px; padding:0; text-align:center; width:25px; } .sesvideo_carousel_h_wrapper:hover .sesvideo_carousel_nav a{ opacity:1; filter:alpha(opacity=100); /* For IE8 and earlier */ } .sesvideo_carousel_h_wrapper a.sesvideo_carousel_nav_pre{ border-radius:2px 0 0 2px; left:15px; } .sesvideo_carousel_h_wrapper:hover a.sesvideo_carousel_nav_pre{ left:5px; } .sesvideo_carousel_h_wrapper a.sesvideo_carousel_nav_nxt{ border-radius:0 2px 2px 0; right:15px; } .sesvideo_carousel_h_wrapper:hover a.sesvideo_carousel_nav_nxt{ right:5px; } .sesvideo_carousel_h_wrapper .sesvideo_carousel_nav a i:before{ color:#222; float:left; font-size:22px; margin-top:2px; } .sesvideo_carousel_h_wrapper:hover a.sesvideo_carousel_nav_pre i:before{ margin-right:2px; } .sesvideo_carousel_h_wrapper:hover a.sesvideo_carousel_nav_nxt i:before{ margin-left:2px; } .cd-slider-searchbox #global_wrapper .layout_middle .generic_layout_container { margin-bottom: 0 !important; }/* $Id:channel_cover.css 2015-4-1 00:00:00 SocialEngineSolutions $*/ #global_page_sesvideo-chanel-index .layout_top .layout_middle{ overflow:visible; } .layout_sesvideo_chanel_cover{ border-width:0 !important; box-shadow:none !important; background-color:transparent !important; padding:0 !important; margin:0 0 15px !important; } .sesvideo_channel_cover_container{ height:300px; margin-bottom:15px; position:relative; width:100%; } .sesvideo_cover_thumbs{ display:block; height:100%; position:absolute; width:100%; } .sesvideo_cover_thumbs ul li{ float:left; } [dir="rtl"] .sesvideo_cover_thumbs ul li{ float:right; } .sesvideo_cover_thumbs ul li:nth-child(2){ padding:0 2px; } .sesvideo_cover_thumbs ul li span{ background-position:center center; background-size:cover; display:block; height:100%; width:100%; } .sesvideo_channel_cover_image{ background-position:center center; background-size:cover !important; display:inline-block; height:100%; position:relative; width:100%; overflow:hidden; } .sesvideo_channel_cover_image img{ min-height:100%; min-width:100%; width:100%; position:absolute; } .sesvideo_channel_cover_fade{ background:#000; background:rgba(0,0,0,0.6); background:-moz-linear-gradient(top, transparent 40%, rgba(0,0,0,0.8) 100%); background:-webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(100%, rgba(0,0,0,0.8))); background:-webkit-linear-gradient(top, transparent 40%, rgba(0,0,0,0.8) 100%); background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0,0,0,0.8))); background:linear-gradient(to bottom, transparent 40%,rgba(0,0,0,0.8) 100%); bottom:0; left:0; position:absolute; top:0; right:0; } .sesvideo_channel_cover_inner{ bottom:0; padding:20px; position:absolute; width:100%; } .sesvideo_channel_cover_tabs_wrap .sesvideo_channel_cover_inner{ padding:20px 20px 50px; } .sesvideo_channel_cover_main_photo{ border:2px solid #fff; border-radius:3px; float:left; height:100px; margin-right:20px; overflow:hidden; width:100px; -moz-box-shadow:0 0 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow:0 0 1px rgba(0, 0, 0, 0.2); box-shadow:0 0 1px rgba(0, 0, 0, 0.2); } [dir="rtl"] .sesvideo_channel_cover_main_photo{ float:right; margin-left:20px; margin-right:0; } .sesvideo_channel_cover_main_photo a{ display:block !important; height:100%; width:100%; } .sesvideo_channel_cover_main_photo img{ border-width:0; height:100%; max-height:none; max-width:none; object-fit:cover; width:100%; } .sesvideo_channel_cover_info{ overflow:hidden; } .sesvideo_channel_cover_title{ background-color:transparent; border-width:0; color:#fff; font-size:25px; line-height:normal; margin:5px 0; padding:0; text-shadow:0 0 1px rgba(0, 0, 0, 0.5); } .sesvideo_channel_cover_rating{ margin-top:10px; } .sesvideo_channel_cover_stats{ bottom:50px; position:absolute; right:20px; } [dir="rtl"] .sesvideo_channel_cover_stats{ left:20px; right:inherit; } .sesvideo_channel_cover_stats div{ display:block; float:left; margin-left:10px; } [dir="rtl"] .sesvideo_channel_cover_stats div{ float:right; margin-left:0; margin-right:10px; } .sesvideo_channel_cover_stats .sesvideo_channel_cover_stat_count{ font-size:20px; } .sesvideo_channel_cover_date, .sesvideo_channel_cover_date a, .sesvideo_view_album_rating .sesbasic_rating_text, .sesvideo_channel_cover_stats div{ color:#ddd; } /*Cover Footer*/ .sesvideo_channel_cover_footer{ background-color:rgba(0, 0, 0, 0.3); border-top:1px solid rgba(255, 255, 255, 0.1); bottom:0; position:absolute; right:0; } [dir="rtl"] .sesvideo_channel_cover_footer{ left:0; right:inherit; } .sesvideo_channel_cover_tabs_wrap .sesvideo_channel_cover_footer{ left:0; right:0; } /*Cover Tabs*/ .sesvideo_channel_cover_tabs{ float:left; } [dir="rtl"] .sesvideo_channel_cover_tabs{ float:right; } .sesvideo_channel_cover_tabs > div, .sesvideo_channel_cover_tabs > div > ul{ border:0; background:none; margin:0 !important; padding:0 !important; } .sesvideo_channel_cover_tabs > div > ul > li{ border-left:1px solid rgba(255, 255, 255, 0.1); float:left; margin:0; } [dir="rtl"] .sesvideo_channel_cover_tabs > div > ul > li{ border-left-width:0; border-right:1px solid rgba(255, 255, 255, 0.1); float:right; } .sesvideo_channel_cover_tabs > div > ul > li:last-child{ border-right:1px solid rgba(255, 255, 255, 0.1); } [dir="rtl"] .sesvideo_channel_cover_tabs > div > ul > li:last-child{ border-left:1px solid rgba(255, 255, 255, 0.1); } .sesvideo_channel_cover_tabs > div > ul > li > a{ border-radius:0 !important; border-width:0 !important; color:#fff; display:block; font-weight:bold; line-height:40px; padding:0 20px !important; text-decoration:none; outline:none; margin:0; font-size:var(--theme-font-size-small) !important; } .sesvideo_channel_cover_tabs > div > ul > li > a:hover{ text-decoration:none; } .sesvideo_channel_cover_tabs > div > ul > li.more_tab > a span{ display:none; } .sesvideo_channel_cover_tabs > div > ul > li > a:hover, .sesvideo_channel_cover_tabs > div > ul > li > a:active, .sesvideo_channel_cover_tabs > div > ul > li.active > a, .sesvideo_channel_cover_tabs > div > ul > li.active > a:hover, .sesvideo_channel_cover_tabs > div > ul > li.tab_open > a{ background-color:rgba(0, 0, 0, 0.9); color:#fff; top:0; } .sesvideo_channel_cover_tabs .tab_pulldown_contents_wrapper{ margin-top:40px; } /*Cover Buttons*/ .sesvideo_channel_cover_buttons{ float:right; overflow:hidden; } [dir="rtl"] .sesvideo_channel_cover_buttons{ float:left; } .sesvideo_channel_cover_buttons .sesbasic_icon_btn{ background-color:transparent; border-radius:0; height:40px; float:left; margin:0 !important; padding:11px 0; width:40px; } [dir="rtl"] .sesvideo_channel_cover_buttons .sesbasic_icon_btn{ float:right; border-right:1px solid rgba(255, 255, 255, 0.1); border-left:0; } .sesvideo_channel_cover_buttons .sesbasic_icon_btn:hover{background-color:rgba(0, 0, 0, 0.9);} .sesvideo_channel_cover_buttons .sesbasic_icon_btn{border-left:1px solid rgba(255, 255, 255, 0.1);} .sesvideo_channel_cover_buttons .sesbasic_icon_btn i:before{font-size:17px;} .sesvideo_channel_cover_buttons .sesbasic_icon_btn_count i:before{top:0;} .sesvideo_channel_cover_buttons .sesbasic_icon_btn_count span{top:20px;font-size:17px;} .sesvideo_channel_cover_buttons .sesbasic_icon_btn_count:hover i:before{top:-20px;} .sesvideo_channel_cover_buttons .sesbasic_icon_btn_count:hover span{top:0;} .sesvideo_channel_cover_buttons .sesbasic_icon_like_btn.button_active{background-color:#02adea;} .sesvideo_channel_cover_buttons .sesbasic_icon_fav_btn.button_active, .sesvideo_channel_cover_buttons .sesbasic_icon_follow_btn.button_active{background-color:#ff4c4c;} /*Change Cover Buttons*/ .sesvideo_channel_cover_change_cover{ position:absolute; left:20px; top:20px; z-index:1; } [dir="rtl"] .sesvideo_channel_cover_change_cover{ left:inherit; right:20px; } .sesvideo_channel_cover_change_cover > a{ border-radius:3px; display:block; overflow:hidden; padding:3px 5px; } .sesvideo_channel_cover_change_cover:hover > a, .sesvideo_channel_cover_change_cover.active > a{ background-color:rgba(0, 0, 0, 0.8); border:1px solid rgba(255, 255, 255, 0.8); -webkit-transition:all 300ms ease 0s; -moz-transition:all 300ms ease 0s; -o-transition:all 300ms ease 0s; transition:all 300ms ease 0s; } .sesvideo_channel_cover_change_cover > a i{ float:left; height:25px; margin-right:5px; text-align:center; width:25px; } [dir="rtl"] .sesvideo_channel_cover_change_cover > a i{ float:right; margin-left:5px; margin-right:0; } .sesvideo_channel_cover_change_cover > a i:before{ color:#f1f1f1; display:block; font-size:22px; margin-top:2px; text-shadow:0 0 5px rgba(0, 0, 0, 0.8); } .sesvideo_channel_cover_change_cover.active > a i:before, .sesvideo_channel_cover_change_cover:hover > a i:before{ color:#f1f1f1; display:block; font-size:22px; margin-top:1px; -ms-transform:scale(.7); /* IE 9 */ -webkit-transform:scale(.7); /* Safari */ transform:scale(.7); -webkit-transition:all 300ms ease 0s; -moz-transition:all 300ms ease 0s; -o-transition:all 300ms ease 0s; transition:all 300ms ease 0s; } .sesvideo_channel_cover_change_cover > a span{ color:#fff; display:none; float:left; margin-top:3px; font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .sesvideo_channel_cover_change_cover > a span{ float:right; } .sesvideo_channel_cover_change_cover:hover > a span, .sesvideo_channel_cover_change_cover.active > a span{ display:block; } .sesvideo_channel_cover_change_cover_options_arrow{ border-bottom:10px solid #fff; border-left:10px solid transparent; border-right:10px solid transparent; height:0; left:7px; position:absolute; top:-10px; width:0; } [dir="rtl"] .sesvideo_channel_cover_change_cover_options_arrow{ right:7px; left:inherit; } .sesvideo_option_box{ position:absolute; display:none; width:170px; background-color:var(--theme-list-background-color); border:1px solid var(--theme-border-color); } .sesvideo_option_box a{ display:block; padding:5px 10px; color:var(--theme-font-color) !important; font-size:var(--theme-font-size-small) !important; } .sesvideo_option_box a:hover{ text-decoration:none; background-color:var(--theme-list-background-color-hover); } .sesvideo_option_box a.fa:before, .sesvideo_option_box a i{ margin-right:5px; text-align:center; width:16px; font-size:var(--theme-font-size-small) !important; } .sesvideo_option_box a i:before { font-size:var(--theme-font-size-small) !important; } [dir="rtl"] .sesvideo_option_box a.fa:before, [dir="rtl"] .sesvideo_option_box a i{ margin-left:5px; margin-right:0; } .sesvideo_channel_cover_change_cover.active .sesvideo_channel_cover_change_cover_options{ left:0; top:45px; display:block; } [dir="rtl"] .sesvideo_channel_cover_change_cover.active .sesvideo_channel_cover_change_cover_options{ left:inherit; right:0; } /*Photo update Popup*/ .sesvideo_photo_update_popup{ position:fixed; top:0; bottom:0; right:0; left:0; z-index:99; } .sesvideo_photo_update_popup_overlay{ background-color:rgba(0, 0, 0, .1); position:absolute; height:100%; width:100%; z-index:99; } .sesvideo_photo_update_popup_container{ border:5px solid #ccc; border-radius:5px; left:50%; margin-left:-180px; position:absolute; top:20px; width:360px; z-index:100; background-color:var(--theme-body-background-color); } .sesvideo_photo_update_popup_header{ border-bottom-width:1px; border-bottom-style:solid; font-size:15px; font-weight:bold; line-height:40px; padding:0 10px; background-image:url(/application/modules/Sesbasic/externals/images/t-img-light.png); } .sesvideo_photo_update_popup_header .fa{ float:right; text-decoration:none !important; } .sesvideo_photo_update_popup_webcam_options{padding:15px;} .sesvideo_photo_update_popup_btns{margin-top:10px;} /*Full Cover Photo*/ .sesvideo_channel_cover_full .sesvideo_channel_cover_container{ left:0; right:0; position:absolute; } .sesvideo_channel_cover_full .sesvideo_channel_cover_fade{ background-image:none; background-color:rgba(0, 0, 0, .3); } .sesvideo_channel_cover_full .sesvideo_channel_cover_inner{ display:table; height:100%; padding:0; width:100%; } .sesvideo_channel_cover_full .sesvideo_channel_cover_cont{ display:table-cell; padding:20px 50px 40px; vertical-align:middle; } .sesvideo_channel_cover_full .sesvideo_channel_cover_main_photo { border-radius:50%; height:150px; float:none !important; margin:0 auto 10px; position:relative; width:150px; bottom:inherit; left:inherit; right:inherit; } .sesvideo_channel_cover_full .sesvideo_channel_cover_main_photo img{ border-radius:50%; } .sesvideo_channel_cover_full .sesvideo_channel_cover_info { background-color:transparent; float:none; margin:0; max-width:none; padding:0; text-align:center !important; width:100%; } .sesvideo_channel_cover_full .sesvideo_channel_cover_info .sesvideo_channel_cover_title{ font-size:35px; font-weight:bold; text-shadow:0 0 10px rgba(0, 0, 0, 0.5); } .sesvideo_channel_cover_full .sesvideo_channel_cover_date { margin:7px 0; text-align:center !important; font-size:15px; color:#fff; text-shadow:0 1px 1px #000000; } .sesvideo_channel_cover_full .sesvideo_channel_cover_rating{ text-align:center; } .sesvideo_channel_cover_full .sesvideo_channel_cover_date a, .sesvideo_channel_cover_full .sesvideo_channel_cover_rating .sesbasic_rating_text, .sesvideo_channel_cover_full .sesvideo_channel_cover_stats div{ color:#fff; text-shadow:0 1px 1px #000000; } .sesvideo_channel_cover_full .sesvideo_channel_cover_stats{ position:inherit; text-align:center; } .sesvideo_channel_cover_full .sesvideo_channel_cover_stats div{ display:inline-block; float:none !important; margin:5px !important; } /*RESPONSIVE CSS START HERE*/ @media only screen and (max-width:767px){ .sesvideo_channel_cover_main_photo{margin:0 10px 0 0;} [dir="rtl"] .sesvideo_channel_cover_main_photo{margin:0 0 0 10px;} .sesvideo_channel_cover_stats{position:inherit;} .sesvideo_channel_cover_stats div{margin:0 5px 0 0;} [dir="rtl"] .sesvideo_channel_cover_stats div{margin:0 0 0 5px;} .sesvideo_channel_cover_full .sesvideo_channel_cover_cont{ padding:20px; } } @media only screen and (max-width:480px){ .sesvideo_channel_cover_title{font-size:20px;} .sesvideo_channel_cover_date, .sesvideo_channel_cover_stats, .sesvideo_channel_cover_stats .sesvideo_channel_cover_stat_count{font-size:12px;} } @media only screen and (max-width:400px){ .sesvideo_channel_cover_stats{display:none;} } /*RESPONSIVE CSS END HERE*/ .sesvideo_slideshow_full_width .layout_sesvideo_slideshow{padding:0 !important;background:none !important;border:0 !important;box-shadow:0 !important;} .sesvideo_slideshow_full_width .sesvideo_slideshow_container{ position:absolute; left:0; right:0; width:100%; } /*Header*/ .cd-header{ position:absolute; padding:0 5%; z-index:4; top:15px; left:0; right:0; height:50px; margin:auto; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; width:var(--theme-content-width); } .sesvideo_slideshow_full_width .cd-header{ width:100%; top:0; } .cd-logo{ float:left; margin:15px 0 0; } [dir="rtl"] .cd-logo{ float:right; } .cd-logo a{ font-size:30px; color:#fff; font-weight:bold; } .cd-logo img{ display:block; max-height:50px; } .cd-primary-nav{ float:left; margin:15px 0 0 40px; position:relative; padding-bottom:20px; } [dir="rtl"] .cd-primary-nav{ float:right; margin:15px 40px 0 0; } .cd-primary-nav-browse-btn{ border-radius:3px; color:#fff !important; font-size:15px; padding:5px 10px; float:left; } [dir="rtl"] .cd-primary-nav-browse-btn{ float:right; } .cd-primary-nav-browse-btn i{ margin-left:5px; } [dir="rtl"] .cd-primary-nav-browse-btn i{ margin-left:0; margin-right:5px; } .cd-primary-nav:hover .cd-primary-nav-browse-btn{ text-decoration:none; } .cd-primary-nav-mobile-browse-btn{ display:none; } .cd-primary-nav-dropdown{ box-shadow:0 0 5px rgba(0, 0, 0, .2); display:none; position:absolute; margin-top:38px; left:0; min-width:140px; background-color:var(--theme-list-background-color); } [dir="rtl"] .cd-primary-nav-dropdown{ left:auto; right:0; } .cd-primary-nav-dropdown:before{ border:10px solid transparent; content:""; height:0; left:10px; position:absolute; right:0; top:-20px; width:0; border-bottom-color:var(--theme-list-background-color) !important; } [dir="rtl"] .cd-primary-nav-dropdown:before{ right:10px; left:0; } .cd-primary-nav:hover .cd-primary-nav-dropdown{ display:block; } .cd-primary-nav-dropdown li{ clear:both; } .cd-primary-nav-dropdown li a{ display:block; padding:8px 15px; white-space:nowrap; -webkit-transition:all 0.2s ease-in 0s; -moz-transition:all 0.2s ease-in 0s; transition:all 0.2s ease-in 0s; } .cd-primary-nav-dropdown li a:hover{ text-decoration:none; background-color:var(--theme-list-background-color-hover); } /*Mini Menu*/ .cd-mini-menu{ float:right; margin:15px 0 0; } [dir="rtl"] .cd-mini-menu{ float:left; } .cd-mini-menu #core_menu_mini_menu_update .pulldown_contents_wrapper { margin-top:25px; } .cd-mini-menu > ul{ display:flex; align-items:center; } .cd-mini-menu > ul > li{ float:left; padding:0 10px; } .cd-mini-menu > ul > #core_menu_mini_menu_update{ padding:5px 0; } .cd-mini-menu > ul > li > a{ color:#fff !important; display:block; font-size:15px; padding:5px 0 !important; height:inherit !important; background:none !important; line-height:inherit !important; } .cd-mini-menu > ul > li > a:hover{ text-decoration:none; } .cd-mini-menu .updates_pulldown > a, .cd-mini-menu .updates_pulldown_active > a{ padding:5px 10px; font-weight:normal !important; color:#fff; font-size:15px; text-transform:none; } .cd-mini-menu .core_mini_signup{ background-color:#F25B3B; border-radius:3px; padding:5px 10px; } .cd-mini-menu .core_mini_signup:hover{ background-color:#EA350F; } .cd-mini-menu > ul > li > .core_mini_profile > img { width:30px; height:30px; margin-right:5px; border:0; } [dir="rtl"] .cd-mini-menu > ul > li > .core_mini_profile > img{ margin-left:5px; margin-right:0px; } @media only screen and (max-width:1199px){ .cd-mini-menu > ul > li { padding:0 5px; } } @media only screen and (max-width:991px){ .sesvideo_slideshow_container{ position:absolute; left:0; right:0; width:100%; } .layout_sesvideo_slideshow { padding:0 !important; } } @media only screen and (max-width:768px){ .cd-header{padding:5px 10px 0;} #cd-logo{margin-top:0;} #cd-logo a{font-size:20px;} .cd-primary-nav{ float:right; margin:10px 0 0 20px; padding-bottom:0; position:static; } [dir="rtl"] .cd-primary-nav{ float:left; margin:10px 20px 0 0; } .cd-primary-nav-mobile-browse-btn{ border:1px solid #fff; border-radius:3px; color:#fff !important; font-size:15px; padding:5px 10px; float:left; display:block; } .cd-primary-nav-browse-btn{ display:none; } .cd-primary-nav-dropdown{ width:100%; } .cd-primary-nav-dropdown:before{ left:auto; right:28px; } .cd-mini-menu{ margin-top:10px; } .cd-mini-menu > ul{display:block;} .cd-mini-menu > ul > li > a, .cd-mini-menu .updates_pulldown > a{font-size:13px !important;} } @media (max-width:1199px) { .cd-header{ width:100%; } } /* -------------------------------- Slider -------------------------------- */ .cd-hero{ position:relative; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } .cd-hero-slider{ position:relative; height:450px; overflow:hidden; } .cd-hero-slider li{ position:absolute; top:0; left:0; width:100%; height:100%; -webkit-transform:translateX(100%); -moz-transform:translateX(100%); -ms-transform:translateX(100%); -o-transform:translateX(100%); transform:translateX(100%); } .cd-hero-slider li.selected{ /* this is the visible slide */ position:relative; -webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); transform:translateX(0); } .cd-hero-slider li.move-left{ /* slide hidden on the left */ -webkit-transform:translateX(-100%); -moz-transform:translateX(-100%); -ms-transform:translateX(-100%); -o-transform:translateX(-100%); transform:translateX(-100%); } .cd-hero-slider li.is-moving, .cd-hero-slider li.selected{ /* the is-moving class is assigned to the slide which is moving outside the viewport */ -webkit-transition:-webkit-transform 0.2s; -moz-transition:-moz-transform 0.2s; transition:transform 0.2s; } @media only screen and (max-width:768px){ .sesvideo_slideshow_wrapper, .cd-hero-slider{ height:420px !important; } } /* -------------------------------- Single slide style -------------------------------- */ .cd-hero-slider li{ background-color:#2c343b; background-position:center center; background-size:cover; background-repeat:no-repeat; } .cd-hero-slider li:before{ background-color:rgba(0, 0, 0, .4); content:""; position:absolute; width:100%; height:100%; z-index:1; } .cd-hero-slider .cd-full-width, .cd-hero-slider .cd-half-width{ position:absolute; width:100%; height:100%; z-index:1; left:0; top:0; /* this padding is used to align the text */ padding-top:150px; text-align:center; /* Force Hardware Acceleration in WebKit */ -webkit-backface-visibility:hidden; backface-visibility:hidden; -webkit-transform:translateZ(0); -moz-transform:translateZ(0); -ms-transform:translateZ(0); -o-transform:translateZ(0); transform:translateZ(0); } .cd-hero-slider .cd-img-container{ /* hide image on mobile device */ display:none; } .cd-hero-slider .cd-img-container img{ position:absolute; left:50%; top:50%; bottom:auto; right:auto; -webkit-transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%); } .cd-hero-slider .cd-bg-video{ /* hide video on mobile device */ /*display:none;*/ position:absolute; top:0; left:0; width:100%; height:100%; overflow:hidden; } .cd-hero-slider .cd-bg-video video{ /* you won't see this element in the html, but it will be injected using js */ display:block; min-height:100%; min-width:100%; max-width:none; height:auto; width:auto; position:absolute; left:50%; top:50%; bottom:auto; right:auto; -webkit-transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -ms-transform:translateX(-50%) translateY(-50%); -o-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%); } .cd-hero-slider-video-img{ height:100%; width:100%; background-position:center center; background-size:cover; } .cd-hero-slider h2, .cd-hero-slider p{ text-shadow:0 1px 3px rgba(0, 0, 0, 0.1); line-height:1.2; margin:0 auto 14px; width:90%; max-width:400px; } .cd-hero-slider h2{ font-size:1.5rem; font-weight:bold; letter-spacing:normal; text-transform:uppercase; } .cd-hero-slider p{ font-size:1rem; line-height:1.6rem; } .cd-hero-slider .cd-btn{ background-color:rgba(212, 68, 87, 0.9); border-radius:50px; box-shadow:0 3px 6px rgba(0, 0, 0, 0.1); color:#ffffff; display:inline-block; font-size:12px; letter-spacing:0.15em; margin:0 5px 0; min-width:100px; padding:8px 10px; -webkit-transition:background-color 0.2s; -moz-transition:background-color 0.2s; transition:background-color 0.2s; } .cd-hero-slider .cd-btn:hover{ text-decoration:none; } @media only screen and (min-width:768px){ .cd-hero-slider .cd-full-width, .cd-hero-slider .cd-half-width{ padding-top:150px; } .cd-hero-slider .cd-bg-video{ display:block; } .cd-hero-slider .cd-half-width{ width:30%; } .cd-hero-slider .form-in-left .cd-half-width:first-of-type{ left:5%; } .cd-hero-slider .form-in-right .cd-half-width:first-of-type{ left:auto; right:5%; } .cd-hero-slider .cd-half-width:nth-of-type(2){ left:auto; width:60%; } .cd-hero-slider .form-in-left .cd-half-width:nth-of-type(2){ right:5%; } .cd-hero-slider .form-in-right .cd-half-width:nth-of-type(2){ left:5%; right:inherit; } .cd-hero-slider .cd-img-container{ display:block; } .cd-hero-slider h2, .cd-hero-slider p{ max-width:800px; } .cd-hero-slider h2{ font-size:2.4em; } .cd-hero-slider .cd-btn{ font-size:16px; margin-top:10px; padding:15px 25px; } } @media only screen and (min-width:1170px){ .cd-hero-slider h2, .cd-hero-slider p{ margin-bottom:30px; } .cd-hero-slider h2{ font-size:3em; } .cd-hero-slider p{ font-size:1.8rem; } } /* -------------------------------- Single slide animation -------------------------------- */ @media only screen and (min-width:768px){ .cd-hero-slider .cd-half-width{ opacity:0; -webkit-transform:translateX(40px); -moz-transform:translateX(40px); -ms-transform:translateX(40px); -o-transform:translateX(40px); transform:translateX(40px); } .cd-hero-slider .move-left .cd-half-width{ -webkit-transform:translateX(-40px); -moz-transform:translateX(-40px); -ms-transform:translateX(-40px); -o-transform:translateX(-40px); transform:translateX(-40px); } .cd-hero-slider .selected .cd-half-width{ /* this is the visible slide */ opacity:1; -webkit-transform:translateX(0); -moz-transform:translateX(0); -ms-transform:translateX(0); -o-transform:translateX(0); transform:translateX(0); } .cd-hero-slider .is-moving .cd-half-width{ /* this is the slide moving outside the viewport wait for the end of the transition on the