/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
/*
- Colours
- Fonts
- Mixins
- Reset Styles
- Body
- Links
- Images
- Lists
- Paragraphs
- Headers
- Banner
- Main Menu
- Callouts
- Pages
- Sidebars
- Footer


*/
/* Main Text Color*/
/* Button Style */
/* Alt Button Style */
div.panel {
  background: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: none;
  border: none;
  margin: 0;
  padding: 0;
}
html {
  font-size: 100%;
}
body {
  font-family: "droid-serif", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 1em;
  color: #333300;
  line-height: 1.5em;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
}
::selection {
  background: #ed1d24;
  color: white;
}
::-moz-selection {
  background: #ed1d24;
  color: white;
}
a,
a:hover {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
/* Standard Links */
a {
  color: #3e3e3e;
  text-decoration: underline;
}
a:hover,
a:focus,
a:active {
  color: #3e3e3e;
  text-decoration: none;
}
/* Image Link Opacity */
a img {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
a:hover img {
  opacity: 0.6;
}
/* Button Links */
a.button {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
  position: relative;
  overflow: visible;
  display: block;
  float: left;
  /* Font Settings */

  font-family: "calluna-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1.118em;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  /* Background color and Gradient and Border */

  background: #ed1d24;
  border: none;
  /* Corners, Borders, and Padding */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px  10px;
  width:auto;
}
a.button:hover {
  color: white;
  background: #c71016;
}
a.button:active {
  top: 2px;
}
a.button.blue {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
  position: relative;
  overflow: visible;
  display: block;
  float: left;
  /* Font Settings */

  font-family: "calluna-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1.118em;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  /* Background color and Gradient and Border */

  background: #ed1d24;
  border: none;
  /* Corners, Borders, and Padding */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px  10px;
}
a.button.blue:hover {
  color: white;
  background: #c71016;
}
a.button.blue:active {
  top: 2px;
}
/* Read More Link */
a.read-more {
  font-family: "droid-serif", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #3e3e3e;
  text-decoration: none;
  text-transform: none;
  display: inline;
}
a.read-more:hover {
  color: #ed1d24;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Main List Style */
ul {
  list-style: url(../../images/bullet.png);
  margin-left: 15px;
}
ul li {
  margin-bottom: 0px;
}
ul li a {
}
ul.menu {
  list-style: none;
}
ul.menu li {
  display: inline;
}
ul.menu li a {
  text-decoration: none;
}
ul.menu li:before {
  content: none;
}
p {
  padding-bottom: 15px;
  margin: 0;
  line-height: 1.475em;
  font-size: 1.1428571428571428em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-variant-ligatures: common-ligatures;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 {
  font-family: "calluna-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #3e3e3e;
  line-height: 1em;
  font-size: 1.795em;
  text-transform: uppercase;
  padding-bottom: 25px;
  margin: 0;
}
h1 a {
  color: #3e3e3e;
}
h1 a:hover {
  color: #ed1d24;
}
h2 {
  font-family: "calluna-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #3e3e3e;
  line-height: 1em;
  font-size: 1.407em;
  text-transform: uppercase;
  margin: 0;
}
h2 a {
  color: #3e3e3e;
}
h2 a:hover {
  color: #ed1d24;
}
h3 {
  font-family: "droid-serif", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: ;
  line-height: 1em;
  font-size: 1.118em;
  margin: 0;
}
h3 a {
  color: #3e3e3e;
}
h3 a:hover {
  color: #ed1d24;
}
h4 {
  font-family: "calluna-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #ed1d24;
  line-height: 1em;
  font-size: 1.207em;
  text-transform: uppercase;
  margin: 0;
}
h4 a {
  color: #ed1d24;
}
h4 a:hover {
  color: #3e3e3e;
}
h5,
h6 {
  color: ;
  font-size: 1.125em;
  margin: 0;
  line-height: 1.2em;
}
h5 a,
h6 a {
  color: ;
  text-decoration: none;
}
h5 a:hover,
h6 a:hover {
  color: ;
}
div.gform_wrapper {
  margin: 0;
}
div.gform_wrapper li:before {
  content: none;
}
div.gform_wrapper img {
  width: auto;
}
div.gform_wrapper .gform_heading {
  margin-bottom: 0;
}
div.gform_wrapper h3.gform_title {
  margin: 0;
}
div.gform_wrapper .top_label .gfield_label {
  font-weight: 700;
  font-size: 0.9375em;
}
div.gform_wrapper .top_label .gfield_label .gfield_required {
  color: #ed1d24;
}
div.gform_wrapper input.input-text,
div.gform_wrapper textarea,
div.gform_wrapper select {
  margin-bottom: 0;
}
div.gform_wrapper .gform_footer {
  padding: 0;
  margin: 10px 0 0 0;
}
div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type="submit"] {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
  position: relative;
  overflow: visible;
  display: block;
  float: left;
  /* Font Settings */
  font-family: "calluna-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1em;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  /* Background color and Gradient and Border */
  background: #ed1d24;
  border: none;
  /* Corners, Borders, and Padding */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px  10px;
  background: #3e3e3e;
}
div.gform_wrapper .gform_footer input.button:hover,
div.gform_wrapper .gform_footer input[type="submit"]:hover {
  color: white;
  background: #c71016;
}
div.gform_wrapper .gform_footer input.button:active,
div.gform_wrapper .gform_footer input[type="submit"]:active {
  top: 2px;
}
div.gform_wrapper .gform_footer input.button:hover,
div.gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #646464;
}
.gform_wrapper form .gform_footer {
  margin: 10px 0 0;
  padding: 0;
}
form.nice label,
form label {
  font-family: "calluna-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1em;
  color: #3e3e3e;
  text-transform: uppercase;
}
form.nice input[type="text"],
form input[type="text"],
form.nice input[type="url"],
form input[type="url"],
form.nice input[type="email"],
form input[type="email"],
form.nice input[type="tel"],
form input[type="tel"],
form.nice input[type="number"],
form input[type="number"],
form.nice input[type="password"],
form input[type="password"],
form.nice textarea,
form textarea {
  font-family: "droid-serif", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 1em !important;
  background: #f1f1f1;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 10px !important;
  width: 90% ;
}
form.nice input[type="text"]:hover,
form input[type="text"]:hover,
form.nice input[type="url"]:hover,
form input[type="url"]:hover,
form.nice input[type="email"]:hover,
form input[type="email"]:hover,
form.nice input[type="tel"]:hover,
form input[type="tel"]:hover,
form.nice input[type="number"]:hover,
form input[type="number"]:hover,
form.nice input[type="password"]:hover,
form input[type="password"]:hover,
form.nice textarea:hover,
form textarea:hover {
  background: #e1e1e1;
}
form.nice input[type="text"]:focus,
form input[type="text"]:focus,
form.nice input[type="url"]:focus,
form input[type="url"]:focus,
form.nice input[type="email"]:focus,
form input[type="email"]:focus,
form.nice input[type="tel"]:focus,
form input[type="tel"]:focus,
form.nice input[type="number"]:focus,
form input[type="number"]:focus,
form.nice input[type="password"]:focus,
form input[type="password"]:focus,
form.nice textarea:focus,
form textarea:focus {
  background: #ed1d24;
  color: white;
}
form.nice input[type=submit],
form input[type=submit], form.nice input[type=button],
form input[type=button] {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
  position: relative;
  overflow: visible;
  display: block;
  float: left;
  /* Font Settings */

  font-family: "calluna-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1.118em;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  /* Background color and Gradient and Border */

  background: #ed1d24;
  border: none;
  /* Corners, Borders, and Padding */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px  10px;
}
form.nice input[type=submit]:hover,
form input[type=submit]:hover, form.nice input[type=button]:hover,
form input[type=button]:hover {
  color: white;
  background: #c71016;
}
form.nice input[type=submit]:active,
form input[type=submit]:active, form.nice input[type=button]:active,
form input[type=button]:active {
  top: 2px;
}
header[role=banner] {
  padding: 0 15px;
  padding-top: 15px;
  margin-bottom: 15px;
}
header[role=banner] .logo {
  padding-right: 0;
  min-width: 316px;
}
header[role=banner] .social-list {
  width: 20%;
  float: right;
  min-width: 178px;
}
header[role=banner] .social-media {
  padding-top: 25px;
  margin: 0;
  text-align: right;
}
header[role=banner] .social-media li {
  margin-left: 1px;
}
header[role=banner] #skip-to-menu {
  display: none;
  margin: 15px 0;
}
header[role=banner] #skip-to-menu a {
  display: block;
  width: 100%;
}
header[role=banner] nav.eight.columns {
  width: 56%;
  float: right;
  padding-left: 0;
}
header[role=banner] #main-nav {
  margin: 0;
  text-align: right;
  width: 100%;
}
header[role=banner] #main-nav > li {
  float: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 10px 0;
  top: 0;
  vertical-align: top;
}
header[role=banner] #main-nav > li a {
  font-family: "calluna-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.207em;
  text-transform: uppercase;
  text-decoration: none;
  color: #3e3e3e;
  letter-spacing: 0.9px;
  padding: 0;
}
header[role=banner] #main-nav > li a a {
  color: #ED1D24;
}
header[role=banner] #main-nav > li + li {
  margin-left: 30px;
}
header[role=banner] #main-nav > li:hover {
}
header[role=banner] #main-nav > li:hover a {
  background: none;
  color: #ED1D24;
}
header[role=banner] #main-nav .sub-menu {
   -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  width: 300px;
  margin-top: -10px;
}
header[role=banner] #main-nav .sub-menu li a {
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: .9em;
  color: #3e3e3e;
  /* background: url(../../images/bg-navbar-middle.png) no-repeat center top; */
}
header[role=banner] #main-nav .sub-menu li:first-child a {
  padding: 5px 10px 5px 0;
  /* background: url(../../images/bg-navbar-start.png) no-repeat center top; */
}
header[role=banner] #main-nav .sub-menu li:last-child a {
  /* background: url(../../images/bg-navbar-end.png) no-repeat center top; */
}
header[role=banner] #main-nav .sub-menu li a:hover {
  border: none;
  color: #ED1D24 ;
}
header[role=banner] #main-nav .sub-menu li:first-of-type a {
}
header[role=banner] #main-nav .sub-menu li:last-of-type a {
}
header[role=banner] #main-nav .sub-menu li :hover a {
  border: none;
}
header[role=banner] #main-nav li ul li,
header[role=banner] #main-nav li ul li a {
  text-decoration: none !important;
}
.splash {
  color: #3e3e3e;
  margin-bottom: 50px;
  padding-top: 25px;
  background: url(../../images/bg-slider-top.png) no-repeat center top, url(../../images/bg-slider-bottom.png) no-repeat center bottom;
  height: 415px;
}
.splash img {
  vertical-align: bottom;
}
.splash .five.columns {
  margin-top: 50px;
}
.splash .splash-title {
  font-size: 1.795em;
  line-height: 1.149em;
  font-family: "gesta", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.splash .splash-content {
  font-family: "calluna-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1.207em;
}
.tertiary {
  padding: 0 30px;
}
.tertiary .services .four.columns {
  margin-bottom: 50px;
}
.tertiary .services .four.columns h2 {
  padding-left: 65px;
  min-height: 60px;
  padding-bottom: 20px;
}
.tertiary .services .four.columns a.button {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
  position: relative;
  overflow: visible;
  display: block;
  float: left;
  /* Font Settings */

  font-family: "calluna-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1.118em;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  /* Background color and Gradient and Border */

  background: #ed1d24;
  border: none;
  /* Corners, Borders, and Padding */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px  10px;
  font-size: 0.891em;
  background: #3e3e3e;
}
.tertiary .services .four.columns a.button:hover {
  color: white;
  background: #c71016;
}
.tertiary .services .four.columns a.button:active {
  top: 2px;
}
.tertiary .services .four.columns a.button:hover {
  background: #646464;
}
/*.tertiary .services .four.columns:nth-child(1) h2 {
  background: url(../../images/icon-seo.png) no-repeat top left;
}
.tertiary .services .four.columns:nth-child(2) h2 {
  background: url(../../images/icon-conversion.png) no-repeat top left;
}
.tertiary .services .four.columns:nth-child(3) h2 {
  background: url(../../images/icon-strategy.png) no-repeat top left;
} */
.tertiary .seen-in {
  padding: 0 15px;
  margin-bottom: 50px;
}
.page-template-page-siege-about-php .tertiary .seen-in {
    margin: 0 -100px 10px;
    padding: 0;
}
.tertiary .seen-in .slider-container {
  /*background: @darkgray;*/

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url("../../images/bg-slider-top.png") no-repeat scroll center top, url("../../images/bg-slider-bottom.png") no-repeat scroll center bottom transparent;
  padding: 30px 0;
}
.tertiary .seen-in h4 {
  /*color:white;*/
  text-align: center;
  position: relative;
  top: 28px;
  left: 25px;
}
.tertiary .seen-in #carousel li {
  margin-right: 15px;
  width: 160px;
}
.tertiary .seen-in .es-nav span {
  top: 40%;
}
.tertiary .seen-in .es-nav .es-nav-next {
  background: url(../../images/icon-slider-next-grey.png) no-repeat center center;
  height: 40px;
  right: 0px;
  width: 40px;
  opacity: 1;
}
.tertiary .seen-in .es-nav .es-nav-prev {
  background: url(../../images/icon-slider-prev-grey.png) no-repeat center center;
  height: 40px;
  left: 0px;
  width: 40px;
  opacity: 1;
}
.tertiary .from-blog h4 {
  padding-bottom: 25px;
}
.tertiary .from-blog h3 {
  line-height: 1.3em;
  padding-bottom: 15px;
}
.tertiary #carousel {
  position: static;
}
.tertiary .ten.columns.slider {
  position: static;
}
#content {
  padding: 0 15px;
}
.title-wrapper {
  background: url(../../images/bg-title.png) no-repeat center top;
  padding: 35px 0;
  margin-bottom: 35px;
}
.title-wrapper h1 {
  padding: 0;
}

