/*****************************************************/
/* ccdawn: Base                                        */
/* by Theme Boutique                                 */
/*                                                   */
/* ccdawn.styles.css                                   */
/*                                                   */
/*****************************************************/

/* @import url('https://rsms.me/inter/inter.css'); */
@import url('fontfamilies/inter.css');
html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Raleway', 'Inter var', sans-serif; }
}

html {
  overflow-y: scroll !important;
  scroll-behavior: smooth;
}

body {
  /* background-color: #1a1a1a; */
  font-family: 'Raleway', 'Inter var', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
}

.ccdawn-container {
  border-bottom: 3px solid #bbb;
  padding-bottom: 30px;
}

#main {
  /* padding-bottom: 2rem; */
}

.container {
  max-width: 1200px;
}

/* START - Heading styles from D7 theme */
.h1, .h2, .h3, h1, h2, h3 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
	font-size: 36px;
  font-size: 2.25rem;
}
h2,
.h2 {
	font-size: 30px;
  font-size: 1.875rem;
}
h3,
.h3 {
	font-size: 24px;
  font-size: 1.5rem;
}
h4,
.h4 {
	font-size: 18px;
  font-size: 1.125rem;
}
h5,
.h5 {
	font-size: 14px;
  font-size: 0.875rem;
}
h6,
.h6 {
	font-size: 12px;
  font-size: 1rem;
}
/* END - Heading styles from D7 theme */

/* START - Heading customizations for D9 theme */
.h1, h1 {
  font-weight: 500;
  /*font-size: 3rem;*/
  /*letter-spacing: -0.05em;*/
}

.h2, h2 {
  /*font-size: 1.5rem;*/
  font-weight: 500;
  color: #333;
 /* letter-spacing: -0.05rem;*/
}

h2 > a {
  color: #333;
  font-weight: 600;
}

