@font-face {
    font-family: 'Shadows Into Light';
    src: url('../fonts/ShadowsIntoLight-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Yeseva One';
    src: url('../fonts/YesevaOne-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato', sans-serif;
    src: url('../fonts/Lato-Regular.ttf') format('sans-serif');
}



html {
    scroll-behavior: smooth;
    height: 100%;
}  
        
body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Varela', sans-serif;
}
    
.orange-button {
    background-color: #f7941d !important;
    border-radius: 3px !important;
    border-color: #f7941d !important;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: white !important;
    margin: 2em 0em 1em 0em !important;
    letter-spacing: 1.2px;
    padding: 7px 12px !important;
}


.orange-frame {
    background-color: #f7f7f7 !important;
    border-radius: 3px !important;
    border-color: #f7941d !important;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #f7941d !important;
    margin: 2em 0em 1em 0em !important;
    letter-spacing: 1.2px;
    padding: 12px 37px !important;
}

.orange-frame:hover {
    background-color: #f7941d !important;
    color: #fff !important;
    transform: translateY(-7px);
}

.orange-frame span {
    font-size: 1.2rem;
}

.blue-button {
    background-color: #0e5268 !important;
    border-radius: 3px !important;
    border-color: #0e5268 !important;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: white !important;
    margin: 3em 0em 1em 0em !important;
    letter-spacing: 1.2px;
    padding: 7px 12px !important;
}

.orange-button:hover {
    background-color: #4a80b2;
    box-shadow: 0px 15px 20px rgba(172, 214, 252, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

.white-button {
    background: none !important;
    border-radius: 3px !important;
    border-color: #fff !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    color: #fff !important;
    margin: 2em 0em 1em 0em !important;
    letter-spacing: 1px;
    padding: 12px 37px !important;
}

.black-button {
    background: none !important;
    border-radius: 3px !important;
    border-color: #20282f !important;
    border: 2px solid !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 600;
    font-size: 1.1em !important;
    color: #20282f !important;
    margin: 2em 0em 1em 0em !important;
    letter-spacing: 1px;
    padding: 12px 37px !important;
}


.full-screen {
    width: 100vw;
    height: 100vh;
    vertical-align: middle;
    display: table-cell;
}

/* HEADER */

.header-contacts {
    background-color: #464443;
    justify-content: end;
}

.header-contacts a {
    text-decoration: none;
    color: #d0c2c2;
    font-size: 0.9em;
    margin-bottom: 0.1em;
}

.navbar {
    padding: 0px;
}



/* MENU */

.fa-bars {
    color: #f7941d;
    font-size: 2rem;
}
    
.navbar-toggler:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
    
.menu-item {
    font-family: 'Lato', sans-serif, sans-serif;
    text-align: right;
    font-size: 0.98rem;
    padding-top: 0.1em;
    font-weight: 600;
}

.nav-link {
    color: #20282f !important;
}

.navbar-collapse {
    flex-flow: row-reverse !important;
}

.dropdown-toggle::after {
  border: none!important;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107"!important; /* the desired FontAwesome icon */
  vertical-align: 0.100em !important; /* to center vertically */
}

.dropdown-item {
    color: #09334d !important;
}

.dropdown-item:hover {
    background-color: none;
    color: #f7941d !important;
    -webkit-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

/* HOME */


.home-header-text {
    padding: 5vw 0vw 5vw 0vw;
    text-align: left;
}

.home-header-text h1 {
    margin-bottom: 0.5rem Important;
    color: #f7941d;
    font-size: 3em;
    font-family: 'Yeseva One' !important;
}

.home-header-text a {
    margin-bottom: 1.5em !important;
    border-radius: 29px;
}

.home-header-text h6 {
    color: #0e5268;
    font-weight: 600 !important;
}

#home-header .fw-heading {
    margin-bottom: .5em;
}


#home-pinch h1 {
    font-family: 'Yeseva One' !important;
    font-size: 3.5rem;
    color: #20282f;
}

#home-pinch h3 {
    color: #515151;
    font-family: 'Lato', sans-serif !important;
    margin: 0;
    padding-bottom: 0.5em;
    padding-top: 2em;
    font-weight: 400 !important;
}



#home-pinch img {
    border-radius: 30px;
}