.single-post .title-wrapper, .blog .title-wrapper {
	background: url("../../images/bg-title-half.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    margin-bottom: 35px;
    padding: 20px 0;
}

.single-post .title-wrapper h1, .blog .title-wrapper h1 {
	display:none;
}

.page-template-page-services-php .title-wrapper, .page-template-page-siege-about-php .title-wrapper, .page-template-page-case-studies-php .title-wrapper {
  padding: 35px 60px;
  margin-bottom: 10px;
}

.page-template-page-siege-about-php .title-wrapper {
  margin-bottom: 10px;
}

.page-template-page-services-php #main, .page-template-page-case-studies-php #main, .page-template-page-siege-about-php #main {
   padding: 0 75px;
} 

#commentform #submit {
  margin-top: 15px;
}
.post_content h2 {
  padding: 20px 0 10px;
}
.post_content img {
  margin: 10px auto 15px auto;
}
.blog .type-post {
  margin: 0;
  margin-bottom: 50px;
}
.blog .type-post header {
  color: #3e3e3e;
  font-family: "droid-serif", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.blog .type-post header h2 {
  padding-bottom: 5px;
}
.blog .type-post .content p {
  display: inline;
}
.blog .type-post .thumbnail {
  padding-left: 0;
}
.single header {
  color: #3e3e3e;
  font-family: "droid-serif", sans-serif;
  font-style: italic;
  font-weight: 400;
}
.single header h1 {
  padding-bottom: 15px;
}
.sharethis {
  padding-bottom: 15px;
}
.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
  height: 22px !important;
}
.stButton .stBubble_hcount {
  position: relative;
  top: -4px;
}
.page-template-page-services-php .top-content, .page-template-page-services-php .bottom-content, .page-template-page-case-studies-php .top-content, .page-template-page-case-studies-php .bottom-content {
  padding:0 60px;
  margin-bottom:35px;
}
.page-template-page-services-php .top-content p, .page-template-page-services-php .bottom-content p, .page-template-page-case-studies-php .top-content p, .page-template-page-case-studies-php .bottom-content p, .page-template-page-siege-about-php .post_content p {
  font-size: 1.25em;
  line-height: 1.65em;
}

