/*!
Theme Name: Default Theme
Description: This is boilerplate theme for developers
Version: 1.0.0
Author: Daniels Martinovs
Author URL: daniels.martinovs@gmail.com;
Text Domain: app
*/

html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
}

section.header {
  margin-top: 25px;
  margin-bottom: 25px;
}

section.header .phone a {
  font-family: 'Anton', sans-serif;
  font-size: 42px;
  color: #000000;
}

section.header .logo-wrapper img,
section.header .rating-images img {
  max-height: 72px;
}

section.header .rating-images {
  margin-left: 55px;
  margin-right: 55px;
}

section.header .buy-a-gift {
  margin-right: 15px;
}

section.header .phone {
  line-height: 75px;
}


section.page-inner-header {
  background-image: url('assets/img/blog-header.jpg?v=3');
  background-size: cover;
  background-position: 50% 50%;
  height: 130px;
  border-bottom: 1px solid #dedede;
}

section.page-inner-header .container,
section.page-inner-header .container .row {
  height: 100%;
  position: relative;
}

section.page-inner-header .page-slogan {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  width: calc(100% - 15px);
  padding-left: 15px;
  padding-right: 15px;
}

section.page-inner-header .page-slogan h1 {
  color: #252525;
  font-family: 'Anton';
  font-size: 35px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

section.page-inner-header .page-slogan .breadcrumbs {
  font-family: 'Source Sans Pro';
  padding: 0;
  margin: 0;
}

section.page-inner-header .page-slogan .breadcrumbs li {
  display: inline-block;
  color: #252525;
}

section.page-inner-header .page-slogan .breadcrumbs li a {
  color: #02a300;
}

section.page-inner-header .page-slogan .breadcrumbs li:after {
  content: '»';
}

section.page-inner-header .page-slogan .breadcrumbs li:last-of-type:after {
  content: none;
}

section.menu {
  border-top: 2px solid #191919;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02a300+0,03d100+50,02a300+100 */
  background: #02a300; /* Old browsers */
  background: -moz-linear-gradient(left,  #02a300 0%, #03d100 50%, #02a300 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #02a300 0%,#03d100 50%,#02a300 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #02a300 0%,#03d100 50%,#02a300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a300', endColorstr='#02a300',GradientType=1 ); /* IE6-9 */
  height: 50px;
}

section.menu #menu-header {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

section.menu #menu-header li {
  display: inline-block;
  line-height: 48px;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

section.menu #menu-header li.dropdown .dropdown-menu {
  width: 100%;
  background: #000000;
}

section.menu #menu-header li.dropdown:hover .dropdown-menu {
  display: block;
}

section.menu #menu-header li .dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 0;
}

section.menu #menu-header li .dropdown-menu a {
  color: #a9a9a9;
  font-weight: normal;
  text-decoration: none;
  text-shadow: none;
  text-align: center;
  text-transform: none;
  font-size: 14px;
  position: relative;
}

section.menu #menu-header li .dropdown-menu a::after {
  content: '';
  position: absolute;
  left: 17.5%;
  width: 65%;
  height: 1px;
  background: #232323;
  bottom: 0;
}

section.menu #menu-header li .dropdown-menu a:focus,
section.menu #menu-header li .dropdown-menu a:hover {
  background: #000000;
  color: #ffffff;
}

section.menu #menu-header li.dropdown.show,
section.menu #menu-header li:hover {
  background: #000000;
}

/*section.menu #menu-header li:last-of-type {
  margin-right: 0px;
}*/

section.menu #menu-header li a {
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0;
  text-shadow: 0px 0px 3px #000000;
}

section.page-content {
  padding-top: 25px;
  padding-bottom: 25px;
}

section.page-content .post-content a {
  color: #02a300;
  text-decoration: underline;
}

section.page-content .post-content p {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
}

section.page-content .post-content ul {
  list-style-type: none;
}