#home-pinch b {
    color: #f7941d;
    font-weight: 900;
    font-family: 'Yeseva One' !important;
    font-size: 1.2em;
}


#home-pinch p {
    font-weight: 400;
    margin: 0;
}

#home-offer {
    color: #09334d !important;
    padding: 3em 0em 5em 0em;
}

#home-offer h1 {
    font-weight: 800 !important;
    color: #00284a;
}

.home-offer-header {
    padding-bottom: .001em;
    border-bottom: 3px solid #00284a;
}

#home-offer .fw-heading-h1 {
    margin-bottom: .5em;
}

.home-offer-item h5 {
    font-weight: 300 !important;
}

.home-offer-pitch {
    transform: rotate(-18deg);
}

.home-offer-item {
    padding-top: 1em;
    padding-bottom: 1em;
}

.home-offer-item-2, 
.home-offer-item-4 {
    background-color: #eee;
}

.home-offer-item-1, 
.home-offer-item-3,
.home-offer-item-5 {
    background: #ffd993;
}

    
.home-offer-item img:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);

    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition:transform 0.5s ease-in-out;
    -ms-transition:transform 0.5s ease-in-out;
}

#blog-link h1 {
    color: #105267;
}

#blog-link i {
    color: #105267;
}

#blog-link b {
    font-family: 'Yeseva One';
    color: #f7941d;
}

#blog-link a:visited {
    color: #0d6efd;
}


#blog-posts

.post-preview {
    color: white;
}

.post-preview hr {
    margin: .5em 0 .6em 0;
}

.post-preview h6 {
    margin: 0 0 1.2em 0;
}

.post-preview p {
    line-height: 1.2;
    font-size: 0.95rem;
}

#subscription h2 {
    color: #f7941d;
    margin-bottom: .7em;
    color: #404040;
    font-family: 'Yeseva One';
} 

#subscription b {
    color: #0e5268;
}

#subscription .wpcf7-email {
    border: 1px solid orange;
    border-radius: 0;
} 

#subscription .wpcf7-submit {
    background-color: #0e5268 !important;
    border-radius: 3px !important;
    border-color: #0e5268 !important;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: white !important;
    letter-spacing: 1.2px;
    padding: 7px 39px !important;
}

#subscription small {
    width: 70%;
    display: block;
    color: #484848;
}

 /* WEB */
 
 #web-header h1 {
    color: #20282f;
    font-size: 4em;
    font-family: 'Yeseva One' !important;
    margin-bottom: .5em;
}

 #web-header img {
    border-radius: 30px;
}

#web-process h2 {
    font-family: 'Yeseva One' !important;
    color: #064a2d;
    font-size: 3em;
}

.step b {
   font-family: 'Lato', sans-serif;
   text-transform: uppercase;
   font-size: .8em;
   color: #f7941d;
}

.step h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #20282f;
    margin-bottom: 1em;
}


/* PRICE */

#price-header h1 {
    font-family: 'Yeseva One' !important;
    font-size: 4rem;
    margin-top: 1em;
    color: #20282f;
}

#price-header span {
    color: #f7941d;
}

#development-website h2 {
    font-family: 'Yeseva One' !important;
    font-size: 2.5rem;
    color: #20282f;
}

#development-website .fw-special-subtitle {
    font-family: Lato;
    font-weight: 600;
}

.development-website-price {
    margin-top: 3em;
}

.development-website-price td {
    border: none !important;
    padding: 0px !important;
}

.item-middle {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
    border-left: 2px #393939 solid;
    border-right: 2px #393939 solid;
}

.item-left, .item-right {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
}