.page-template-page-siege-about-php .post_content ul {
  font-size: 1.25em;
  line-height: 1.65em;
}

.page-template-page-services-php .type-our-services, .page-template-page-og-services-php .type-our-services {
  margin: 0;
  margin-bottom: 50px;
  padding-left: 60px;
}

.page-template-page-case-studies-php article.type-case-studies {
  border-bottom: solid 1px #ddd;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.page-template-page-case-studies-php article.type-case-studies:last-child {
  border-bottom: none;
}
.page-template-page-case-studies-php article.type-case-studies p {
  font-size: 1.2em;
}
.page-template-page-og-services-php .type-our-services {
  background: url(../../images/icon-seo.png) no-repeat left top;
}
.page-template-page-services-php .type-our-services h2, .page-template-page-og-services-php .type-our-services h2 {
  padding-bottom: 10px;
}
.page-template-page-services-php .type-our-services .wp-post-image {
  float: left;
  margin: 0 10px 0 -60px;
}
.page-template-page-services-php .type-our-services section p {
  padding-right:10px;
}
.sidebar[role=complementary] h4 {
  color: #3e3e3e;
  padding-bottom: 5px;
}
.sidebar[role=complementary] .gform_widget {
  margin-bottom: 50px;
}
.sidebar[role=complementary] .gform_widget .gform_wrapper .top_label input.medium,
.sidebar[role=complementary] .gform_widget .gform_wrapper .top_label select.medium {
  width: 100%;
}
.sidebar[role=complementary] .widget {
  clear: both;
  padding-bottom: 10px;
}
footer[role=contentinfo] {
  margin-top: 30px;
  padding-bottom: 25px;
  padding-top: 25px;
  background: url(../../images/bg-footer.png) no-repeat top center;
}
footer[role=contentinfo] .social-media {
  text-align: center;
	margin: 0;
}
footer[role=contentinfo] .responsive-footer {
  display: none;
}
footer[role=contentinfo] #footer-full-nav {
  width: 100%;
  list-style: none;
  margin: 0;
  text-align: center;
  margin: 25px 0;
  font-family: "calluna-sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}
