#social-menu li {
  display: inline-block;
}

#social-menu li a {
  display: block;
  text-decoration: none;
  text-align: center;
}

#social-menu li a:hover {
  text-decoration: none;
}

#social-menu li a:focus {
  outline: none;
}

#social-menu li a[href*="codepen.io"]::before {
  content: '\f1cb';
}

#social-menu li a[href*="digg.com"]::before {
  content: '\f1a6';
}

#social-menu li a[href*="dribbble.com"]::before {
  content: '\f17d';
}

#social-menu li a[href*="dropbox.com"]::before {
  content: '\f16b';
}

#social-menu li a[href*="facebook.com"]::before {
  /*content: '\f09a';*/
  content: url(https://ginaconkle.com/wp-content/uploads/2018/11/fb.png);
}

#social-menu li a[href*="bookbub.com"]::before {
    /* content: '\f099'; */
    content: url(https://ginaconkle.com/wp-content/uploads/2020/09/bb_icon-1.png);
}
#social-menu li a[href*="amazon.com"]::before {
    /* content: '\f099'; */
    content: url(https://ginaconkle.com/wp-content/uploads/2020/09/amazon_icon-1.png) !important;
}


#social-menu li a[href*="flickr.com"]::before {
  content: '\f16e';
}

#social-menu li a[href*="plus.google.com"]::before {
  content: '\f0d5';
}

#social-menu li a[href*="github.com"]::before {
  content: '\f09b';
}

#social-menu li a[href*="instagram.com"]::before {
  content: '\f16d';
}

#social-menu li a[href*="linkedin.com"]::before {
  content: '\f0e1';
}

#social-menu li a[href*="pinterest.com"]::before {
  /*content: '\f0d2';*/
  content: url(https://ginaconkle.com/wp-content/uploads/2018/11/pin.png);
}

#social-menu li a[href*="getpocket.com"]::before {
  content: '\f265';
}

#social-menu li a[href*="reddit.com"]::before {
  content: '\f1a1';
}

#social-menu li a[href*="skype.com"]::before, #social-menu li a[href*="skype:"]::before {
  content: '\f17e';
}

#social-menu li a[href*="stumbleupon.com"]::before {
  content: '\f1a4';
}

#social-menu li a[href*="tumblr.com"]::before {
  content: '\f173';
}

#social-menu li a[href*="twitter.com"]::before {
  /*content: '\f099';*/
  content: url(https://ginaconkle.com/wp-content/uploads/2018/11/tw.png);
}

#social-menu li a[href*="wordpress.org"]::before, #social-menu li a[href*="wordpress.com"]::before {
  content: '\f19a';
}

#social-menu li a[href*="youtube.com"]::before {
  content: '\f167';
}

#social-menu li a[href*="amazon.com"]::before {
  content: '\f270';
}

#social-menu li a[href*="tripadvisor"]::before {
  content: '\f262';
}

#social-menu li a[href*="ycombinator.com"]::before {
  content: '\f23b';
}

#social-menu li a[href*="xing.com"]::before {
  content: '\f168';
}

#social-menu li a[href*="yahoo."]::before {
  content: '\f19e';
}

#social-menu li a[href*="vine.co"]::before {
  content: '\f1ca';
}

#social-menu li a[href*="weibo.com"]::before {
  content: '\f18a';
}

#social-menu li a[href*="trello.com"]::before {
  content: '\f181';
}

#social-menu li a[href*="steampowered.com"]::before {
  content: '\f1b6';
}

#social-menu li a[href*="soundcloud.com"]::before {
  content: '\f1be';
}

#social-menu li a[href*="spotify.com"]::before {
  content: '\f1bc';
}

#social-menu li a[href*="stackexchange.com"]::before {
  content: '\f18d';
}

#social-menu li a[href*="stackoverflow.com"]::before {
  content: '\f16c';
}

#social-menu li a[href*="slideshare.net"]::before {
  content: '\f1e7';
}

#social-menu li a[href*="slack.com"]::before {
  content: '\f198';
}

#social-menu li a[href*="skyatlas.com"]::before {
  content: '\f216';
}

#social-menu li a[href*="last.fm"]::before {
  content: '\f202';
}

#social-menu li a[href*="jsfiddle.net"]::before {
  content: '\f1cc';
}

#social-menu li a[href*="behance.net"]::before {
  content: '\f1b4';
}

#social-menu li a[href*="bitbucket.org"]::before {
  content: '\f171';
}

#social-menu li a[href*="codepen.io"]::before {
  content: '\f1cb';
}

#social-menu li a[href*="codiepie.com"]::before {
  content: '\f284';
}

#social-menu li a[href*="connectdevelop.com"]::before {
  content: '\f20e';
}

#social-menu li a[href*="dashcube.com"]::before {
  content: '\f210';
}

#social-menu li a[href*="contao.org"]::before {
  content: '\f26d';
}

#social-menu li a[href*="delicious.com"]::before {
  content: '\f1a5';
}

#social-menu li a[href*="deviantart.com"]::before {
  content: '\f1bd';
}

#social-menu li a[href*="vk.com"]::before {
  content: '\f189';
}

#social-menu li a[href*="rss"]::before {
  content: '\f09e';
}

#social-menu li a::before {
  font-family: "FontAwesome";
  font-size: 14px;
  display: inline-block;
  /*width: 1.71em;*/
  /*height: 1.71em;*/
  line-height: 1.71em;
  border-radius: 3px;
  color: #fff;
  /*background-color: #9c9c9c;*/
  transition: .3s ease-in-out;
}

.social-list--text #social-menu li a::before {
  display: none;
}

#social-menu li a:hover::before {
  /*background-color: #fb8754;*/
}

