/*
Theme Name: WP Suarez
Theme URI: http://cmssuperheroes.com/wordpress/cshero
Author: Cmssuperheroes Team
Author URI: http://cmssuperheroes.com/
Version: 1.0.1
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: WP_suarez
*/

/**
 * Table of Contents:
 *
*/
/** Style base site **/
@import "css/base.css";

/** 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 Suarez theme  **/
@import "css/style.min.css";
@import "css/custom-home.css";
@import "css/custom-page.css";

/* Style base for details Portfolio */
@import "css/portfolio.css";

/** Style RTL **/
@import "style-rtl.css";

/** Style reponsive **/
@import "css/responsive.css";

/** 3rd Extensions  **/
@import "css/extensions.css";

/* This is important style for the Toolkit form*/
/*-- arrow box --*/
.arrow-box { border-top-width: 0 !important; border: 2px solid #ab88b6; }
.arrow-box-head, .arrow-box-content { padding: 20px; text-align: left; position: relative; }
.arrow-box-heading { margin: 0; padding: 0; text-align: center;}
.arrow-box-subheading { display: block; }
.shape-triangle { width: 0; height: 0; margin-left: -10px; position: absolute; bottom: -10px; left: 50%; border-style: solid; border-width: 10px 10px 0 10px; border-color: #ab88b6 transparent transparent transparent; }

/** Toolbox form **/
.wpcf7 input[type="text"] {
width:100%;
height: 35px;
}
.wpcf7-textarea { 
width:100%;
height: 60px;
}
.wpcf7 input[type="submit"]
{
float:right;
}

/** Toolbox form dropdown **/
.wpcf7 option:checked {
  background: linear-gradient(#ac88b6, #ac88b6);
}

/* IE10+ specific styles go here */  /** Toolbox form dropdown **/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
.wpcf7 option:checked {
background-color: black;
color: white;
}
}


/** Mobile **/

@media (min-width: 500px) {
.header-wrapper
{
background-image: url("http://shapesbysignature.com.au/signature.jpg");
background-repeat: no-repeat;
background-position: right top;
background-size: 208px 80px;
}
}

@media only screen and (max-device-width: 480px) {
#hidden {
border:1px;
}