footer[role=contentinfo] #footer-full-nav > li {
  margin: 5px 0;
}
footer[role=contentinfo] #footer-full-nav > li > a {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
  position: relative;
  overflow: visible;
  display: block;
  float: left;
  /* Font Settings */

  font-family: "calluna-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 1.118em;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  /* Background color and Gradient and Border */

  background: #ed1d24;
  border: none;
  /* Corners, Borders, and Padding */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px  10px;
  float: none;
}
footer[role=contentinfo] #footer-full-nav > li > a:hover {
  color: white;
  background: #c71016;
}
footer[role=contentinfo] #footer-full-nav > li > a:active {
  top: 2px;
}
footer[role=contentinfo] #footer-full-nav a {
  font-weight: 700;
  font-size: 1.207em;
  text-transform: uppercase;
}
footer[role=contentinfo] #footer-full-nav a:hover {
  color: #ed1d24;
}
footer[role=contentinfo] #footer-full-nav li {
  margin: 5px 0;
}
footer[role=contentinfo] #footer-full-nav ul {
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
}
footer[role=contentinfo] #footer-full-nav ul a {
  font-weight: 400;
  text-transform: uppercase;
}
footer[role=contentinfo] #footer-full-nav ul a:hover {
  color: #ed1d24;
}
footer[role=contentinfo] #footer-nav {
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
}
footer[role=contentinfo] #footer-nav li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
footer[role=contentinfo] #footer-nav li a {
  font-family: "droid-serif", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #3e3e3e;
  font-size: 0.923em;
  text-decoration: none;
}
footer[role=contentinfo] #footer-nav li a:hover {
  color: #ed1d24;
}
footer[role=contentinfo] #footer-nav li + li:before {
  content: ' / ';
  color: #ed1d24;
  padding: 0 5px;
}
footer[role=contentinfo] .address {
  text-align: right;
}
footer[role=contentinfo] .address p {
  color: #3e3e3e;
  font-size: 16px;
  line-height: 25px;
}
footer[role=contentinfo] small {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.706em;
  width: 100%;
  text-align: center;
  display: block;
  color: #adacac;
  padding: 0 10px;
}
footer[role=contentinfo] small a {
  color: #adacac ;
  text-decoration: none;
}
footer[role=contentinfo] small a:hover {
  color: #3e3e3e;
}
#disqus_thread iframe {
  width: 98% !important;
}
.cta_image{
	display: block;
	text-align: center;
	margin-top: 20px;
}

