/*
 Theme Name:   DCG
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Cuatom Theme DCG
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  dcg
*/
body.home #primary .wrap {
  padding: 0;
}
a:hover {
  text-decoration: none;
}
#masthead .navigation-top {
  background: linear-gradient(#c125a6, #de55c6) !important;
}
#masthead .main-navigation > div > ul {
  background: transparent !important;
}
body {
  font-family: 'Karla', sans-serif !important;
  letter-spacing: .04em;
  font-size: 1.3rem;
  font-display: block;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Rubik', sans-serif;
  margin-bottom: 1em;
}
.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
  font-size: 1.5em;
}
.button {
  background: #cb1a1a;
  padding: 14px 18px;
  border-radius: 5px;
  color: white;
}
body:not(.home) #masthead .custom-header {
  height: 150px;
}
#masthead .site-branding {
  position: absolute;
  bottom: unset;
  top: 0;
  padding-top: 2em;
  margin-bottom: 0 !important;
}
#masthead .header_cta_area {
  position: relative;
  text-align: center;
  left: 0;
  right: 0;
  padding: 4em 10%;
  z-index: 99;
}
#masthead .header_cta_area h2 {
  font-weight: 700;
  color: white;
}
#masthead .header_cta_area p {
  color: white;
}
#masthead .header_cta_area a {
  display: inline-block;
  background: #cb1a1a;
  padding: 14px 18px;
  border-radius: 5px;
  color: white;
}
#masthead .navigation-top,
#masthead .main-navigation > div > ul {
  background: #d62ab8;
}
#masthead #site-navigation .menu-scroll-down {
  color: white;
}
#location_select_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#location_select_wrapper label {
  margin-right: 10px;
}
#location_select_wrapper form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#location_select_wrapper form select {
  width: 50%;
}
#location_select_wrapper form button {
  margin-left: 10px;
}
#dcg_search {
  position: relative;
  display: inline-block;
  max-width: 500px;
  width: 100%;
}
#dcg_search form {
  display: flex;
  justify-content: center;
}
#dcg_search #search_button {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  overflow: hidden;
}
#dcg_search #search_button input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
#dcg_search #search_button input:checked + label {
  background-color: #cb1a1a;
  color: white;
  cursor: default;
}
#dcg_search #search_button label {
  padding: 12px 16px;
  margin-right: -1px;
  border: 1px solid #cb1a1a;
  line-height: 1;
  background-color: white;
  color: #777;
  cursor: pointer;
  transition: all ease-in 0.05s;
}
#dcg_search #search_button label:hover {
  background-color: #eee;
}
#dcg_search #search_button label:first-of-type {
  border-radius: 10px 0 0 10px;
}
#dcg_search #search_button label:last-of-type {
  border-radius: 0 10px 10px 0;
}
#dcg_search #entries_list {
  position: absolute;
  top: 100%;
  z-index: 999;
  background-color: white;
  text-align: left;
  width: 100%;
}
#dcg_search #entries_list ul {
  list-style: none;
  margin: 0;
}
#dcg_search #entries_list ul li {
  cursor: pointer;
  color: black;
  line-height: 2em;
  padding: 0 10px;
}
#dcg_search #entries_list ul li:hover,
#dcg_search #entries_list ul li:focus {
  background-color: #eee;
}
body #content .page-header {
  padding-top: 2em;
}
body #content h1,
body #content h2,
body #content h3,
body #content h4,
body #content h5,
body #content h6 {
  color: #e6b316;
}
@media (max-width: 767px) {
  body #content h1 {
    font-size: 2rem;
  }
}
#escort_area {
  margin-bottom: 3em;
}
body.colors-dark button,
body.colors-dark input[type="button"],
body.colors-dark input[type="submit"],
body.colors-dark .entry-footer .edit-link a.post-edit-link {
  background-color: #cb1a1a;
  color: white;
}
body.colors-dark button:hover,
body.colors-dark input[type="button"]:hover,
body.colors-dark input[type="submit"]:hover,
body.colors-dark .entry-footer .edit-link a.post-edit-link:hover {
  background-color: #9e1414;
}
body.colors-dark a:hover {
  box-shadow: none !important;
}
body.colors-dark #content .escort_thumb_wrapper {
  margin-bottom: 30px;
  display: inline-block;
}
body.colors-dark #content .escort_thumb {
  overflow: hidden;
  border-radius: 3px;
  transition: all ease-in-out 0.1s;
}
body.colors-dark #content .escort_thumb:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
body.colors-dark #content .escort_thumb .escort_name {
  background: #9e1414;
}
body.colors-dark #content .escort_thumb .escort_name h4 {
  padding: 10px;
  margin-bottom: 0;
  font-weight: 300;
  color: white !important;
}
body.colors-dark.blog #primary article .entry-meta a {
  color: #cb1a1a;
}
body.colors-dark.blog #primary article .entry-title a {
  color: #e6b316;
}
body.colors-dark.single #primary .entry-meta a {
  color: #cb1a1a;
}
body.colors-dark.single #primary h1 {
  color: #e6b316;
}
body.colors-dark.single-escort h2 {
  font-weight: bold;
}
body.colors-dark.single-escort table th {
  color: #e6b316;
}
body.colors-dark.single-escort .escort_tel a {
  display: block;
  background: #cb1a1a;
  padding: 14px 18px;
  border-radius: 5px;
  color: white;
  box-shadow: inset 0 0 0 transparent, 0 0 0 #9e1414;
}
body.colors-dark.single-escort .escort_tel a:hover {
  box-shadow: inset 0 0 0 transparent, 0 3px 0 #9e1414;
}
body.colors-dark.single-escort .escort_website {
  display: block;
  margin-top: 20px;
  font-style: italic;
  text-decoration: underline;
}
body.colors-dark.single-escort #escort-gallery {
  margin-top: 7px;
}
body.colors-dark.single-escort #escort_services h3 {
  color: #e6b316;
}
body.colors-dark.single-escort #escort_services ul {
  list-style: none;
  line-height: 2em;
}
body.colors-dark.single-escort #escort_services ul li:before {
  content: "\25B8";
  color: #e6b316;
  margin-right: 10px;
}
body.colors-dark #comments h2.comments-title {
  color: #d62ab8;
}
body.colors-dark #comments .comment-author a {
  color: #e6b316;
}
body.colors-dark #comments .comment-metadata a {
  color: #cb1a1a;
}
.widget.widget_dcg_locations a#locations-button {
  display: inline-block;
  box-shadow: none;
  padding: 8px 12px;
  border-radius: 3px;
  margin-top: 1.5em;
  background-color: #cb1a1a;
}
.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
  max-width: none;
}
@media screen and (min-width: 48em) {
  .wrap {
    max-width: 1100px;
  }
  .page.page-one-column .entry-header,
  .twentyseventeen-front-page.page-one-column .entry-header,
  .archive.page-one-column:not(.has-sidebar) .page-header {
    margin-bottom: 1em;
  }
  .site-content {
    padding: 3em 0 0em;
  }
  .blog:not(.has-sidebar) #primary article,
  .archive:not(.page-one-column):not(.has-sidebar) #primary article,
  .search:not(.has-sidebar) #primary article,
  .error404:not(.has-sidebar) #primary .page-content,
  .error404.has-sidebar #primary .page-content,
  body.page-two-column:not(.archive) #primary .entry-content,
  body.page-two-column #comments {
    width: 100%;
    float: none;
  }
  .site-footer .widget-column {
    width: 32% !important;
    float: left;
  }
}