#social-menu li + li {
  margin-left: 5px;
}

.rd-navbar-wrap-front-page #social-menu li a::before {
  border: 1px solid #ffffff;
  background-color: transparent;
}

.social-list--text .rd-navbar-wrap-front-page #social-menu li a::before {
  display: none;
}

.rd-navbar-wrap-front-page #social-menu li a:hover::before {
  background-color: #fb8754;
  border-color: #fb8754;
}

@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.page-title, .post-holder, .entry-title {
  margin: 0;
}

.content_only,
.sidebar_content,
.content_sidebar {
  padding: 80px 0;
}

.content_only #primary > .post,
.sidebar_content #primary > .post,
.content_sidebar #primary > .post {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
}

.content_only .camera_prev,
.sidebar_content .camera_prev,
.content_sidebar .camera_prev {
  top: auto;
  right: auto;
  left: 20px;
  bottom: 30px;
  display: none;
}

.content_only .camera_next,
.sidebar_content .camera_next,
.content_sidebar .camera_next {
  top: auto;
  left: auto;
  bottom: 30px;
  right: 20px;
  display: none;
}

.content_only time,
.sidebar_content time,
.content_sidebar time {
  display: inline-block;
}

.content_only h2,
.sidebar_content h2,
.content_sidebar h2 {
  font-size: 36px;
  line-height: 1.2;
}

.content_only h3,
.sidebar_content h3,
.content_sidebar h3 {
  font-size: 32px;
  line-height: 1.2;
}

.content_only h4,
.sidebar_content h4,
.content_sidebar h4 {
  font-size: 24px;
  line-height: 1.2;
}

.content_only h4.entry-title,
.sidebar_content h4.entry-title,
.content_sidebar h4.entry-title {
  text-align: center;
  font-family: "Josefin Sans", "Times New Roman", Times, sans-serif;
  letter-spacing: .02em;
  font-weight: 700;
  line-height: 1.19444;
  font-size: 36px;
}

.content_only .post-content h1, .content_only .post-content h2, .content_only .post-content h3, .content_only .post-content h4, .content_only .post-content h5, .content_only .post-content h6, .content_only .post-content p,
.sidebar_content .post-content h1,
.sidebar_content .post-content h2,
.sidebar_content .post-content h3,
.sidebar_content .post-content h4,
.sidebar_content .post-content h5,
.sidebar_content .post-content h6,
.sidebar_content .post-content p,
.content_sidebar .post-content h1,
.content_sidebar .post-content h2,
.content_sidebar .post-content h3,
.content_sidebar .post-content h4,
.content_sidebar .post-content h5,
.content_sidebar .post-content h6,
.content_sidebar .post-content p {
  margin-top: 10px;
}

.content_only .related-posts-wrap h2,
.content_only .comments-area h2,
.sidebar_content .related-posts-wrap h2,
.sidebar_content .comments-area h2,
.content_sidebar .related-posts-wrap h2,
.content_sidebar .comments-area h2 {
  font-weight: 400;
}

.content_only .single-post-meta,
.sidebar_content .single-post-meta,
.content_sidebar .single-post-meta {
  margin-bottom: 0;
}

.content_only .single-post-meta div,
.sidebar_content .single-post-meta div,
.content_sidebar .single-post-meta div {
  font-size: 14px;
  line-height: 1;
  color: #000000;
  transition: .33s all ease;
  margin: 0 10px 0 0;
}

.content_only .single-post-meta div i,
.sidebar_content .single-post-meta div i,
.content_sidebar .single-post-meta div i {
  padding-right: 7px;
  margin-right: 0;
  color: #fb8754;
}

.content_only .single-post-meta div a:hover,
.sidebar_content .single-post-meta div a:hover,
.content_sidebar .single-post-meta div a:hover {
  color: #fb8754;
}

.content_only .related-posts,
.sidebar_content .related-posts,
.content_sidebar .related-posts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.content_only .related-posts li,
.sidebar_content .related-posts li,
.content_sidebar .related-posts li {
  float: none;
  max-width: none;
  width: 23%;
  margin-left: 2%;
  line-height: 1.3;
}

.content_only .related-posts li:first-child,
.sidebar_content .related-posts li:first-child,
.content_sidebar .related-posts li:first-child {
  margin-left: 0;
}

.content_only .related-posts li a,
.sidebar_content .related-posts li a,
.content_sidebar .related-posts li a {
  font-size: 15px;
  font-weight: 500;
}

.content_only .related-posts li figure,
.sidebar_content .related-posts li figure,
.content_sidebar .related-posts li figure {
  margin-bottom: 5px;
}

.content_only .related-posts li figure a img,
.sidebar_content .related-posts li figure a img,
.content_sidebar .related-posts li figure a img {
  width: 100%;
}

.content_only .post,
.sidebar_content .post,
.content_sidebar .post {
  margin-bottom: 50px;
}

.content_only .post .blog-image,
.sidebar_content .post .blog-image,
.content_sidebar .post .blog-image {
  width: 100%;
  max-height: 350px;
  overflow: hidden;
}

.content_only .post .blog-image img,
.sidebar_content .post .blog-image img,
.content_sidebar .post .blog-image img {
  max-height: 350px;
  width: 100%;
  object-fit: cover;
  transition: .3s ease-out all;
}

.content_only .post .blog-image:hover img,
.sidebar_content .post .blog-image:hover img,
.content_sidebar .post .blog-image:hover img {
  transform: scale3D(1.11, 1.11, 1.11);
}

.content_only .post h4.entry-title,
.sidebar_content .post h4.entry-title,
.content_sidebar .post h4.entry-title {
  margin-bottom: 15px;
}

.content_only .post .post-meta,
.sidebar_content .post .post-meta,
.content_sidebar .post .post-meta {
  margin-bottom: 10px;
}