/* 980px
- tighten menu
*/
@media screen and (max-width: 980px) {
  header[role="banner"] #main-nav > li + li {
    margin-left: 20px;
  }
}
/* 890px
- tighten menu
*/
@media screen and (max-width: 890px) {
  header[role="banner"] #main-nav > li + li {
    margin-left: 10px;
  }
}
/* 767px
- full width logo & menu
- Splash 
*/
@media screen and (max-width: 767px) {
  header[role="banner"] .logo {
    text-align: center;
  }
  header[role="banner"] .logo h1 {
    padding: 0;
  }
  header[role="banner"] .social-list {
    position: absolute;
    top: 0;
    left: 0;
  }
  header[role="banner"] nav.eight.columns {
    width: 100%;
    float: none;
  }
  header[role="banner"] #main-nav {
    text-align: center;
  }
  .splash {
    height: auto;
    padding-bottom: 25px;
  }
  .splash .seven.columns {
    float: left;
    width: 50% !important;
  }
  .splash .five.columns {
    float: right;
    width: 50% !important;
    margin-top: 25px;
  }
  .from-blog .four.columns + .four.columns {
    margin-top: 25px;
  }
  footer[role="contentinfo"] #footer-nav {
    text-align: center;
  }
  footer[role="contentinfo"] .address {
    text-align: center;
  }
  .sidebar[role=complementary] {
    margin-top: 25px;
  }
  a.button,
  input[type=submit],
  input.button[type="submit"],
  button.button {
    width: auto;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  input[type=submit],
  input.button[type="submit"],
  button.button {
    padding: 5px;
  }
  .type-post .three.columns {
    float: left;
    margin-right: 15px;
  }
  .type-post + .type-post {
    margin-top: 50px;
  }
  .tertiary .seen-in h4 {
    top: -10px;
  }
  .single-post .title-wrapper, .blog .title-wrapper {
  background: url("../../images/bg-title-qtr.png") no-repeat scroll center top rgba(0, 0, 0, 0);
  padding: 15px 0;
  }
  .page-template-page-services-php .title-wrapper, .page-template-page-case-studies-php .title-wrapper, .page-template-page-siege-about-php .title-wrapper {
  padding: 35px 0;
  text-align: center;
  }
    .page-template-page-services-php .top-content, .page-template-page-services-php .bottom-content, .page-template-page-case-studies-php .top-content, .page-template-page-case-studies-php .bottom-content {
    padding:0;
  }
  .page-template-page-services-php #main, .page-template-page-case-studies-php #main, .page-template-page-siege-about-php #main {
   padding: 0 75px;
}
  .page-template-page-services-php .type-our-services {
  padding-left: 0;
  }
  .page-template-page-services-php .top-content p, .page-template-page-services-php .bottom-content p, .page-template-page-case-studies-php .top-content p, .page-template-page-case-studies-php .bottom-content p, .page-template-page-siege-about-php .post_content p {
    font-size: 1.14286em;
    line-height: 1.475em;
  }

  .post_content img.popborder {
    margin: 0;
    max-width: 100%;
	}
	.page-template-page-siege-about-php .post_content ul {
	font-size: 1.14286em;
	padding-left: 0;
	}
}
/* 600px
- Splash Stacking
*/
@media screen and (max-width: 600px) {
  .splash {
    height: auto;
    padding-bottom: 25px;
  }
  .splash .seven.columns {
    float: none;
    width: 100% !important;
    text-align: center;
  }
  .splash .seven.columns img {
    max-width: 250px;
  }
  .splash .five.columns {
    float: none;
    width: 100% !important;
    margin-top: 25px;
  }
  .page-template-page-siege-about-php .tertiary .seen-in {
    margin: 0 0 10px 0;
    padding: 0;
	}
}
/* 500px
- Hide Blog Thumbnails
*/
@media screen and (max-width: 500px) {

  .blog .type-post .thumbnail {
    display: none;
  }
  .blog .content.nine.columns {
    padding-left: 0;
  }
  header[role=banner] nav.eight.columns {
    display: none;
  }
  header[role=banner] #skip-to-menu {
    display: block;
  }
  footer[role="contentinfo"] #footer-nav {
    display: none;
  }
  footer[role="contentinfo"] .responsive-footer {
    display: block;
  }
 
}
/* 480px
Hide homepage bucket images */
@media screen and (max-width: 480px) {
  .tertiary .services .four.columns h2 {
    padding: 0 0 10px 0;
  }
  .tertiary .services .four.columns:nth-child(1) h2,
  .tertiary .services .four.columns:nth-child(2) h2,
  .tertiary .services .four.columns:nth-child(3) h2 {
    background: none;
  }
  .single-post .title-wrapper, .blog .title-wrapper {
  background: none;
  padding: 0;
  }
}
/* 400px
- hide seo icon
*/
@media screen and (max-width: 400px) {
  .page-template-page-services-php .type-our-services {
    background: none;
    margin: 0 0 50px;
    padding-left: 0;
  }
 .page-template-page-services-php .type-our-services .wp-post-image {
    display: none;
  }
.page-template-page-services-php #main, .page-template-page-case-studies-php #main, .page-template-page-siege-about-php #main {
   padding: 0 15px;
}

}


