/*
Theme Name: CmsSuperHero
Theme URI: http://cmssuperheroes.com/wordpress/cshero
Author: Cmssuperheroes Team
Author URI: http://cmssuperheroes.com/
Version: 1.0
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: cshero
*/

/*
    Main Color: #c79c60;
*/
/* ==========================================================================
  Start Button
========================================================================== */
.btn, .button, button, input[type="submit"], a.comment-reply-link {
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  -webkit-transition: all 0.5s ease-out 0s;
     -moz-transition: all 0.5s ease-out 0s;
       -o-transition: all 0.5s ease-out 0s;
      -ms-transition: all 0.5s ease-out 0s;
          transition: all 0.5s ease-out 0s;
	padding:10px 30px;
  -webkit-border-radius: 0;
       -moz-border-radius: 0;
        -ms-border-radius: 0;
         -o-border-radius: 0;
            border-radius: 0;
  -webkit-box-shadow: 0 0 0 transparent inset;
     -moz-box-shadow: 0 0 0 transparent inset;
      -ms-box-shadow: 0 0 0 transparent inset;
       -o-box-shadow: 0 0 0 transparent inset;
          box-shadow: 0 0 0 transparent inset;
}
.csbody .btn:hover,
.csbody .btn:focus, 
.csbody .button:hover, 
.csbody .button:focus,
.csbody button:hover,  
.csbody button:focus,
.csbody input[type="submit"]:hover,
.csbody input[type="submit"]:focus,
.csbody a.comment-reply-link:hover {
    outline: none;
    text-decoration: none;
}
.btn.btn-success,
.btn.btn-info,
.btn.btn-warning,
.btn.btn-danger,
.btn.btn-inverse{
  color: #fff !important;
}
.csbody .btn.btn-readmore {
  padding: 10px 26px;
}
.csbody .btn.btn-readmore:hover {
  border-left-width: 0px !important;
}
/* Alternate buttons */

.csbody .btn.btn-warning {
    background: #faa732 !important;
    border: none !important;
    -webkit-box-shadow: 0 4px #c17305;
       -moz-box-shadow: 0 4px #c17305;
        -ms-box-shadow: 0 4px #c17305;
         -o-box-shadow: 0 4px #c17305;
            box-shadow: 0 4px #c17305;
}
.csbody .btn.btn-warning:hover {
  -webkit-box-shadow: 0 1px #c17305;
     -moz-box-shadow: 0 1px #c17305;
      -ms-box-shadow: 0 1px #c17305;
       -o-box-shadow: 0 1px #c17305;
          box-shadow: 0 1px #c17305;
}
.csbody .btn.btn-danger {
    background: #c0392b !important;
    border: none !important;
    -webkit-box-shadow: 0 4px #6d2018;
       -moz-box-shadow: 0 4px #6d2018;
        -ms-box-shadow: 0 4px #6d2018;
         -o-box-shadow: 0 4px #6d2018;
            box-shadow: 0 4px #6d2018;
}
.csbody .btn.btn-danger:hover {
    -webkit-box-shadow: 0 1px #6d2018;
       -moz-box-shadow: 0 1px #6d2018;
        -ms-box-shadow: 0 1px #6d2018;
         -o-box-shadow: 0 1px #6d2018;
            box-shadow: 0 1px #6d2018;
}
.csbody .btn.btn-success {
    background: #69bd43 !important;
    border: none !important;
    -webkit-box-shadow: 0 4px #3f7228;
       -moz-box-shadow: 0 4px #3f7228;
        -ms-box-shadow: 0 4px #3f7228;
         -o-box-shadow: 0 4px #3f7228;
            box-shadow: 0 4px #3f7228;
}
.csbody .btn.btn-success:hover {
    -webkit-box-shadow: 0 1px #3f7228;
       -moz-box-shadow: 0 1px #3f7228;
        -ms-box-shadow: 0 1px #3f7228;
         -o-box-shadow: 0 1px #3f7228;
            box-shadow: 0 1px #3f7228;
}
.csbody .btn.btn-inverse {
    background: #555555 !important;
    border: none !important;
    -webkit-box-shadow: 0 4px #222222;
       -moz-box-shadow: 0 4px #222222;
        -ms-box-shadow: 0 4px #222222;
         -o-box-shadow: 0 4px #222222;
            box-shadow: 0 4px #222222;
}
.csbody .btn.btn-inverse:hover {
    -webkit-box-shadow: 0 1px #222222;
       -moz-box-shadow: 0 1px #222222;
        -ms-box-shadow: 0 1px #222222;
         -o-box-shadow: 0 1px #222222;
            box-shadow: 0 1px #222222;
}
.csbody .btn.btn-warning:hover,
.csbody .btn.btn-danger:hover,
.csbody .btn.btn-success:hover,
.csbody .btn.btn-inverse:hover {
  -webkit-transform: translateY(4px);
     -moz-transform: translateY(4px);
      -ms-transform: translateY(4px);
       -o-transform: translateY(4px);
          transform: translateY(4px);
}
.csbody .btn.btn-info {
    background: #49afcd!important;
    border: none !important;
}
.csbody .btn.btn.btn-trans {
  background: transparent;
}
.btn.btn-white {
  border-color: #fff !important;
  color: #fff !important;
}
.eagle2 .btn.btn-white {
  border: 2px solid rgba(255,255,255,0.5) !important;
}
/*** Size Button ***/
.csbody .btn.btn-large,
.csbody .btn.btn-lg {
    font-size: 16px !important; 
    line-height: normal;
    padding: 9px 14px;
}
.csbody .btn.btn-small,
.csbody .btn.btn-sm {
    font-size: 12px !important;
    line-height: normal;
    padding: 3px 9px;
}
.csbody .btn.btn-mini,
.csbody .btn.btn-xs {
    font-size: 10px !important;
    line-height: normal;
    padding: 2px 6px;
}
.csbody .btn.btn-primary-alt,
.csbody .btn.btn-default-alt {
  background: transparent;
  border-width: 2px;
  border-style: solid;
}
/* ==========================================================================
  End Button
========================================================================== */
.btn.btn-square{
  width: 110px;
  height: 100px;
  line-height: 100px !important;
  padding: 0!important;
  margin: 0 !important;
  text-align: center;
}
.display-btn-block .btn-block {
  width: auto;
}
.nomargin-top .cs-testimonial .cs-nav {
  margin-top: 0;
}