.content_only .post .post-meta .info div,
.sidebar_content .post .post-meta .info div,
.content_sidebar .post .post-meta .info div {
  font-size: 14px;
  line-height: 1;
  color: #000000;
  transition: .33s all ease;
  margin: 0 10px 0 0;
}

.content_only .post .post-meta .info div i,
.sidebar_content .post .post-meta .info div i,
.content_sidebar .post .post-meta .info div i {
  padding-right: 7px;
  margin-right: 0;
  color: #fb8754;
}

.content_only .post .post-meta .info div a:hover,
.sidebar_content .post .post-meta .info div a:hover,
.content_sidebar .post .post-meta .info div a:hover {
  color: #fb8754;
}

.content_only .post .post-excerpt,
.sidebar_content .post .post-excerpt,
.content_sidebar .post .post-excerpt {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.71429;
  color: #9b9b9b;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.content_only .post .btn-blog,
.sidebar_content .post .btn-blog,
.content_sidebar .post .btn-blog {
  margin-top: 15px;
}

.rd-mailform-newsletter .form-button .button {
  background-color: #3a3939;
  border-color: #3a3939;
  color: #ffffff;
}

.rd-mailform-newsletter .form-button .button:hover {
  background-color: #fb8754;
  border-color: #fb8754;
  color: #ffffff;
}

.icon-primary {
  color: #fb8754;
}

#error404 {
  padding: 60px 0;
}

#search,
#search-404 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  max-width: none;
}

#search input.searching,
#search-404 input.searching {
  width: calc(100% - 40px);
  height: 40px;
  margin: 0;
  padding: 10px 10px 10px 15px;
  line-height: 2;
  background: #fff;
  border-right: 2px solid #fff;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  border: none;
}

#search a.btn,
#search-404 a.btn {
  width: 40px;
  height: 40px;
  font-size: 0;
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff;
  color: #000;
  border-radius: 2px;
  transition: .3s all;
  cursor: pointer;
  border: none;
}

#search a.btn::after,
#search-404 a.btn::after {
  content: "\f002";
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  font: 19px "FontAwesome";
  color: #000;
  transition: .3s;
  line-height: inherit;
}

#search a.btn:hover,
#search-404 a.btn:hover {
  background: #fff;
}

#search a.btn:hover::after,
#search-404 a.btn:hover::after {
  color: #fb8754;
}

.box-about * + img {
  margin-left: auto;
  margin-right: auto;
}

#content {
  background-color: #f3f3f3;
}

#sidebar .widget {
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

#sidebar .widget h4 {
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}

#sidebar .widget .mc4wp-form .mc4wp-form-fields .rd-mailform.rd-mailform-newsletter {
  flex-wrap: wrap;
}

#sidebar .widget .mc4wp-form .mc4wp-form-fields .rd-mailform.rd-mailform-newsletter .form-wrap {
  width: 100%;
}

#sidebar .widget .mc4wp-form .mc4wp-form-fields .rd-mailform.rd-mailform-newsletter .form-wrap #contact-newsletter-email-footer {
  text-align: center;
  border: 2px solid #ebebeb;
  background-color: transparent;
}

#sidebar .widget .mc4wp-form .mc4wp-form-fields .rd-mailform.rd-mailform-newsletter .form-button {
  width: 100%;
}

#sidebar .widget .mc4wp-form .mc4wp-form-fields .rd-mailform.rd-mailform-newsletter .form-button button.button {
  margin-top: 10px;
  background: #3a3939;
  color: #ffffff;
  border: none;
}

#sidebar .widget .mc4wp-form .mc4wp-form-fields .rd-mailform.rd-mailform-newsletter .form-button button.button:hover {
  background: #fb8754;
}

#sidebar .widget .list-blog {
  text-align: left;
}

#sidebar .widget .tagcloud {
  text-align: left;
}

#sidebar .widget .tagcloud a.tag-cloud-link {
  display: inline-block;
  color: #9b9b9b;
  background-color: transparent;
  border: 2px solid #ebebeb;
  padding: 8px 16px;
  font-size: 12px !important;
  text-align: center;
  letter-spacing: .05em;
  font-weight: 700;
  text-transform: uppercase;
  transition: .33s all ease;
  margin: 0 5px 7px 0;
}

#sidebar .widget #menu-social-menu li {
  display: inline-block;
}

#sidebar .widget #menu-social-menu li a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 0;
}

#sidebar .widget #menu-social-menu li a:hover {
  text-decoration: none;
}

#sidebar .widget #menu-social-menu li a:focus {
  outline: none;
}

#sidebar .widget #menu-social-menu li a[href*="codepen.io"]::before {
  content: '\f1cb';
}

#sidebar .widget #menu-social-menu li a[href*="digg.com"]::before {
  content: '\f1a6';
}

#sidebar .widget #menu-social-menu li a[href*="dribbble.com"]::before {
  content: '\f17d';
}

#sidebar .widget #menu-social-menu li a[href*="dropbox.com"]::before {
  content: '\f16b';
}

#sidebar .widget #menu-social-menu li a[href*="facebook.com"]::before {
  content: '\f09a';
  background-color: #3b5998;
}

#sidebar .widget #menu-social-menu li a[href*="flickr.com"]::before {
  content: '\f16e';
}

#sidebar .widget #menu-social-menu li a[href*="plus.google.com"]::before {
  content: '\f0d5';
}

#sidebar .widget #menu-social-menu li a[href*="github.com"]::before {
  content: '\f09b';
}

#sidebar .widget #menu-social-menu li a[href*="instagram.com"]::before {
  content: '\f16d';
  background-color: #398aaa;
}

