/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-break: break-word; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: normal; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 35px;
  color: #111111;
  background-color: white;
  padding-top: 35px; }

.container {
  width: 1500px;
  margin: 0 auto; }

.columns {
  box-sizing: border-box; }
  .columns > .content {
    box-sizing: border-box;
    width: 1500px;
    float: none;
    border-width: 0;
    border-style: solid;
    border-color: #dddddd; }
  .columns > .sidebar {
    box-sizing: border-box;
    width: 100%;
    float: none;
    border-top: 3px double #dddddd;
    padding: 35px 35px 0 35px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #13bcc2;
  text-decoration: none; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #dddddd; }
  .menu a {
    display: block;
    font-size: 13px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #eeeeee;
    padding: 8px 13px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dddddd; }
  .menu a:hover {
    background-color: #dddddd; }
  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border-color: #dddddd;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 166px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 166px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item > a {
      border-bottom-color: #dddddd; }
  .menu li:hover > .sub-menu {
    display: block; }
  .menu .current-menu-item > a {
    border-bottom-color: white;
    background-color: white;
    cursor: text; }

.menu_control {
  display: block;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #eeeeee;
  padding: 8px 13px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #dddddd;
  display: none;
  background-color: white; }
  .menu_control:hover {
    background-color: #dddddd; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #dddddd;
  padding: 35px; }

#site_title {
  font-size: 42px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #13bcc2; }
  #site_title + #site_tagline {
    margin-top: 9px; }

#site_tagline {
  font-size: 16px;
  color: #888888;
  line-height: 1.5em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
  .grt h1,
  .grt .headline {
    font-size: 33px;
    line-height: 57px; }
  .grt h1 {
    margin-bottom: 35px; }
  .grt .headline {
    color: #111111;
    margin: 0; }
    .grt .headline a {
      color: #111111; }
      .grt .headline a:hover {
        color: #13bcc2; }
  .grt h2,
  .grt h3,
  .grt h4 {
    color: #111111; }
  .grt h2 {
    font-size: 26px;
    line-height: 48px;
    margin-top: 57px;
    margin-bottom: 22px; }
  .grt h3 {
    font-size: 20px;
    line-height: 40px;
    margin-top: 49px;
    margin-bottom: 14px; }
  .grt h4 {
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 9px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #888888;
    padding-left: 22px;
    border-left: 1px solid #dddddd; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 26px;
      line-height: 40px;
      padding-left: 0;
      border: 0;
      margin-bottom: 22px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 14px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 5px 7px;
    border-radius: 9px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #eeeeee;
    padding: 22px 22px 22px 14px;
    border-left: 9px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 5px 7px;
    border-radius: 9px;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 22px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #eeeeee;
    border: 1px solid #dddddd; }
  .grt .box {
    background-color: #e4fcfc;
    border: 1px solid #b9f7f7; }
  .grt .footnotes {
    font-size: 13px;
    line-height: 31px;
    padding-top: 35px;
    border-top: 1px dotted #dddddd; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 35px; }
    .grt fieldset legend {
      font-size: 20px;
      line-height: 40px;
      font-weight: bold;
      margin-bottom: 9px; }
  .grt .avatar {
    width: 88px;
    height: 88px;
    float: right;
    clear: both;
    margin-left: 22px; }
  .grt .small,
  .grt .caption {
    font-size: 13px;
    line-height: 31px; }
  .grt .caption {
    margin-top: -22px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #eeeeee;
    padding: 22px;
    border: 1px solid #dddddd; }
  .grt .wp-caption p {
    font-size: 13px;
    line-height: 31px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 22px; }
  .grt .drop_cap {
    font-size: 70px;
    line-height: 1em;
    margin-right: 14px;
    float: left; }
  .grt .author_description {
    padding-top: 35px;
    border-top: 1px dotted #dddddd; }
    .grt .author_description .avatar {
      width: 70px;
      height: 70px;
      float: left;
      margin-right: 22px;
      margin-left: 0; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone,
  .grt .post_image,
  .grt .post_image_box,
  .grt .wp-post-image,
  .grt .caption,
  .grt .wp-caption,
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .footnotes,
  .grt .headline_area {
    margin-bottom: 35px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 35px;
    margin-left: 35px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 35px;
    margin-right: 35px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 35px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .grt .wp-caption p,
  .grt blockquote.right p,
  .grt blockquote.left p {
    margin-bottom: 0; }
    .grt .alert :last-child,
    .grt .note :last-child,
    .grt .box :last-child,
    .grt .right :last-child,
    .grt .left .footnotes :last-child {
      margin-bottom: 0; }

/*
 * ---:[ other content styles ]:---
 */
.post_box {
  padding: 35px 35px 0 35px;
  border-top: 1px dotted #dddddd; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid #dddddd; }
    .byline a:hover {
      color: #111111; }
  .byline a,
  .byline .post_author,
  .byline .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .byline .post_author_intro,
  .byline .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }
  .byline .post_edit {
    margin-left: 14px; }
    .byline .post_edit:first-child {
      margin-left: 0; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 35px; }
  .num_comments_link:hover {
    background-color: #eeeeee; }

.num_comments {
  font-size: 35px;
  color: #111111; }

.bracket {
  font-size: 35px;
  color: #dddddd; }

.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd; }
  .archive_intro .headline {
    margin-bottom: 35px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #dddddd;
  padding: 22px 35px; }
  .prev_next .next_posts {
    float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 13px;
  line-height: 31px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .previous_posts a:hover,
  .next_posts a:hover {
    text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 70px; }

.comments_intro {
  color: #888888;
  padding: 0 35px;
  margin-bottom: 22px; }
  .comments_intro a:hover {
    text-decoration: underline; }

.comments_closed {
  font-size: 13px;
  line-height: 31px;
  color: #888888;
  margin: 0 35px 35px 35px; }

.comment_list {
  list-style-type: none;
  border-top: 1px dotted #dddddd;
  margin-bottom: 70px; }

.comment {
  padding: 35px;
  border-bottom: 1px dotted #dddddd; }
  .comment .comment_head {
    margin-bottom: 22px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 66px;
    height: 66px;
    margin-left: 22px; }
  .comment .comment_date {
    display: block;
    font-size: 13px;
    line-height: 31px;
    color: #888888; }
    .comment .comment_date a {
      color: #888888; }
  .comment .comment_text > :last-child {
    margin-bottom: 0; }
  .comment .comment_footer {
    margin-top: 22px; }
    .comment .comment_footer a {
      font-size: 13px;
      line-height: 31px;
      color: #888888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 22px; }

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 35px;
    border-bottom: 0;
    border-left: 1px solid #dddddd;
    margin-top: 35px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #13bcc2; }

  .comment_head a:hover,
  .comment_footer a:hover,
  comment_nav a:hover {
    text-decoration: underline; }

.comment_nav {
  font-size: 13px;
  line-height: 31px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 22px 35px;
  border-style: dotted;
  border-color: #dddddd; }
  .comment_nav a:hover {
    text-decoration: underline; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  border-width: 0 0 1px 0;
  margin: -70px 0 70px 0; }

.next_comments {
  float: right; }

.comment_moderated {
  font-weight: bold; }

/*
 * ---:[ inputs ]:---
 */
  input[type="text"],
  input[type="number"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #111111;
    background-color: #eeeeee;
    padding: 9px;
    border: 1px solid #dddddd;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: white;
      border-color: #eeeeee; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: #eeeeee;
  padding: 9px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  line-height: inherit; }
  select:focus,
  textarea:focus {
    background-color: white;
    border-color: #eeeeee; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: white;
  padding: 14px;
  border: 3px double #dddddd; }
  button:hover,
  input[type="submit"]:hover,
  button:active,
  input[type="submit"]:active {
    background-color: #eeeeee;
    transition: background-color 0.3s; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 35px;
  margin: 70px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 22px; }
  #commentform .comment_form_title {
    font-size: 20px;
    line-height: 40px;
    color: #111111;
    padding: 0 35px 22px 35px;
    border-bottom: 1px dotted #dddddd;
    margin-right: -35px;
    margin-left: -35px; }
  #commentform p {
    margin-bottom: 22px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 9px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 13px;
    line-height: 31px;
    color: #888888; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 20px; }
  #commentform textarea {
    display: block;
    width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 13px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #13bcc2;
  margin-top: 9px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

.login_alert {
  font-weight: bold;
  background-color: #eeeeee;
  border: 1px solid #dddddd; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-size: 13px;
  line-height: 19px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 12px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading {
    font-variant: small-caps;
    letter-spacing: 1px; }
  .sidebar p,
  .sidebar ul,
  .sidebar ol,
  .sidebar blockquote,
  .sidebar pre,
  .sidebar dl,
  .sidebar dd,
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .center,
  .sidebar .aligncenter,
  .sidebar .block,
  .sidebar .alignnone {
    margin-bottom: 19px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 19px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 38px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 12px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 7px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }
  .sidebar .widget {
    margin-bottom: 38px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 12px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 12px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 13px;
  line-height: 31px;
  color: #888888;
  text-align: right;
  padding: 22px 35px;
  border-top: 3px double #dddddd; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #111111; }

/*
 * ---:[ custom template styles ]:---
 */
  body.landing {
    padding-top: 0; }
  .landing .container {
    width: 1500px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns > .content {
  width: 1500px;
  float: none;
  border-right: 0; }

/*
 * ---:[ clearfix ]:---
 */
  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .author_description:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after {
    display: table;
    clear: both;
    content: ''; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 650px) {
  /*
   * SR - AMENDED FROM $_b1
   */  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 1500px; }

  .header {
    border-top: 1px solid #dddddd; }
    .landing .header {
      border-top: 0; }

    .columns > .content {
      float: none;
      width: 100%;
      border: 0; }
      .full_page .columns > .content {
        width: 100%; }
    .columns > .sidebar {
      float: none;
      width: 100%;
      border-top: 3px double #dddddd; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: white;
    padding: 1em 35px;
    border-width: 0;
    cursor: pointer;
    box-sizing: border-box; }

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border-width: 1px 0 0 0; }
    .menu .sub-menu {
      position: static;
      display: block;
      padding-left: 35px;
      border-top: 1px solid #dddddd;
      margin: 0; }
      .menu .sub-menu li {
        width: 100%; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child > a:first-child {
        border-top-width: 0; }
    .menu a {
      background-color: white;
      padding: 1em 35px;
      border-width: 1px 1px 0 0; }
    .menu .current-menu-item > a {
      background-color: #eeeeee; }
    .menu > li > a {
      border-left-width: 1px; }

  .show_menu {
    display: block; }

      .sidebar .search-form input[type="text"],
      .sidebar .thesis_email_form input[type="text"] {
        width: 50%; } }

@media all and (max-width: 1499px) {
  .menu a {
      border-right-width: 0; }
    .menu > li > a {
      border-left-width: 0; } }

@media all and (max-width: 475px) {
  .menu a,
  .menu_control {
    padding: 1em 22px; }

  .header,
  .columns > .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  #commentform .comment_form_title,
  .footer {
    padding-right: 22px;
    padding-left: 22px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 22px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"],
  .ad,
  .ad_left {
    float: none; }

    .grt .right,
    .grt .alignright,
    .grt .left,
    .grt .alignleft {
      margin-right: 0;
      margin-left: 0; }
      .grt blockquote.right,
      .grt blockquote.left {
        width: 100%;
        margin-bottom: 35px; }

  .post_author:after {
    display: block;
    height: 0;
    content: '\a';
    white-space: pre; }

    #commentform input[type="text"],
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%; }

  .comments_closed,
  .login_alert {
    margin-right: 22px;
    margin-left: 22px; }

  #commentform .comment_form_title {
    margin-left: -22px;
    margin-right: -22px; }

  .comment_date {
    display: none; } }

#site_title {
  line-height: 0.1em; }

#site_title a {
  display: inline-block; }

/*
 * ---:[ custom CSS ]:---
 */
/*
 * FOR TESTING ONLY - DELETE WHEN DONE
 */
.blocks_test_left {
  background-color: blue; }

.blocks_test_right {
  background-color: red; }

/*
 * !
 */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/*
 * FLEX COLUMNS SETUP
 */
.flex-wrapper-four-col,
.footer,
.text_50_50 {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap; }

.flex-wrapper-four-col > div,
.footer_col_1,
.footer_col_2,
.footer_col_3,
.footer_col_4 {
  width: 100%;
  max-width: 25%;
  padding: 0 20px 20px 0; }

.text_50_50 .text_left,
.text_50_50 .text_right {
  width: 100%;
  max-width: 48%; }

.text_50_50 .text_left {
  margin-right: 4%; }

/*
 * HOMEPAGE
 */
.homepage_carousel_intro {
  margin-bottom: 35px;
  background-color: #f6fcfd;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 10px !important; }

.homepage_intro,
.homepage_carousel {
  display: inline-block;
  width: 50%;
  margin-right: none;
  box-sizing: border-box;
  height: 100%; }

.homepage_intro {
  float: left;
  padding: 30px;
  margin-top: auto;
  margin-bottom: auto; }

.homepage_carousel {
  float: right; }

.services {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 50px;
  padding-bottom: 40px; }

.services_title {
  width: 100%;
  margin-bottom: 30px; }

.services_icon {
    /*
   * services icon div
   */
  display: inline-block;
  width: 70px !important;
  float: left;
  margin-bottom: 70px; }

.services_icon img {
    /*
   * services icon image
   */
  width: 100%;
  padding-right: 20px; }

.testimonials {
  color: white !important;
  margin-top: 50px; }

.testimonials .rsContent {
  background-image: url("/wp-content/uploads/2022/08/SRD_TopBanner_49-1024x683-1.jpg");
  background-size: cover;
  padding: 40px !important;
  box-sizing: border-box !important; }

.testimonials .rsDefaultInv {
  background: none !important; }

.rsDefaultInv .rsBullet.rsNavSelected span,
.rsDefaultInv .rsBullet span:hover {
  background-color: #13bcc2 !important; }

.rsDefaultInv .rsBullet span:hover {
  cursor: pointer !important; }

.services_column {
  margin-bottom: 0px; }

/*
 * ABOUT
 */
.text_left h2 {
  color: blue !important; }


.about_me .services {
  border-top: 0px !important;
  border-bottom: 0px !important; }

.headline {
  background-image: url('/wp-content/uploads/2022/08/SRD_TopBanner_49-1024x683-1.jpg'); }

.about_me .headline {
  background-image: url('/wp-content/uploads/2022/08/SRD_TopBanner_47-1024x683-1.jpg') !important; }

/*
 * COLOURS
 */
#blue,
.menu .current-menu-item > a,
.menu .current-menu-item > a:hover,
.grt ul li a:hover,
.homepage_intro h1,
.headline {
  color: #13bcc2 !important; }

#purple,
a:hover,
.footer h6,
.menu a:hover,
.text_left h2 {
  color: #623cea !important; }

#soft_bg {
  color: #f6fcfd !important; }

#white,
.nav_email a,
.nav_tel a,
.nav_email a:hover,
.nav_tel a:hover {
  color: white !important; }

#brand {
  color: #c71c50 !important; }

#print {
  color: #c03494 !important; }

#web {
  color: #573896 !important; }

#product {
  color: #76c045 !important; }

#illustration {
  color: #35699b !important; }

#render {
  color: #0aaed4 !important; }

#digital_design {
  color: blue !important; }

#image_manipulation {
  color: red !important; }

/*
 * PROPOSED ADDITIONAL COLOURS
 */
#orange {
  color: #fa6f5a !important; }

#red {
  color: #fb3640 !important; }

/*
 * OLD COLOURS - CAN BE REMOVED WHEN FINALISED
 */
#blue_old {
  color: #029cbc !important; }

#purple_old {
  color: #3e3378 !important; }

#soft_bg_old {
  color: #f2fafc !important; }

/*
 * TYPOGRAPHY
 */
a {
  text-decoration: none !important; }

p,
.footer li {
  font-weight: 300 !important; }

.testimonials p {
  font-weight: 400 !important; }

h1,
h2,
h3,
h4,
h5,
h6,
h10,
p,
.menu a,
.footer li {
  font-family: 'Lexend Deca', sans-serif !important; }

h1 {
  margin-bottom: 25px; }

.headline {
  color: #13bcc2;
  background-color: #f6fcfd;
  padding: 20px;
  margin-bottom: 35px !important; }

h5 {
    /*
   * DESIGN SERVICES TITLES
   */
  font-size: 18px !important;
  line-height: 21px !important;
  margin-bottom: 10px !important; }

#services_column_content p,
p.footer_address {
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 300 !important; }

.grt ul li a {
    /*
   * grid link style
   */
  text-decoration: none !important; }

.eg-sr-design-v1-element-12 {
    /*
   * grid category list
   */
  display: inline-block !important; }

.testimonials p {
  font-size: 30px !important; }

.testimonials h6 {
  margin-top: 20px;
  font-size: 18px !important;
  color: #cdf2fa !important; }

/*
 * GENERAL LAYOUT
 */
.header,
.mobile_pre_header {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.post_box {
  padding: 0px 20px 0 20px !important; }

.homepage_carousel_intro,
.services,
.testimonials,
.footer {
  margin-left: 20px;
  margin-right: 20px; }

/*
 * TRANSITIONS
 */
.main_logo:hover,
.main_logo,
.menu_control:hover,
.menu_control,
.nav_email,
.nav_tel,
.rsDefaultInv .rsBullet.rsNavSelected span,
.rsDefaultInv .rsBullet span,
a,
.mobile_nav_email,
.mobile_nav_tel,
.menu .show_menu {
  transition: 0.3s; }

/*
 * HEADER
 */
#thesis_logo_image {
  max-width: 60px !important; }

.header {
  border-bottom: none !important;
  padding-top: 10px !important;
  width: 100% !important;
  max-width: 1500px !important;
  box-sizing: border-box !important; }

.header_left,
.header_right {
  display: inline-block; }

.header_left {
  width: 60px; }

.header_right {
  float: right; }

.menu {
  border: none !important; }

.menu a {
  text-transform: none !important;
  border: none !important;
  background: none !important;
  padding: 8px 17px !important; }

.main_logo:hover {
  opacity: 0.7; }

.nav_email,
.nav_tel {
  background-color: #13bcc2;
  padding: 5px 8px;
  border-radius: 50px;
  margin-top: -5px; }

.nav_email:hover,
.nav_tel:hover {
  background-color: #623cea; }

.nav_email {
  margin-right: 30px;
  margin-left: 11px; }

.mobile_nav_email,
.mobile_nav_tel {
  display: none; }

/*
 * FOOTER
 */
.footer {
  padding: 0px 0 !important;
  border-top: 1px solid black !important;
  color: black;
  padding: 10px 0px !important;
  margin-top: 100px !important;
  text-align: left !important; }

.footer ul {
  list-style-type: none !important; }

.footer h6 {
  font-size: 17px !important; }

.footer p,
.footer li {
  font-size: 16px !important; }

/*
 * MEDIA QUERIES
 */
@media all and (max-width: 1499px) {
  /*
   * skin css breakpoint fixes
   */  .container,
  .landing .container {
    width: auto !important;
    max-width: 1500px !important; }

    .columns > .content {
      float: none !important;
      width: 100% !important;
      border: 0 !important; }
      .full_page .columns > .content {
        width: 100% !important; }
    .columns > .sidebar {
      float: none !important;
      width: 100% !important; } }

@media all and (max-width: 1400px) {
   }

@media all and (max-width: 1200px) {
  .services_icon {
        /*
     * services icon div
     */
    display: block;
    width: 100% !important;
    float: left;
    margin-bottom: 20px; }

  .services_icon img {
        /*
     * services icon image
     */
    width: 70px; }

  .services_column {
    margin-bottom: 10px; } }

@media all and (max-width: 1000px) {
  /*
   * four column to two column
   */  .flex-wrapper-four-col > div,
  .footer_col_1,
  .footer_col_2,
  .footer_col_3,
  .footer_col_4 {
    max-width: 50%; }

  .services_icon {
        /*
     * services icon div
     */
    display: inline-block;
    width: 70px !important;
    float: left;
    margin-bottom: 40px; }

  .services_icon img {
        /*
     * services icon image
     */
    width: 100%;
    padding-right: 20px; }

  .services_column {
    margin-bottom: 0px; }

  .design_skills {
    margin-bottom: 0px; } }

@media all and (max-width: 940px) {
  /*
   * nav contact buttons switch to condensed versions
   */  .nav_email,
  .nav_tel {
    display: none !important; }

  .mobile_nav_email,
  .mobile_nav_tel {
    display: inline-block;
    border-radius: 50px;
    background-color: #13bcc2;
    width: 50px;
    height: 49px;
    text-align: center;
    font-size: 21px;
    line-height: 49px;
    z-index: 4 !important; }

  .mobile_nav_email {
    margin-right: 20px; }

  .mobile_nav_contact_buttons {
    z-index: 3 !important;
    position: absolute;
    right: 20px;
    top: 40px; }

  .mobile_nav_email a,
  .mobile_nav_tel a {
    color: white !important; }

  .mobile_nav_email:hover,
  .mobile_nav_tel:hover {
    background-color: #623cea; }

  #menu-main-nav {
    margin-right: 130px; }

  .homepage_carousel_intro {
    background: none;
    display: block;
    overflow: hidden;
    border-radius: 0px !important; }

  .homepage_intro,
  .homepage_carousel {
    display: block;
    width: 100%;
    margin-right: none;
    box-sizing: border-box;
    height: 100%; }

  .homepage_intro {
    float: left;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 30px; }

  .homepage_carousel {
    float: left; } }

@media all and (max-width: 775px) {
  /*
   * 4 col to single col
   */  .flex-wrapper-four-col > div {
    max-width: 100%; }

  .services_icon {
        /*
     * services icon div
     */
    margin-bottom: 30px; } }

@media all and (max-width: 650px) {
  /*
   * MOBILE
   */  .header {
    padding: 30px 20px 18px 20px !important;
    overflow: hidden !important; }

  .mobile_nav_contact_buttons {
    display: none !important; }

  .menu_control {
    z-index: 3 !important;
    border-radius: 25px;
    position: absolute;
    top: 31px;
    right: 20px;
    width: 50px !important;
    float: right !important;
    background-color: #13bcc2 !important;
    color: white !important;
    text-align: center !important;
    font-size: 50px !important;
    padding: 10px 0px 20px 0px !important; }

  .menu_control:hover {
    background-color: #623cea !important;
    color: white !important; }

  .menu_control_triggered:hover {
    color: white !important;
    background-color: #13bcc2 !important; }

  .menu_control_triggered {
    background-color: #623cea !important; }

  #menu-main-nav {
    height: auto !important;
    width: 100% !important;
    position: relative;
        /*
     * Stay in place
     */
    left: 20px !important;
    top: 18px !important;
    padding: 20px 0px 50px 0px !important;
    z-index: 1;
        /*
     * Sit on top
     */
    background-color: #623cea;
    overflow-x: hidden;
        /*
     * Disable horizontal scroll
     */
    transition: 0.5s;
    overflow: hidden !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 30px !important; }

  .menu li {
    position: relative;
    width: 100%;
        /*
     * 100% width
     */
    text-align: center;
        /*
     * Centered text/links
     */
    margin-top: 30px;
        /*
     * 30px top margin to avoid conflict on smaller screens
     */ }

  .menu a {
    font-size: 28px !important;
    color: white !important; }

  .menu .current-menu-item > a,
  .menu .current-menu-item > a:hover,
  .menu a:hover {
    color: #13bcc2 !important; }

  .show_menu {
    width: 100% !important; }

  .nav_email,
  .nav_tel {
    display: block !important;
    width: 90vw !important;
    padding: 10px 8px;
    border-radius: 25px;
    margin-left: 5vw !important;
    margin-right: 5vw !important;
    background-color: #13bcc2 !important; }

  .nav_email a,
  .nav_tel a {
    color: white !important;
    font-size: 16px !important; }

  .nav_email:hover,
  .nav_tel:hover {
    background-color: white !important; }

  .nav_email:hover a,
  .nav_tel:hover a {
    color: #623cea !important; }

  .nav_email {
    margin-top: 50px !important; }

  #new-royalslider-1 {
        /*
     * homepage slider height
     */
    height: 250px !important; } }

@media all and (max-width: 450px) {
  /*
   * footer to single col
   */  .footer_col_1,
  .footer_col_2,
  .footer_col_3,
  .footer_col_4 {
    max-width: 100%; } }