/* Raaj's Custom CSS */

/* Enter Your Custom CSS Here */

.social-list a {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url('/wp-content/themes/SiegeMedia/images/social-icons.png');
    cursor: pointer;
}

.social-list li {
    cursor: pointer;
}

.social-list a.twitter {
    background-position: 25px 0px;
}

.social-list a.facebook {
    background-position: 225px 0px;
}

.social-list a.feed {
    background-position: 75px 0px;
}

.social-list a.linkedin {
    background-position: 125px 0px;
}

.social-list a.google {
    background-position: 174px 0px;
}

footer .social-media {
    margin-bottom: -32px !important;
}

footer .social-media a {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url('/wp-content/themes/SiegeMedia/images/social-icons.png');
    cursor: pointer;
}

footer .social-media a.twitter {
    background-position: 50px 0px;
}

footer .social-media a.facebook {
    background-position: 250px 0px;
}

footer .social-media a.feed {
    background-position: 100px 0px;
}

footer .social-media a.linkedin {
    background-position: 149px 0px;
}

footer .social-media a.google {
    background-position: 200px 0px;
}

header[role="banner"] #main-nav .sub-menu {
    background: #f1f1f1;
    padding: 0px 12px;
    width: 220px !important;
    -webkit-box-shadow: inset 0px 0px 36px 1px rgba(255,255,255,1);