#sidebar .widget #menu-social-menu li a[href*="linkedin.com"]::before {
  content: '\f0e1';
}

#sidebar .widget #menu-social-menu li a[href*="pinterest.com"]::before {
  content: '\f0d2';
  background-color: #dd4b39;
}

#sidebar .widget #menu-social-menu li a[href*="getpocket.com"]::before {
  content: '\f265';
}

#sidebar .widget #menu-social-menu li a[href*="reddit.com"]::before {
  content: '\f1a1';
}

#sidebar .widget #menu-social-menu li a[href*="skype.com"]::before, #sidebar .widget #menu-social-menu li a[href*="skype:"]::before {
  content: '\f17e';
}

#sidebar .widget #menu-social-menu li a[href*="stumbleupon.com"]::before {
  content: '\f1a4';
}

#sidebar .widget #menu-social-menu li a[href*="tumblr.com"]::before {
  content: '\f173';
}

#sidebar .widget #menu-social-menu li a[href*="twitter.com"]::before {
  content: '\f099';
  background-color: #00abf0;
}

#sidebar .widget #menu-social-menu li a[href*="vimeo.com"]::before {
  content: '\f27d';
}

#sidebar .widget #menu-social-menu li a[href*="wordpress.org"]::before, #sidebar .widget #menu-social-menu li a[href*="wordpress.com"]::before {
  content: '\f19a';
}

#sidebar .widget #menu-social-menu li a[href*="youtube.com"]::before {
  content: '\f167';
}

#sidebar .widget #menu-social-menu li a[href*="amazon.com"]::before {
  content: '\f270';
}

#sidebar .widget #menu-social-menu li a[href*="tripadvisor"]::before {
  content: '\f262';
}

#sidebar .widget #menu-social-menu li a[href*="ycombinator.com"]::before {
  content: '\f23b';
}

#sidebar .widget #menu-social-menu li a[href*="xing.com"]::before {
  content: '\f168';
}

#sidebar .widget #menu-social-menu li a[href*="yahoo."]::before {
  content: '\f19e';
}

#sidebar .widget #menu-social-menu li a[href*="vine.co"]::before {
  content: '\f1ca';
}

#sidebar .widget #menu-social-menu li a[href*="weibo.com"]::before {
  content: '\f18a';
}

#sidebar .widget #menu-social-menu li a[href*="trello.com"]::before {
  content: '\f181';
}

#sidebar .widget #menu-social-menu li a[href*="steampowered.com"]::before {
  content: '\f1b6';
}

#sidebar .widget #menu-social-menu li a[href*="soundcloud.com"]::before {
  content: '\f1be';
}

#sidebar .widget #menu-social-menu li a[href*="spotify.com"]::before {
  content: '\f1bc';
}

#sidebar .widget #menu-social-menu li a[href*="stackexchange.com"]::before {
  content: '\f18d';
}

#sidebar .widget #menu-social-menu li a[href*="stackoverflow.com"]::before {
  content: '\f16c';
}

#sidebar .widget #menu-social-menu li a[href*="slideshare.net"]::before {
  content: '\f1e7';
}

#sidebar .widget #menu-social-menu li a[href*="slack.com"]::before {
  content: '\f198';
}

#sidebar .widget #menu-social-menu li a[href*="skyatlas.com"]::before {
  content: '\f216';
}

#sidebar .widget #menu-social-menu li a[href*="last.fm"]::before {
  content: '\f202';
}

#sidebar .widget #menu-social-menu li a[href*="jsfiddle.net"]::before {
  content: '\f1cc';
}

#sidebar .widget #menu-social-menu li a[href*="behance.net"]::before {
  content: '\f1b4';
}

#sidebar .widget #menu-social-menu li a[href*="bitbucket.org"]::before {
  content: '\f171';
}

#sidebar .widget #menu-social-menu li a[href*="codepen.io"]::before {
  content: '\f1cb';
}

#sidebar .widget #menu-social-menu li a[href*="codiepie.com"]::before {
  content: '\f284';
}

#sidebar .widget #menu-social-menu li a[href*="connectdevelop.com"]::before {
  content: '\f20e';
}

#sidebar .widget #menu-social-menu li a[href*="dashcube.com"]::before {
  content: '\f210';
}

#sidebar .widget #menu-social-menu li a[href*="contao.org"]::before {
  content: '\f26d';
}

#sidebar .widget #menu-social-menu li a[href*="delicious.com"]::before {
  content: '\f1a5';
}

#sidebar .widget #menu-social-menu li a[href*="deviantart.com"]::before {
  content: '\f1bd';
}

#sidebar .widget #menu-social-menu li a[href*="vk.com"]::before {
  content: '\f189';
}

#sidebar .widget #menu-social-menu li a[href*="rss"]::before {
  content: '\f09e';
}

#sidebar .widget #menu-social-menu li a::before {
  font-family: "FontAwesome";
  font-size: 17px;
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 1px;
  color: #fff;
  background-color: #00abf0;
  transition: .3s ease-in-out;
}

.social-list--text #sidebar .widget #menu-social-menu li a::before {
  display: none;
}

#sidebar .widget #menu-social-menu li a:hover::before {
  background-color: #fb8754;
}

#sidebar .widget #menu-social-menu li + li {
  margin-left: 10px;
}

.pagenavi.nav-links {
  margin: 0;
  text-align: center;
}

.pagenavi.nav-links .btn {
  display: inline-block;
  font: 700 12px "Lato", Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: transparent;
  text-transform: uppercase;
  padding: 16px 20px;
  text-align: center;
  margin: 0 13px 10px 0;
  border-radius: 0;
  border: 1px solid #cdcdcd;
  transition: .3s;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.pagenavi.nav-links .btn::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -10px;
  right: -10px;
  bottom: -1px;
  height: 0;
  width: 280px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fb8754;
  z-index: -1;
}

