/*
Theme Name: Rankingi
Author: Cormo
Author URI: http://cormo.pl/
Version: 1.1
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
body { font-family: 'Montserrat', sans-serif; font-size: 13px; background: #f0f0f0; }

a { text-decoration: none; color: #02126a; } 

.text-primary { color: #2274a5 !important; }
.bg-primary { background: #2274a5 !important; }

.card { border-color: #F0F0F0; box-shadow: 0 0 .875rem 0 rgba(41,48,66,.05); border-radius: 8px; }
.card-header,
.card-footer { border-color: #F0F0F0; background: none; }

.small { font-weight: 300; }

.offer-label { text-transform: uppercase; }
.offer-star { color: #ff0000; font-size: 2rem; }
.offer-stars { color: #ffba00; font-size: 1.2rem; }
.offer-image { display: inline-block; max-width: 160px; }

.line { background: #ffbf00; margin: 0; }

.btn { font-weight: 700; }
.btn-daner { color: #E83F6F !important; }

.nav-link { font-weight: 700; color: #000; position: relative; padding-left: 1.2rem !important; }
.nav-link:before { content: '›'; color: #2274a5; font-size: 1.3rem; position: absolute; left: 0.5rem; top: 0; }

h2 { font-weight: 700; font-size: 1.2rem; } 
.border-dashed { border: 1px dashed rgba(255,255,255,0.2); margin-left: -5px; margin-right: -5px; }

.wpcf7-form { max-width: 800px; margin: 1rem auto; background: #FFF; border: 1px solid #F0F0F0; box-shadow: 0 0 .875rem 0 rgba(41,48,66,.05); border-radius: 8px; padding: 1rem; }
.wpcf7-form label { display: block; }
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=submit],
.wpcf7-form textarea { padding: 0.5rem; margin-top: 5px; display: block; width: 100%; }
.wpcf7-form input[type=submit] { background: #2274a5; color: #FFF; font-weight: 700; border: 0; border-radius: 5px; }

[data-href] { cursor: pointer; }

.toast { max-width: 90vw; }