section.page-content .post-content ul li::before {
  content: "\2022";
  color: #02a300;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

section.page-content .post-content ul li {
  color: #494848;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 3px;
}

section.page-content .post-content h2,
section.page-content .post-content h3,
section.page-content .post-content h4 {
  font-family: 'Anton';
  color: #252525;
  text-transform: uppercase;
}

section.page-content .posts-grid {
  font-family: 'Source Sans Pro', sans-serif;
}

section.page-content .posts-grid .title h3 {
  color: #252525;
  font-family: 'Anton';
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
}

section.page-content .posts-grid .post-item-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

section.page-content .posts-grid .date {
  color: #02a300;
  border: 1px solid #02a300;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

section.page-content .posts-grid .image_and_description {
  text-align: justify;
}

section.page-content .posts-grid .image_and_description p {
  font-family: 'Source Sans Pro';
  color: #252525;
  font-size: 16px;
  line-height: 24px;
}

section.page-content .posts-grid .image_and_description img {
  padding-right: 15px;
  padding-top: 5px;
}

section.page-content .posts-grid .read-more {
  text-align: right;
  margin-bottom: 35px;
}

section.page-content .posts-grid .read-more .inline-button-2 {
  font-size: 16px;
  padding-left: 25px;
  padding-right: 25px;
  text-shadow: 0px 0px 3px #000000;
}

section.page-content .posts-grid .read-more .inline-button-2:hover {
  color: #03df00;
  text-decoration: none;
}

section.page-content .posts-grid .item {
  border-bottom: 1px solid #dedee3;
  padding-top: 25px;
}

section.page-content .posts-grid .post-item-wrapper:first-of-type .item {
  padding-top: 0;
}

section.slider {
  font-family: 'Anton', sans-serif;
  color: #ffffff;
  background: url('assets/img/section-top.png');
  background-size: cover !important;
  height: 450px;
  position: relative;
}

section.slider .container,
section.slider .container .row {
  height: 100%;
}

section.slider .slider-content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-shadow: 0px 0px 3px #000000;
}

section.slider .title {
  width: 100%;
}

section.slider .title div {
  font-size: 70px;
  text-transform: uppercase;
  line-height: 80px;
}

section.slider .checklist {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

section.slider .checklist > div {
  display: inline-block;
}

section.slider .checklist > div span {
  display: block;
  font-size: 18px;
  line-height: 35px;
}

section.slider .checklist > div span .fs {
  display: inline-block;
  padding-right: 5px;
}

section.slider .checklist > div:first-of-type {
  margin-right: 25px;
}

section.slider .button-wrapper {
  margin-top: 25px;
}

section.slider .button-wrapper a {
  font-size: 18px;
}

section.text-block,
section.our-services {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.text-block .title {
  text-align: center;
  width: 100%;
}

section.text-block .title h2 {
  font-family: 'Anton';
  position: relative;
  color: #252525;
  margin-top: 0px;
  margin-bottom: 55px;
  font-size: 38px;
  text-transform: uppercase;
}

section.text-block .title h2:after {
  background-image: url('assets/img/spritesheet.png');
  background-repeat: no-repeat;
  background-position: -551px -5px;
  content: '';
  position: absolute;
  width: 56px;
  height: 11px;
  color: transparent;
  outline: none;
  bottom: -30px;
  left: calc(50% - 28px);
}

section.text-block .text {
  text-align: center;
}

section.text-block .text p {
  font-family: 'Source Sans Pro';
  color: #252525;
  font-size: 16px;
  line-height: 25px;
}

section.text-block .blue-button {
  margin-top: 35px;
}

section.our-services {
  background: url('assets/img/section-services.jpg');
  background-size: cover;
}

section.our-services .title {
  text-align: center;
  width: 100%;
}

section.our-services .title h2 {
  font-family: 'Anton';
  position: relative;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 55px;
  font-size: 38px;
  text-transform: uppercase;
}

section.our-services .title h2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  cursor: pointer;
  color: transparent;
  outline: none;
  bottom: -30px;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

section.our-services .services-row {
  margin-top: 15px;
}

section.our-services .services-row > div .image {
  text-align: center;
  max-height: 150px;
}

section.our-services .services-row > div .image .fs {
  zoom: 0.70;
  -moz-transform: scale(0.70);
  -moz-transform-origin: 0% 0;
  display: inline-block;
}

section.our-services .services-row > div img {
  max-width: 100%;
}

section.our-services .services-row > div .title {
  font-family: 'Anton';
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

section.our-services .services-row > div .title a {
  color: #ffffff;
  text-decoration: none;
}

section.our-services .services-row > div .title a:hover {
  color: #03df00;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

section.our-services .services-row > div .title span {
  display: block;
  line-height: 22px;
}

section.why-hire-us p {
  margin-bottom: 5px;
}

section.phone {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #08f105;
}

section.phone .call-to-us {
  width: 100%;
}

section.phone .call-to-us .phone .fs {
  display: inline-block;
  margin-right: 7px;
}

section.phone .call-to-us .text {
  color: #252525;
  text-align: center;
  font-family: 'Source Sans Pro';
  font-weight: bold;
  font-size: 21px;
  line-height: 21px;
}

section.phone .call-to-us .phone {
  text-align: center;
}

section.phone .call-to-us .phone a {
  font-family: 'Anton';
  color: #252525;
  font-size: 42px;
  text-transform: uppercase;
}

section.phone .call-to-us .phone a:hover {
  text-decoration: none;
}

section.advert {
    background: url('assets/img/section-cars.jpg');
    background-size: cover;
    height: 320px;
    background-position: 50% 50%;
}

section.advert img {
  display: none;
}

.we-offer-row p {
  font-weight: bold;
}

.offer-row {
  margin-top: 15px;
}

.offer-row > div img {
  max-width: 100%;
}

.offer-row > div .image {
  max-height: 165px;
}

.post-content .offer-row > div .image .fs {
  zoom: 0.40;
  -moz-transform: scale(0.40);
}

.offer-row > div .image .fs {
    zoom: 0.60;
    -moz-transform: scale(0.60);
    -moz-transform-origin: 0% 0;
    display: inline-block;
}

.offer-row > div .title {
  font-family: 'Anton';
  position: relative;
  color: #252525;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

.offer-row > div .title span {
  display: block;
  line-height: 22px;
}

section.home-slider .home-slider-div .slide-img {
    min-height: 750px;
    width: 100%;
}

/* Latest From Our Blog */

section.latest-from-our-blog {
    padding-top: 50px;
    padding-bottom: 50px;
}

section.latest-from-our-blog .title {
    text-align: center;
}

section.latest-from-our-blog .title h2 {
  font-family: 'Anton';
  position: relative;
  color: #252525;
  margin-top: 0px;
  margin-bottom: 55px;
  font-size: 38px;
  text-transform: uppercase;
}

section.latest-from-our-blog .title h2:after {
    background-image: url('assets/img/spritesheet.png');
    background-repeat: no-repeat;
    background-position: -551px -5px;
    content: '';
    position: absolute;
    width: 56px;
    height: 11px;
    color: transparent;
    outline: none;
    bottom: -30px;
    left: calc(50% - 28px);
}

.latest-blog-posts-row.page-latest-blog-posts {
  margin-top: 25px;
}

.latest-blog-posts-row .item .image {
  margin-bottom: 20px;
}

.latest-blog-posts-row .item .image img {
    max-width: 100%;
}

.latest-blog-posts-row .item .title {
    font-family: 'Anton', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    min-height: 50px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.latest-blog-posts-row .item .title span {
    max-width: 300px;
}

.latest-blog-posts-row .item .read-more {
    text-align: center;
    margin-top: 30px;
}

.latest-blog-posts-row .item .read-more .inline-button {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.latest-blog-posts-row .item .read-more .inline-button:hover {
  color: #03df00;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

section.contact-block {
    background: url('assets/img/section-cta.jpg');
    background-size: cover;
    background-position: 50% 50%;
}

section.contact-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.contact-block .title {
  text-align: center;
}

section.contact-block .title h2 {
    font-family: 'Anton';
    position: relative;
    color: #252525;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 38px;
    text-transform: uppercase;
}

section.contact-block .title h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  position: relative;
  color: #252525;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 20px;
}

section.contact-block form .label {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #252525;
  margin-bottom: 5px;
}

section.contact-block form .input input {
  line-height: 40px;
}

section.contact-block form .input input,
section.contact-block form .input textarea {
  padding-left: 15px;
  border: 1px solid #d8d8de;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  outline: none;
}

section.contact-block form .input textarea {
  padding-top: 15px;
}

section.contact-block form .textarea-row {
  margin-top: 25px;
}

section.contact-block form .recaptcha,
section.contact-block form .submit-button-wrapper {
  margin-top: 15px;
}

section.contact-block form .submit-button-wrapper {
  text-align: right;
}

section.contact-block form .submit-button-wrapper .ajax-loader {
  display: block;
}

section.contact-block form .submit-button-wrapper input[type="submit"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Anton', sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    border: 0;
    line-height: 40px;
    color: #ffffff;
}

section.contact-block form .submit-button-wrapper input[type="submit"]:hover {
  color: #03df00;
  text-decoration: none;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

section.client-testimonials {
  padding-top: 50px;
  padding-bottom: 50px;
}

section.client-testimonials .title {
  text-align: center;
}

section.client-testimonials .title h2 {
  font-family: 'Anton';
  position: relative;
  color: #252525;
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 38px;
  text-transform: uppercase;
}

section.client-testimonials .testimonial {
  background: #f0f0f0;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 50px;
  position: relative;
}

section.client-testimonials .testimonial::before {
  content: "“";
  font-family: Georgia;
  font-weight: normal;
  font-style: normal;
  font-size: 100px;
  line-height: 0px;
  color: #03df00;
  position: absolute;
  top: 55px;
  left: 15px;
}

section.client-testimonials .testimonial::after {
  content: "”";
  font-family: Georgia;
  font-weight: normal;
  font-style: normal;
  font-size: 100px;
  line-height: 0px;
  color: #03df00;
  position: absolute;
  bottom: 5px;
  right: 15px;
}

section.client-testimonials .testimonial .title {
  font-family: 'Source Sans Pro', sans-serif;
  color: #252525;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

section.client-testimonials .testimonial .date {
  color: #b7b7b7;
  font-size: 12px;
}

section.client-testimonials .testimonial .body {
  padding-top: 15px;
  padding-left: 75px;
  padding-right: 75px;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 22px;
}

section.client-testimonials .slick-dots {
  bottom: -35px;
}

section.client-testimonials .slick-dots li button:before {
  color: #cccccc;
  text-shadow: none;
}

section.client-testimonials .slick-dots li.slick-active button:before {
  color: #03df00;
}

section.footer {
  padding-top: 35px;
  background: #1f1f26;
}

section.footer .footer-col {
  margin-right: 60px;
  display: inline-block;
  min-width: calc(20% - 48px);
  max-width: calc(20% - 48px);
}

section.footer .footer-col:last-of-type {
  margin-right: 0;
}

section.footer .footer-col img {
  max-width: 100%;
}

section.footer .text-block {
  font-family: 'Source Sans Pro', sans-serif;
}

section.footer .logo-wrapper a,
section.footer .text-block a,
section.footer .text-block span {
  font-weight: bold;
  color: #03e000;
  font-size: 14px;
  margin-bottom: 7px;
  display: inline-block;
}

section.footer .logo-wrapper a {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}

section.footer .text-block p {
  color: #c9c9c9;
  font-size: 14px;
  margin-bottom: 5px;
}

section.footer .social ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: left;
}

section.footer .social ul li {
  display: inline-block;
  margin-left: 5px;
}

section.footer .social ul li:first-of-type {
  margin-left: 0;
}

section.footer .social ul li a {
  font-size: 25px;
  color: #b9b9b9;
}

section.footer .social ul li a:hover {
  color: #03e000;
}

section.footer .footer-col ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

section.footer .footer-col ul a {
  padding: 0;
  color: #c9c9c9;
  font-size: 14px;
  line-height: 20px;
}

section.footer .footer-col.footer-menu-2 ul a {
  font-weight: 700;
  color: #03e000;
  font-size: 15px;
  line-height: 25px;
}

section.footer .footer-col span {
  font-weight: bold;
  color: #03e000;
  font-size: 14px;
  margin-bottom: 7px;
  display: inline-block;
}

section.footer .copyright {
  width: 100%;
  text-align: center;
  color: #666666;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  border-top: 1px solid rgba(102, 102, 102, 0.5);
  margin-top: 30px;
}

/* Widgets */

.sidebar {
  margin-bottom: 25px;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f0f0f0;
}

.sidebar .section-title {
  text-align: center;
  color: #252525;
  font-family: 'Anton';
  font-weight: normal;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 10px;
}


.sidebar ul {
  font-family: 'Source Sans Pro';
  font-weight: 500;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar ul li a {
    font-size: 14px;
    color: #252525;
    margin-right: 5px;
    font-weight: normal;
}

.sidebar.blog-categories ul > li {
  position: relative;
  color: #03e000;
  font-weight: bold;
  font-size: 11px;
  line-height: 24px;
  padding-left: 10px;
}

.sidebar.blog-categories ul > li::before {
  content: "\f105";
  font-family: FontAwesome;
  left: 0px;
  position: absolute;
  top: 0px;
  font-size: 14px;
  color: #aaafbc;
 }

 .sidebar .testimonial-slider .author {
   font-family: 'Source Sans Pro';
   font-weight: 700;
   font-size: 18px;
   color: #252525;
   text-align: center;
 }

 .sidebar .testimonial-slider .date {
   color: #252525;
   font-size: 14px;
   text-align: center;
   margin-bottom: 5px;
 }

 .sidebar .testimonial-slider .text {
   color: #252525;
   font-size: 14px;
   text-align: center;
   margin-bottom: 5px;
 }

 .sidebar .testimonial-slider .slick-dots {
   bottom: -25px;
 }

 .sidebar.testimonials {
   padding-bottom: 35px;
 }

 .sidebar.testimonials .slick-dots li button:before {
   text-shadow: none;
   color: #cccccc;
 }

 .sidebar.testimonials .slick-dots li.slick-active button:before {
   color: #03e000;
 }

.contact-widget {
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#03ba00+0,03d100+50,03ba00+100 */
    background: #03ba00; /* Old browsers */
    background: -moz-linear-gradient(left,  #03ba00 0%, #03d100 50%, #03ba00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #03ba00 0%,#03d100 50%,#03ba00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #03ba00 0%,#03d100 50%,#03ba00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ba00', endColorstr='#03ba00',GradientType=1 ); /* IE6-9 */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0;
}

.contact-widget .textwidget {
    /*padding: 20px;*/
}

.contact-widget .section-title {
  background: #252525;
  text-align: center;
  color: #ffffff;
  font-family: 'Anton';
  font-weight: normal;
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;

  margin-bottom: 0;

  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;

  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.contact-widget .subtitle {
  background: #252525;
  text-align: center;
  color: #03d100;

  font-family: 'Source Sans Pro';
  font-weight: 700;

  padding-left: 20px;
  padding-right: 20px;
}

.contact-widget .svg-triangle {
  width: 100%;
  height: 35px;
}

.contact-widget .svg-triangle svg {
    width: 100%;
    height: 100%;
}

.contact-widget form {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.contact-widget form .label {
  display: none;
}

.contact-widget form .input {
  margin-bottom: 10px;
}

.contact-widget form .input input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0;
  text-align: center;
}

.contact-widget form .input textarea {
  width: 100%;
  padding-top: 15px;
  height: 150px;
}

.contact-widget form .input input,
.contact-widget form .input textarea {
  font-family: 'Source Sans Pro';
  color: #252525;
  font-size: 14px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0;
}

.contact-widget form .row > div {
  flex: 0 0 100%;
  max-width: 100%;
}

.contact-widget ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'Source Sans Pro';
  color: #252525;
  font-size: 14px;
  text-align: center;
}
.contact-widget ::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Source Sans Pro';
  color: #252525;
  font-size: 14px;
  text-align: center;
}
.contact-widget :-ms-input-placeholder { /* IE 10+ */
  font-family: 'Source Sans Pro';
  color: #252525;
  font-size: 14px;
  text-align: center;
}
.contact-widget :-moz-placeholder { /* Firefox 18- */
  font-family: 'Source Sans Pro';
  color: #252525;
  font-size: 14px;
  text-align: center;
}

.contact-widget form .grey-button {
  width: 100%;
  border: 0;
  font-weight: normal;
  line-height: 45px;
}

.sidebar #rpwwt-recent-posts-widget-with-thumbnails-2 img {
  width: initial;
  height: initial;
}

.sidebar .rpwwt-post-title {
  font-family: 'Source Sans Pro';
  font-weight: 700;
  color: #252525;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.sidebar .rpwwt-widget a:hover {
  text-decoration: none;
}

.sidebar .rpwwt-post-excerpt {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Source Sans Pro';
  color: #252525;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.sidebar .rpwwt-widget ul li {
  margin: 0;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  padding-top: 15px;
}

.sidebar .rpwwt-widget ul li:first-of-type {
  padding-top: 0;
}

.sidebar .rpwwt-widget ul li img {
  float: initial;
  margin: 0;
  margin-bottom: 10px;
}

.sidebar .rpwwt-post-date {
  font-family: 'Source Sans Pro';
  font-size: 12px;
  color: #03b600;
  width: 100%;
  text-align: center;
}

.sidebar .rpwwt-widget .read-more {
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar .rpwwt-widget .read-more a {
  width: 100%;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  text-shadow: 0px 0px 3px #000000;
  height: 42px;
}

.sidebar .rpwwt-widget .read-more a:hover {
  color: #03df00;
  text-decoration: none;
}

/* Pagination */

section.page-content .pagination {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  margin: 50px 0;
}

section.page-content .pagination span {
  text-decoration: none;
  border: 0 none;
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0 2px;
  background-color: #fff;
  border: 0px solid #f2f2f2;
  color: #afafaf;
  font-family: 'Source Sans Pro';
  margin-left: -1px;
  padding: 6px 13px;
  position: relative;
  text-decoration: none;
  margin-right: 10px;
  font-size: 14px;
}

section.page-content .pagination span.dots {
  color: #1f3458;
}

section.page-content .pagination span.page-numbers.current {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#18ce16+0,00a100+100 */
  background: #18ce16; /* Old browsers */
  background: -moz-linear-gradient(top,  #18ce16 0%, #00a100 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #18ce16 0%,#00a100 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #18ce16 0%,#00a100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18ce16', endColorstr='#00a100',GradientType=0 ); /* IE6-9 */
  color: #ffffff;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-shadow: 0px 0px 3px #000000;
}

section.page-content .pagination a {
  text-decoration: none;
  border: 0 none;
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0 2px;
  background-color: #fff;
  border: 1px solid #f2f2f5;
  color: #252525;
  font-family: 'Source Sans Pro';
  font-weight: bold;
  margin-left: -1px;
  padding: 5px 12px;
  position: relative;
  text-decoration: none;
  margin-right: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
}

section.page-content .pagination a.next .fa {
  padding-left: 7px;
}

section.page-content .pagination a.prev .fa {
  padding-right: 7px;
}

section.page-content .pagination a.next,
section.page-content .pagination a.prev {
  color: #434343;
}

section.page-content .post-content img {
  max-width: 100%;
}

section.page-content .post-content img.featured-image {
  margin-bottom: 15px;
}

/* Helpers */

section.header .mobile-toggler,
section.tablet-mobile-bar {
  display: none;
}

.inline-button {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#606060+0,333333+100 */
    background: #606060; /* Old browsers */
    background: -moz-linear-gradient(left,  #606060 0%, #333333 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #606060 0%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #606060 0%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#333333',GradientType=1 ); /* IE6-9 */
    color: #ffffff;
    font-family: 'Anton';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.inline-button-2 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#18ce16+0,00a200+100 */
    background: #18ce16; /* Old browsers */
    background: -moz-linear-gradient(top,  #18ce16 0%, #00a200 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #18ce16 0%,#00a200 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #18ce16 0%,#00a200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18ce16', endColorstr='#00a200',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    font-family: 'Anton';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.transparent-button {
    background: transparent;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 13px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    border: 2px solid #03df00;
}

.transparent-button:hover {
  color: #ffffff;
  background: #03df00;
  text-decoration: none;
}

.grey-button {
    font-family: 'Anton', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    height: 45px;
    line-height: 48px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d6d6d+0,272727+100 */
    background: #6d6d6d; /* Old browsers */
    background: -moz-linear-gradient(top,  #6d6d6d 0%, #272727 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #6d6d6d 0%,#272727 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #6d6d6d 0%,#272727 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#272727',GradientType=0 ); /* IE6-9 */
}

.green {
  color: #03df00;
}

@media only screen and (min-width: 1200px) {

  section.mobile-menu {
    display: none !important;
  }

}

@media only screen and (max-width: 1200px) {

  section.header .buy-a-gift.desktop,
  section.header .phone.desktop,
  section.menu.desktop,
  section.mobile-menu  {
    display: none;
  }

  section.mobile-menu {
    border-top: 2px solid #191919;
  }

  section.mobile-menu .menu-header-container,
  section.mobile-menu .menu-header-container > ul {
    padding: 0;
    margin: 0;
  }

  section.mobile-menu .menu-header-container > ul {
    list-style-type: none;
  }

  section.mobile-menu .menu-header-container > ul li {
    text-align: center;
    position: relative;
  }

  section.mobile-menu .menu-header-container > ul li a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
  }

  section.mobile-menu .menu-header-container > ul li a::after {
      content: '';
      position: absolute;
      left: 5%;
      width: 90%;
      height: 1px;
      background: #ebebeb;
      bottom: 0;
  }

  section.mobile-menu .menu-header-container ul li.show .dropdown-menu {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    float: initial;
  }

  section.mobile-menu .menu-header-container ul li.show .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
  }

  section.mobile-menu .menu-header-container ul li.show .dropdown-menu a {
    font-family: 'Source Sans Pro', sans-serif;
    color: #a9a9a9;
    font-weight: normal;
    text-decoration: none;
    text-shadow: none;
    text-align: center;
    text-transform: none;
    font-size: 14px;
    line-height: 40px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
  }

  section.mobile-menu .menu-header-container ul li.show .dropdown-menu a:hover,
  section.mobile-menu .menu-header-container ul li.show .dropdown-menu a:focus {
    background: #000000;
    color: #ffffff;
  }

  section.mobile-menu .menu-header-container ul li.show .dropdown-menu a:last-of-type::after {
    content: none;
  }

  section.mobile-menu .menu-header-container ul li.show .dropdown-menu a::after {
    background: #232323;
  }

  section.mobile-menu .menu-header-container > ul li.dropdown::before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 26px;
    color: #000000;
    position: absolute;
    right: calc(5% + 3px);
    top: 2px;
    width: 19px;
    height: 19px;
    z-index: 101;
  }

  section.mobile-menu .menu-header-container > ul li.dropdown::after {
    content: '';
    position: absolute;
    right: 5%;
    top: 8px;
    width: 25px;
    height: 25px;
    background: rgba(255, 255, 255, 0.85);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 100;
    border: 1px solid #000000;
  }

  section.mobile-menu .menu-header-container > ul li.dropdown.show::before {
    content: "\f106";
    top: 1px;
  }

  section.mobile-menu .menu-header-container > ul li .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
  }

  section.header .mobile-toggler {
    display: block;
    margin-left: auto
  }

  section.header .mobile-toggler .fa {
    color: #000000;
    font-size: 28px;
    margin-top: 20px;
  }

  section.tablet-mobile-bar {
    display: block;
    border-top: 2px solid #191919;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#02a300+0,03d100+50,02a300+100 */
    background: #02a300; /* Old browsers */
    background: -moz-linear-gradient(left,  #02a300 0%, #03d100 50%, #02a300 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #02a300 0%,#03d100 50%,#02a300 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #02a300 0%,#03d100 50%,#02a300 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02a300', endColorstr='#02a300',GradientType=1 ); /* IE6-9 */
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  section.tablet-mobile-bar .tablet-mobile-bar-inner {
    display: -webkit-box;
    display: -moz-box;
    display: box;

    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }

  section.tablet-mobile-bar .buy-a-gift {
    margin-right: 15px;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    box-ordinal-group: 3;
  }

  section.tablet-mobile-bar div.tablet {
    display: inline-block;
    vertical-align: top;
  }

  section.tablet-mobile-bar div.tablet .fs {
    display: inline-block;
  }

  section.tablet-mobile-bar .phone {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }

  section.tablet-mobile-bar .phone a {
    font-family: 'Anton', sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0px 0px 3px #000000;
  }

  section.our-services .services-row > div .image .fs {
    zoom: 0.40;
    -moz-transform: scale(0.40);
    -moz-transform-origin: 0% 0;
    display: inline-block;
  }

  .offer-row > div .image .fs {
    zoom: 0.40;
    -moz-transform: scale(0.40);
    -moz-transform-origin: 0% 0;
    display: inline-block;
  }

}

@media only screen and (max-width: 991px) {

  section.header .rating-images {
    margin-left: 15px;
    margin-right: 15px;
  }

  section.slider .title div {
    font-size: 59px;
    line-height: 69px;
  }

  section.slider .checklist > div {
    display: block;
  }

  section.slider {
    background-position: 60% 50% !important;
    height: 500px;
  }

  section.advert {
    background: none;
    height: auto;
  }

  section.advert img {
    display: block;
    width: 100%;
  }

  section.our-services {
    background-position: 50% 50%;
  }

  section.latest-from-our-blog .title h2,
  section.text-block .title h2,
  section.our-services .title h2,
  section.contact-block .title h2,
  section.client-testimonials .title h2 {
    font-size: 34px;
  }

  section.our-services .services-row > div .title {
    font-size: 16px;
  }

  .offer-row > div .title {
    font-size: 16px;
  }

  section.footer .footer-col.logo-wrapper {
    text-align: center;
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  section.footer .footer-col {
    margin-right: 50px;
    min-width: calc(25% - 37.5px);
    max-width: calc(25% - 37.5px);
  }
}

@media only screen and (max-width: 850px) {

  section.header .rating-images {
    margin-left: 25px;
    margin-right: 25px;
  }

  section.header .logo-wrapper img,
  section.header .rating-images img {
    max-height: 65px;
  }

  section.header .mobile-toggler .fa {
    margin-top: 15px;
  }

}

@media only screen and (max-width: 768px) {

    section.header .rating-images {
      display: none;
    }

    section.tablet-mobile-bar div.tablet {
      display: block;
      margin-right: 0;
    }

    section.tablet-mobile-bar div.buy-a-gift.tablet {
      margin-top: 15px;
    }

    section.slider .title div {
      font-size: 44px;
      line-height: 54px;
    }

    section.text-block,
    section.our-services {
      padding-top: 25px;
      padding-bottom: 25px;
    }

    section.latest-from-our-blog .title h2,
    section.text-block .title h2,
    section.our-services .title h2,
    section.contact-block .title h2,
    section.client-testimonials .title h2 {
      font-size: 30px;
    }

    .services-row > div .image {
      text-align: center;
    }

    section.our-services .services-row > div img {
      max-width: 120px;
    }

    .services-row > div {
      margin-bottom: 25px;
    }

    .offer-row > div .image {
      text-align: center;
    }

    .offer-row > div img {
      max-width: 120px;
    }

    .offer-row > div {
      margin-bottom: 25px;
    }

    section.home-slider .home-slider-div .slide-img {
      min-height: 350px;
    }

    .latest-blog-posts-row .item {
      margin-bottom: 25px;
    }

    .latest-blog-posts-row > div:last-of-type .item {
      margin-bottom: 0;
    }

    .latest-blog-posts-row .item .image {
      text-align: center;
    }

    section.footer .footer-col {
      margin-right: 0;
      min-width: 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 25px;
    }

    section.footer .footer-col img {
      display: block;
      margin: 0 auto;
    }

    section.footer .social ul {
      text-align: center;
    }

    section.footer .footer-col ul a {
      line-height: 30px;
    }

    section.page-content .posts-grid .image_and_description {
      text-align: center;
      margin-bottom: 25px;
    }

    section.page-content .posts-grid .read-more {
      text-align: center;
    }

    section.page-content .posts-grid .read-more .inline-button-2 {
      width: 100%;
      text-align: center;
      display: inline-block;
    }

    section.page-content .posts-grid .image_and_description img {
      display: block;
      margin: 0 auto;
      padding-right: 0;
      padding-bottom: 10px;
      float: initial;
    }

}

@media only screen and (min-width: 500px) and (max-width: 767px) {

  section.text-block .title {
    width: 70%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {

  section.header .logo-wrapper {
    padding-left: 15px;
  }

  section.header .mobile-toggler {
    padding-right: 15px;
  }

  section.text-block .title,
  section.slider .slider-content,
  section.footer .footer-col {
    padding-left: 15px;
    padding-right: 15px;
  }

  section.slider .title div {
    font-size: 31px;
    line-height: 41px;
  }

  section.phone .call-to-us .text {
    font-size: 16px;
  }

  section.phone .call-to-us .phone a {
    font-size: 26px;
  }

  section.contact-block form .submit-button-wrapper {
    text-align: center;
  }

  section.slider .checklist > div span {
    font-size: 16px;
    line-height: 32px;
  }


}

@media only screen and (max-width: 350px) {

  section.header .logo-wrapper {
    max-width: 250px;
  }

  section.header .logo-wrapper img {
    max-width: 100%;
  }

}