.pagenavi.nav-links .btn::after {
  content: '';
  position: absolute;
  top: auto;
  left: -10px;
  right: -10px;
  bottom: 0;
  height: 0;
  width: 280px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fb8754;
  z-index: -1;
}

.pagenavi.nav-links .btn.current, .pagenavi.nav-links .btn:hover {
  color: #ffffff;
  background: #fb8754;
  border: 1px solid #fb8754;
}

.pagenavi.nav-links .btn.current::before, .pagenavi.nav-links .btn.current::after, .pagenavi.nav-links .btn:hover::before, .pagenavi.nav-links .btn:hover::after {
  height: 54%;
  left: -10px;
  right: -10px;
}

.comments-area .comment-list .comment {
  margin: 0 0 25px 0;
}

.comments-area .comment-list .comment .comment-body {
  padding: 20px;
  position: relative;
  border-radius: 2px;
}

.comments-area .comment-list .comment .comment-body .comment-meta {
  line-height: 2;
  color: #000;
  border: none;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-author {
  line-height: 1;
  margin-bottom: 6px;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-author img {
  border-radius: 50%;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-author .fn {
  text-transform: capitalize;
  font-size: 14px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-author .says {
  display: none;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata {
  line-height: 1;
}

.comments-area .comment-list .comment .comment-body .comment-meta .comment-metadata a {
  font-size: 14px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 6px;
}

.comments-area .comment-list .comment .comment-body .comment-content p {
  line-height: 1.2;
  color: #9b9b9b;
  margin: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.comments-area .comment-list .comment .comment-body .reply {
  position: absolute;
  top: 0;
  right: 10px;
  font-weight: 500;
}

.comments-area .comment-list .comment .comment-body .reply .comment-reply-link {
  position: relative;
  padding-left: 25px;
  color: green;
  line-height: 1.5;
  font-size: 16px;
}

.comments-area .comment-list .comment .comment-body .reply .comment-reply-link:hover {
  color: #000;
}

.comments-area .comment-list .comment .comment-body .reply .comment-reply-link::before {
  content: '\f112';
  display: block;
  font-family: "FontAwesome";
  font-size: 15px;
  color: inherit;
  position: absolute;
  top: 1px;
  left: 0;
  line-height: 1.5;
}

.comments-area .comment-list .comment .children {
  margin: 25px 0 0 0;
}

.comments-area .comment-list .comment .children .children {
  padding-left: 0;
}

.comments-area #respond .comment-reply-title {
  margin: 20px 0;
}

.comments-area #respond .comment-reply-title small {
  line-height: 20px;
  display: block;
}

.comments-area #respond .comment-reply-title small a {
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding-right: 16px;
}
.block-with-details .figcaption h2 div.asin{
    font-family: "Lato", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 400;
letter-spacing: .05em;
text-transform: uppercase;
}
.comments-area #respond .comment-reply-title small a::after {
  content: '\f00d';
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  top: 1px;
  right: 0;
  color: red;
  transition: .3s;
}

.comments-area #respond .comment-reply-title small a:hover::after {
  color: inherit;
}

.comments-area #respond #commentform .logged-in-as {
  margin-bottom: 10px;
}

.comments-area #respond #commentform .form-group {
  margin-bottom: 15px;
}

.comments-area #respond #commentform .form-group input {
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  width: 100%;
  padding: 13px 19px;
  font-weight: 400;
  color: #9b9b9b;
  line-height: 24px;
  letter-spacing: 0.05em;
  border-radius: 0;
  transition: .3s ease-in-out;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.comments-area #respond #commentform .form-group textarea {
  border: 1px solid #ebebeb;
  background-color: #ffffff;
  width: 100%;
  padding: 13px 19px;
  font-weight: 400;
  height: 135px;
  resize: vertical;
  min-height: 100px;
  max-height: 350px;
  color: #9b9b9b;
  line-height: 24px;
  letter-spacing: 0.05em;
  border-radius: 0;
  transition: .3s ease-in-out;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.comments-area #respond #commentform .section_sub_btn #submit {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  border-radius: 0;
  font-size: 14px;
  line-height: 24px;
  padding: 11px 40px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.05em;
  background-color: #3a3939;
  border: 3px solid #3a3939;
  color: #ffffff;
  transition: .3s ease-in-out;
}

.comments-area #respond #commentform .section_sub_btn #submit:hover {
  color: #ffffff;
  background-color: #fb8754;
  border-color: #fb8754;
}

.comments-area #respond ::placeholder {
  opacity: 1;
  color: #8f8e8e;
}

.content_sidebar #primary, .sidebar_content #primary {
  width: 70%;
  display: block;
}

.content_sidebar #sidebar, .sidebar_content #sidebar {
  width: 30%;
  display: block;
  padding: 0;
}
.container.top_block {
    margin-top: 50px;
}
.content_only .related-posts-wrap h2.entry-title,
.content_only .comments-area h2.comments-title,
.content_only .comment-respond h3#reply-title,
.sidebar_content .related-posts-wrap h2.entry-title,
.sidebar_content .comments-area h2.comments-title,
.sidebar_content .comment-respond h3#reply-title,
.content_sidebar .related-posts-wrap h2.entry-title,
.content_sidebar .comments-area h2.comments-title,
.content_sidebar .comment-respond h3#reply-title {
  font-size: 30px;
}

.box-about img {
  margin: auto;
}

