/*
Theme Name: LASK
Theme URI: http://cmssuperheroes.com/wordpress/cshero
Author: Cmssuperheroes Team
Author URI: http://cmssuperheroes.com/
Version: 2.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Description: In 2015, Creating a magazine website with WordPress has never been easier.
Text Domain: wp_spectrum
*/

/**
 * Table of Contents:
 *
*/

/** Style all button site **/
@import "css/buttons.css";

/** Style mobule and type title module **/
@import "css/module.css";

/** Style all menu site **/
@import "css/menu.css";

/** Style all shortcode site **/
@import "css/shortcodes.css";

/** STYLE BASE SITE  **/
@import "css/style.min.css";

/** Style base spectrum site **/
@import "css/style.spectrum.css";

/** Style Shop **/
@import "css/woocommerce.css";

/** Style custom home **/
@import "css/custom-home.css";

/** Style RTL **/
@import "style-rtl.css";

/** Style reponsive **/
@import "css/responsive.css";

/** 3rd Extensions  **/
@import "css/extensions.css";



@font-face {
  font-family: 'assistantregular';
  src: url('/wp-content/themes/wp_spectrum/fonts/assistant-regular.woff') format('woff');
}


@font-face {
  font-family: 'assistant-bold';
  src: url('/wp-content/themes/wp_spectrum/fonts/assistant-bold.woff') format('woff'), 
        url('/wp-content/themes/wp_spectrum/fonts/assistant-bold.woff2') format('woff2');
}

@font-face {
  font-family: 'assistant-semibold';
  src: url('/wp-content/themes/wp_spectrum/fonts/assistant-semibold.woff') format('woff'),
        url('/wp-content/themes/wp_spectrum/fonts/assistant-semibold.woff2') format('woff2');
}

/** New development work 6-29-2021*/


body, p, h1,h2,h3,h4,h5,h6, span,div{
font-family: 'assistantregular' !important;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
    direction: rtl !important;
}

.csbody a:hover, .csbody a:focus, .csbody a:active, .csbody a.active{
	color:rgba(174, 32, 32, 1) !important;
}

body, p,div{
font-size:16px;
}

.cshero-fancybox-image{
padding:10px;
}

.sp-testimonial-free-wrapper .slick-arrow .fa{
    vertical-align:center !important;
    vertical-align:text-top !important;
}
.contact-form *{    
    direction: rtl !important;
}
.contact-form div.wpforms-container-full .wpforms-form .wpforms-field-label{
    text-align:right;
}
.map-top-add > .vc_column-inner{
    padding-top:0px !important;
}   


#cshero-header ul.cshero-dropdown ul > li > a:hover, #cshero-header ul.cshero-dropdown ul > li > a:focus, #cshero-header ul.cshero-dropdown ul > li:not(.group):hover > a, #cshero-header ul.cshero-dropdown ul > li:not(.group):focus > a, #cshero-header ul.cshero-dropdown ul > li:not(.group):active > a, #cshero-header ul.cshero-dropdown ul > li:not(.group):visited > a{
        background: #fff !important;
    color: #FFCB07 !important;
}

#header-sticky ul.cshero-dropdown ul > li > a:hover, #header-sticky ul.cshero-dropdown ul > li > a:focus, #header-sticky ul.cshero-dropdown ul > li:not(.group):hover > a, #header-sticky ul.cshero-dropdown ul > li:not(.group):focus > a, #header-sticky ul.cshero-dropdown ul > li:not(.group):active > a, #header-sticky ul.cshero-dropdown ul > li:not(.group):visited > a{
	background: #fff !important;
    color: #FFCB07 !important;
}
#cshero-header ul.cshero-dropdown ul > li.current-menu-item > a, #cshero-header ul.cshero-dropdown ul > li.current-menu-ancestor > a #cshero-header ul.cshero-dropdown ul > li > a:active, #cshero-header ul.cshero-dropdown ul > li > a.active, #header-sticky ul.cshero-dropdown ul > li.current-menu-item > a, #header-sticky ul.cshero-dropdown ul > li.current-menu-ancestor > a #header-sticky ul.cshero-dropdown ul > li > a:active, #header-sticky ul.cshero-dropdown ul > li > a.active{
    background: #fff !important;
    color: #FFCB07 !important;
}


.csbody a:hover, .csbody a:focus, .csbody a:active, .csbody a.active{
	color: #FFCB07 !important;
}


div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button{
    background:rgba(241, 192, 10, 0.6) !important;    
	border:1px solid #fff;
}
.service-page-block .vc_col-sm-6 *{
    text-align:center !important;
}

.vc_custom_1624987261576 .vc_col-sm-6 *{
    text-align:center !important;
}
.vc_custom_1624987443959 .left, .vc_custom_1624987261576 .left{
    float:none !important;
}

@media(min-width:1024px){
.vc_custom_1624987443959 .wpb_wrapper img , .vc_custom_1624987261576 .wpb_wrapper img{
	height:200px !important
}
}

/** New development work 6-29-2021 */









ul.standar-dropdown li ul.sub-menu{right: 250px;}

@media only screen and (min-width: 760px) {
#cs-page-title-wrapper .title_bar, #cs-page-title-wrapper .title_bar .sub_header_text { padding-top:80px; }
}
.cshero-mmenu .cshero-mobile-menu ul { transform: rotate(180deg);
}

.cshero-mmenu .cshero-mobile-menu ul > li {
    transform: rotate(-180deg);
}

#nav_menu-3{display:none;}

form input, form select, form textarea, form button {
    border-color: #707070;
}