.h3, h3 {
  /*font-size: 18px;*/
  font-weight: 500;
  border-bottom: 2px solid #666;
  width: 100%;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
/* END - Heading customizations for D9 theme */

a:hover {
  text-decoration: underline;
}

.grid-row--background:after {
  content: '';
  background: linear-gradient(300deg, #111, #000);
  height: 100%;
  opacity: 0.65;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.region-content-top {
  /* display: flex;
  align-items: center;
  flex-direction: column; */
  /* background: #eee; */
  background-size: cover !important;
  /* border-bottom: 1px solid #ebebeb; */
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  /* padding: 5rem 0; */
}

.path-frontpage .region-content-top {
  margin-bottom: 0;
  background: none;
}

#page-title {
  margin: 2rem 0;
}

h1.page-title {
  background-color: #30455e;
  color: #fff;
  font-size: 2.25rem;
  padding: 25px;
  border-radius: 3px;
}

/*page-title h1 {
  color: #333;
  font-weight: 600;
  font-size: 2.25rem;
}*/

.block-system-breadcrumb-block {
  margin-top: 1rem;
  margin-bottom: 4rem;
  font-weight: 500;
}

.block-system-breadcrumb-block a,
.block-system-breadcrumb-block i {
  color: #777;
}

.block-system-breadcrumb-block i {
  font-size: 0.875rem;
  margin: 0 0.5rem;
}

.block-system-breadcrumb-block ion-icon {
  font-size: 14px;
  height: 12px;
  padding: 0 0.25rem;
  color: #999;
}

.ccdawn-page-header,
.ccdawn-page-header .navbar-fixed {
  background: #fff;
  z-index: 500;
  box-shadow: 0 0 7px 0px rgba(34, 34, 34, 0.07);
}

.ccdawn-page-header {
  z-index: 500;
  position: relative;
  border-bottom: 5px solid #30455e;
}

.ccdawn-page-header .navbar-fixed {
  position: fixed;
  width: 100%;
  /* top: 0; */
  left: 0;
  transform: translateY(-100%);
}

/* Branding / Logo */

.ccdawn-page-header .navbar-brand {
  padding-top: .5rem;
  padding-bottom: 1rem;
  /* margin-right: 0;
  margin-left: 1rem; */
}

.site-branding__logo {
  display: flex;
  align-items: center;
  /* text-transform: lowercase; */
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  /* color: #444; */
  color: #FFFFFF;
  /* letter-spacing: -0.075rem; */
  margin-left:auto;
  margin-right:auto;
}

.site-branding__logo:hover {
  color: #444;
  text-decoration: none;
}

.site-branding__logo img {
  margin-right: 0.25rem;
  position: relative;
  top: 1px;
}

/* img-fluid not being picked up, so we're forcing a height*/
.region-header .site-branding__logo img {
  max-height: 60px;
}

/* Branding / Name */
.site-branding__name {
  font-size:16px;
  text-transform: uppercase;
  color: #ddd;
  margin-bottom: 40px;
}

/* Branding / Slogan */
.site-branding__slogan {
  font-family: 'Raleway', 'Inter var', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22.6525px;
  overflow-wrap: break-word;
  white-space: normal;
  color: #fff;
}

/* Menus */

/* Icon */

.navbar-toggler {
  width: 20px;
  height: 18px;
  padding: 0;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #777;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navbar-toggler span:nth-child(1) {
  top: 0px;
}

.navbar-toggler span:nth-child(2) {
  top: 7px;
}

.navbar-toggler span:nth-child(3) {
  top: 14px;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
  width: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #block-ccdawn-main-menu {
    margin-top: 28px;
  }

  .ccdawn-menu--main .navbar-collapse {
    display: flex;
    justify-content: flex-end;
  }

  .dropdown-menu {
    top: auto;
  }

  .nav-item.dropdown .dropdown-menu.show {
    display: none;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    left: auto;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 9px 3px rgba(55, 55, 55, 0.02);
  }

  .ccdawn-menu--main.navbar-expand-md .navbar-nav .nav-link {
    padding: 1.25rem 1rem;
  }

  .ccdawn-menu--main .navbar-nav .nav-link i {
    position: relative;
    font-size: 16px;
    line-height: 16px;
    top: 1px;
    color: #ddd;
    background-color: #999;
    border-radius: 50px;
    padding: 5px 8px;
  }
  .ccdawn-menu--main .ccdawn-search {
    margin-left: 1rem;
  }
  .ccdawn-menu--main .ccdawn-search .icon:before {
    font-weight: bold;
  }

  .ccdawn-menu--main .search-block-form {
    position: absolute;
    top: calc(100% - 5px);
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 9px 3px rgba(55, 55, 55, 0.02);
    border-radius: 3px;
    overflow: hidden;
    display: none;
    width: 320px;
  }

  .ccdawn-menu--main .search-block-form.search-active {
    display: block;
  }

  .ccdawn-menu--main .search-block-form input {
    border: 0 !important;
  }
}

/* Small devices (landscape phones, less than 768px)*/

@media (max-width: 767.98px) {

  .navbar-open {
    overflow: hidden;
  }

  .navbar-open .navbar-toggler span {
    background: #fff;
  }

  .ccdawn-menu--main .navbar-collapse {
    margin: 0;
    background: #fff;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: -5%;
    height: 100vh;
    width: calc(50%);
    min-width: 280px;
    max-width: 360px;
    overflow: scroll;
    box-shadow: 0 0 10px 1px rgba(34,34,34,0.1);
    opacity: 0;
    /* transform: translateX(-100%); */
  }

  .ccdawn-menu--main .collapsing {
    transition: none;
  }

  .ccdawn-menu--main .show {
    /* transform: translateX(0%); */
    left: 0;
    opacity: 1;
    transition: left 0.1s, opacity 0.1s;
  }

  .ccdawn-menu--main .navbar-collapse.show:after {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: fixed;
    content: '';
    right: 0;
    height: 100vh;
    top: 0;
    background: rgba(34,34,34,0.25);
    z-index: -1;
  }

  .ccdawn-menu--main .navbar-nav {
    background: #fff;
    height: 100%;
  }

  .ccdawn-menu--main .dropdown-menu {
    border-radius: 0;
  }

  .ccdawn-menu--main .navbar-nav .nav-item:not(:last-child) .nav-link {
    border-bottom: 1px solid #efefef;
  }

  .ccdawn-menu--main .navbar-nav .nav-link {
    padding: 1rem;
  }

  .ccdawn-menu--main .search-block-form {
    display: none;
  }
}

.ccdawn-menu--main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* .ccdawn-menu--main .navbar-nav {
  display: flex;
  align-items: center;
} */

.ccdawn-menu--main .navbar-nav .nav-link {
  color: #444;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.ccdawn-menu--main .navbar-nav .nav-link.is-active {
  color: #555;
}

.ccdawn-menu--main .dropdown-menu {
  margin-top: 0;
  border: 0;
  font-size: 14px;
  padding: 0;
  border-radius: 0;
  border-top: none !important;
}

.ccdawn-menu--main .dropdown-item:hover,
.ccdawn-menu--main .dropdown-item:focus {
  background-color: #f7f7f7;
}

.ccdawn-menu--main .dropdown-toggle:after {
  content: "\f3d0";
  border: 0;
  font-family: 'Ionicons';
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  top: 4px;
  position: relative;
  color: #aaa;
}


.ccdawn-menu--main .dropdown-item {
  font-weight: 500;
  color: #333;
}

/* Pager */

.pager__items {
  padding-left: 0;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager__item {
  font-size: 0.875rem;
  padding: 1rem;
}

.pager__item.is-active {
  font-weight: bold;
  width: 30px;
  padding: 0;
  background: #eee;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
}

.pager__item.is-active a {
  color: #777;
}

/* Forms */

.search-block-form .form-search {
  border-right: 0;
  border-radius: 0;
  border-color: #e1e1e1;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.search-block-form input[type="submit"] {
  background: transparent;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  border: 1px solid #e1e1e1;
  border-left: 0;
  border-radius: 0;
  width: 52px;
  height: 52px;
  text-indent: -9999px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.search-block-form .input-group:after {
  font-family: 'Ionicons';
  content: '\f4a5';
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #777;
}

/* Node Type: Article */

.page-node-type-article #main {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.page-node-type-article .node__title {
  font-weight: 600;
  font-size: 36px;
}

.page-node-type-article .field--name-field-image {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page-node-type-article .field--name-field-image .img-fluid {
  border-radius: 5px;
}

/* View: ccdawn Blog */

.ccdawn-article--recent-posts {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #333;
  font-size: 13px;
  font-weight: 600;
}

.ccdawn-article--recent-posts a {
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: normal;
}

.ccdawn-article--recent-posts:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;

}

/* Footer */

.ccdawn-footer {
  font-size: 15px;
  padding-top: 2rem;
  padding-bottom: 1rem;
  color: #6C6F6E;
  background-color: #fff !important;
}

.ccdawn-footer a,
#page-bottom a {
  color: var(--secondary);
  font-size: 1.15rem;
  font-weight: 600;
}

.ccdawn-footer h2 {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 1rem;
  /* text-transform: uppercase; */
  margin-bottom: 2rem;
  color: #fff;
}

.ccdawn-footer h6 {
  font-size: 1.35rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  padding-bottom: 10px;
}

.ccdawn-footer .site-branding__name {
  color: #000;
  margin-bottom: 0;
  font-size: 1.35rem;
  padding-bottom: 10px;

}


.ccdawn-footer .brand-slogan{
  color: #6C6F6E;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.ccdawn-footer ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

.ccdawn-footer ul li {
  padding-bottom: 10px;
}

#page-bottom {
  background: #111;
  font-size: 0.875rem;
  padding: 2rem 0;
  color: #fff;
}



/* .region-footer {

} */

/* Override the navbar-brand css in the footer to help things stay centered.  Similar to what's done in the header */
.ccdawn-footer .navbar-brand{
  margin-left:0 !important;
  margin-right:0 !important;
  padding-top: 0px;
}

/* Sidebars */

.region-sidebar-first,
.region-sidebar-second {
  font-size: 0.9375rem;
  color: #777;
}

.region-sidebar-first h2,
.region-sidebar-second h2 {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  color: #212529;
}

.region-sidebar-first .block,
.region-sidebar-second .block {
  margin-bottom: 3rem;
}

.region-sidebar-second .navbar-nav .nav-item {
  padding-bottom: 0.5rem;
}

.region-sidebar-first .navbar-nav .nav-item > a,
.region-sidebar-second .navbar-nav .nav-item > a {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 500;
  font-size: 0.875rem;
  text-decoration: none;
}

.region-sidebar-second .navbar-nav .nav-item > a:before {
  display: inline-block;
  font-family: 'Ionicons';
  content: '\f3d1';
  font-weight: 900;
  font-size: 10px;
  padding-right: 0.5rem;
}

/* Sections */

.ccdawn-section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ccdawn-section--title,
#block-views-block-ccdawn-portfolio-related-projects h2 {
  display: flex;
  position: relative;
  /* color: #fff; */
  padding-bottom: 2rem;
  letter-spacing: -0.1rem;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  font-size: 2rem;
}