@media (max-width: 991px) {
  .content_only .related-posts li,
  .sidebar_content .related-posts li,
  .content_sidebar .related-posts li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 25px;
  }
  .content_only .related-posts li:nth-child(3),
  .sidebar_content .related-posts li:nth-child(3),
  .content_sidebar .related-posts li:nth-child(3) {
    margin-left: 0;
  }
  .content_sidebar #primary, .sidebar_content #primary,
  .content_sidebar #sidebar, .sidebar_content #sidebar {
    width: 100%;
    margin: auto;
  }
  .content_sidebar #sidebar, .sidebar_content #sidebar {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .content_sidebar #primary,
  .sidebar_content #primary,
  .content_only #primary {
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .content_sidebar #sidebar,
  .sidebar_content #sidebar {
    margin: auto;
  }
  .content_only, .sidebar_content, .content_sidebar {
    padding: 40px 0;
  }
  .content_sidebar #sidebar,
  .sidebar_content #sidebar {
    padding-top: 40px;
  }
}

@media (max-width: 479px) {
  .content_only .related-posts li,
  .sidebar_content .related-posts li,
  .content_sidebar .related-posts li {
    width: 100%;
    margin: 0 0 25px 0;
  }
}

.swiper-slide {
  white-space: normal;
}

.wpcf7-form .form-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.wpcf7-form .form-wrap .input-wrap {
  margin-bottom: 20px;
  width: calc(50% - 15px);
}

.wpcf7-form .form-wrap .input-wrap.mar-left {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .wpcf7-form .form-wrap .input-wrap {
    width: 100%;
  }
  .wpcf7-form .form-wrap .input-wrap.mar-left {
    margin-left: 0;
  }
}

.wpcf7-form .form-wrap .input-wrap input {
  width: 100%;
  border: 1px solid #ebebeb;
  min-height: 50px;
  padding: 13px 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #9b9b9b;
  letter-spacing: 0.05em;
  background-color: #ffffff;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  transition: .3s ease-in-out;
}

.wpcf7-form .form-wrap .textarea-wrap {
  margin-bottom: 20px;
  width: 100%;
}

.wpcf7-form .form-wrap .textarea-wrap textarea {
  width: 100%;
  border: 1px solid #ebebeb;
  height: 135px;
  min-height: 50px;
  max-height: 300px;
  resize: vertical;
  padding: 13px 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #9b9b9b;
  letter-spacing: 0.05em;
  background-color: #ffffff;
  background-image: none;
  border-radius: 0;
  -webkit-appearance: none;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  transition: .3s ease-in-out;
}

.wpcf7-form .input-wrap input.btn {
  margin: 0;
  background-color: #3a3939;
  border: none;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: .3s;
}

.wpcf7-form .input-wrap input.btn:hover {
  background-color: #fb8754;
}

.wpcf7-form .input-wrap.btn-wrap {
  position: relative;
}

.wpcf7-form .input-wrap.btn-wrap .ajax-loader {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
}

.wpcf7-form ::placeholder {
  opacity: 1;
}

.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 11px;
  margin-top: 0;
}

.wpcf7-form div.wpcf7-validation-errors, .wpcf7-form div.wpcf7-acceptance-missing {
  margin: 20px 0 0 0;
}

.mfp-wrap.mfp-gallery.mfp-close-btn-in.mfp-auto-cursor.mfp-ready {
  z-index: 999999;
}

.rd-navbar-wrap-front-page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

#breadcrumbs li {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.71429;
  display: inline-block;
}

#breadcrumbs li a {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.71429;
  font-size: 18px;
  color: #fcd251;
  transition: .3s;
}

#breadcrumbs li a:hover {
  color: #ffffff;
}

#breadcrumbs li span {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.71429;
  font-size: 18px;
  color: #ffffff;
}

#breadcrumbs li.separator {
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}

.custom_slider .sp-slides-container .jet-slider__items .jet-slider__item .jet-slider__content .jet-slider__content-item .jet-slider__subtitle {
  position: relative;
}

.custom_slider .sp-slides-container .jet-slider__items .jet-slider__item .jet-slider__content .jet-slider__content-item .jet-slider__subtitle::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  background: #fcd251;
}

.custom_slider .sp-slides-container .jet-slider__items .jet-slider__item .jet-slider__content .jet-slider__content-item .jet-slider__button-wrapper a {
  transition: .3s !important;
}

.footer-widget h4 {
  margin-bottom: 13px;
}
footer #media_image-4.footer-widget img {
    margin-top: 30px;
}
footer {
  border-top: 1px solid #ebebeb;
}

.custom_banner .elementor-widget-container .elementor-jet-banner figure.jet-banner {
  position: relative;
  width: 100%;
}

.custom_banner .elementor-widget-container .elementor-jet-banner figure.jet-banner a.jet-banner__link {
  height: 250px;
  isplay: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 107%;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
}

.custom_banner .elementor-widget-container .elementor-jet-banner figure.jet-banner a.jet-banner__link .jet-banner__overlay {
  display: none;
}

.custom_banner .elementor-widget-container .elementor-jet-banner figure.jet-banner a.jet-banner__link img.jet-banner__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: 1.5s all ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.custom_banner .elementor-widget-container .elementor-jet-banner figure.jet-banner a.jet-banner__link .jet-banner__content {
  position: relative;
  margin-top: 15px;
}

.custom_banner .elementor-widget-container .elementor-jet-banner figure.jet-banner a.jet-banner__link .jet-banner__content .jet-banner__title {
  font-family: "Josefin Sans", "Times New Roman", Times, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.20833;
  font-size: 24px;
  color: #151515;
}

.custom_banner .elementor-widget-container .elementor-jet-banner figure.jet-banner a.jet-banner__link:hover img.jet-banner__img {
  transform: translateY(-100%);
  margin-top: 107%;
  transition: 2s all linear;
}

.button-default .elementor-button-wrapper {
  line-height: 1;
}