#development-website .fw-table {
    border: none !important;
}

#development-website .wpcf7 input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #20282f;
    border-radius: 50%;
    outline: none;
    transition: border-color 0.3s ease-in-out;
}

#development-website .wpcf7 input[type="radio"]:checked {
    border-color: #20282f;
    background-color: #f7941d;
}

#development-website .wpcf7-list-item-label {
    display: none;
}

#company-info h1 {
    font-family: 'Yeseva One' !important;
    font-size: 3rem;
    margin-top: 1em;
    color: #20282f;
}

.info-form {
    border-right: 1px solid lightgray;
}

#marketing-link h1 {
    font-family: 'Yeseva One';
    color: #20282f;
}

#marketing-link i {
    color: #0d6efd;
    font-size: .7em;
}

#marketing-link b {
    color: #f7941d;
}

#marketing-link a:visited {
    color: #0d6efd;
}



/* MARKETING */

#marketing-header h1 {
    font-family: 'Yeseva One' !important;
    font-size: 4rem;
    color: #20282f;
}

#marketing-header .main-tile {
    border-right: 1px solid #20282f;
    border-bottom: 1px solid #20282f;
    /*padding: 0 5em !important;*/
}

#marketing-header .tile {
    padding: 3em 5em 0em 5em;
}

#marketing-header .tile h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

#marketing-header .tile .descriptor {
    margin-top: 2em;
}

#marketing-header .tile .descriptor strong {
    font-weight: 500;
}

#marketing-header .tile .descriptor a,
#marketing-header .tile .descriptor a:visited
{
    color: #0f9bdf !important;
}

#marketing-header .tile h2 i {
    color: #f7941d;
}


    
    
/* CONTACT */
    
#contact h1 {
    font-family: 'Yeseva One' !important;
    font-size: 3.5rem;
    color: #20282f;
}

#contact .cs7-reg-field {
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    width: 100% !important;
}

#contact .wpcf7-response-output {
    color: #f7941d !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 1.2em;
    font-weight: bold;
    border: none !important;
}



/* ABOUT */

#about-about,
#four-o-four {
    width: 100vw;
    height: 100vh;
    vertical-align: middle;
    display: table-cell;
}

#about-about h1 {
    font-family: 'Yeseva One' !important;
    font-size: 3.5rem;
    color: #20282f;
}



/* WEB ORDER */

#weborder strong {
    color:#f7941d;
}

#weborder input[type=submit] {
    color: white;
    border-radius: 30px;
    background-color: #f7941d;
    border-color: #f7941d;
    padding-bottom: 0.6em;
    font-size: 1.1rem !important;
}

#weborder span.first {
    margin: 0;
}




/* BLOG (+POST) */

#blog h1 {
    color: #f7941d;
    font-size: 4em;
    font-family: 'Yeseva One' !important;
    margin-bottom: .5em;
}

.post-preview {
    font-family: 'Lato', sans-serif;
}

.post-preview img {
    border-radius: 30px;
    filter: grayscale(100%);
}

.post-preview img:hover {
    filter: grayscale(0%);
}

#post {
    padding: 10em 0 10em 0;
}

#post h1 {
    font-weight: 800 !important;
    color: #f7941d;
    margin-bottom: 2em;
    border-bottom: 3px solid orange;
    padding-bottom: .5em;
}

#post h2 {
    font-weight: 600 !important;
    color: #f7941d;
    padding: 2em 0 .5em 0;
}


/* FOOTER */

.footer-dark {
  padding: 30px 0 10px 0;
  color: #fff;
  background-color: #20282f;
  width: 100%;
}

footer ul {
    margin: 0 !important;
}

footer h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
  font-family: unset !important;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}

.footer-pinch {
    color: white;
    font-family: 'Shadows Into Light', cursive;
    margin-bottom: 0;
}

.footer-pinch a, .footer-pinch a:visited {
    color: #ff8e1a;
    text-decoration: none;
}