.ccdawn-section--title:after,
#block-views-block-ccdawn-portfolio-related-projects h2:after {
  display: flex;
  content: '';
  width: 100px;
  height: 2px;
  /* background: #1a191d;
  background: -webkit-linear-gradient(to top, #a18cd1, #fbc2eb);
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  margin-top: 2rem;
}

.ccdawn-section--lead {
  display: inline-block;
  text-align: center;
  color: #777;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  font-size: 18px;
}

.ccdawn-section--icons {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ccdawn-section--portfolio {
  background: #f7f7f7;
  padding-bottom: 0;
}

.ccdawn-section--blog {
  background-image: linear-gradient(to bottom, #f7f7f7, #f2f2f2);
  padding-bottom: 2rem;
}

.ccdawn-section--blog .btn {
  margin-top: 4rem;
  align-self: center;
}

.ccdawn-section--stats {
  background: #111;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.ccdawn-section--stats .ccdawn-counter {
  /* background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.25rem;
  font-weight: 800;
}

.ccdawn-section--about {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.ccdawn-section--about h3 {
  margin-bottom: 2rem;
  text-align: center;
}

.ccdawn-section--about p,
.ccdawn-section--about ul {
  color: #777;
}

.ccdawn-section--logos > .grid-container {
  align-items: center;
}

/* Teaser */