.heading_before .elementor-widget-container .elementor-heading-title {
  position: relative;
  padding-left: 90px;
}

.heading_before .elementor-widget-container .elementor-heading-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 69px;
  border-top: 4px solid #fb8754;
}

.home_sub_form .mc4wp-form-fields .rd-mailform.rd-mailform-newsletter .form-wrap input {
  background: #ffffff;
  color: #151515;
}

.home_sub_form .mc4wp-form-fields .rd-mailform.rd-mailform-newsletter .form-wrap ::placeholder {
  color: #151515;
  opacity: 1;
}

.custom_caunter .elementor-widget-container .elementor-counter .elementor-counter-number-wrapper .elementor-counter-number-suffix {
  font-size: 25px;
  text-transform: uppercase;
  align-self: end;
  line-height: 1;
}

.custom_caunter .elementor-widget-container .elementor-counter .elementor-counter-title {
  position: relative;
  margin-top: 25px;
  padding-top: 15px;
}

.custom_caunter .elementor-widget-container .elementor-counter .elementor-counter-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
  background: #ffc80a;
  width: 50px;
  height: 5px;
}

.custom_testimonials .elementor-widget-container .jet-testimonials .jet-testimonials__instance .slick-list .jet-testimonials__item .jet-testimonials__item-inner {
  padding: 30px 25px;
}

