/*
Theme Name: EXO Theme
Theme URI: http://cmssuperheroes.com/wordpress/cshero
Author: Cmssuperheroes Team
Author URI: http://cmssuperheroes.com/
Version: 1.0.4
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 2014, Creating a magazine website with WordPress has never been easier.
Text Domain: exo-theme
*/

/**
 * 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";
input[type="text"], input[type="email"], textarea{color:#000 !important;}
.footersocialicons{float:right;}
.footersocialicons ul{float: right; margin-right: 15px !important;}
.width100p{width: 100%;}
.formbtn{padding: 10px 40px !important; color: #000 !important; font-weight: 700; float: right;}
.hideAngle svg{display:none !important;}
.entry-content{font-size:20px;}
.entry-content p{margin-bottom:12px;}
.readMoreBtn{padding: 3px 20px; float: left; margin-top: 10px; border: 1px solid #ac7bb0; font-size: 15px; border-radius: 3px; color: #000000 !important; font-weight: 600;}
.readMoreBtnWhiteColor{color: #ffffff !important;}
.customHeading{padding-left:30px;}
.customForm{padding-left: 30px; float:left; width:100%; margin-top:20px}
.customForm input[type="text"], input[type="email"]{border:1px solid #cccccc;}
.customForm textarea{border:1px solid #cccccc;}
.customForm input[type="submit"]{padding: 16px 30px !important; background: #270c38; color: #ffffff !important;}

.commonBotmMargin .entry-content{margin-bottom:0px;}
/* Home page CSS */
.homeboxs1{padding:0px 15px !important;}
.indusgradiant{background: linear-gradient(270deg, rgb(52, 3, 94), rgb(104, 63, 138)) 0% 0% / 200% 200%;}
.cshero-client-title{font-size:20px;}
.ctaBtn{background:#000; color:#ffffff; font-size:16px; line-height:20px; border-radius:30px; z-index:9999; visibility:visible; display:block;}
/* Inner pages heading */
.innerHeading{font-size: 60px; color: #200a2e; line-height: 80px; text-align: center; font-family: Lato; font-weight: 900; font-style: normal;}
.innerSubHeading{font-size: 28px; color: #200a2e; line-height: 37px; text-align: center; font-family: Lato; font-weight: 500; font-style: normal; text-shadow:1px 1px 1px #cccccc;}

/* Cookies Policy */
.CookiesPolicy{padding: 10px 50px; position: fixed; bottom: 0px; background: #e0e0e0; z-index: 999; display:none; width: 100%; line-height: 50px;}
.CookiesPolicy .left{max-width:77%; float:left; width: auto;}
.CookiesPolicy .right{width:23%; float:left; padding-left:10px;}
.CookiesPolicy .allow{color: #fff !important; background: #2f5ba2; font-weight: 600; border-radius: 4px; padding: 8px 10px !important; margin: 0px;}
.CookiesPolicy .disallow{color: #000000 !important; font-weight: 600; padding: 10px 10px !important; cursor:pointer;}