.ccdawn-teaser {
  background: #fff;
  padding: 2rem;
  border-radius: 3px;
}

/* Page: Contact */

.ccdawn-gmap {
  background: #eee;
  height: 340px;
  border-radius: 3px;
}

.ccdawn-gmap-no-key {
  background: #444;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

/*********************************/
/* Elements                      */
/*********************************/

/* Tags */

.field--name-field-tags .field__items {
  display: flex;
}

.field--name-field-tags a {
  display: inline-block;
  background: #eee;
  padding: 0.25rem 0.5rem;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
  margin-right: 0.5rem;
}

.field--name-field-tags a:hover {
  background: #ebebeb;
  text-decoration: none;
}

.ccdawn-tag-cloud .navbar-nav {
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}

.ccdawn-tag-cloud .nav-item a {
  display: block;
  background: rgba(255, 255, 255, 0.07);
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  color: #777;
  text-decoration: none;
  transition: all 0.15s;
  font-weight: 500;
  font-size: 14px;
}


.ccdawn-tag-cloud .nav-item a:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* Accordion */

.ccdawn-accordion {
  border-top: 1px solid #ddd;
}

.ccdawn-accordion .card {
  border: 0;
}

.ccdawn-accordion .card-header {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.ccdawn-accordion .card-header > a {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 1rem;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s all;
}

.ccdawn-accordion .card-header > a:hover,
.ccdawn-accordion .card-header > a:not(.collapsed) {
  background: #f5f5f5;
}


.ccdawn-accordion .card-header > a:after {
  font-family: 'Ionicons';
  content: '\f3d0';

}

.ccdawn-accordion .card-header > a:not(.collapsed):after {
  font-family: 'Ionicons';
  content: '\f3d8';
}

.ccdawn-accordion .collapse.show {
  border-bottom: 1px solid #ddd;
}

/* Alert Box */

.alert {
  padding: 1rem;
  border: 0;
}

/* Call to Action */

.call-to-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  border-radius: 3px;
  padding: 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #444;
}

/* Price Table */

.price-table {
  border: 1px solid #eee;
  border-radius: 5px;
  text-align: center;
  font-size: 0.875rem;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.05), 0 0 0 1px rgba(10,10,10,.01);
}