.custom_video .elementor-widget-container {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.custom_pricing .elementor-widget-container .elementor-jet-pricing-table {
  max-width: 400px;
  margin: auto;
}

.custom_pricing .elementor-widget-container .elementor-jet-pricing-table .pricing-table .pricing-table__heading .pricing-table__subtitle {
  margin-top: 0;
}

.custom_pricing .elementor-widget-container .elementor-jet-pricing-table .pricing-table .pricing-table__features {
  max-width: 230px;
  margin: auto;
}

.custom_pricing .elementor-widget-container .elementor-jet-pricing-table .pricing-table .pricing-table__features .pricing-feature__inner .pricing-feature__text {
  padding-left: 10px;
}

.custom_pricing .elementor-widget-container .elementor-jet-pricing-table .pricing-table .pricing-table__action {
  margin-top: 20px;
}

.custom_pricing.pricing_popular .elementor-jet-pricing-table {
  transform: scale(1.1);
  z-index: 9;
}

.books-gallery .block-with-details .figcaption h2 {color: #000;
font-family: 'Allura', cursive;}
.block-with-details .figcaption h2 {
  color: #fff;
}

.books-gallery .block-with-details .show-details {color: #000;}
.block-with-details .show-details {
  color: #fff;
}

.logged-in .rd-navbar-fullwidth.rd-navbar--is-stuck,
.logged-in .rd-navbar-fullwidth.rd-navbar--is-clone {
  top: 32px;
}

.maw_400 .elementor-widget-container .elementor-heading-title {
  max-width: 400px;
  margin: auto;
}

.elementor-widget-heading .elementor-heading-title > a.custom_read_more {
  color: #fb8754;
  font-weight: 700;
  transition: .33s all ease;
  font-style: normal;
}

.elementor-widget-heading .elementor-heading-title > a.custom_read_more:hover {
  color: #000;
}

.section_line_top + .section_line_top .elementor-container {
  border-top: 1px solid #f2f3f8;
  padding-top: 70px;
}

.custom_gallery .elementor-widget-container .elementor-jet-images-layout .jet-images-layout .jet-images-layout__list .jet-images-layout__item a.jet-images-layout__link .jet-images-layout__image {
  position: relative;
}

.custom_gallery .elementor-widget-container .elementor-jet-images-layout .jet-images-layout .jet-images-layout__list .jet-images-layout__item a.jet-images-layout__link .jet-images-layout__image img {
  transition: opacity 0.35s, transform 0.7s;
}

.custom_gallery .elementor-widget-container .elementor-jet-images-layout .jet-images-layout .jet-images-layout__list .jet-images-layout__item a.jet-images-layout__link .jet-images-layout__image::before {
  opacity: 0;
  transform: scale(0, 1);
  border-top: 1px solid rgba(255, 255, 255, 0.66);
  border-bottom: 1px solid rgba(255, 255, 255, 0.66);
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  pointer-events: none;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 99;
}

.custom_gallery .elementor-widget-container .elementor-jet-images-layout .jet-images-layout .jet-images-layout__list .jet-images-layout__item a.jet-images-layout__link .jet-images-layout__image::after {
  opacity: 0;
  transform: scale(1, 0);
  border-left: 1px solid rgba(255, 255, 255, 0.66);
  border-right: 1px solid rgba(255, 255, 255, 0.66);
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  pointer-events: none;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 99;
}

.custom_gallery .elementor-widget-container .elementor-jet-images-layout .jet-images-layout .jet-images-layout__list .jet-images-layout__item a.jet-images-layout__link .jet-images-layout__content {
  transform: scale(1.1);
  transition: .3s ease-out all;
}

.custom_gallery .elementor-widget-container .elementor-jet-images-layout .jet-images-layout .jet-images-layout__list .jet-images-layout__item a.jet-images-layout__link:hover .jet-images-layout__image img {
  transform: scale(1.16);
}

.custom_gallery .elementor-widget-container .elementor-jet-images-layout .jet-images-layout .jet-images-layout__list .jet-images-layout__item a.jet-images-layout__link:hover .jet-images-layout__image::before, .custom_gallery .elementor-widget-container .elementor-jet-images-layout .jet-images-layout .jet-images-layout__list .jet-images-layout__item a.jet-images-layout__link:hover .jet-images-layout__image::after {
  opacity: 1;
  transform: scale(1);
}

.custom_gallery .elementor-widget-container .elementor-jet-images-layout .jet-images-layout .jet-images-layout__list .jet-images-layout__item a.jet-images-layout__link:hover .jet-images-layout__content {
  transform: scale(1);
}

.post-press-single .title_wrap {
  margin-bottom: 30px;
}

.post-press-single .image_wrap {
  margin-bottom: 30px;
}

.post-press-single .content_wrap .services-macros .services-img-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.post-press-single .content_wrap .services-macros .services-img-wrap img {
  width: 50%;
  margin: 0;
  padding: 0 10px;
}

.cherry-services.services-wrap .services-item .title_wrap {
  margin-top: 15px;
}

.cherry-services.services-wrap .services-item .content_wrap {
  margin-top: 15px;
}

.cherry-services.services-wrap .services-item a.btn.btn-primary {
  margin-top: 15px;
  display: inline-block;
  width: auto;
  max-width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 3px solid #3a3939;
  white-space: normal;
  cursor: pointer;
  color: #fff;
  background-color: #3a3939;
  position: relative;
  z-index: 0;
  transition: background 0.4s, border-color 0.4s, color 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  height: 50px;
  padding: 10px 35px;
  border-radius: 0;
}

.cherry-services.services-wrap .services-item a.btn.btn-primary::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background: #fb8754;
  z-index: -1;
  opacity: 0;
  border-radius: inherit;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.cherry-services.services-wrap .services-item a.btn.btn-primary:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fb8754;
}

.cherry-services.services-wrap .services-item a.btn.btn-primary:hover::before {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.page-title.page-title-background {
  padding: 102px 15px;
}

@media (max-width: 991px) {
  .logged-in .rd-navbar-fixed .rd-navbar-panel,
  .logged-in .rd-navbar-fixed .rd-navbar-aside {
    top: 32px;
  }
  .logged-in .rd-navbar-fixed .rd-navbar-brand {
    top: 45px;
  }
  .logged-in .rd-navbar-fixed .rd-navbar-aside-toggle {
    top: 36px;
  }
  .logged-in .rd-navbar-fixed .rd-navbar-nav-wrap {
    top: -24px;
  }
  .page-title-background {
    margin-top: 56px;
  }
}

@media (max-width: 782px) {
  .logged-in .rd-navbar-fixed .rd-navbar-panel,
  .logged-in .rd-navbar-fixed .rd-navbar-aside {
    top: 46px;
  }
  .logged-in .rd-navbar-fixed .rd-navbar-brand {
    top: 59px;
  }
  .logged-in .rd-navbar-fixed .rd-navbar-aside-toggle {
    top: 50px;
  }
  .logged-in .rd-navbar-fixed .rd-navbar-nav-wrap {
    top: -10px;
  }
}

@media (max-width: 767px) {
  .custom_slider .sp-slides-container .jet-slider__items .jet-slider__item .jet-slider__content .jet-slider__content-item {
    margin-top: 56px;
  }
  .order_767_2 {
    order: 2;
  }
  .order_767_1 {
    order: 1;
  }
  .page-title.page-title-background {
    padding: 60px 15px;
  }
}

@media (max-width: 600px) {
  .post-press-single .content_wrap .services-macros .services-img-wrap img {
    width: 100%;
    padding: 15px 0;
  }
}

/*social menu icons costumization*/
#sidebar .widget #menu-social-menu li a[href*="facebook.com"]::before {
  content: url(https://ginaconkle.com/wp-content/uploads/2018/11/fb.png);
  background-color: #ffffff;
}

#sidebar .widget #menu-social-menu li a[href*="twitter.com"]::before {
  content: url(https://ginaconkle.com/wp-content/uploads/2018/11/tw.png);
  background-color: #ffffff;
}

#sidebar .widget #menu-social-menu li a[href*="pinterest.com"]::before {
  content: url(https://ginaconkle.com/wp-content/uploads/2018/11/pin.png);
  background-color: #ffffff;
}
/*page top background costumization*/
.blog .page-title-background {
    background-image: url(https://ginaconkle.com/wp-content/uploads/2019/01/BLOG.png);
    background-position: bottom center;
    background-attachment: scroll;
}
.page-id-9860 .page-title-background {
    background-image: url(https://ginaconkle.com/wp-content/uploads/2019/01/Norse-series-page.png);
    background-position: center;
}
.page-id-9861 .page-title-background {
    background-image: url(https://ginaconkle.com/wp-content/uploads/2019/01/this-one-FS-SERIES-page.png);
    background-position: center;
}
.page-id-9851 .page-title-background {
    background-image: url(https://ginaconkle.com/wp-content/uploads/2019/01/Midnight-Meetings-series-page.jpg);
    background-position: center;
}
.page-id-135 .page-title-background {
    background-image: url(https://ginaconkle.com/wp-content/uploads/2019/01/About.png);
    background-position: center;
    background-attachment: scroll;
}
.page-id-9520 .page-title-background {
    background-image: url(https://ginaconkle.com/wp-content/uploads/2019/01/BOOKS-page.png);
    background-position: center;
    background-attachment: scroll;
}
.page-id-7807 .page-title-background {
    background-image: url(https://ginaconkle.com/wp-content/uploads/2019/01/newsletters.png);
    background-position: center;
    background-attachment: scroll;
}

.rd-navbar-fullwidth .rd-navbar-nav > li > a {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.rd-navbar-fullwidth .rd-navbar-nav > li:last-child a {
  background: #fb8754;
    line-height: 30px;
    border-radius: 5px;
    margin-left: 20px;
    padding: 0 10px;
}
.rd-navbar-fullwidth .rd-navbar-nav > li:last-child:hover a {
  color:#fff;
}
/*# sourceMappingURL=main.css.map */