/*
Theme Name: Secure Your Trademark
Author: Adapt Partners
Description: SecureYourTrademark.com custom theme
Version: 1.0
*/

.alignright {
	float: right;
	margin: 5px 0 10px 10px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
p.aligncenter {
    margin-top: 1em;
    width: 100%;
    text-align: center;
}

.callout, .callout_right {
	width: 240px;
	margin: 13px;
	margin-top: 0;
	float: right;
}

.callout_left {
	width: 240px;
	margin: 0 13px 13px 0;
	float: left;
}

.callout_center {
	width: 240px;
	margin: 0 auto;
	text-align: center;
}

.callout_new {
	/* width: 500px; */
	width: 100%;
	overflow: hidden;
	text-align: left;
	margin-top: 30px;
}

.grey {
    color: #8b8c8d;
}

.large {
    font-size: 1.1em;
}

em {
	font-style: italic;
}

.btn-call {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 0.9em;
  line-height: 1.4em;
  *line-height: 1.4em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #323538;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  /*  @props: ~' "@{arguments}".replace(/[\[\]]|\,\sX/g, '') ';
  -webkit-box-shadow: @props;
     -moz-box-shadow: @props;
          box-shadow: @props;*/

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.icon_call {
	width: 32px;
	height: 29px;
	background:url(img/icon_call.png) no-repeat;
	margin: 4px;
}

.social-buttons {
    margin-top: 20px;
}

/* Mail Chimp Widget */

#mc_signup {
    margin-bottom: 25px;
}

#mc_signup #mc-indicates-required {
    /* margin-bottom: 10px; */
    display: none;
}

/*
#mc_signup_form {
    width: intrinsic !important;
}
*/

ul.mc_list {
    margin-top: -5px;
}

ul.mc_list li {
    font-size: 12px;
    float: left;
    margin-right: 15px;
}

.mc_signup_submit {
    clear: both;
    text-align: left !important;
    width: 100%;
    margin-top: 5px;
}

.blog-sidebar .mc-widget {
    background-color: #DFE9A3;
}

#TabsPostsTabber {
    margin: 30px 0px 25px 0px !important;
}

/* Can You Trademark It Page */

.page-template-page-can-you-trademark-php aside {
    color: #DDD;
    background-color: #323538;
/*     border: #4d5155 2px solid; */
    padding: 0 1em 1em 1em;
}

.page-template-page-can-you-trademark-php aside ul {
    margin-left: 0;
}

.page-template-page-can-you-trademark-php aside ul li {
    font-weight: bold;
}

.page-template-page-can-you-trademark-php aside h2 {
    text-align: center;
}

.intrinsic-container {
    position: relative;
    padding-bottom: 1000%;
    height: 0;
    overflow: hidden;
}

.intrinsic-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