-moz-box-shadow: inset 0px 0px 36px 1px rgba(255,255,255,1);
box-shadow: inset 0px 0px 36px 1px rgba(255,255,255,1);
}

.tertiary .services .four.columns:nth-child(1) h2, .tertiary .services .four.columns:nth-child(2) h2, .tertiary .services .four.columns:nth-child(3) h2 {
    background: url(/wp-content/themes/SiegeMedia/images/icon-sprite.png);
    background-repeat: no-repeat;
}

.tertiary .services .four.columns:nth-child(1) h2 {
  background-position: 0px -65px;
}

.tertiary .services .four.columns:nth-child(2) h2 {
    background-position: 0px 0px;
}

.tertiary .services .four.columns:nth-child(3) h2 {
    background-position: 0px -135px;
}

form.nice input[type="text"]:focus, form input[type="text"]:focus, form.nice input[type="url"]:focus, form input[type="url"]:focus, form.nice input[type="email"]:focus, form input[type="email"]:focus, form.nice input[type="tel"]:focus, form input[type="tel"]:focus, form.nice input[type="number"]:focus, form input[type="number"]:focus, form.nice input[type="password"]:focus, form input[type="password"]:focus, form.nice textarea:focus, form textarea:focus {
    background: #F1F1F1;
    color: #111;
    font-family: calluna-sans, sans-serif;
}

#sidebar2 .aweber_form h2, #sidebar1 .aweber_form h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 24px;
}

#sidebar2 .aweber_form p.yikes-mailchimp-form-description, #sidebar1 .aweber_form p.yikes-mailchimp-form-description {
    padding: 0 0;
}

.yks-mailchimpFormDivRowField input[type=text] {
    margin-bottom: 12px;
}

.yks-success p {
    color: #fff;
    font-style: italic;
    display: inline-block;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-family: calluna-sans, sans-serif;
}

.gform_widget {
    background: #343434;
    color: #fff;
    padding-top: 24px;
    padding-bottom: 48px !important;
  padding-left: 18px;
  padding-right: 18px;
}

.gform_widget h4.widgettitle {
    color: #fff;
    margin-bottom: 12px;
}

.gform_widget input {
    margin-bottom: 18px !important;
}

.gform_widget input[type=submit] {
    padding: 6px 18px;
    line-height: normal;
}