.price-table.price-highlight {
  border-color: #764ba2;
}

.pricing {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing li:last-child {
  padding-top: 2rem;
}

.price {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.price h3 {
  font-size: 60px;
  margin-bottom: 0;
}

/* Tabs */

.nav-tabs {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.nav-tabs .nav-link {
  padding: 1rem;
  font-size: 14px;
  font-weight: 600;
  border-width: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
  border-color: transparent transparent var(--blue);
  border-width: 0 0 2px;
  padding-bottom: calc(1rem - 2px);
}

/* Icon Box */

.ccdawn-icon-box {
  display: flex;
  align-items: flex-start;
}

.ccdawn-icon-box--icon {
  float: left;
  /* background: #764ba2;
  background: -webkit-linear-gradient(135deg, #667eea, #764ba2);
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  font-size: 36px;
  text-align: center;
  color: #999;
}

.ccdawn-icon-box--heading {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.ccdawn-icon-box--content {
  width: calc(100% - 40px);
  overflow: hidden;
  padding: 0 1rem;
}

.ccdawn-icon-box--content p {
  margin-bottom: 0;
  color: #777;
}

/* Progress Bars */

.progress {
  height: 0.5rem;
}

.progress-bar {
  border-radius: 0.25rem;
}

.progress + .progress {
  margin-top: 1rem;
}

.ccdawn-progress--label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.progress + .ccdawn-progress--label {
  margin-top: 1rem;
}

/* Buttons */

.btn {
  font-weight: 700;
  padding: .75rem 1.5rem;
  border-radius: 3px;
  text-transform: uppercase;
  border-width: 0;
  box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.05), 0 0 0 1px rgba(10,10,10,.01);
  font-size: 14px;
  vertical-align: middle;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn .material-icons{
  vertical-align: middle;
}

/* Icon List */

.list-style-icon ul {
  list-style: none;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.list-style-icon li {
  position: relative;
  margin-bottom: 0.5rem;
}

.list-style-icon li:before {
  display: inline-block;
  font-family: 'Ionicons';
  content: '\f2ba';
  font-weight: 900;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  top: 1px;
  position: relative;
  margin-right: 0.5rem;
  text-align: center;
  border-radius: 100%;
  color: #6d64c6;
}

/* Node View: Teaser */

.node__teaser {
  margin-bottom: 2rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.05), 0 0 0 1px rgba(10,10,10,.01);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.node__teaser h2 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.node__teaser .node__content {
  padding: 2rem;
}

.node__teaser .node__meta {
  margin-top: 1rem;
}

.node__meta {
  display: flex;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.05rem;
  color: #777;
}

.node__meta ion-icon {
  position: relative;
  top: 3px;
  font-size: 18px;
  margin-left: 1rem;
  margin-right: 0.25rem;
}

.node__meta .image-style-thumbnail {
  height: 24px;
  width: 24px;
  border-radius: 100%;
  margin-right: 0.5rem;
}

.node__links {
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
}

ul.inline,
ul.links.inline {
  display: inline-block;
}

ul.inline li {
  padding: 0;
}

ul.inline li > a {
  padding: 0.5rem 1rem;
  background: #efefef;
  margin-right: 1rem;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}

ul.inline .comment-forbidden {
  font-weight: 600;
  font-size: 14px;
  color: #777;
}
ul.inline .comment-forbidden > a {
  background: none;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.filter-wrapper {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 13px;
}

.cke {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}

/* Forms */

.form-text,
.form-email {
  display: block;
  width: 100%;
  padding: .7rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 3px;
}

.form-textarea-wrapper textarea {
  border: 1px solid #ddd;
  border-radius: 3px;
}

label {
  font-weight: bold;
}

.contact-form {
  font-size: 0.875rem;
}

.contact-form .form-actions {
  margin-top: 2rem;
}

.grid-row--background {
  background-attachment: fixed;
  will-change: transform;
}

/* Comments */

.comment {
  border-radius: 5px;
  border: 1px solid #efefef;
  box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.05), 0 0 0 1px rgba(10,10,10,.01);
  font-size: 15px;
}

.comment__footer {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1.5rem;
  margin: 0;
}

.comment__meta {
  padding: 0 1rem;
  font-size: 14px;
  font-weight: 600;
  color: #777;
}

.comment__meta h3 {
  font-size: 16px;
  margin-bottom: 0.25rem;
}

.comment__meta h3 a {
  color: #333;
}

.comment .field--name-user-picture img {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
}

.comment .field--name-comment-body {
  padding: 0 1.5rem;
  border-bottom: 1px solid #efefef;
}

.comment ul.inline {
  padding: 1rem 1.5rem;
  margin-bottom: 0;
}

.comment div.permalink {
  float: right;
  font-size: 14px;
  font-weight: 600;
  padding: 1rem 1.5rem;
}

/* Homepage: Article Card */

.ccdawn-article--card {
  background: #fff;
  box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.05), 0 0 0 1px rgba(10,10,10,.01);
  padding: 2rem;
  border-radius: 5px;
}

.ccdawn-article--card a,
.ccdawn-article--card h3 {
  color: #444;
  font-weight: 600;
}

.ccdawn-article--card-date {
  font-weight: 500;
  font-size: 14px;
  color: #777;
}

.ccdawn-article--card-author {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.ccdawn-article--card-thumbnail {
  border-radius: 100%;
  overflow: hidden;
  width: 28px;
  margin-right: 0.5rem;
}

/* Homepage: Testimonials */

.ccdawn-testimonials {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 480px;
  position: relative;
  color: #fff;
}

.ccdawn-testimonials blockquote {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  display: flex;
  width: 50%;
  text-align: center;
  font-size: 20px;
  z-index: 1;
}

.ccdawn-testimonials--author {
  margin-top: 2rem;
  z-index: 1;
  font-weight: normal;
}
/* Homepage: Logos */

.logo-envato {
  height: 24px;
}

.logo-babel {
  position: relative;
  top: 6px;
  height: 32px;
}

.logo-github {
  height: 24px;
}

.logo-symfony {
  height: 30px;
}

.logo-sass {
  height: 36px;
}

.logo-angular {
  height: 30px;
}

/* Block: Related Projects */

#block-views-block-ccdawn-portfolio-related-projects {
  margin-top: 4rem;
  padding-top: 4rem;
  text-align: center;
  background-image: linear-gradient(to bottom,#f7f7f7,#f2f2f2);
}

#block-views-block-ccdawn-portfolio-related-projects h2 {
  font-size: 1.75rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

#block-views-block-ccdawn-portfolio-related-projects h2:after {
  width: 50px;
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .ccdawn-article--card {
    margin-bottom: 2rem !important;
  }

  .ccdawn-article--card:last-child {
    margin-bottom: 0 !important;
  }

  .ccdawn-footer .region + .region {
    margin-top: 4rem;
  }

  .ccdawn-section--icons {
    padding-bottom: 2rem;
  }

  .ccdawn-section--icons .ccdawn-icon-box {
    margin-bottom: 2rem;
  }


  .ccdawn-section--about .saga-text-block {
    margin-bottom: 2rem;
  }

  .ccdawn-testimonials blockquote {
    font-size: 18px;
    width: 75%
  }

}

/* START - Contractors view */
#views-exposed-form-contractors-contractors-page .form--inline label {
  display: block;
}
#views-exposed-form-contractors-contractors-page .form--inline .form-actions {
  clear: none;
}
#views-exposed-form-contractors-contractors-page .form--inline .form-actions input {
  margin-top: 30px;
  padding: 10px 15px;
}
/* END - Contractors view */
