/*
Theme Name: WP_Spectrum
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";




ul.getTouch {
    padding-top: 10px;
}

.getTouch > li {margin-bottom: 5px;}

#footer-bottom { font-size: 12px;}

.logotriae {
    vertical-align: middle;
}


.footer-top-1.col-xs-12.col-sm-6.col-md-3.col-lg-3 {
    text-align: center;
    margin-bottom: 0px !important;
}


input {
    width: 100%;
}

textarea, span.wpcf7-form-control-wrap.name input {
    font-size: 18px;
}

input[type="email"] {
font-weight: normal;}


p.slogan {
    font-size: 17px;
    padding-top: 25px;
    color: #888;
    text-align: right;
}

.slogan span {
    font-weight: bold;
    color: #1a427f;
}

.main-menu-content {
    border-bottom: 1px solid #648bb3;
}

.col-lg-4 {
    width: 100%;
    text-align: right;
}

@media (min-width: 1200px) {

.col-lg-9 {
    width: 80%;
}

.col-lg-3 {
    width: 20%;
} }

@media (max-width: 800px) {

p.slogan {
    font-size: 12px;
    padding: 0px 0px 5px 0px;

}

#header-sticky {
    padding: 20px 0px;
}

 }



@media (max-width: 480px) { 
.col-lg-4 {
    width: 100%;
    text-align: right;
    font-size: 9px;
}

p.slogan {    text-align: right;
    font-size: 9px;
    line-height: 10px}

}

.error404 div#cs-page-title-wrapper, .error404 .col-xs-12.col-sm-6.col-md-6.col-lg-6.error_image {
    display: none;
}

.error404 .col-xs-12.col-sm-6.col-md-6.col-lg-6.error_content {
    text-align: center;
    margin: auto;
    width: 100%;
    padding: 50px 0px;
}