@charset 'UTF-8';
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}#loader {
overflow-x: hidden;
overflow-y: hidden;
vertical-align: middle;
background-color: #fff;
position:fixed;
display: table;
width: 100%;
top:0;
height: 100%;
min-height: 100%;
z-index:9999;
}
.loader-container {
position: relative;
display: table-cell;
vertical-align: middle;
z-index: 12;
text-align:center;
text-transform: uppercase;
}
.loader-container svg {
width: 70px;
height: 70px;
fill: #fe463a;
-webkit-animation: rotating 2s linear infinite;
-moz-animation: rotating 2s linear infinite;
-ms-animation: rotating 2s linear infinite;
-o-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite;
}
@-webkit-keyframes rotating {
from {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.blog-loader {
text-align: center;
margin-top: 50px;
}
.blog-loader svg {
width: 30px;
height: 30px;
}
#LBloadmore svg.latest-posts-loader,
.blog-loader svg {
margin-left: 15px;
animation: infinitepreloader 1.5s  infinite ease-in-out;
}
@keyframes infinitepreloader {
100%{transform: rotate(180deg);}
}
#preloader {
position:relative;
margin:auto;
width:100px;
}
#preloader span {
display:block;
bottom:0px;
width: 9px;
height: 5px;
background:#fff;
position:absolute;
animation: preloader 1.5s  infinite ease-in-out;
}
#preloader span:nth-child(2) {
left:11px;
animation-delay: .2s;
}
#preloader span:nth-child(3) {
left:22px;
animation-delay: .4s;
}
#preloader span:nth-child(4) {
left:33px;
animation-delay: .6s;
}
#preloader span:nth-child(5) {
left:44px;
animation-delay: .8s;
}
@keyframes preloader {
0% {height:5px;transform:translateY(0px);background: #000;}
25% {height:30px;transform:translateY(15px);background: #000;}
50% {height:5px;transform:translateY(0px);background: #000;}
100% {height:5px;transform:translateY(0px);background: #000;}
}
.backtotop {
background-color: #000;
z-index: 300;
width: 40px;
height: 40px;
line-height: 36px;
font-size: 18px;
text-align: center;
position: fixed;
bottom: -100px;
right: 25px;
cursor: pointer;
-webkit-transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
color: #fff;
}
.backtotop:hover {
background-color: #333;
}
.backtotop svg {
display: inline-block;
vertical-align: middle;
fill: #fff;
}
@-webkit-keyframes colorchange {
0%   {border-color: #e30048;}
25%  {border-color: #fe463a;}
50%  {border-color: #9acf0b;}
75%  {border-color: #a93d7b;}
100% {border-color: #f1ad02;}
}
@keyframes colorchange {
0%   {border-color: #e30048;}
25%  {border-color: #fe463a;}
50%  {border-color: #9acf0b;}
75%  {border-color: #a93d7b;}
100% {border-color: #f1ad02;}
} html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
font-family: 'Oxygen', sans-serif;
font-weight: 400;
}
#page {
position: relative;
overflow-x: hidden;
}
#content {
position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 52px;
}
h2 {
font-size: 42px;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
color: #253042;
margin: 16px 0;
line-height: 1.4;
font-weight: 400;
font-family: 'Playfair Display', serif;
}
mark {
background: #ff0;
color: #333;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
tbody {
text-align: left;
}
tr {
border: 1px solid #ccc;
}
td,
th {
padding: 10px 25px;
font-weight: 400;
}
th {
color: #fff;
}
td#next {
text-align: right;
}
.calendar_wrap table {
display: table;
}
.calendar_wrap th, 
.calendar_wrap td {
padding: 8px 5px;
} body,
button,
input,
select,
textarea {
color: #767676;
font-size: 16px;
font-size: 1rem;
line-height: 28px;
word-wrap: break-word;
}
p {
margin: 0 0 1em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #fff;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; overflow-x: hidden; 
}
blockquote {
padding: 21px 25px;
margin: 30px 0;
font-size: 22px;
line-height: 1.5;
}
blockquote.alignright {
padding-right: 0;
margin-bottom: 14px;
}
blockquote p:before,
blockquote p:after {
content: "“";
display: inline-block;
}
blockquote p:after {
content: "”";
}
blockquote p {
margin: 0;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0;
padding-left: 1.5em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 0.5em;
}
dt {
font-weight: bold;
margin-bottom: 1em;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; vertical-align: middle;
}
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
display: inline-block;
overflow: auto;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, .8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
outline: thin dotted;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
width: 100%;
color: #000;
border: 1px solid #e0e0e0;
border-radius: 0;
padding: 10px;
background-color: #eaedf3;
border: 1px solid #eaedf3;
}
select {
border: 1px solid #e0e0e0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
outline: thin dotted;
}
textarea {
width: 100%;
}
p.form-submit {
clear: both;
display: inline-block;
position: relative;
}
.comment-notes {
font-size: 14px;
font-style: italic;
font-weight: 600;
margin-top: 0;
margin-bottom: 20px;
}
#respond label {
margin-bottom: 11px;
display: inline-block;
}
#commentform p {    
margin-bottom: 21px;
}
#commentform p.comment-form-comment {
margin-bottom: 0;
}
#commentform p.form-submit {
margin: 21px 0 0;
text-align: center;
}  a {
color: #253042;
text-decoration: underline;
}
a:hover,
a:focus,
a:active {
color: #b79156;
}
a:focus {
outline: thin dotted #eee;
} #masthead {
position: relative;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 3000;
padding: 0;
background-color: transparent;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
#masthead .social-icons {
margin: 10px 0 0;
}
.site-branding {
float: left;
padding: 15px 0;
display: flex;
align-items: center;
min-height: 100px;
}
.site-logo + #site-identity {
margin-top: 15px;
}
.site-logo img {
max-height: 80px;
width: auto;
margin-right: 20px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.site-title {
margin: 0;
line-height: 1.3;
font-size: 32px;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.site-title a {
color: #fff;
text-decoration: none;
}
.site-title a:hover,
.site-title a:focus {
opacity: 0.8;
}
.site-description {
margin: 0;
line-height: 1.3;
color: #fff;
text-transform: uppercase;
letter-spacing: 0.1em;
}
.main-navigation {
display: block;
position: relative;
float: right;
}
.main-navigation a {
font-weight: 400;
display: block;
text-decoration: none;
color: #fff;
font-size: 16px;
}
.main-navigation ul.nav-menu li.current-menu-item > a,
.main-navigation ul.nav-menu li:hover > a,
.main-navigation ul.nav-menu li.focus > a {
color: #fe463a;
}
.main-navigation ul.nav-menu li:hover > svg,
.main-navigation li.menu-item-has-children:hover > a > svg,
.main-navigation li.menu-item-has-children > a:hover > svg,
.main-navigation ul.nav-menu > li.current-menu-item > a > svg {
fill: #b79156;
}
.main-navigation ul ul {
background-color: #fff;
text-align: left;
padding: 0;
}
.main-navigation ul.sub-menu li a {
padding: 8px 15px;
color: #333;
border-bottom: 1px solid #eee;
text-transform: capitalize !important;
}
.main-navigation ul.sub-menu a:after {
float: right;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation .social-menu-item ul {
display: block;
border: none;
}
.main-navigation .social-menu-item ul li a {
width: 40px;
}
.main-navigation .social-menu-item ul li a:hover,
.main-navigation .social-menu-item ul li a:focus {
opacity: 0.8;
}
.main-navigation .social-menu-item .social-icons {
margin: 0;
padding: 20px 15px 20px 25px;
}
.main-navigation + .social-icons {
display: none;
}
.main-navigation li {
position: relative;
}
.main-navigation ul.nav-menu > li > a {
padding: 12px;
color: #333;
}
.main-navigation ul.nav-menu > li > a.search:hover svg.icon-search,
.main-navigation ul.nav-menu > li > a.search:focus svg.icon-search,
.main-navigation li.search-menu a:hover svg,
.main-navigation li.search-menu a:focus svg,
.main-navigation li.search-menu a.search-active svg {
fill: #fe463a;
}
.main-navigation a:hover,
.main-navigation ul.nav-menu > li > a:hover {
color: #fe463a;
}
.main-navigation ul ul {
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 225px;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
color: #333;
}
form.search-form {
width: 100%;
max-width: 100%;
position: relative;
}
.main-navigation form.search-form {
min-width: 320px;
}
#masthead .home-icon > a svg.icon-home {
width: 24px;
height: 24px;
margin-top: -3px;
}
input.search-field {
height: 50px;
border-radius: 0;
padding: 0 50px 0 15px;
width: 100%;
}
.main-navigation svg.icon-close {
display: none;
}
#search.hidden-small form.search-form {
position: absolute;
left: 0;
right: 0;
}
svg {
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
}
.search-menu svg.icon-search {
fill: #949494;
}
svg.icon-search,
svg.icon-close {
width: 15px;
height: 15px;
fill: #fff;
}
svg.icon-close {
width: 15px;
height: 15px;
}
.search-submit svg.icon-search {
fill: #adadad;
opacity: 1;
}
.main-navigation svg.icon-down {
width: 14px;
height: 14px;
margin-left: 5px;
fill: #7b7b7b;
}
.main-navigation .sub-menu svg {
width: 12px;
height: 12px;
fill: #7b7b7b;
position: absolute;
right: 15px;
top: 17px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
#site-menu #search {
display: none;
}
#search-menu {
display: none;
}
#search-menu .icon-close,
#search-menu.active .icon-search,
.search-menu .icon-close,
.search-menu.active .icon-search {
display: none;
}
#search-menu.active .icon-close,
.search-menu.active .icon-close {
display: inline-block;
}
#search-menu button .icon-search,
.search-menu button .icon-search,
#search-menu.active button .icon-search,
.search-menu.active button .icon-search {
display: inline-block;
}
#search-menu input[type="search"] {
padding-left: 40px;
border-radius: 4px;
min-height: 40px;
height: auto;
background-color: #efefef;
border-color: #efefef;
padding: 5px 15px 0px 40px;
}
#search-menu form.search-form button.search-submit {
min-height: 40px;
height: auto;
}
.menu-toggle {
border-radius: 0;
font-size: 16px;
padding: 15px;
margin: auto;
display: block;
height: 90px;
position: relative;
background-color: transparent;
border: none;
}
.menu-toggle:focus {
outline: thin dotted;
}
.topheader-dropdown  {
background-color: transparent;
width: auto;
height: auto;
padding: 0;
display: block;
text-align: center;
margin: 0 auto;
border: none;
}
button.topheader-dropdown:focus {
outline: thin dotted #fff;
}
.topheader-dropdown.active svg {
transform: rotate(-180deg);
}
.secondary-menu-toggle {
position: absolute;
left: 0;
top: 0;
z-index: 3;
}
.secondary-menu-toggle svg {
width: 20px;
height: 20px;
margin-left: auto;
margin-right: auto;
}
.secondary-menu-toggle svg.icon-close {
display: none;
fill: #000;
width: 16px;
height: 16px;
}
.secondary-menu-toggle.active svg.icon-menu-bar {
display: none;
}
.secondary-menu-toggle.active svg.icon-close {
display: block;
}
#site-menu .menu-toggle.active svg {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.menu-label {
text-transform: uppercase;
color: #fff;
padding: 7px 0 0 10px;
font-weight: bold;
float: right;
}
#top-bar {
background-color: #253042;
position: relative;
z-index: 33333;
}
#top-bar .contact-info {
list-style: none;
margin: 0;
padding: 10px 0;
}
#top-bar ul {
padding: 0;
margin: 0;
}
#top-bar ul li {
float: left;
list-style: none;
font-size: 16px;
}
#top-bar .contact-info svg {
margin-right: 8px;
width: 18px;
height: 18px;
}
#top-bar svg {
fill: #fff;
}
#top-bar .contact-info span {
display: inline-block;
vertical-align: middle;
color: #767676;
}
#top-bar .contact-info svg {
fill:#b79156;
}
#top-bar .contact-info a {
color: #767676;
font-size: 16px;
}
.secondary-menu {
float: right;
}
#top-bar .secondary-menu ul {
padding: 4px 0;
}
svg.icon-menu {
fill: #fff;
vertical-align: baseline;
width: 30px;
height: 30px;
}
.menu-open svg.icon-menu {
display: none;
}
#top-bar svg.icon-up, #top-bar svg.icon-down {
margin: auto;
display: block;
cursor: pointer;
fill: #fff;
}
#top-bar svg.icon-up, #top-bar.top-menu-active svg.icon-down {
display: none;
}
#top-bar.top-menu-active svg.icon-up {
display: block;
}
svg.icon-close,
.menu-toggle.active svg.icon-menu {
display: none;
}
.menu-toggle.active svg.icon-close {
display: block;
}
button.dropdown-toggle {
padding: 0;
position: absolute;
top: 0;
right: 0;
background-color: transparent;
border: none;
width: 45px;
height: 57px;
line-height: 62px;
}
.main-navigation .dropdown-toggle.active > svg {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.menu-overlay {
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.menu-overlay.active {
background-color: #000;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.8;
z-index: 3;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
position: relative;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
position: relative;
}
.navigation.post-navigation, 
.navigation.posts-navigation {
margin-top: 30px;
padding: 23px 20px;
background-color: #eaedf3;
border: 1px solid #eaedf3;
}
.post-navigation a, 
.posts-navigation a {
font-weight: 500;
color: #000;
text-decoration: none;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
color: #68696e;
}
.post-navigation, 
.posts-navigation {
padding: 0;
position: relative;
}
.pagination .page-numbers {
border: 1px solid #ddd;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus {
text-align: center;
line-height: 35px;
width: 35px;
height: 35px;
display: inline-block;
margin-right: 5px;
color: #b79156;
background-color: #fff;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
color: #fff;
background-color: #b79156;
border-color: #b79156;
}
.pagination .prev.page-numbers svg,
.pagination .next.page-numbers svg {
display: inline-block;
vertical-align: middle;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
width: 12px;
height: 12px;
}
.pagination .next.page-numbers svg {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.prev.page-numbers svg,
.next.page-numbers svg {
fill: #b79156;
}
.nav-previous span {
padding-left: 38px;
float: left;
text-align: left;
}
.nav-next span {
padding-right: 38px;
float: right;
text-align: right;
}
.navigation .nav-previous svg {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
position: absolute;
top: 3px;
left: 0;
}
.navigation .nav-next svg {
position: absolute;
top: 3px;
right: 0;
}
.post-navigation span,
.posts-navigation span {
display: table;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after,
.widget:before,
.widget:after,
.widget_recent_news.col-2 > ul > li:before,
.widget_recent_news.col-2 > ul > li:after,
.widget_popular_news > ul > li:before,
.widget_popular_news > ul > li:after,
.widget_posts_filter .tab-content > ul > li:before,
.widget_posts_filter .tab-content > ul > li:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after,
.widget:before,
.widget:after,
.widget_recent_news.col-2 > ul > li:before,
.widget_recent_news.col-2 > ul > li:after,
.widget_popular_news > ul > li:before,
.widget_popular_news > ul > li:after,
.widget_posts_filter .tab-content > ul > li:before,
.widget_posts_filter .tab-content > ul > li:after {
clear: both;
} .widget {
margin: 0 0 20px;
}
.widget:last-child {
margin-bottom: 0;
} .widget select {
max-width: 100%;
background-color: #efefef;
padding: 10px;
border: none;
width: 100%;
max-width: 300px;
}
.widget input {
height: 40px;
border-radius: 0;
padding: 0 15px;
border: none;
}
form.search-form button.search-submit {
width: 50px;
height: 50px;
position: absolute;
top: 0;
background-color: #000;
border: none;
border-radius: 0;
}
.widget_search form.search-form .search-submit {
width: auto;
color: #fff;
background-color: #171616;
left: auto;
right: 0;
font-size: 14px;
height: 40px;
width: 40px;
line-height: 10px;
}
.widget_search form.search-form .search-submit:hover,
.widget_search form.search-form .search-submit:focus {
background-color: #fe463a;
color: #fff;
}
.widget_search form.search-form .search-submit svg {
fill: #fff;
width: 14px;
height: 14px;
}
.widget_search form.search-form .search-submit:hover svg,
.widget_search form.search-form .search-submit:focus svg {
fill: #fff;
}
.widget_search form.search-form input {
border: none;
}
.widget_search form.search-form input {
padding: 0 55px 0 15px;
height: 40px;
background-color: #eaedf3;
}
form.search-form {
position: relative;
}
form.search-form input {
width: 100%;
padding: 0 40px 0 15px;
font-weight: 300;
}
.error404 form.search-form input {
padding: 0 15px 0 40px;
max-width: 600px;
}
.error404 form.search-form button.search-submit {
line-height: 35px;
}
#wp-calendar tbody td {
text-align: center;
}
#wp-calendar caption {
margin-bottom: 15px;
}
.widget-title {
font-size: 28px;
margin: 0 0 16px;
}
.widget li:not(:last-child) {
margin-bottom: 15px;
}
.widget_instagram ul {
list-style: none;
margin: 0 -5px;
padding: 0;
}
.widget_instagram li {
margin: 0;
padding: 0;
}
.widget.widget_instagram li:not(:last-child),
#colophon .footer-widgets-area .widget.widget_instagram li:not(:last-child) {
margin-bottom: 0px;
}
.widget_instagram .col-1 li {
width: 100%;
float: none;
}
.widget_instagram .col-2 li {
width: 50%;
float: left;
}
.widget_instagram .col-3 li {
width: 33.33%;
float: left;
}
.widget_instagram .col-4 li {
width: 25%;
float: left;
}
.widget_instagram .col-5 li {
width: 20%;
float: left;
}
.widget_instagram .col-6 li {
width: 16.66%;
float: left;
}
.widget_instagram li img {
width: 100%;
}
.widget.widget_archive li {
text-align: right;
}
.widget.widget_archive li a {
float: left;
}
#secondary .widget,
#secondary-sidebar .widget {
margin-bottom: 30px;
}
input[type="submit"] {
padding: 12px 30px;
font-size: 16px;
line-height: 26px;
display: inline-block;
text-transform: uppercase;
border: none;
background-color: #b79156;
color: #fff;
position: relative;
text-align: center;
font-weight: 600;
letter-spacing: 0.05em;
border-radius: 0;
text-decoration: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
background-color: #171616;
color: #fff;
}
.jetpack_subscription_widget {
position: relative;
}
.jetpack_subscription_widget form {
max-width: 355px;
}
.jetpack_subscription_widget input[type="email"] {
width: 100%;
min-height: 50px;
padding: 2px 15px 0 15px;
background-color: #fff;
border: none;
color: #000;
border: 1px solid #ccc;
background-color: #e5e5e5;
}
.jetpack_subscription_widget button[type="submit"] {
background-color: #fe463a;
padding: 14px;
border-radius: 0;
}
.jetpack_subscription_widget #subscribe-submit svg {
fill: #fff;
width: 20px;
height: 20px;
}
.jetpack_subscription_widget button[type="submit"]:hover,
.jetpack_subscription_widget button[type="submit"]:focus {
background-color: #000;
}
.jetpack_subscription_widget #subscribe-text {
display: inline-block;
margin-bottom: 10px;
}
.jetpack_subscription_widget #subscribe-text p {
margin-top: 0;
line-height: 25px;
}
.jetpack_subscription_widget #subscribe-submit {
display: inline-block;
margin: 0;
position: absolute;
top: 0;
right: 0;
}
.jetpack_subscription_widget .widget-title {
margin-bottom: 5px;
}
#subscribe-email label {
margin-bottom: 7px;
display: inline-block;
width: 100%;
}
.widget_popular_post ul,
.widget_latest_post ul,
.widget_featured_post ul {
padding: 0;
margin: 0;
list-style: none;
clear: both;
display: table;
}
.widget.widget_popular_post ul li,
.widget.widget_latest_post ul li,
.widget.widget_featured_post ul li {
clear: both;
margin-bottom: 20px;
display: inline-block;
width: 100%;
}
.widget.widget_popular_post ul li:last-child,
.widget.widget_latest_post ul li:last-child,
.widget.widget_featured_post ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.widget_popular_post h3,
.widget_latest_post h3,
.widget_featured_post h3 {
font-size: 16px;
line-height: 1.5;
display: table-row;
letter-spacing: 0.01em;
}
.widget_popular_post h3 a,
.widget_latest_post h3 a,
.widget_featured_post h3 a {
display: block;
}
#secondary .widget_popular_post h3 a,
#secondary .widget_latest_post h3 a,
#secondary .widget_featured_post h3 a {
font-weight: 600;
}
.widget_popular_post time,
.widget_latest_post time,
.widget_featured_post time {
display: table-row;
font-weight: 500;
}
.widget_popular_post h3 a,
.widget_popular_post a:hover time,
.widget_popular_post a:focus time,
.widget_latest_post h3 a,
.widget_latest_post a:hover time,
.widget_latest_post a:focus time,
.widget_featured_post h3 a,
.widget_featured_post a:hover time,
.widget_featured_post a:focus time {
color: #333;
}
.widget_popular_post h3 a:hover,
.widget_popular_post h3 a:focus,
.widget_popular_post a:hover time,
.widget_popular_post a:focus time,
.widget_latest_post h3 a:hover,
.widget_latest_post h3 a:focus,
.widget_latest_post a:hover time,
.widget_latest_post a:focus time,
.widget_featured_post h3 a:hover,
.widget_featured_post h3 a:focus,
.widget_featured_post a:hover time,
.widget_featured_post a:focus time {
color: #fe463a;
}
.widget_popular_post a time,
.widget_popular_post time,
.widget_latest_post a time,
.widget_latest_post time,
.widget_featured_post a time,
.widget_featured_post time {
color: #fe463a;
}
.widget_popular_post img,
.widget_latest_post img,
.widget_featured_post img {
max-width: 95px;
width: 95px;
height: 95px;
float: left;
margin-right: 14px;
}
.textwidget img {
margin-bottom: 25px;
display: block;
}
.widget.widget_text .btn {
margin-top: 20px;
}
.textwidget a {
line-height: 1.5;
display: inline-block;
font-weight: 500;
}
#secondary .jetpack_subscription_widget input[type="email"] {
height: 50px;
min-height: auto;
background-color: #fff;
border-color: #fff;
padding: 15px 18px;
}
#secondary .jetpack_subscription_widget input[type="submit"] {
position: relative;
margin: auto;
min-height: 50px;
border-radius: 0;
background-color: #333;
min-width: 151px;
margin: 0;
text-transform: uppercase;
}
#secondary .jetpack_subscription_widget input[type="submit"]:hover,
#secondary .jetpack_subscription_widget input[type="submit"]:focus {
background-color: #fe463a;
}
#secondary p#subscribe-email {
margin-top: 0;
}
#secondary .widget .social-icons {
text-align: center;
margin-top: -10px;
}
#secondary .widget .social-icons li a:hover svg,
#secondary .widget .social-icons li a:focus svg {
fill: #fff;
}
#secondary .widget ul,
#secondary-sidebar .widget ul,
#left-sidebar .widget ul,
.widget.widget_recent_news ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget svg {
fill: #fe463a;
}
#secondary a,
#secondary li,
#secondary-sidebar a,
#secondary-sidebar li {
color: #767676;
}
#secondary a:hover,
#secondary a:focus,
#secondary-sidebar a:hover,
#secondary-sidebar a:focus {
color: #b79156;
}
.logged-in-as a {
color: #767676;
}
.widget_recent_news ul li img {
width: 120px;
height: 120px;
object-fit: cover;
float: left;
margin-right: 20px;
}
.widget.widget_popular_news > ul > li {
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.widget_recent_news ul li .entry-container,
.widget_popular_news ul li .entry-container,
.widget_posts_filter ul li .entry-container {
display: table-row;
}
.widget_recent_news .entry-title,
.widget_popular_news .entry-title,
.widget_posts_filter .entry-title {
font-size: 18px;
margin-bottom: 0;
}
.widget.widget_recent_news ul li:not(:last-child) {
margin-bottom: 30px;
}
.right-sidebar .widget_popular_news .entry-title {
font-size: 17px;
}
#secondary .posted-on a,
#secondary-sidebar .post-categories a {
color: #68696e;
}
#secondary .posted-on a:hover,
#secondary-sidebar .post-categories a:hover,
#secondary .posted-on a:focus,
#secondary-sidebar .post-categories a:focus {
color: #000;
}
.single #primary .entry-meta {
position: relative;
}
.widget_recent_news .entry-meta {
margin-bottom: 0;
}
.no-padding-top {
padding-top: 0px !important;
}
.no-sidebar .archive-blog-wrapper article.has-post-thumbnail {
padding: 0 15px;
float: none;
}
.no-sidebar .archive-blog-wrapper article.has-post-thumbnail .featured-image {
width: 100%;
display: block;
position: relative;
padding: 200px 0;
}
.no-sidebar .archive-blog-wrapper article.has-post-thumbnail .entry-container {
padding: 20px 0;
width: 100%;
display: block;
}  .sticky {
display: block;
}
.hentry {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
nav.navigation.pagination {
margin-top: 50px;
clear: both;
display: inline-block;
width: 100%;
text-align: left;
}
.navigation.pagination svg {
fill: #b79156;
width: 16px;
height: 16px;
position: relative;
top: -2px;
}
.navigation.pagination a:hover svg,
.navigation.pagination a:focus svg {
fill: #fff;
}
.navigation.posts-navigation svg, 
.navigation.post-navigation svg {
width: 20px;
height: 20px;
fill: #000;
display: inline-block;
vertical-align: middle;
}
.navigation.pagination a {
text-decoration: none;
}
.navigation.posts-navigation a:hover svg, 
.navigation.post-navigation a:hover svg,
.navigation.posts-navigation a:focus svg, 
.navigation.post-navigation a:focus svg {
fill: #68696e;
}
.navigation.posts-navigation svg.icon-left, 
.navigation.post-navigation svg.icon-left {
margin-right: 20px;
}
.navigation.posts-navigation svg.icon-right, 
.navigation.post-navigation svg.icon-right {
margin-left: 20px;
}
.single-post .site-main .comment-navigation, 
.single-post .site-main .posts-navigation, 
.single-post .site-main .post-navigation {
margin-bottom: 0;
}
.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
display: block;
}
.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
font-size: 22px;
font-weight: 600;
margin-bottom: 10px;
display: inline-block;
width: 100%;
}
.post-navigation span.previous-article,
.post-navigations span.previous-article {
display: table;
}
.no-sidebar-content #inner-content-wrapper {
max-width: 900px;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
#reply-title,
.comments-title {
font-size: 42px;
margin: 0;
}
.comments-title,
#reply-title {
margin-bottom: 43px;
font-size: 42px;
font-weight: 600;
}
.post-categories {
list-style: none;
padding-left: 0;
display: inline-block;
}
.post-categories li {
display: inline-block;
vertical-align: middle;
}
.post-categories li:last-child {
margin-right: 0;
}
.posted-on a {
color: #b79156;
font-size: 16px;
margin-bottom: 0px;
display: inline-block;
text-transform: uppercase;
font-family: 'Muli', sans-serif;
text-decoration: none;
}
.post-categories a {
text-decoration: none;
}
.post-categories a:hover,
.post-categories a:focus {
color: #68696e;
}
.posted-on a:hover,
.posted-on a:focus {
color: #68696e;
}
ol.comment-list {
padding: 0;
margin: 0 0 10px;
list-style: none;
}
#comments ol {
list-style: none;
margin-left: 0;
padding: 0;
}
#comments ol.comment-list {
position: relative;
overflow: hidden;
}
#comments ol.children {
margin-left: 90px;
}
.says {
display: none;
}
.comment-meta img {
width: 60px;
height: 60px;
float: left;
border-radius: 50%;
margin-right: 20px;
}
#comments time:before {
display: none;
}
.comment-body {
position: relative;
}
.reply {
padding-left: 80px;
display: inline-block;
margin-top: 3px;
}
#comments article {
margin-bottom: 30px;
clear: both;
}
.comment-author.vcard {
display: inline-block;
}
.comment-meta .fn {
margin-left: 20px;
margin-top: 30px;
}
.comment-content {
margin-bottom: 13px;
margin-top: -45px;
margin-left: 80px;
padding: 55px 20px 20px;
background-color: #eaedf3;
border: 1px solid #eaedf3;
}
#comments ol.comment-list > li:last-child article:last-child,
#comments ol.comment-list > li:last-child {
border-bottom: none;
}
#comments ol.comment-list > li:first-child {
padding-top: 0;
}
#comments ol.comment-list > li {
margin-bottom: 30px;
}
#comments ol.comment-list > li article:last-child .reply {
border-bottom: none;
padding-bottom: 0;
}
.reply a {
display: inline-block;
border-radius: 0;
color: #fff;
position: relative;
font-size: 16px;
background-color: #253042;
padding: 5px 20px;
text-decoration: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.reply a:hover,
.reply a:focus {
background-color: #b79156;
color: #fff;
}
.comment-meta .url,
.comment-meta .fn {
display: inline-block;
color: #171616;
font-size: 16px;
margin-right: 5px;
font-weight: bold;
text-decoration: none;
}
.comment-meta .fn:after {
content: "|";
color: #72757a;
margin: 0 3px;
}
.comment-meta .url:hover,
.comment-meta .url:focus,
.comment-metadata a,
.comment-metadata a time {
color: #b79156;
}
.comment-metadata a,
.comment-metadata a time {
color: #b79156;
text-decoration: none;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover time,
.comment-metadata a:focus time {
color: #68696e;
}
.comment-metadata {
display: inline-block;
margin-left: -5px;
}
.comment-content p {
margin-bottom: 0;
}
#comments {
margin-top: 40px;
}
.comment-wrap {
background-color: #fff;
padding: 20px;
margin-left: 80px;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} section {
position: relative;
}
.relative {
display: block;
position: relative;
}
.relative:before,
.relative:after {
content: "";
display: table;
clear: both;
}
.page-section {
padding: 50px 0;
}
.entry-content {
margin-top: 0;
}
.wrapper {
width: 90%;
max-width: 1200px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}
.entry-title {
font-size: 21px;
font-weight: 400;
margin: 0 0 5px;
color: #363636;
word-wrap: break-word;
}
.entry-title a {
color: #363636;
text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus {
color: #68696e;
}
.section-title a {
text-decoration: none;
}
.section-header,
.widget-header {
position: relative;
overflow: hidden;
text-align: center;
margin-bottom: 40px;
}
.widget-header {
text-align: left;
margin-bottom: 30px;
}
.section-title {
font-size: 42px;
color: #253042;
font-weight: 400;
display: inline-block;
position: relative;
width: 100%;
line-height: 1;
margin: 0;
font-family: 'Playfair Display', serif;
}
.section-title {
padding-bottom: 30px;
}
.section-title:after {
content: "";
background-color: #b79156;
width: 70px;
height: 3px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.section-subtitle {
font-size: 16px;
color: #b79156;
font-weight: 400;
font-family: 'Muli', sans-serif;
line-height: 1;
margin-bottom: 20px;
}
.post-thumbnail-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.overlay {
background-color: #000;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.4;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.btn {
padding: 12px 22px;
font-size: 16px;
line-height: 35px;
min-height: 60px;
display: inline-block;
text-transform: uppercase;
border-radius: 0px;
min-width: 220px;
border: none;
background-color: #b79156;
color: #fff;
position: relative;
text-align: center;
font-family: 'Oxygen', sans-serif;
font-weight: 600;
letter-spacing: 0.05em;
text-decoration: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:focus {
background-color: #171616;
color: #fff;
}
#infinite-handle {
text-align: center;
margin-bottom: 30px;
}
.read-more {
margin-top: 30px;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
margin: 0;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .social-icons li {
display: inline-block;
height: auto;
text-align: center;
position: relative;
list-style: none;
}
.footer-widgets-area .widget .social-icons li {
display: inline-block;
width: auto;
}
.social-icons,
.social-icons ul {
margin: 0;
padding: 0;
}
.social-icons li a {
width: 40px;
height: 40px;
line-height: 40px;
display: block;
}
#masthead .social-icons li a {
line-height: 30px;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
fill: #fff;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
fill: #fff;
}
.social-icons li a svg {
fill: #fff;
} .social-icons li a[href*="facebook.com"]:hover,
.social-icons li a[href*="fb.com"]:hover,
.social-icons li a[href*="facebook.com"]:focus,
.social-icons li a[href*="fb.com"]:focus {
background-color: #3c5798;
}
.social-icons li a[href*="twitter.com"]:hover,
.social-icons li a[href*="twitter.com"]:focus {
background-color: #1ea0f1;
}
.social-icons li a[href*="linkedin.com"]:hover,
.social-icons li a[href*="linkedin.com"]:focus {
background-color: #0077B5;
}
.social-icons li a[href*="plus.google.com"]:hover,
.social-icons li a[href*="plus.google.com"]:focus {
background-color: #ec7161;
}
.social-icons li a[href*="youtube.com"]:hover,
.social-icons li a[href*="youtube.com"]:focus {
background-color: #cc181e;
}
.social-icons li a[href*="dribbble.com"]:hover,
.social-icons li a[href*="dribbble.com"]:focus {
background-color: #f4a09c;
}
.social-icons li a[href*="pinterest.com"]:hover,
.social-icons li a[href*="pinterest.com"]:focus {
background-color: #E6001C;
}
.social-icons li a[href*="bitbucket.org"]:hover,
.social-icons li a[href*="bitbucket.org"]:focus {
background-color: #205081;
}
.social-icons li a[href*="github.com"]:hover,
.social-icons li a[href*="github.com"]:focus {
background-color: #323131;
}
.social-icons li a[href*="codepen.io"]:hover,
.social-icons li a[href*="codepen.io"]:focus {
background-color: #333;
}
.social-icons li a[href*="flickr.com"],
.social-icons li a[href*="flickr.com"]:focus {
background-color: #025FDF;
}
.social-icons li a[href*="/feed/"]:hover,
.social-icons li a[href*="/feed/"]:focus {
background-color: #089DE3;
}
.social-icons li a[href*="foursquare.com"]:hover,
.social-icons li a[href*="foursquare.com"]:focus {
background-color: #F94877;
}
.social-icons li a[href*="instagram.com"]:hover,
.social-icons li a[href*="instagram.com"]:focus {
background-color: #9A26C9;
}
.social-icons li a[href*="tumblr.com"]:hover,
.social-icons li a[href*="tumblr.com"]:focus {
background-color: #56BC8A;
}
.social-icons li a[href*="reddit.com"]:hover,
.social-icons li a[href*="reddit.com"]:focus {
background-color: #FF4500;
}
.social-icons li a[href*="vimeo.com"]:hover,
.social-icons li a[href*="vimeo.com"]:focus {
background-color: #00ADEF;
}
.social-icons li a[href*="digg.com"]:hover,
.social-icons li a[href*="digg.com"]:focus {
background-color: #00ADEF;
}
.social-icons li a[href*="twitch.tv"]:hover,
.social-icons li a[href*="twitch.tv"]:focus {
background-color: #0E9DD9;
}
.social-icons li a[href*="stumbleupon.com"]:hover,
.social-icons li a[href*="stumbleupon.com"]:focus {
background-color: #EB4924;
}
.social-icons li a[href*="delicious.com"]:hover,
.social-icons li a[href*="delicious.com"]:focus {
background-color: #0076E8;
}
.social-icons li a[href*="mailto:"]:hover,
.social-icons li a[href*="mailto:"]:focus {
background-color: #4169E1;
}
.social-icons li a[href*="soundcloud.com"]:hover,
.social-icons li a[href*="soundcloud.com"]:focus {
background-color: #FF5500;
}
.social-icons li a[href*="wordpress.org"]:hover,
.social-icons li a[href*="wordpress.org"]:focus {
background-color: #0073AA;
}
.social-icons li a[href*="wordpress.com"]:hover,
.social-icons li a[href*="wordpress.com"]:focus {
background-color: #00AADC;
}
.social-icons li a[href*="jsfiddle.net"]:hover,
.social-icons li a[href*="jsfiddle.net"]:focus {
background-color: #396AB1;
}
.social-icons li a[href*="tripadvisor.com"]:hover,
.social-icons li a[href*="tripadvisor.com"]:focus {
background-color: #FFE090;
}
.social-icons li a[href*="angel.co"]:hover,
.social-icons li a[href*="angel.co"]:focus {
background-color: #333;
}
.social-icons li a[href*="slack.com"]:hover,
.social-icons li a[href*="slack.com"]:focus {
background-color: #E60264;
} #page-site-header {
padding: 50px 0;
text-align: center;
background-color: #333;
color: #fff;
}
#page-site-header .page-title {
font-size: 36px;
color: #fff;
} .trail-items {
margin: 0;
padding: 0;
list-style: none;
}
.trail-items li {
display: inline-block;
vertical-align: middle;
color: #fff;
}
.trail-items li a {
color: rgba(255, 255, 255, 0.60);
text-decoration: none;
}
.trail-items li a:hover,
.trail-items li a:focus {
color: #fff;
text-decoration: none;
}
.trail-items li:not(:last-child):after {
content: "/";
color: rgba(255, 255, 255, 0.60);
padding-left: 4px;
padding-right: 2px;
} .slick-prev {
left: -50px;
}
.slick-next {
right: -50px;
}
.slick-prev, 
.slick-next {
background-color: transparent;
width: 30px;
height: 30px;
border-radius: 0;
opacity: 1;
z-index: 1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border: 1px solid #000;
}
.slick-prev:before, 
.slick-next:before {
content: "";
background-image: url(//www.badillihukuk.com/wp-content/themes/lawman/assets/img/down-arrow.svg);
width: 16px;
height: 16px;
display: inline-block;
opacity: 1;
background-size: contain;
background-repeat: no-repeat;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.slick-prev:before {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.slick-prev:hover, 
.slick-next:hover,
.slick-prev:focus, 
.slick-next:focus {
background-color: #000;
}	
.slick-prev:hover:before, 
.slick-next:hover:before,
.slick-prev:focus:before, 
.slick-next:focus:before {
-webkit-filter: brightness(0) invert(1);
-moz-filter: brightness(0) invert(1);
-ms-filter: brightness(0) invert(1);
-o-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
} #page-site-header {
padding: 298px 0;
text-align: center;
position: relative;
background-color: #333;
background-size: cover;
background-position: 50%;
}
#page-site-header .wrapper {
position: relative;
text-align: center;
}
#page-site-header .page-title {
font-size: 32px;
color: #fff;
margin: 0;
line-height: 1.5;
} .post-categories a {
color: #b79156;
font-size: 16px;
display: inline-block;
font-family: 'Muli', sans-serif;
}
.entry-meta > span {
display: inline-block;
vertical-align: middle;
}
.entry-meta > span:not(:first-child):before {
content: "/";
margin: 0;
}
.byline,
.byline a {
font-size: 14px;
color: #000;
text-decoration: none;
}
.cat-links a {
text-decoration: none;
}
.byline a:hover,
.byline a:focus {
color: #68696e;
}
span.byline:before {
content: "";
display: inline-block;
vertical-align: middle;
background-color: #68696e;
width: 1px;
height: 20px;
text-align: center;
margin: 0 10px;
}
.archive-blog-wrapper article:not(:last-child) {
margin-bottom: 30px;
}
.archive-blog-wrapper .featured-image {
padding: 140px 0;
}
.archive-blog-wrapper .featured-image {
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
position: relative;
}
.archive-blog-wrapper .entry-title {
margin: 8px 0;
} .single .featured-image {
margin-bottom: 30px;
position: relative;
}
.single #primary article .entry-title {
font-size: 28px;
margin: 14px 0;
} #featured-slider article {
background-color: #000;
background-size: cover;
background-position: 50%;
padding: 400px 0;
vertical-align: middle;
position: relative;
}
.featured-content-wrapper {
position: absolute;
top: 50%;
max-width: 650px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.featured-content-wrapper .entry-header span {
font-size: 20px;
text-transform: uppercase;
color: #fff;
margin-bottom: 20px;
display: block;
font-weight: 600;
}
.featured-content-wrapper .entry-title {
font-size: 34px;
}
.featured-content-wrapper .entry-title a {
color: #fff;
}
.featured-content-wrapper .entry-title a:hover {
opacity: 0.8;
color: #fff;
}
.featured-content-wrapper .entry-content {
color: #fff;
margin: 0 0 30px;
}
.featured-content-wrapper .read-more {
margin-top: 0;
}
#featured-slider .read-more .btn:nth-child(2) {
background-color: #fff;
color: #000;
margin-left: 10px;
}
#featured-slider .read-more .btn:nth-child(2):hover,
#featured-slider .read-more .btn:nth-child(2):focus {
background-color: #000;
color: #fff;
} #main-services {
margin: -60px 0 0;
position: relative;
}
.main-services-wrapper {
background-color: #253042;
padding: 30px;
}
.main-services-wrapper.col-3 {
margin: 0;
}
.main-services-wrapper .hentry {
padding: 0 30px;
text-align: center;
}
.main-services-wrapper svg {
width: 50px;
height: 50px;
fill: #b79156;
}
.main-services-wrapper .far {
font-size: 40px;
}
.main-services-wrapper span {
font-size: 16px;
color: #b79156;
font-weight: 400;
font-family: 'Muli', sans-serif;
text-transform: uppercase;
display: inline-block;
}
.main-services-wrapper .entry-title {
font-weight: 400;
margin-bottom: 0;
}
.main-services-wrapper .icon-container {
color: #b79156;
font-size: 19px
}
.main-services-wrapper .entry-title a {
color: #fff;
}
.main-services-wrapper .entry-title a:hover {
color: #b79156;
} .service-item-wrapper {
text-align: left;
margin: auto;
color: #fff;
}
#our-services article .entry-container .hentry article {
margin-bottom: 20px;
}
.service-icon {
margin-bottom: 20px;
color: #b79156;
}
#our-services article .entry-container .section-header {
text-align: left;
}
.service-icon svg {
width: 60px;
height: 60px;
fill: #cc7c1a;
}	
.service-item-wrapper .entry-title {
font-size: 24px;
font-weight: 400;
margin-bottom: 10px;
}
.service-item-wrapper .entry-title a {
color: #fff;
}
.service-item-wrapper .entry-title a:hover {
color: #b79156;
}
#our-services article .featured-image {
width: 100%;
float: none;
text-align: center;
}
#our-services article .entry-container {
width: 100%;
float: none;
margin-top: 50px;
}
#our-services article .entry-container .col-2 .hentry {
width: 100%;
float: none;
}
#our-services article .entry-container .section-title {
color: #fff;
} #about-us article.has-post-thumbnail,
#subscribe article.has-post-thumbnail,
#reserve article.has-post-thumbnail {
display: table;
width: 100%;
position: relative;
}
#about-us .featured-image,
#subscribe .featured-image,
#reserve .featured-image {
background-size: cover;
background-position: 50%;
padding-bottom: 100%;
margin-bottom: 40px;
position: relative;
}
#about-us .entry-container,
#subscribe .entry-container,
#reserve .entry-container {
max-width: 800px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
#about-us .section-header {
margin-bottom: 22px;
}
#about-us h2.section-title {
line-height: 1.2;
}
.same-background + .same-background {
padding-top: 0;
} #our-services {
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
background-color: #253042;
} #portfolio .col-4 {
margin: 0;
}
#portfolio .section-title:after {
text-align: center;
margin: auto;
}
ul.nav-tabs {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
ul.nav-tabs li {
display: inline-block;
margin-right: 35px;
}
ul.nav-tabs li a {
display: inline-block;
text-transform: uppercase;
color: #253042;
font-family: 'Muli', sans-serif;
}
ul.nav-tabs li.active a, ul.nav-tabs li a:hover {
color: #b79156;
}
.grid {
margin: 25px 0 0 0;
}
.grid-item .featured-image {
padding: 200px 0;
position: relative;
overflow: hidden;
background-size: cover;
background-position: 50%;
}
.gallery-item-wrapper {
background-color: rgba(37, 48, 66, 0.90);
padding: 30px;
position: absolute;
bottom: 1px;
left: 0;
right: 0;
margin: 0 10px;
display: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.grid-item:hover .gallery-item-wrapper {
display: block;
}
.gallery-title {
color: #fff;
margin: 0;
}
.gallery-title:hover {
color: #b79156;
}
.gallery-item-wrapper span {
color: #b79156;
}
.gallery-item-wrapper span:hover {
color: #fff;
} #cta article.has-post-thumbnail {
display: table;
width: 100%;
position: relative;
}
#cta .featured-image {
background-size: cover;
background-position: 50%;
padding-bottom: 100%;
margin-bottom: 40px;
position: relative;
}
#cta .section-header {
text-align: left;
margin-bottom: 20px;
} #testimonial {
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
background-color: #253042;
}
.testimonial-slider .testimonial-wrapper {
max-width: 600px;
color: #fff;
}
#testimonial .section-header {
text-align: left;
}
#testimonial .section-title {
color: #fff;
}
.quote-icon {
text-align: center;
margin-bottom: 15px;
display: inline-block;
width: 100%;
}
.testimonial-wrapper .entry-content p {
font-size: 22px;
line-height: 2;
}
.title-wrapper {
display: flex;
align-items: center;
}
.title-wrapper img {
width: 100px;
height: 100px;
border-radius: 100px;
object-fit: cover;
margin-right: 40px;
}
.title-wrapper p a {
color: #fff;
}
.title-wrapper p a:hover {
color: #fff;
opacity: 0.8;
}
.slick-dots li {
display: block;
}
.slick-dots li button:before {
font-size: 12px;
color: #fff;
opacity: 0.6;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before, 
.slick-dots li button:focus:before {
opacity: 1;
color: #b79156;
}
#testimonial .slick-dots {
bottom: 0;
width: 0;
padding: 0;
margin: 0;
text-align: left;
left: -45px;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.slick-dotted.slick-slider {
margin-bottom: 0;
}
.same-background + .same-background {
padding-top: 0;
}
.no-padding-top {
padding-top: 0 !important;
}
.no-padding-bottom {
padding-bottom: 0 !important;
} #team {
background-color: #b79156;
}
.section-header-wrapper {
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
margin-bottom: 50px;
}
.section-header-wrapper .section-content {
width: 40%;
float: left;
padding: 0 30px;
}
.section-header-wrapper .section-header {
text-align: left;
width: 50%;
float: left;
margin: 0;
}
.section-header-wrapper .section-header .section-subtitle, 
.section-header-wrapper .section-header .section-title,
.section-header-wrapper .section-content p {
color: #fff;
}
.section-header-wrapper .section-content p {
margin: 0;
}
.section-header-wrapper .read-more {
display: none;
}
.section-header-wrapper .read-more {
margin: 0;
}
.section-header-wrapper .read-more .btn {
background-color: #fff;
color: #b79156;
}
#team .featured-image {
padding: 170px 0;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
position: relative;
}
.team-wrapper .entry-container {
background-color: #fff;
padding: 20px;
text-align: center;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.team-wrapper article:hover .entry-container {
background-color: #b79156;
}
.team-wrapper.col-4 {
margin: 0;
}
.team-wrapper .hentry {
padding: 0;
}
.team-wrapper article:hover .entry-container .entry-title a,
.team-wrapper article:hover .entry-container .member-position {
color: #fff;
}
.member-position {
color: #b79156;
font-family: 'Muli', sans-serif;
}
.team-wrapper .entry-title {
font-weight: 400;
font-size: 24px;
margin: 0;
}
.team-wrapper {
position: relative;
z-index: 10;
}
.team-wrapper:before {
z-index: -1;
content: "";
background-color: #f5f5f5;
position: absolute;
bottom: 0;
height: 100px;
width: 3000px;
left: -500px;
}
.team-wrapper:after {
content: "";
left: auto;
right: -100%;
} #client {
background-color: #f5f5f5;
}
.client-wrapper.col-5 {
margin: 0 -20px;
}
.client-wrapper .hentry {
padding: 0 20px;
} #related-posts .featured-image {
padding: 160px 0;
}
#related-posts .section-header {
text-align: center;
}
#related-posts .section-title:after {
text-align: center;
margin: auto;
}
.featured-post-wrapper .featured-image {
position: relative;
background-size: cover;
background-position: 50%;
padding-bottom: 100%;
}
.featured-post-wrapper .entry-container {
padding: 20px 0;
}
.featured-post-wrapper .entry-title {
font-size: 24px;
margin-bottom: 10px;
} .contact-wrapper .section-header {
text-align: left;
}
.contact-wrapper .section-title {
margin-bottom: 10px;
color: #fff;
}
.contact-wrapper {
background-color: #253042;
padding: 55px 20px 55px 60px;
}
.home .wpcf7 p:nth-child(2),
.home input[type="email"] {
width: 50%;
float: left;
margin-bottom: 20px;
}
#call-us .wpcf7 p:nth-child(1) input, 
#call-us .wpcf7 p:nth-child(2) input {
max-width: 93%;
}
#call-us .wpcf7 p input,
.contact-wrapper textarea {
background-color: rgba(255, 255, 255, 0.20);
border: none;
}
::-webkit-input-placeholder { 
color: #fff;
}
::-moz-placeholder {
color: #fff;
}
:-ms-input-placeholder { 
color: #fff;
}
:-moz-placeholder { 
color: #fff;
}
.wpcf7 p input[type="submit"] {
background-color: #b79156;
}
.contact-us {
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
padding: 188px 0;
position: relative;
}
.logo {
position: relative;
z-index: 1;
margin-bottom: 50px;
}
.call-wrapper .hentry {
padding: 0;
}
.contact-us .section-header {
color: #fff;
text-align: left;
}
.contact-us .section-title {
color: #fff;
line-height: 1.4;
}
.contact-us span {
display: block;
font-size: 22px;
font-weight: 600;
position: relative;
padding-bottom: 30px;
margin-bottom: 50px;
}
.contact-us a {
font-size: 30px;
color: #fff;
}
.contact-us .section-title:after {
content: "";
display: none;
}
.contact-us span:after {
content: "";
background-color: #fff;
width: 70px;
height: 3px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.contact-us .entry-container {
padding: 0 60px;
}
.contact-us a:hover {
color: #b79156;
} #colophon {
color: #767676;
}
.footer-widgets-area .widget .widget-title {
color: #253042;
}
#colophon ul {
list-style: none;
padding: 0;
margin: 0;
}
.custom-menu ul li {
display: inline-block;
vertical-align: middle;
margin-right: 25px;
}
.custom-menu ul li:last-child {
margin-right: 0;
}
.widget_featured_post ul li .entry-title {
font-size: 18px;
line-height: 26px;
font-weight: 500;
}
#colophon ul li,
#colophon ul li a {
color: #767676;
}
#colophon .cat-links li {
margin-bottom: 0;
margin-right: 3px;
width: auto;
}
#colophon ul li .entry-meta a:hover {
color: #fff;
opacity: 0.8;
}
#colophon ul li .entry-meta a {
color: #b77a2f;
}
#colophon .cat-links a {
color: #b77a2f;
}
#colophon .widget_text .textwidget img {
width: auto;
height: auto;
border-radius: 0;
}
#colophon .widget_text .textwidget p {
margin: 0;
}
#colophon ul li a:hover,
#colophon ul li a:focus {
color: #b77a2f;
}
#colophon .cat-links a:hover,
#colophon .cat-links a:focus {
opacity: 1;
}
.footer-widgets-area ul li:before {
content: "-";
margin-right: 5px;
}
#colophon .footer-widgets-area ul.social-icons {
margin-left: -10px;
}
.footer-widgets-area .entry-title {
font-size: 16px;
}
.widget_featured_post article {
position: relative;
clear: both;
display: table;
width: 100%;
}
.widget_featured_post .featured-image {
background-size: cover;
background-position: 50%;
background-color: #333;
width: 100px;
height: 100%;
float: left;
display: table-cell;
position: absolute;
top: 0;
left: 0;
}
.widget_featured_post .entry-container {
padding: 5px 0;
display: table-cell;
text-align: left;
padding-left: 120px;
}
.widget_categories li {
display: flex;
justify-content: space-between;
align-items: center;
}
#colophon .widget_categories li {
margin-bottom: 8px;
}
#colophon .widget_categories li:last-child {
margin-bottom: 0;
}
#colophon .footer-widgets-area .widget.widget_featured_post > ul > li {
margin-bottom: 7px;
}
.footer-widgets-area ul li {
font-weight: 500;
}
#colophon .footer-widgets-area .widget > ul > li:last-child,
#colophon .footer-widgets-area .widget.widget_featured_post > ul > li:last-child {
margin-bottom: 0;
}
#colophon .widget_recent_entries ul li span {
display: block;
font-size: 16px;
}
#colophon .widget_recent_entries ul li span:before {
content: "";
background-image: url(//www.badillihukuk.com/wp-content/themes/lawman/assets/img/clock.svg);
background-position: 50%;
background-size: contain;
display: inline-block;
width: 16px;
height: 16px;
vertical-align: middle;
margin-right: 10px;
-webkit-filter: brightness(0) invert(1);
-moz-filter: brightness(0) invert(1);
-ms-filter: brightness(0) invert(1);
-o-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.site-info .social-icons {
display: inline-block;
}
#colophon .site-info-wrapper ul.social-icons {
padding: 22px 0;
}
#colophon .site-info a {
text-decoration: none;
}
.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_recent_entries a,
.widget_nav_menu a {
text-decoration: none;
}
ul li a,
.entry-meta a,
.cat-links a,
.posted-on a,
.post-categories a {
text-decoration: none;
}
#top-bar a {
text-decoration: none;
}
.site-info {
text-align: center;
position: relative;
color: #767676;
}
.site-info.col-2 span {
float: left;
width: 50%;
text-align: left;
}
.site-info.col-2 span:nth-child(2) {
float: right;
text-align: right;
}
.site-info-wrapper {
padding: 10px 0;
}
.site-info span {
display: block;
text-align: center;
margin: 0 0 10px;
color: #767676;
}
.site-info {
border-top: 1px solid rgba(0, 0, 0, 0.20);
padding: 20px 0;
}
.site-info span a {
color: #b77a2f;
}
.site-info span a:hover {
color: #767676;
}
.site-info span:last-child {
margin-bottom: 0;
}
.custom-menu {
margin-bottom: 15px;
}
.footer-widgets-area .widget ul li:last-child,
.footer-widgets-area .widget .social-icons li {
margin-bottom: 0;
}
.footer-widgets-area .hentry {
margin-bottom: 45px;
}
.footer-widgets-area.col-1 .hentry {
text-align: center;
}
.footer-widgets-area.col-1 .hentry:last-child {
margin-bottom: 0;
}
.footer-widgets-area.col-1 .textwidget img {
margin-left: auto;
margin-right: auto;
}
.footer-widgets-area.col-1 {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.footer-widgets-area .social-icons li a svg {
fill:#767676;
}
.footer-widgets-area .social-icons li a:hover svg {
fill:#fff;
} @media screen and (min-width: 567px) {
.col-2,
.col-3,
.col-4 {
margin: 0 -15px;
}
.col-2 article,
.col-3 article,
.col-4 article {
padding: 0 15px;
float: left;
width: 50%;
margin-bottom: 30px;
}
.col-2 article:nth-child(2n+1),
.col-3 article:nth-child(2n+1),
.col-4 article:nth-child(2n+1) {
clear: left;
}
.col-2 article:nth-last-child(-n+2),
.col-3 article:nth-last-child(-n+2),
.col-4 article:nth-last-child(-n+2) {
margin-bottom: 0;
}
.site-logo img {
max-height: 65px;
width: auto;
}
.grid article {
width: 50%;
}
.main-services-wrapper .hentry {
text-align: left;
}
#single-column-news article.has-post-thumbnail,
.archive-blog-wrapper article.has-post-thumbnail {
display: table;
width: 100%;
position: relative;
}
#single-column-news article.has-post-thumbnail .featured-image,
.archive-blog-wrapper article.has-post-thumbnail .featured-image {
width: 47.85%;
margin-bottom: 0;
padding: 0;
height: 100%;
position: absolute;
top: 0;
left: 0;
display: table-cell;
}
#single-column-news article.has-post-thumbnail .entry-container,
.archive-blog-wrapper article.has-post-thumbnail .entry-container {
width: 52.15%;
display: table-cell;
padding: 25px 0 25px 20px;
}
.footer-widgets-area.col-2 .hentry,
.footer-widgets-area.col-4 .hentry {
width: 50%;
float: left;
}
.footer-widgets-area.col-2 .hentry:nth-child(2n+1),
.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
clear: left;
}
.footer-widgets-area.col-2 .hentry:nth-child(odd),
.footer-widgets-area.col-4 .hentry:nth-child(odd) {
padding-right: 34px;
}
.footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
.footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
margin-bottom: 0;
}
}
@media screen and (min-width: 767px) {
.col-1 .hentry {
width: 100%;
}
.col-2 .hentry {
width: 50%;
float: left;
}
.col-3 .hentry {
width: 33.33%;
float: left;
}
.col-4 .hentry {
width: 50%;
float: left;
}
.col-5 .hentry {
width: 20%;
float: left;
}
.col-6 .hentry {
width: 16.66%;
float: left;
}
.col-3 article {
width: 33.33%;
}
.col-3 article:nth-child(2n+1) {
clear: none;
}
.col-3 article:nth-child(3n+1) {
clear: left;
}
.col-3 article:nth-last-child(-n+3) {
margin-bottom: 0;
}
.site-branding + .site-advertisement {
margin-top: 0;
}
#about-us article.has-post-thumbnail .featured-image,
#cta article.has-post-thumbnail .featured-image {
width: 48.8%;
display: table-cell;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding-bottom: 0;
margin-bottom: 0;
}
#about-us article.has-post-thumbnail .entry-container,
#cta article.has-post-thumbnail .entry-container {
width: 51.2%;
display: table-cell;
padding: 44px 0 44px 55px;
text-align: left;
}
#about-us .section-header {
text-align: left;
}
.main-services-wrapper .icon-container {
float: left;
padding-right: 30px;
margin-top: 10px;
}
.main-services-wrapper .entry-header {
display: table-cell;
}
.main-services-wrapper .hentry:not(:last-child) {
border-right: 1px solid rgba(255, 255, 255, 0.20);
}
.comment-navigation .nav-previous, 
.posts-navigation .nav-previous, 
.post-navigation .nav-previous {
padding-right: 25px;
}
.comment-navigation .nav-next, 
.posts-navigation .nav-next, 
.post-navigation .nav-next {
padding-left: 25px;
}
.footer-widgets-area.col-3 .hentry {
margin-bottom: 0;
width: 33.33%;
float: left;
}
.footer-widgets-area.col-3 .hentry:not(:last-child) {
padding-right: 40px;
}
.no-sidebar .archive-blog-wrapper article.has-post-thumbnail {
width: 50%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-4 .hentry  {
width: 25%;
float: left;
}
.col-5 .hentry {
width: 20%;
float: left;
}
.col-4 article {
width: 25%;
}
.col-4 article:nth-child(2n+1) {
clear: none;
}
.col-4 article:nth-child(4n+1) {
clear: left;
}
.col-4 article:nth-last-child(-n+4) {
margin-bottom: 0;
}
#about-us article.has-post-thumbnail .featured-image {
width: 30%;
display: table-cell;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding-bottom: 0;
margin-bottom: 0;
}
#about-us article.has-post-thumbnail .entry-container {
width: 70%;
display: table-cell;
padding: 44px 0 44px 45px;
text-align: left;
}
#about-us .section-header {
text-align: left;
width: 55%;
float: left;
}
#about-us .entry-content {
width: 45%;
float: left;
padding-left: 40px;
border-left: 2px solid rgba(37, 48, 66, 0.20);
}
#our-services article .featured-image {
width: 40%;
float: left;
text-align: left;
}
#our-services article .entry-container {
width: 60%;
float: left;
margin-top: 0px;
}
.section-header-wrapper .read-more {
display: block;
}
.page-section {
padding: 80px 0;
}
.archive-blog-wrapper article .archive-post-wrapper .entry-container {
padding: 43px 50px;
}
.archive-blog-wrapper article.has-post-thumbnail .featured-image {
width: 40.6%;
}
.archive-blog-wrapper article.has-post-thumbnail .entry-container {
padding: 40px;
width: 59.4%;
}
.no-sidebar .comment-form-author, 
.no-sidebar .comment-form-email, 
.no-sidebar .comment-form-url {
width: 33.33%;
float: left;
}
.no-sidebar .comment-form-author input, 
.no-sidebar .comment-form-email input {
max-width: 93%;
}
.site-info.col-2 span {
width: 50%;
float: left;
text-align: left;
margin-bottom: 0;
}
.site-info.col-2 span:nth-child(2) {
width: 50%;
float: right;
text-align: right;
}
.no-sidebar .archive-blog-wrapper article.has-post-thumbnail {
width: 33.33%;
float: left;
}
}
@media screen and (min-width: 1025px) {
#header-menu {
position: absolute;
top: 0;
left: 0;
right: 0;
}
#masthead .social-icons li:not(:last-child) {
margin-right: 15px;
}
#masthead .social-icons {
margin: 0;
}
.main-navigation ul#primary-menu li.current-menu-item > a:after, 
.main-navigation ul#primary-menu > li:hover > a:after {
content: "";
position: absolute;
bottom: -15px;
background-color: #fff;
width: 62px;
height: 4px;
left: 0;
right: 0;
text-align: center;
margin: auto;
}
#site-navigation {
padding: 26px 0;
}
.menu-overlay.active {
display: none;
}
.site-branding-wrapper {
clear: both;
width: 100%;
display: flex;
align-items: center;
}
#masthead .main-navigation .site-branding {
width: auto;
float: none;
text-align: center;
margin: 0 40px;
display: inline-flex;
}
.main-navigation .social-menu-item ul {
position: relative;
top: 0;
left: 0;
z-index: 1;
float: none;
background-color: transparent;
box-shadow: none;
}
.main-navigation .social-menu-item ul li:not(:last-child),
.main-navigation .social-menu-item ul li a {
border: none;
}
.main-navigation .social-menu-item .social-icons {
padding: 5px 0;
}
.main-navigation li.social-menu-item {
float: right;
}
.main-navigation .nav-menu > li > a > svg.icon-down {
fill: #7b7b7b;
}
#top-bar svg.dropdown-icon {
display: none !important;
}
#top-bar .wrapper {
display: block !important;
height: auto !important;
}
#top-bar .contact-info li:not(:last-child) {
margin-right: 40px;
}
#site-menu .search-menu {
display: none;
}
#search-menu a svg {
fill: #949494;
}
.main-navigation {
display: block !important;
}
.main-navigation a,
.main-navigation ul.nav-menu > li > a {
color: #fff;
}
.main-navigation li.menu-item-has-children:hover > a > svg, 
.main-navigation li.menu-item-has-children > a:hover > svg {
fill: #000;
}
#masthead .main-navigation ul.nav-menu li.current-menu-item > a,
#masthead .main-navigation ul.nav-menu > li > a:hover,
.main-navigation ul.nav-menu li:hover > a,
.main-navigation ul.nav-menu li.focus > a {
color: #b79156;
}
.main-navigation ul.nav-menu {
display: block !important;
height: auto !important;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: 0;
right: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
right: auto;
}
.main-navigation ul.sub-menu li a {
border-bottom: none;
}
.main-navigation ul ul li:not(:last-child) {
border-bottom: 1px solid #000;
}
.main-navigation ul ul {
border: 1px solid #000;
}
.main-navigation ul.sub-menu li:hover > a,
.main-navigation ul.sub-menu li:focus > a {
color: #fff;
opacity: 0.8;
}
.main-navigation ul.sub-menu > li:last-child > a {
border-bottom: none;
}
#search {
position: absolute;
z-index: 30;
right: 0;
top: 50px;
display: none;
}
#masthead .social-icons li a svg {
fill: #fff;
}
.main-navigation .search-active .icon-search {
display: none;
}
.main-navigation .search-active .icon-close {
display: inline-block;
}
#masthead .main-navigation ul ul li.menu-item-has-children > a {
padding-right: 35px;
}
#masthead .main-navigation ul ul li a svg {
display: inline-block;
top: 17px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.main-navigation ul.nav-menu ul li.current-menu-item > a,
.main-navigation ul.nav-menu ul li:hover > a,
.main-navigation ul.nav-menu ul li:focus > a {
color: #b79156;
}
.main-navigation ul ul li.menu-item-has-children:hover > a > svg, 
.main-navigation ul ul li.menu-item-has-children > a:hover > svg {
fill: #fe463a;
}
button.dropdown-toggle,
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
.main-navigation li {
display: inline-block;
}
.main-navigation ul.nav-menu > li.menu-item-has-children:hover > a:before {
content: "";
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #fff;
position: absolute;
bottom: 0px;
left: 0;
right: 0;
width: 10px;
height: 10px;
margin: auto;
}
.main-navigation .left-menu {
padding-left: 50px;
}
.main-navigation ul.nav-menu > li.left-menu > a,
.main-navigation ul.nav-menu > li.right-menu > a {
padding-left: 5px;
padding-right: 5px;
}
.main-navigation li.left-menu + li.right-menu:before {
content: "/";
position: absolute;
top: 50%;
margin-left: -6px;
color: #fff;
margin-top: -1px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.main-navigation .main-navigation-search {
float: right;
padding: 12px 0;
}
.main-navigation form.search-form input {
border: none;
color: #000;
padding: 0 10px;
height: 40px;
border-radius: 0px;
background-color: #68696e; 
box-shadow: none;
max-width: 359px;
}
.main-navigation form.search-form {
border: 10px solid #10223d;
}
.main-navigation form.search-form button.search-submit {
width: 40px;
height: 40px;
position: absolute;
right: 0;
left: auto;
top: 0;
background-color: #eee;
border: none;
border-radius: 0;
padding: 0;
}
.main-navigation form.search-form svg.icon-search {
fill: #000;
}
.menu-sticky #masthead.nav-shrink {
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: #253042;
border-bottom: none;
}
#masthead .main-navigation ul.nav-menu > li.main-navigation-search:before {
display: none;
}
.main-navigation form.search-form ::-webkit-input-placeholder {
color: #fff;
}
.featured-content-wrapper {
top: 58%;
}
.main-services-wrapper .hentry {
padding: 0 45px;
}
.main-services-wrapper .entry-title {
font-size: 30px;
}
.grid article {
width: 25%;
}
#page-site-header .wrapper {
position: absolute;
left: 0;
right: 0;
text-align: center;
width: 90%;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#page-site-header .page-title {
font-size: 54px;
}
.no-sidebar nav.navigation.pagination {
text-align: center;
}
.inner-wrapper-sticky {
padding-bottom: 50px;
display: block;
}
.right-sidebar #primary,
.left-sidebar #primary {
width: 76.59%;
float: left;
padding-right: 30px;
}
.right-sidebar #secondary,
.left-sidebar #secondary {
width: 23.41%;
float: left;
}
.left-sidebar #primary {
padding-left: 30px;
padding-right: 0;
float: right;
}
.no-sidebar #primary {
width: 100%;
float: none;
padding-right: 0;
}
.boxed-layout,
.frame-layout {
background-image: url(//www.badillihukuk.com/wp-content/themes/lawman/assets/img/pattern.png);
}
.boxed-layout #page,
.frame-layout #page {
max-width: 1200px;
width: 90%;
margin-left: auto;
margin-right: auto;
background-color: #fff;
}
.frame-layout #page {
margin: 50px auto;
}
}
@media screen and (min-width: 1200px) {
.featured-content-wrapper .entry-title {
font-size: 62px;
}
.border {
display: block;
}
.footer-widgets-area.col-4 .hentry {
width: 25%;
padding-right: 35px;
}
.footer-widgets-area.col-5 .hentry {
width: 20%;
float: left;
}
.footer-widgets-area.col-4 .hentry:last-child {
padding-right: 0;
}
.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
clear: none;
}
.footer-widgets-area.col-4 .hentry:nth-child(4n+1),
.footer-widgets-area.col-5 .hentry:nth-child(5n+1) {
clear: left;
}
.site-info.col-3 span, 
.site-info.col-3 .social-icons {
width: 20%;
float: left;
}
.site-info.col-3 span {
text-align: left;
}
.site-info.col-3 .custom-menu {
width: 60%;
float: left;
text-align: center;
}
.site-info.col-3 .social-icons {
float: right;
text-align: right;
}
}
@media screen and (min-width: 1900px) {
.wrapper {
max-width: 1440px;
}
.main-navigation ul.nav-menu > li > a {
padding: 13px 22px;
}
.jetpack_subscription_widget form {
max-width: 480px;
}
.boxed-layout #page,
.frame-layout #page {
max-width: 1600px;
}
.site-info:before {
max-width: 1410px;
}
.site-info.col-3 span, 
.site-info.col-3 .social-icons {
width: 15%;
}
.site-info.col-3 .custom-menu {
width: 70%;
}
.footer-widgets-area .entry-title {
font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
#masthead {
background-color: #b79156;
}
#menu ul li.product {
width: 100%;
float: left;
border-bottom: 1px solid #ddd;
}
.main-navigation a {
border-bottom: 1px solid #eee;
}
.main-navigation .wrapper {
width: 100%;
padding: 0;
}
.main-navigation ul ul a {
width: 100%;
}
.main-navigation ul ul,
.main-navigation ul ul ul {
box-shadow: none;
float: none;
position: relative;
top: 0;
left: 0;
margin-bottom: 0;
display: none;
}
.main-navigation ul.sub-menu li {
padding-right: 0;
}
.main-navigation .menu-item-has-children > a:before {
content: "";
float: right;
position: relative;
right: 25px;
background-color: #ccc;
width: 1px;
height: 25px;
}
.main-navigation .menu-item-has-children > a:after {
padding-top: 3px;
}
.main-navigation ul.nav-menu > li > a,
.main-navigation ul.sub-menu li a {
padding: 15px 15px 15px 25px;
}
.main-navigation ul.sub-menu li a {
padding-left: 50px;
}
.main-navigation ul.sub-menu ul li a {
padding-left: 75px;
}
.main-navigation ul.sub-menu ul ul li a {
padding-left: 100px;
}
.main-navigation ul.sub-menu ul ul ul li a {
padding-left: 125px;
}
.main-navigation .menu-item-has-children a svg {
display: none;
}
.main-navigation ul.sub-menu li a {
border-left: none;
}
.main-navigation ul.nav-menu {
margin-right: 0;
background-color: #fff;
border-top: 1px solid #eee;
}
.main-navigation {
position: static;
}
.main-navigation a {
color: #333;
}
.main-navigation svg.icon-search,
.main-navigation svg.icon-down {
fill: #333;
margin-top: -5px;
}
.main-navigation ul.sub-menu {
border: none;
}
.main-navigation {
position: static;
}
#masthead.site-header .main-navigation ul.nav-menu {
margin-top: 0;
position: absolute;
max-width: 400px;
top: 100%;
left: auto;
right: 0;
width: 100%;
border-top: 1px solid #eee;
display: none;
}
.menu-open .menu-toggle .icon-close {
display: inline-block;
margin: auto;
width: 20px;
height: 30px;
}
.main-navigation .search-menu a {
display: none;
}
.main-navigation li.search-menu a {
display: none !important;
}
.main-navigation form.search-form input {
background-color: #fff;
border: none;
min-height: 55px;
}
.main-navigation form.search-form button.search-submit {
height: 59px;
}
.main-navigation form.search-form input {
padding-left: 40px;
}
.main-navigation .sub-menu svg {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
top: 28px;
}
.hero-wrapper.col-2 .hentry {
width: 100%;
float: left;
}
#page-site-header {
padding: 150px 0;
}
#secondary {
margin-top: 30px;
}
body.home:not(.blog) #secondary {
margin-top: 30px;
}
#top-bar {
cursor: pointer;
min-height: auto;
padding: 10px;
}
#top-bar .wrapper {
display: none;
padding-top: 15px;
margin-top: 8px;
}
#top-bar ul li,
.secondary-menu {
float: none;
text-align: center;
}
#top-bar .col-2 .hentry {
width: 100%;
}
}
@media screen and (max-width: 992px) {
.call-wrapper .hentry {
width: 100%;
float: none;
}
.contact-wrapper {
padding: 55px 20px 55px 5px;
}
.comments-title, 
#reply-title {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
#masthead.site-header .main-navigation ul.nav-menu {
max-width: 100%;
}
.section-header-wrapper {
display: block;
}
.grid-item.hentry {
width: 50%;
}
.section-header-wrapper .section-header {
text-align: center;
width: 100%;
float: none;
margin: 0;
}
.section-header-wrapper .section-content {
width: 100%;
float: none;
padding: 0;
text-align: center;
}
.team-wrapper .hentry {
padding: 0;
margin: 0;
}
.client-wrapper .hentry:nth-child(2n+1) {
clear: left;
}
.client-wrapper .hentry {
padding: 0 20px;
width: 50%;
float: left;
}
#about .count.col-3 .hentry {
width: 100%;
float: none;
}
#about .count.col-3 .hentry:nth-child(n+1) {
clear: left;
}
.jetpack_subscription_widget form {
max-width: 600px;
}
.comment-navigation .nav-previous, 
.posts-navigation .nav-previous, 
.post-navigation .nav-previous,
.comment-navigation .nav-next, 
.posts-navigation .nav-next, 
.post-navigation .nav-next {
width: 100%;
margin: 15px 0;
}
.post-navigation span.previous-article b, 
.post-navigations span.previous-article b, 
.post-navigation span.next-article b, 
.post-navigations span.next-article b {
font-size: 18px;
}
.comment-wrap {
margin-left: 0;
}
#commentform p.comment-form-comment,
#commentform p.form-submit {
margin-top: 21px;
}
.comments-title, 
#reply-title {
font-size: 26px;
}
#comments {
margin-top: 40px;
}
}
@media screen and (max-width: 567px) {
.col-2 article, 
.col-3 article, 
.col-4 article {
margin-bottom: 30px;
}
.grid-item.hentry {
width: 100%;
}
.contact-us .entry-container {
padding: 0 35px;
}
.section-title {
font-size: 35px;
}
.contact-us {
padding: 140px 0;
}
.site-branding {
display: block;
}
.site-logo {
margin-right: 0;
}
.site-logo + #site-identity {
margin-top: 20px;
}
.jetpack_subscription_widget #subscribe-submit {
position: relative;
}
.client-wrapper .hentry {
padding: 20px 0;
width: 100%;
float: none;
text-align: center;
}
.archive-blog-wrapper .featured-image {
margin-bottom: 20px;
}
.pagination .page-numbers.prev, 
.pagination .page-numbers.next {
top: 0;
}
.pagination .prev.page-numbers:before, 
.pagination .next.page-numbers:before {
width: 35px;
height: 10px;
}
.pagination .page-numbers.prev, 
.pagination .page-numbers.next {
margin-left: 0;
margin-right: 0;
}
.comment-content {
margin-left: 0;
background-color: #fff;
margin-top: 25px;
padding: 15px 20px;
}
.reply {
padding-left: 0;
}
#comments ol.children {
margin-left: 25px;
}
.comment-meta .fn {
margin-left: 0;
margin-top: 10px;
}
.footer-widgets-area .hentry:last-child,
.footer-widgets-area.col-3 .hentry:last-child {
margin-bottom: 0;
padding-right: 0;
}
}
.single-post .entry-meta > span:not(:first-child):before {
content: "";
margin: 0;
}
.error404 .single-wrapper{
text-align: center;
}
.comment-awaiting-moderation {
text-decoration: none;
}
.comment-respond .comment-form-comment textarea {
color: #000;
}
.wp-block-latest-comments article {
margin-bottom: 0px;
}
.wp-block-latest-comments{
padding-left: 0px;
}
.wp-block-search__button:hover,
input[type="submit"]:hover{
text-decoration: none;
}@font-face {
font-family: 'Muli';
font-style: normal;
font-weight: 400;
src: url(https://www.badillihukuk.com/wp-content/fonts/muli/7Auwp_0qiz-afT3GLRrX.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Muli';
font-style: normal;
font-weight: 400;
src: url(https://www.badillihukuk.com/wp-content/fonts/muli/7Auwp_0qiz-afTzGLRrX.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Muli';
font-style: normal;
font-weight: 400;
src: url(https://www.badillihukuk.com/wp-content/fonts/muli/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Muli';
font-style: normal;
font-weight: 700;
src: url(https://www.badillihukuk.com/wp-content/fonts/muli/7Auwp_0qiz-afT3GLRrX.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Muli';
font-style: normal;
font-weight: 700;
src: url(https://www.badillihukuk.com/wp-content/fonts/muli/7Auwp_0qiz-afTzGLRrX.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Muli';
font-style: normal;
font-weight: 700;
src: url(https://www.badillihukuk.com/wp-content/fonts/muli/7Auwp_0qiz-afTLGLQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Oxygen';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/oxygen/v15/2sDfZG1Wl4LcnbuKgE0mV0Q.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Oxygen';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/oxygen/v15/2sDfZG1Wl4LcnbuKjk0m.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Oxygen';
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/oxygen/v15/2sDcZG1Wl4LcnbuCNWgzZmW5O7w.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Oxygen';
font-style: normal;
font-weight: 700;
src: url(https://fonts.gstatic.com/s/oxygen/v15/2sDcZG1Wl4LcnbuCNWgzaGW5.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
src: url(https://www.badillihukuk.com/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
src: url(https://www.badillihukuk.com/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
src: url(https://www.badillihukuk.com/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 400;
src: url(https://www.badillihukuk.com/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
src: url(https://www.badillihukuk.com/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
src: url(https://www.badillihukuk.com/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
src: url(https://www.badillihukuk.com/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Playfair Display';
font-style: normal;
font-weight: 700;
src: url(https://www.badillihukuk.com/wp-content/fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adobe:before {
content: "\f778"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bacteria:before {
content: "\f959"; }
.fa-bacterium:before {
content: "\f95a"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\f95b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\f952"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\f977"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\f978"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\f905"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\f907"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\f979"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\f95c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\f95d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\f95e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\f95f"; }
.fa-handshake-slash:before {
content: "\f960"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\f961"; }
.fa-head-side-cough-slash:before {
content: "\f962"; }
.fa-head-side-mask:before {
content: "\f963"; }
.fa-head-side-virus:before {
content: "\f964"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\f965"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\f913"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\f955"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\f966"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\f967"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microblog:before {
content: "\f91a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\f956"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\f968"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\f91e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\f969"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\f96a"; }
.fa-pump-soap:before {
content: "\f96b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rust:before {
content: "\f97a"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\f96c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\f957"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sink:before {
content: "\f96d"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\f96e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\f96f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\f970"; }
.fa-store-slash:before {
content: "\f971"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tiktok:before {
content: "\f97b"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\f972"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\f941"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\f949"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-unsplash:before {
content: "\f97c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-slash:before {
content: "\f973"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\f974"; }
.fa-virus-slash:before {
content: "\f975"; }
.fa-viruses:before {
content: "\f976"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.badillihukuk.com/wp-content/themes/lawman/assets/fonts/fa-brands-400.eot);
src: url(//www.badillihukuk.com/wp-content/themes/lawman/assets/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.badillihukuk.com/wp-content/themes/lawman/assets/fonts/fa-brands-400.woff2) format("woff2"), url(//www.badillihukuk.com/wp-content/themes/lawman/assets/fonts/fa-brands-400.woff) format("woff"), url(//www.badillihukuk.com/wp-content/themes/lawman/assets/fonts/fa-brands-400.ttf) format("truetype"), url(//www.badillihukuk.com/wp-content/themes/lawman/assets/fonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.badillihukuk.com/wp-content/themes/lawman/assets/fonts/fa-regular-400.eot);
src: url(//www.badillihukuk.com/wp-content/themes/lawman/assets/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//www.badillihukuk.com/wp-content/themes/lawman/assets/fonts/fa-regular-400.woff2) format("woff2"), url(//www.badillihukuk.com/wp-content/themes/lawman/assets/fonts/fa-regular-400.woff) format("woff"), url(//www.badillihukuk.com/wp-content/themes/lawman/assets/fonts/fa-regular-400.ttf) format("truetype"), url(//www.badillihukuk.com/wp-content/themes/lawman/assets/fonts/fa-regular-400.svg#fontawesome) format("svg"); }
.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//www.badillihukuk.com/wp-content/themes/lawman/assets/fonts/fa-solid-900.eot);
src: url(//www.badillihukuk.com/wp-content/themes/lawman/assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.badillihukuk.com/wp-content/themes/lawman/assets/fonts/fa-solid-900.woff2) format("woff2"), url(//www.badillihukuk.com/wp-content/themes/lawman/assets/fonts/fa-solid-900.woff) format("woff"), url(//www.badillihukuk.com/wp-content/themes/lawman/assets/fonts/fa-solid-900.ttf) format("truetype"), url(//www.badillihukuk.com/wp-content/themes/lawman/assets/fonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
 .slick-loading .slick-list
{
background: #fff url(https://www.badillihukuk.com/wp-content/themes/lawman/assets/css/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://www.badillihukuk.com/wp-content/themes/lawman/assets/css/fonts/slick.eot);
src: url(https://www.badillihukuk.com/wp-content/themes/lawman/assets/css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://www.badillihukuk.com/wp-content/themes/lawman/assets/css/fonts/slick.woff) format('woff'), url(https://www.badillihukuk.com/wp-content/themes/lawman/assets/css/fonts/slick.ttf) format('truetype'), url(https://www.badillihukuk.com/wp-content/themes/lawman/assets/css/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
font-style: italic;
margin-bottom: 1.5em;
text-align: left;
}
.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
text-align: right;
}  p.has-drop-cap:not(:focus)::first-letter {
font-size: 5em;
margin-top: 0.075em;
} .wp-block-image {
margin-bottom: 1.5em;
}
.wp-block-image figure {
margin-bottom: 0;
margin-top: 0;
}
.wp-block-image figure.alignleft {
margin-right: 1.5em;
}
.wp-block-image figure.alignright {
margin-left: 1.5em;
} .wp-block-gallery {
margin-bottom: 1.5em;
}
.wp-block-gallery figcaption {
font-style: italic;
}
.wp-block-gallery.aligncenter {
display: flex;
margin: 0 -8px;
} .wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
margin-bottom: 0;
}
.wp-block-quote cite {
color: inherit;
font-size: inherit;
}
.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-pullquote {
border-left: 4px solid #000;
padding: 1em;
}
.wp-block-quote.is-large {
padding: 1em 2em;
} .wp-block-audio audio {
display: block;
width: 100%;
} .wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
display: flex;
}
.no-sidebar .wp-block-cover.alignfull,
.no-sidebar .wp-block-image.alignfull,
.no-sidebar .wp-block-gallery.alignfull,
.no-sidebar .wp-block-pullquote.alignfull,
.no-sidebar .wp-block-table.alignfull,
.no-sidebar .wp-block-audio.alignfull,
.no-sidebar .wp-block-categories.alignfull {    
width: 100vw;
max-width : 100vw;
margin-left  : calc( -100vw / 2 + 100% / 2 );
margin-right : calc( -100vw / 2 + 100% / 2 );
}
.no-sidebar .wp-block-embed.is-type-video.alignfull iframe {    
width: 100vw !important;
max-width : 100vw;
margin-left  : calc( -100vw / 2 + 100% / 2 ) !important;
margin-right : calc( -100vw / 2 + 100% / 2 ) !important;
}
.no-sidebar .wp-block-image.alignfull figcaption,
.no-sidebar .wp-block-audio.alignfull figcaption {
text-align: center;
max-width: 1200px;
width: 90%;
padding: 0 15px;
margin: 5px auto 0;
}
.no-sidebar .wp-block-table.alignfull {
display: table;
}
.no-sidebar .wp-block-audio.alignfull {
padding: 0 20px;
}
.no-sidebar .wp-block-categories.alignfull {
padding: 0 50px;
}
.no-sidebar .wp-block-gallery.alignfull {
padding: 0 25px;
} .wp-block-file .wp-block-file__button {
background-color: #222;
-webkit-border-radius: 2px;
border-radius: 2px;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
display: inline-block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 800;
margin-top: 2em;
padding: 0.7em 2em;
-webkit-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
white-space: nowrap;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
background-color: #767676;
-webkit-box-shadow: none;
box-shadow: none;
} .wp-block-separator {
border-color: #eee;
border: 0;
}  .wp-block-code {
background: transparent;
border: 0;
padding: 0;
} .wp-block-pullquote {
border: 0;
border-top: 4px solid #000;
border-bottom: 4px solid #000;
padding: 1em;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite {
font-size: inherit;
text-transform: none;
} .wp-block-table thead th {
border-bottom: 2px solid #bbb;
padding-bottom: 0.5em;
}
.wp-block-table tr {
border-bottom: 1px solid #eee;
}
.wp-block-table th,
.wp-block-table td {
border-color: #ccc;
padding: 15px 25px;
}
.rtl .wp-block-table th,
.rtl .wp-block-table td {
text-align: right;
}  .wp-block-button__link {
padding: 16px 40px;
font-weight: bold;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
background-color: #e83a3c;
color: #fff;
-webkit-box-shadow: none;
box-shadow: none;
} .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
} .wp-block-media-text {
margin-bottom: 1.5em;
}
.wp-block-media-text *:last-child {
margin-bottom: 0;
}  .wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-categories.aligncenter ul {
list-style-position: inside;
text-align: center;
} .wp-block-latest-comments article {
margin-bottom: 4em;
}
.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
float: none;
width: 100%;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
border-radius: 0;
}
.wp-block-latest-comments a {
-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
}
.wp-block-latest-comments__comment-meta {
font-size: 16px;
font-size: 1rem;
margin-bottom: 0.4em;
}
.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
font-weight: 700;
text-decoration: none;
}
.wp-block-latest-comments__comment-date {
color: #767676;
font-size: 10px;
font-size: 0.625rem;
font-weight: 800;
letter-spacing: 0.1818em;
margin-top: 0.4em;
text-transform: uppercase;
}
.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
font-size: 14px;
font-size: 0.875rem;
}  .has-blue-background-color {
background-color: #2c7dfa;
}
.has-green-background-color {
background-color: #07d79c;
}
.has-orange-background-color {
background-color: #ff8737;
}
.has-black-background-color {
background-color: #2f3633;
}
.has-grey-background-color {
background-color: #82868b;
} .has-blue-color {
color: #2c7dfa;
}
.has-green-color {
color: #07d79c;
}
.has-orange-color {
color: #ff8737;
}
.has-black-color {
color: #2f3633;
}
.has-grey-color {
color: #82868b;
} .has-larger-font-size {
font-size: 36px;
font-size: 2.25rem;
}
.has-huge-font-size {
font-size: 48px;
font-size: 3rem;
}
.has-larger-font-size,
.has-huge-font-size {
line-height: 1.5;
}
@media screen and (max-width: 992px) {
.has-larger-font-size {
font-size: 30px;
font-size: 1.875rem;
}
.has-huge-font-size {
font-size: 38px;
font-size: 2.375rem;
}
}
@media screen and (max-width: 767px) {
.has-larger-font-size {
font-size: 24px;
font-size: 1.5rem;
}
.has-huge-font-size {
font-size: 28px;
font-size: 1.75rem;
}
}
@media screen and (max-width: 567px) {
.has-larger-font-size,
.has-huge-font-size {
font-size: 16px;
font-size: 1rem;
line-height: 28px;
}
} .wp-block {
max-width: 840px;
} .wp-block-buttons {
margin-top: 3rem;
margin-right: auto;
margin-bottom: 3rem;
margin-left: auto;
}
.wp-block-cover {
margin-bottom: 3em;
}
.wp-block-image {
margin: 2em 0;
}
button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
text-decoration: underline;
}
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
color: #32373C;
background-color: transparent;
border: 2px solid;
}
.wp-block-separator.is-style-dots::before {
background: none;
color: inherit;
font-size: 3.2rem;
font-weight: 700;
height: auto;
letter-spacing: 1em;
padding-left: 1em;
position: static;
transform: none;
width: auto;
}
.wp-block-gallery {
margin: 2.5em 0 1em;
}#loader {
overflow-x: hidden;
overflow-y: hidden;
vertical-align: middle;
background-color: #fff;
position:fixed;
display: table;
width: 100%;
top:0;
height: 100%;
min-height: 100%;
z-index:9999;
}
.loader-container {
position: relative;
display: table-cell;
vertical-align: middle;
z-index: 12;
text-align:center;
text-transform: uppercase;
}
.loader-container svg {
width: 70px;
height: 70px;
fill: #fe463a;
-webkit-animation: rotating 2s linear infinite;
-moz-animation: rotating 2s linear infinite;
-ms-animation: rotating 2s linear infinite;
-o-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite;
}
@-webkit-keyframes rotating {
from {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.blog-loader {
text-align: center;
margin-top: 50px;
}
.blog-loader svg {
width: 30px;
height: 30px;
}
#LBloadmore svg.latest-posts-loader,
.blog-loader svg {
margin-left: 15px;
animation: infinitepreloader 1.5s  infinite ease-in-out;
}
@keyframes infinitepreloader {
100%{transform: rotate(180deg);}
}
#preloader {
position:relative;
margin:auto;
width:100px;
}
#preloader span {
display:block;
bottom:0px;
width: 9px;
height: 5px;
background:#fff;
position:absolute;
animation: preloader 1.5s  infinite ease-in-out;
}
#preloader span:nth-child(2) {
left:11px;
animation-delay: .2s;
}
#preloader span:nth-child(3) {
left:22px;
animation-delay: .4s;
}
#preloader span:nth-child(4) {
left:33px;
animation-delay: .6s;
}
#preloader span:nth-child(5) {
left:44px;
animation-delay: .8s;
}
@keyframes preloader {
0% {height:5px;transform:translateY(0px);background: #000;}
25% {height:30px;transform:translateY(15px);background: #000;}
50% {height:5px;transform:translateY(0px);background: #000;}
100% {height:5px;transform:translateY(0px);background: #000;}
}
.backtotop {
background-color: #000;
z-index: 300;
width: 40px;
height: 40px;
line-height: 36px;
font-size: 18px;
text-align: center;
position: fixed;
bottom: -100px;
right: 25px;
cursor: pointer;
-webkit-transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
color: #fff;
}
.backtotop:hover {
background-color: #333;
}
.backtotop svg {
display: inline-block;
vertical-align: middle;
fill: #fff;
}
@-webkit-keyframes colorchange {
0%   {border-color: #e30048;}
25%  {border-color: #fe463a;}
50%  {border-color: #9acf0b;}
75%  {border-color: #a93d7b;}
100% {border-color: #f1ad02;}
}
@keyframes colorchange {
0%   {border-color: #e30048;}
25%  {border-color: #fe463a;}
50%  {border-color: #9acf0b;}
75%  {border-color: #a93d7b;}
100% {border-color: #f1ad02;}
} html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
font-family: 'Oxygen', sans-serif;
font-weight: 400;
}
#page {
position: relative;
overflow-x: hidden;
}
#content {
position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 52px;
}
h2 {
font-size: 42px;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
color: #253042;
margin: 16px 0;
line-height: 1.4;
font-weight: 400;
font-family: 'Playfair Display', serif;
}
mark {
background: #ff0;
color: #333;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
tbody {
text-align: left;
}
tr {
border: 1px solid #ccc;
}
td,
th {
padding: 10px 25px;
font-weight: 400;
}
th {
color: #fff;
}
td#next {
text-align: right;
}
.calendar_wrap table {
display: table;
}
.calendar_wrap th, 
.calendar_wrap td {
padding: 8px 5px;
} body,
button,
input,
select,
textarea {
color: #767676;
font-size: 16px;
font-size: 1rem;
line-height: 28px;
word-wrap: break-word;
}
p {
margin: 0 0 1em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #fff;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; overflow-x: hidden; 
}
blockquote {
padding: 21px 25px;
margin: 30px 0;
font-size: 22px;
line-height: 1.5;
}
blockquote.alignright {
padding-right: 0;
margin-bottom: 14px;
}
blockquote p:before,
blockquote p:after {
content: "“";
display: inline-block;
}
blockquote p:after {
content: "”";
}
blockquote p {
margin: 0;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0;
padding-left: 1.5em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 0.5em;
}
dt {
font-weight: bold;
margin-bottom: 1em;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; vertical-align: middle;
}
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
display: inline-block;
overflow: auto;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, .8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
outline: thin dotted;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
width: 100%;
color: #000;
border: 1px solid #e0e0e0;
border-radius: 0;
padding: 10px;
background-color: #eaedf3;
border: 1px solid #eaedf3;
}
select {
border: 1px solid #e0e0e0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
outline: thin dotted;
}
textarea {
width: 100%;
}
p.form-submit {
clear: both;
display: inline-block;
position: relative;
}
.comment-notes {
font-size: 14px;
font-style: italic;
font-weight: 600;
margin-top: 0;
margin-bottom: 20px;
}
#respond label {
margin-bottom: 11px;
display: inline-block;
}
#commentform p {    
margin-bottom: 21px;
}
#commentform p.comment-form-comment {
margin-bottom: 0;
}
#commentform p.form-submit {
margin: 21px 0 0;
text-align: center;
}  a {
color: #253042;
text-decoration: underline;
}
a:hover,
a:focus,
a:active {
color: #b79156;
}
a:focus {
outline: thin dotted #eee;
} #masthead {
position: relative;
top: 0;
left: 0;
right: 0;
width: 100%;
z-index: 3000;
padding: 0;
background-color: transparent;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
#masthead .social-icons {
margin: 10px 0 0;
}
.site-branding {
float: left;
padding: 15px 0;
display: flex;
align-items: center;
min-height: 100px;
}
.site-logo + #site-identity {
margin-top: 15px;
}
.site-logo img {
max-height: 80px;
width: auto;
margin-right: 20px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.site-title {
margin: 0;
line-height: 1.3;
font-size: 32px;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.site-title a {
color: #fff;
text-decoration: none;
}
.site-title a:hover,
.site-title a:focus {
opacity: 0.8;
}
.site-description {
margin: 0;
line-height: 1.3;
color: #fff;
text-transform: uppercase;
letter-spacing: 0.1em;
}
.main-navigation {
display: block;
position: relative;
float: right;
}
.main-navigation a {
font-weight: 400;
display: block;
text-decoration: none;
color: #fff;
font-size: 16px;
}
.main-navigation ul.nav-menu li.current-menu-item > a,
.main-navigation ul.nav-menu li:hover > a,
.main-navigation ul.nav-menu li.focus > a {
color: #fe463a;
}
.main-navigation ul.nav-menu li:hover > svg,
.main-navigation li.menu-item-has-children:hover > a > svg,
.main-navigation li.menu-item-has-children > a:hover > svg,
.main-navigation ul.nav-menu > li.current-menu-item > a > svg {
fill: #b79156;
}
.main-navigation ul ul {
background-color: #fff;
text-align: left;
padding: 0;
}
.main-navigation ul.sub-menu li a {
padding: 8px 15px;
color: #333;
border-bottom: 1px solid #eee;
text-transform: capitalize !important;
}
.main-navigation ul.sub-menu a:after {
float: right;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation .social-menu-item ul {
display: block;
border: none;
}
.main-navigation .social-menu-item ul li a {
width: 40px;
}
.main-navigation .social-menu-item ul li a:hover,
.main-navigation .social-menu-item ul li a:focus {
opacity: 0.8;
}
.main-navigation .social-menu-item .social-icons {
margin: 0;
padding: 20px 15px 20px 25px;
}
.main-navigation + .social-icons {
display: none;
}
.main-navigation li {
position: relative;
}
.main-navigation ul.nav-menu > li > a {
padding: 12px;
color: #333;
}
.main-navigation ul.nav-menu > li > a.search:hover svg.icon-search,
.main-navigation ul.nav-menu > li > a.search:focus svg.icon-search,
.main-navigation li.search-menu a:hover svg,
.main-navigation li.search-menu a:focus svg,
.main-navigation li.search-menu a.search-active svg {
fill: #fe463a;
}
.main-navigation a:hover,
.main-navigation ul.nav-menu > li > a:hover {
color: #fe463a;
}
.main-navigation ul ul {
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 225px;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
color: #333;
}
form.search-form {
width: 100%;
max-width: 100%;
position: relative;
}
.main-navigation form.search-form {
min-width: 320px;
}
#masthead .home-icon > a svg.icon-home {
width: 24px;
height: 24px;
margin-top: -3px;
}
input.search-field {
height: 50px;
border-radius: 0;
padding: 0 50px 0 15px;
width: 100%;
}
.main-navigation svg.icon-close {
display: none;
}
#search.hidden-small form.search-form {
position: absolute;
left: 0;
right: 0;
}
svg {
width: 16px;
height: 16px;
display: inline-block;
vertical-align: middle;
}
.search-menu svg.icon-search {
fill: #949494;
}
svg.icon-search,
svg.icon-close {
width: 15px;
height: 15px;
fill: #fff;
}
svg.icon-close {
width: 15px;
height: 15px;
}
.search-submit svg.icon-search {
fill: #adadad;
opacity: 1;
}
.main-navigation svg.icon-down {
width: 14px;
height: 14px;
margin-left: 5px;
fill: #7b7b7b;
}
.main-navigation .sub-menu svg {
width: 12px;
height: 12px;
fill: #7b7b7b;
position: absolute;
right: 15px;
top: 17px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
#site-menu #search {
display: none;
}
#search-menu {
display: none;
}
#search-menu .icon-close,
#search-menu.active .icon-search,
.search-menu .icon-close,
.search-menu.active .icon-search {
display: none;
}
#search-menu.active .icon-close,
.search-menu.active .icon-close {
display: inline-block;
}
#search-menu button .icon-search,
.search-menu button .icon-search,
#search-menu.active button .icon-search,
.search-menu.active button .icon-search {
display: inline-block;
}
#search-menu input[type="search"] {
padding-left: 40px;
border-radius: 4px;
min-height: 40px;
height: auto;
background-color: #efefef;
border-color: #efefef;
padding: 5px 15px 0px 40px;
}
#search-menu form.search-form button.search-submit {
min-height: 40px;
height: auto;
}
.menu-toggle {
border-radius: 0;
font-size: 16px;
padding: 15px;
margin: auto;
display: block;
height: 90px;
position: relative;
background-color: transparent;
border: none;
}
.menu-toggle:focus {
outline: thin dotted;
}
.topheader-dropdown  {
background-color: transparent;
width: auto;
height: auto;
padding: 0;
display: block;
text-align: center;
margin: 0 auto;
border: none;
}
button.topheader-dropdown:focus {
outline: thin dotted #fff;
}
.topheader-dropdown.active svg {
transform: rotate(-180deg);
}
.secondary-menu-toggle {
position: absolute;
left: 0;
top: 0;
z-index: 3;
}
.secondary-menu-toggle svg {
width: 20px;
height: 20px;
margin-left: auto;
margin-right: auto;
}
.secondary-menu-toggle svg.icon-close {
display: none;
fill: #000;
width: 16px;
height: 16px;
}
.secondary-menu-toggle.active svg.icon-menu-bar {
display: none;
}
.secondary-menu-toggle.active svg.icon-close {
display: block;
}
#site-menu .menu-toggle.active svg {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
}
.menu-label {
text-transform: uppercase;
color: #fff;
padding: 7px 0 0 10px;
font-weight: bold;
float: right;
}
#top-bar {
background-color: #253042;
position: relative;
z-index: 33333;
}
#top-bar .contact-info {
list-style: none;
margin: 0;
padding: 10px 0;
}
#top-bar ul {
padding: 0;
margin: 0;
}
#top-bar ul li {
float: left;
list-style: none;
font-size: 16px;
}
#top-bar .contact-info svg {
margin-right: 8px;
width: 18px;
height: 18px;
}
#top-bar svg {
fill: #fff;
}
#top-bar .contact-info span {
display: inline-block;
vertical-align: middle;
color: #767676;
}
#top-bar .contact-info svg {
fill:#b79156;
}
#top-bar .contact-info a {
color: #767676;
font-size: 16px;
}
.secondary-menu {
float: right;
}
#top-bar .secondary-menu ul {
padding: 4px 0;
}
svg.icon-menu {
fill: #fff;
vertical-align: baseline;
width: 30px;
height: 30px;
}
.menu-open svg.icon-menu {
display: none;
}
#top-bar svg.icon-up, #top-bar svg.icon-down {
margin: auto;
display: block;
cursor: pointer;
fill: #fff;
}
#top-bar svg.icon-up, #top-bar.top-menu-active svg.icon-down {
display: none;
}
#top-bar.top-menu-active svg.icon-up {
display: block;
}
svg.icon-close,
.menu-toggle.active svg.icon-menu {
display: none;
}
.menu-toggle.active svg.icon-close {
display: block;
}
button.dropdown-toggle {
padding: 0;
position: absolute;
top: 0;
right: 0;
background-color: transparent;
border: none;
width: 45px;
height: 57px;
line-height: 62px;
}
.main-navigation .dropdown-toggle.active > svg {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
}
.menu-overlay {
-webkit-transition: 0.5s ease-in-out;
-moz-transition: 0.5s ease-in-out;
-ms-transition: 0.5s ease-in-out;
-o-transition: 0.5s ease-in-out;
transition: 0.5s ease-in-out;
}
.menu-overlay.active {
background-color: #000;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.8;
z-index: 3;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
position: relative;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
position: relative;
}
.navigation.post-navigation, 
.navigation.posts-navigation {
margin-top: 30px;
padding: 23px 20px;
background-color: #eaedf3;
border: 1px solid #eaedf3;
}
.post-navigation a, 
.posts-navigation a {
font-weight: 500;
color: #000;
text-decoration: none;
}
.post-navigation a:hover, 
.posts-navigation a:hover,
.post-navigation a:focus, 
.posts-navigation a:focus {
color: #68696e;
}
.post-navigation, 
.posts-navigation {
padding: 0;
position: relative;
}
.pagination .page-numbers {
border: 1px solid #ddd;
}
.pagination .page-numbers,
.pagination .page-numbers.dots:hover,
.pagination .page-numbers.dots:focus {
text-align: center;
line-height: 35px;
width: 35px;
height: 35px;
display: inline-block;
margin-right: 5px;
color: #b79156;
background-color: #fff;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
color: #fff;
background-color: #b79156;
border-color: #b79156;
}
.pagination .prev.page-numbers svg,
.pagination .next.page-numbers svg {
display: inline-block;
vertical-align: middle;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
width: 12px;
height: 12px;
}
.pagination .next.page-numbers svg {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.prev.page-numbers svg,
.next.page-numbers svg {
fill: #b79156;
}
.nav-previous span {
padding-left: 38px;
float: left;
text-align: left;
}
.nav-next span {
padding-right: 38px;
float: right;
text-align: right;
}
.navigation .nav-previous svg {
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
transform: rotate(-180deg);
position: absolute;
top: 3px;
left: 0;
}
.navigation .nav-next svg {
position: absolute;
top: 3px;
right: 0;
}
.post-navigation span,
.posts-navigation span {
display: table;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after,
.widget:before,
.widget:after,
.widget_recent_news.col-2 > ul > li:before,
.widget_recent_news.col-2 > ul > li:after,
.widget_popular_news > ul > li:before,
.widget_popular_news > ul > li:after,
.widget_posts_filter .tab-content > ul > li:before,
.widget_posts_filter .tab-content > ul > li:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.footer-widgets-area:before,
.footer-widgets-area:after,
.wrapper:before,
.wrapper:after,
.widget:before,
.widget:after,
.widget_recent_news.col-2 > ul > li:before,
.widget_recent_news.col-2 > ul > li:after,
.widget_popular_news > ul > li:before,
.widget_popular_news > ul > li:after,
.widget_posts_filter .tab-content > ul > li:before,
.widget_posts_filter .tab-content > ul > li:after {
clear: both;
} .widget {
margin: 0 0 20px;
}
.widget:last-child {
margin-bottom: 0;
} .widget select {
max-width: 100%;
background-color: #efefef;
padding: 10px;
border: none;
width: 100%;
max-width: 300px;
}
.widget input {
height: 40px;
border-radius: 0;
padding: 0 15px;
border: none;
}
form.search-form button.search-submit {
width: 50px;
height: 50px;
position: absolute;
top: 0;
background-color: #000;
border: none;
border-radius: 0;
}
.widget_search form.search-form .search-submit {
width: auto;
color: #fff;
background-color: #171616;
left: auto;
right: 0;
font-size: 14px;
height: 40px;
width: 40px;
line-height: 10px;
}
.widget_search form.search-form .search-submit:hover,
.widget_search form.search-form .search-submit:focus {
background-color: #fe463a;
color: #fff;
}
.widget_search form.search-form .search-submit svg {
fill: #fff;
width: 14px;
height: 14px;
}
.widget_search form.search-form .search-submit:hover svg,
.widget_search form.search-form .search-submit:focus svg {
fill: #fff;
}
.widget_search form.search-form input {
border: none;
}
.widget_search form.search-form input {
padding: 0 55px 0 15px;
height: 40px;
background-color: #eaedf3;
}
form.search-form {
position: relative;
}
form.search-form input {
width: 100%;
padding: 0 40px 0 15px;
font-weight: 300;
}
.error404 form.search-form input {
padding: 0 15px 0 40px;
max-width: 600px;
}
.error404 form.search-form button.search-submit {
line-height: 35px;
}
#wp-calendar tbody td {
text-align: center;
}
#wp-calendar caption {
margin-bottom: 15px;
}
.widget-title {
font-size: 28px;
margin: 0 0 16px;
}
.widget li:not(:last-child) {
margin-bottom: 15px;
}
.widget_instagram ul {
list-style: none;
margin: 0 -5px;
padding: 0;
}
.widget_instagram li {
margin: 0;
padding: 0;
}
.widget.widget_instagram li:not(:last-child),
#colophon .footer-widgets-area .widget.widget_instagram li:not(:last-child) {
margin-bottom: 0px;
}
.widget_instagram .col-1 li {
width: 100%;
float: none;
}
.widget_instagram .col-2 li {
width: 50%;
float: left;
}
.widget_instagram .col-3 li {
width: 33.33%;
float: left;
}
.widget_instagram .col-4 li {
width: 25%;
float: left;
}
.widget_instagram .col-5 li {
width: 20%;
float: left;
}
.widget_instagram .col-6 li {
width: 16.66%;
float: left;
}
.widget_instagram li img {
width: 100%;
}
.widget.widget_archive li {
text-align: right;
}
.widget.widget_archive li a {
float: left;
}
#secondary .widget,
#secondary-sidebar .widget {
margin-bottom: 30px;
}
input[type="submit"] {
padding: 12px 30px;
font-size: 16px;
line-height: 26px;
display: inline-block;
text-transform: uppercase;
border: none;
background-color: #b79156;
color: #fff;
position: relative;
text-align: center;
font-weight: 600;
letter-spacing: 0.05em;
border-radius: 0;
text-decoration: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
background-color: #171616;
color: #fff;
}
.jetpack_subscription_widget {
position: relative;
}
.jetpack_subscription_widget form {
max-width: 355px;
}
.jetpack_subscription_widget input[type="email"] {
width: 100%;
min-height: 50px;
padding: 2px 15px 0 15px;
background-color: #fff;
border: none;
color: #000;
border: 1px solid #ccc;
background-color: #e5e5e5;
}
.jetpack_subscription_widget button[type="submit"] {
background-color: #fe463a;
padding: 14px;
border-radius: 0;
}
.jetpack_subscription_widget #subscribe-submit svg {
fill: #fff;
width: 20px;
height: 20px;
}
.jetpack_subscription_widget button[type="submit"]:hover,
.jetpack_subscription_widget button[type="submit"]:focus {
background-color: #000;
}
.jetpack_subscription_widget #subscribe-text {
display: inline-block;
margin-bottom: 10px;
}
.jetpack_subscription_widget #subscribe-text p {
margin-top: 0;
line-height: 25px;
}
.jetpack_subscription_widget #subscribe-submit {
display: inline-block;
margin: 0;
position: absolute;
top: 0;
right: 0;
}
.jetpack_subscription_widget .widget-title {
margin-bottom: 5px;
}
#subscribe-email label {
margin-bottom: 7px;
display: inline-block;
width: 100%;
}
.widget_popular_post ul,
.widget_latest_post ul,
.widget_featured_post ul {
padding: 0;
margin: 0;
list-style: none;
clear: both;
display: table;
}
.widget.widget_popular_post ul li,
.widget.widget_latest_post ul li,
.widget.widget_featured_post ul li {
clear: both;
margin-bottom: 20px;
display: inline-block;
width: 100%;
}
.widget.widget_popular_post ul li:last-child,
.widget.widget_latest_post ul li:last-child,
.widget.widget_featured_post ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.widget_popular_post h3,
.widget_latest_post h3,
.widget_featured_post h3 {
font-size: 16px;
line-height: 1.5;
display: table-row;
letter-spacing: 0.01em;
}
.widget_popular_post h3 a,
.widget_latest_post h3 a,
.widget_featured_post h3 a {
display: block;
}
#secondary .widget_popular_post h3 a,
#secondary .widget_latest_post h3 a,
#secondary .widget_featured_post h3 a {
font-weight: 600;
}
.widget_popular_post time,
.widget_latest_post time,
.widget_featured_post time {
display: table-row;
font-weight: 500;
}
.widget_popular_post h3 a,
.widget_popular_post a:hover time,
.widget_popular_post a:focus time,
.widget_latest_post h3 a,
.widget_latest_post a:hover time,
.widget_latest_post a:focus time,
.widget_featured_post h3 a,
.widget_featured_post a:hover time,
.widget_featured_post a:focus time {
color: #333;
}
.widget_popular_post h3 a:hover,
.widget_popular_post h3 a:focus,
.widget_popular_post a:hover time,
.widget_popular_post a:focus time,
.widget_latest_post h3 a:hover,
.widget_latest_post h3 a:focus,
.widget_latest_post a:hover time,
.widget_latest_post a:focus time,
.widget_featured_post h3 a:hover,
.widget_featured_post h3 a:focus,
.widget_featured_post a:hover time,
.widget_featured_post a:focus time {
color: #fe463a;
}
.widget_popular_post a time,
.widget_popular_post time,
.widget_latest_post a time,
.widget_latest_post time,
.widget_featured_post a time,
.widget_featured_post time {
color: #fe463a;
}
.widget_popular_post img,
.widget_latest_post img,
.widget_featured_post img {
max-width: 95px;
width: 95px;
height: 95px;
float: left;
margin-right: 14px;
}
.textwidget img {
margin-bottom: 25px;
display: block;
}
.widget.widget_text .btn {
margin-top: 20px;
}
.textwidget a {
line-height: 1.5;
display: inline-block;
font-weight: 500;
}
#secondary .jetpack_subscription_widget input[type="email"] {
height: 50px;
min-height: auto;
background-color: #fff;
border-color: #fff;
padding: 15px 18px;
}
#secondary .jetpack_subscription_widget input[type="submit"] {
position: relative;
margin: auto;
min-height: 50px;
border-radius: 0;
background-color: #333;
min-width: 151px;
margin: 0;
text-transform: uppercase;
}
#secondary .jetpack_subscription_widget input[type="submit"]:hover,
#secondary .jetpack_subscription_widget input[type="submit"]:focus {
background-color: #fe463a;
}
#secondary p#subscribe-email {
margin-top: 0;
}
#secondary .widget .social-icons {
text-align: center;
margin-top: -10px;
}
#secondary .widget .social-icons li a:hover svg,
#secondary .widget .social-icons li a:focus svg {
fill: #fff;
}
#secondary .widget ul,
#secondary-sidebar .widget ul,
#left-sidebar .widget ul,
.widget.widget_recent_news ul {
list-style: none;
margin: 0;
padding: 0;
}
.widget svg {
fill: #fe463a;
}
#secondary a,
#secondary li,
#secondary-sidebar a,
#secondary-sidebar li {
color: #767676;
}
#secondary a:hover,
#secondary a:focus,
#secondary-sidebar a:hover,
#secondary-sidebar a:focus {
color: #b79156;
}
.logged-in-as a {
color: #767676;
}
.widget_recent_news ul li img {
width: 120px;
height: 120px;
object-fit: cover;
float: left;
margin-right: 20px;
}
.widget.widget_popular_news > ul > li {
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.widget_recent_news ul li .entry-container,
.widget_popular_news ul li .entry-container,
.widget_posts_filter ul li .entry-container {
display: table-row;
}
.widget_recent_news .entry-title,
.widget_popular_news .entry-title,
.widget_posts_filter .entry-title {
font-size: 18px;
margin-bottom: 0;
}
.widget.widget_recent_news ul li:not(:last-child) {
margin-bottom: 30px;
}
.right-sidebar .widget_popular_news .entry-title {
font-size: 17px;
}
#secondary .posted-on a,
#secondary-sidebar .post-categories a {
color: #68696e;
}
#secondary .posted-on a:hover,
#secondary-sidebar .post-categories a:hover,
#secondary .posted-on a:focus,
#secondary-sidebar .post-categories a:focus {
color: #000;
}
.single #primary .entry-meta {
position: relative;
}
.widget_recent_news .entry-meta {
margin-bottom: 0;
}
.no-padding-top {
padding-top: 0px !important;
}
.no-sidebar .archive-blog-wrapper article.has-post-thumbnail {
padding: 0 15px;
float: none;
}
.no-sidebar .archive-blog-wrapper article.has-post-thumbnail .featured-image {
width: 100%;
display: block;
position: relative;
padding: 200px 0;
}
.no-sidebar .archive-blog-wrapper article.has-post-thumbnail .entry-container {
padding: 20px 0;
width: 100%;
display: block;
}  .sticky {
display: block;
}
.hentry {
margin: 0;
}
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
nav.navigation.pagination {
margin-top: 50px;
clear: both;
display: inline-block;
width: 100%;
text-align: left;
}
.navigation.pagination svg {
fill: #b79156;
width: 16px;
height: 16px;
position: relative;
top: -2px;
}
.navigation.pagination a:hover svg,
.navigation.pagination a:focus svg {
fill: #fff;
}
.navigation.posts-navigation svg, 
.navigation.post-navigation svg {
width: 20px;
height: 20px;
fill: #000;
display: inline-block;
vertical-align: middle;
}
.navigation.pagination a {
text-decoration: none;
}
.navigation.posts-navigation a:hover svg, 
.navigation.post-navigation a:hover svg,
.navigation.posts-navigation a:focus svg, 
.navigation.post-navigation a:focus svg {
fill: #68696e;
}
.navigation.posts-navigation svg.icon-left, 
.navigation.post-navigation svg.icon-left {
margin-right: 20px;
}
.navigation.posts-navigation svg.icon-right, 
.navigation.post-navigation svg.icon-right {
margin-left: 20px;
}
.single-post .site-main .comment-navigation, 
.single-post .site-main .posts-navigation, 
.single-post .site-main .post-navigation {
margin-bottom: 0;
}
.post-navigation .previous-article span span,
.posts-navigation .previous-article span span,
.post-navigation .next-article span span,
.posts-navigation .next-article span span {
display: block;
}
.post-navigation span.previous-article b,
.post-navigations span.previous-article b,
.post-navigation span.next-article b,
.post-navigations span.next-article b {
font-size: 22px;
font-weight: 600;
margin-bottom: 10px;
display: inline-block;
width: 100%;
}
.post-navigation span.previous-article,
.post-navigations span.previous-article {
display: table;
}
.no-sidebar-content #inner-content-wrapper {
max-width: 900px;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
#reply-title,
.comments-title {
font-size: 42px;
margin: 0;
}
.comments-title,
#reply-title {
margin-bottom: 43px;
font-size: 42px;
font-weight: 600;
}
.post-categories {
list-style: none;
padding-left: 0;
display: inline-block;
}
.post-categories li {
display: inline-block;
vertical-align: middle;
}
.post-categories li:last-child {
margin-right: 0;
}
.posted-on a {
color: #b79156;
font-size: 16px;
margin-bottom: 0px;
display: inline-block;
text-transform: uppercase;
font-family: 'Muli', sans-serif;
text-decoration: none;
}
.post-categories a {
text-decoration: none;
}
.post-categories a:hover,
.post-categories a:focus {
color: #68696e;
}
.posted-on a:hover,
.posted-on a:focus {
color: #68696e;
}
ol.comment-list {
padding: 0;
margin: 0 0 10px;
list-style: none;
}
#comments ol {
list-style: none;
margin-left: 0;
padding: 0;
}
#comments ol.comment-list {
position: relative;
overflow: hidden;
}
#comments ol.children {
margin-left: 90px;
}
.says {
display: none;
}
.comment-meta img {
width: 60px;
height: 60px;
float: left;
border-radius: 50%;
margin-right: 20px;
}
#comments time:before {
display: none;
}
.comment-body {
position: relative;
}
.reply {
padding-left: 80px;
display: inline-block;
margin-top: 3px;
}
#comments article {
margin-bottom: 30px;
clear: both;
}
.comment-author.vcard {
display: inline-block;
}
.comment-meta .fn {
margin-left: 20px;
margin-top: 30px;
}
.comment-content {
margin-bottom: 13px;
margin-top: -45px;
margin-left: 80px;
padding: 55px 20px 20px;
background-color: #eaedf3;
border: 1px solid #eaedf3;
}
#comments ol.comment-list > li:last-child article:last-child,
#comments ol.comment-list > li:last-child {
border-bottom: none;
}
#comments ol.comment-list > li:first-child {
padding-top: 0;
}
#comments ol.comment-list > li {
margin-bottom: 30px;
}
#comments ol.comment-list > li article:last-child .reply {
border-bottom: none;
padding-bottom: 0;
}
.reply a {
display: inline-block;
border-radius: 0;
color: #fff;
position: relative;
font-size: 16px;
background-color: #253042;
padding: 5px 20px;
text-decoration: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.reply a:hover,
.reply a:focus {
background-color: #b79156;
color: #fff;
}
.comment-meta .url,
.comment-meta .fn {
display: inline-block;
color: #171616;
font-size: 16px;
margin-right: 5px;
font-weight: bold;
text-decoration: none;
}
.comment-meta .fn:after {
content: "|";
color: #72757a;
margin: 0 3px;
}
.comment-meta .url:hover,
.comment-meta .url:focus,
.comment-metadata a,
.comment-metadata a time {
color: #b79156;
}
.comment-metadata a,
.comment-metadata a time {
color: #b79156;
text-decoration: none;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover time,
.comment-metadata a:focus time {
color: #68696e;
}
.comment-metadata {
display: inline-block;
margin-left: -5px;
}
.comment-content p {
margin-bottom: 0;
}
#comments {
margin-top: 40px;
}
.comment-wrap {
background-color: #fff;
padding: 20px;
margin-left: 80px;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} section {
position: relative;
}
.relative {
display: block;
position: relative;
}
.relative:before,
.relative:after {
content: "";
display: table;
clear: both;
}
.page-section {
padding: 50px 0;
}
.entry-content {
margin-top: 0;
}
.wrapper {
width: 90%;
max-width: 1200px;
margin: 0 auto;
padding-left: 15px;
padding-right: 15px;
}
.entry-title {
font-size: 21px;
font-weight: 400;
margin: 0 0 5px;
color: #363636;
word-wrap: break-word;
}
.entry-title a {
color: #363636;
text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus {
color: #68696e;
}
.section-title a {
text-decoration: none;
}
.section-header,
.widget-header {
position: relative;
overflow: hidden;
text-align: center;
margin-bottom: 40px;
}
.widget-header {
text-align: left;
margin-bottom: 30px;
}
.section-title {
font-size: 42px;
color: #253042;
font-weight: 400;
display: inline-block;
position: relative;
width: 100%;
line-height: 1;
margin: 0;
font-family: 'Playfair Display', serif;
}
.section-title {
padding-bottom: 30px;
}
.section-title:after {
content: "";
background-color: #b79156;
width: 70px;
height: 3px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.section-subtitle {
font-size: 16px;
color: #b79156;
font-weight: 400;
font-family: 'Muli', sans-serif;
line-height: 1;
margin-bottom: 20px;
}
.post-thumbnail-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.overlay {
background-color: #000;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.4;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.btn {
padding: 12px 22px;
font-size: 16px;
line-height: 35px;
min-height: 60px;
display: inline-block;
text-transform: uppercase;
border-radius: 0px;
min-width: 220px;
border: none;
background-color: #b79156;
color: #fff;
position: relative;
text-align: center;
font-family: 'Oxygen', sans-serif;
font-weight: 600;
letter-spacing: 0.05em;
text-decoration: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:focus {
background-color: #171616;
color: #fff;
}
#infinite-handle {
text-align: center;
margin-bottom: 30px;
}
.read-more {
margin-top: 30px;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
margin: 0;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} .social-icons li {
display: inline-block;
height: auto;
text-align: center;
position: relative;
list-style: none;
}
.footer-widgets-area .widget .social-icons li {
display: inline-block;
width: auto;
}
.social-icons,
.social-icons ul {
margin: 0;
padding: 0;
}
.social-icons li a {
width: 40px;
height: 40px;
line-height: 40px;
display: block;
}
#masthead .social-icons li a {
line-height: 30px;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
fill: #fff;
}
.social-icons li a:hover svg,
.social-icons li a:focus svg {
fill: #fff;
}
.social-icons li a svg {
fill: #fff;
} .social-icons li a[href*="facebook.com"]:hover,
.social-icons li a[href*="fb.com"]:hover,
.social-icons li a[href*="facebook.com"]:focus,
.social-icons li a[href*="fb.com"]:focus {
background-color: #3c5798;
}
.social-icons li a[href*="twitter.com"]:hover,
.social-icons li a[href*="twitter.com"]:focus {
background-color: #1ea0f1;
}
.social-icons li a[href*="linkedin.com"]:hover,
.social-icons li a[href*="linkedin.com"]:focus {
background-color: #0077B5;
}
.social-icons li a[href*="plus.google.com"]:hover,
.social-icons li a[href*="plus.google.com"]:focus {
background-color: #ec7161;
}
.social-icons li a[href*="youtube.com"]:hover,
.social-icons li a[href*="youtube.com"]:focus {
background-color: #cc181e;
}
.social-icons li a[href*="dribbble.com"]:hover,
.social-icons li a[href*="dribbble.com"]:focus {
background-color: #f4a09c;
}
.social-icons li a[href*="pinterest.com"]:hover,
.social-icons li a[href*="pinterest.com"]:focus {
background-color: #E6001C;
}
.social-icons li a[href*="bitbucket.org"]:hover,
.social-icons li a[href*="bitbucket.org"]:focus {
background-color: #205081;
}
.social-icons li a[href*="github.com"]:hover,
.social-icons li a[href*="github.com"]:focus {
background-color: #323131;
}
.social-icons li a[href*="codepen.io"]:hover,
.social-icons li a[href*="codepen.io"]:focus {
background-color: #333;
}
.social-icons li a[href*="flickr.com"],
.social-icons li a[href*="flickr.com"]:focus {
background-color: #025FDF;
}
.social-icons li a[href*="/feed/"]:hover,
.social-icons li a[href*="/feed/"]:focus {
background-color: #089DE3;
}
.social-icons li a[href*="foursquare.com"]:hover,
.social-icons li a[href*="foursquare.com"]:focus {
background-color: #F94877;
}
.social-icons li a[href*="instagram.com"]:hover,
.social-icons li a[href*="instagram.com"]:focus {
background-color: #9A26C9;
}
.social-icons li a[href*="tumblr.com"]:hover,
.social-icons li a[href*="tumblr.com"]:focus {
background-color: #56BC8A;
}
.social-icons li a[href*="reddit.com"]:hover,
.social-icons li a[href*="reddit.com"]:focus {
background-color: #FF4500;
}
.social-icons li a[href*="vimeo.com"]:hover,
.social-icons li a[href*="vimeo.com"]:focus {
background-color: #00ADEF;
}
.social-icons li a[href*="digg.com"]:hover,
.social-icons li a[href*="digg.com"]:focus {
background-color: #00ADEF;
}
.social-icons li a[href*="twitch.tv"]:hover,
.social-icons li a[href*="twitch.tv"]:focus {
background-color: #0E9DD9;
}
.social-icons li a[href*="stumbleupon.com"]:hover,
.social-icons li a[href*="stumbleupon.com"]:focus {
background-color: #EB4924;
}
.social-icons li a[href*="delicious.com"]:hover,
.social-icons li a[href*="delicious.com"]:focus {
background-color: #0076E8;
}
.social-icons li a[href*="mailto:"]:hover,
.social-icons li a[href*="mailto:"]:focus {
background-color: #4169E1;
}
.social-icons li a[href*="soundcloud.com"]:hover,
.social-icons li a[href*="soundcloud.com"]:focus {
background-color: #FF5500;
}
.social-icons li a[href*="wordpress.org"]:hover,
.social-icons li a[href*="wordpress.org"]:focus {
background-color: #0073AA;
}
.social-icons li a[href*="wordpress.com"]:hover,
.social-icons li a[href*="wordpress.com"]:focus {
background-color: #00AADC;
}
.social-icons li a[href*="jsfiddle.net"]:hover,
.social-icons li a[href*="jsfiddle.net"]:focus {
background-color: #396AB1;
}
.social-icons li a[href*="tripadvisor.com"]:hover,
.social-icons li a[href*="tripadvisor.com"]:focus {
background-color: #FFE090;
}
.social-icons li a[href*="angel.co"]:hover,
.social-icons li a[href*="angel.co"]:focus {
background-color: #333;
}
.social-icons li a[href*="slack.com"]:hover,
.social-icons li a[href*="slack.com"]:focus {
background-color: #E60264;
} #page-site-header {
padding: 50px 0;
text-align: center;
background-color: #333;
color: #fff;
}
#page-site-header .page-title {
font-size: 36px;
color: #fff;
} .trail-items {
margin: 0;
padding: 0;
list-style: none;
}
.trail-items li {
display: inline-block;
vertical-align: middle;
color: #fff;
}
.trail-items li a {
color: rgba(255, 255, 255, 0.60);
text-decoration: none;
}
.trail-items li a:hover,
.trail-items li a:focus {
color: #fff;
text-decoration: none;
}
.trail-items li:not(:last-child):after {
content: "/";
color: rgba(255, 255, 255, 0.60);
padding-left: 4px;
padding-right: 2px;
} .slick-prev {
left: -50px;
}
.slick-next {
right: -50px;
}
.slick-prev, 
.slick-next {
background-color: transparent;
width: 30px;
height: 30px;
border-radius: 0;
opacity: 1;
z-index: 1;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
border: 1px solid #000;
}
.slick-prev:before, 
.slick-next:before {
content: "";
background-image: url(//www.badillihukuk.com/wp-content/themes/lawman/assets/img/down-arrow.svg);
width: 16px;
height: 16px;
display: inline-block;
opacity: 1;
background-size: contain;
background-repeat: no-repeat;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.slick-prev:before {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.slick-prev:hover, 
.slick-next:hover,
.slick-prev:focus, 
.slick-next:focus {
background-color: #000;
}	
.slick-prev:hover:before, 
.slick-next:hover:before,
.slick-prev:focus:before, 
.slick-next:focus:before {
-webkit-filter: brightness(0) invert(1);
-moz-filter: brightness(0) invert(1);
-ms-filter: brightness(0) invert(1);
-o-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
} #page-site-header {
padding: 298px 0;
text-align: center;
position: relative;
background-color: #333;
background-size: cover;
background-position: 50%;
}
#page-site-header .wrapper {
position: relative;
text-align: center;
}
#page-site-header .page-title {
font-size: 32px;
color: #fff;
margin: 0;
line-height: 1.5;
} .post-categories a {
color: #b79156;
font-size: 16px;
display: inline-block;
font-family: 'Muli', sans-serif;
}
.entry-meta > span {
display: inline-block;
vertical-align: middle;
}
.entry-meta > span:not(:first-child):before {
content: "/";
margin: 0;
}
.byline,
.byline a {
font-size: 14px;
color: #000;
text-decoration: none;
}
.cat-links a {
text-decoration: none;
}
.byline a:hover,
.byline a:focus {
color: #68696e;
}
span.byline:before {
content: "";
display: inline-block;
vertical-align: middle;
background-color: #68696e;
width: 1px;
height: 20px;
text-align: center;
margin: 0 10px;
}
.archive-blog-wrapper article:not(:last-child) {
margin-bottom: 30px;
}
.archive-blog-wrapper .featured-image {
padding: 140px 0;
}
.archive-blog-wrapper .featured-image {
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
position: relative;
}
.archive-blog-wrapper .entry-title {
margin: 8px 0;
} .single .featured-image {
margin-bottom: 30px;
position: relative;
}
.single #primary article .entry-title {
font-size: 28px;
margin: 14px 0;
} #featured-slider article {
background-color: #000;
background-size: cover;
background-position: 50%;
padding: 400px 0;
vertical-align: middle;
position: relative;
}
.featured-content-wrapper {
position: absolute;
top: 50%;
max-width: 650px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.featured-content-wrapper .entry-header span {
font-size: 20px;
text-transform: uppercase;
color: #fff;
margin-bottom: 20px;
display: block;
font-weight: 600;
}
.featured-content-wrapper .entry-title {
font-size: 34px;
}
.featured-content-wrapper .entry-title a {
color: #fff;
}
.featured-content-wrapper .entry-title a:hover {
opacity: 0.8;
color: #fff;
}
.featured-content-wrapper .entry-content {
color: #fff;
margin: 0 0 30px;
}
.featured-content-wrapper .read-more {
margin-top: 0;
}
#featured-slider .read-more .btn:nth-child(2) {
background-color: #fff;
color: #000;
margin-left: 10px;
}
#featured-slider .read-more .btn:nth-child(2):hover,
#featured-slider .read-more .btn:nth-child(2):focus {
background-color: #000;
color: #fff;
} #main-services {
margin: -60px 0 0;
position: relative;
}
.main-services-wrapper {
background-color: #253042;
padding: 30px;
}
.main-services-wrapper.col-3 {
margin: 0;
}
.main-services-wrapper .hentry {
padding: 0 30px;
text-align: center;
}
.main-services-wrapper svg {
width: 50px;
height: 50px;
fill: #b79156;
}
.main-services-wrapper .far {
font-size: 40px;
}
.main-services-wrapper span {
font-size: 16px;
color: #b79156;
font-weight: 400;
font-family: 'Muli', sans-serif;
text-transform: uppercase;
display: inline-block;
}
.main-services-wrapper .entry-title {
font-weight: 400;
margin-bottom: 0;
}
.main-services-wrapper .icon-container {
color: #b79156;
font-size: 19px
}
.main-services-wrapper .entry-title a {
color: #fff;
}
.main-services-wrapper .entry-title a:hover {
color: #b79156;
} .service-item-wrapper {
text-align: left;
margin: auto;
color: #fff;
}
#our-services article .entry-container .hentry article {
margin-bottom: 20px;
}
.service-icon {
margin-bottom: 20px;
color: #b79156;
}
#our-services article .entry-container .section-header {
text-align: left;
}
.service-icon svg {
width: 60px;
height: 60px;
fill: #cc7c1a;
}	
.service-item-wrapper .entry-title {
font-size: 24px;
font-weight: 400;
margin-bottom: 10px;
}
.service-item-wrapper .entry-title a {
color: #fff;
}
.service-item-wrapper .entry-title a:hover {
color: #b79156;
}
#our-services article .featured-image {
width: 100%;
float: none;
text-align: center;
}
#our-services article .entry-container {
width: 100%;
float: none;
margin-top: 50px;
}
#our-services article .entry-container .col-2 .hentry {
width: 100%;
float: none;
}
#our-services article .entry-container .section-title {
color: #fff;
} #about-us article.has-post-thumbnail,
#subscribe article.has-post-thumbnail,
#reserve article.has-post-thumbnail {
display: table;
width: 100%;
position: relative;
}
#about-us .featured-image,
#subscribe .featured-image,
#reserve .featured-image {
background-size: cover;
background-position: 50%;
padding-bottom: 100%;
margin-bottom: 40px;
position: relative;
}
#about-us .entry-container,
#subscribe .entry-container,
#reserve .entry-container {
max-width: 800px;
text-align: center;
margin-left: auto;
margin-right: auto;
}
#about-us .section-header {
margin-bottom: 22px;
}
#about-us h2.section-title {
line-height: 1.2;
}
.same-background + .same-background {
padding-top: 0;
} #our-services {
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
background-color: #253042;
} #portfolio .col-4 {
margin: 0;
}
#portfolio .section-title:after {
text-align: center;
margin: auto;
}
ul.nav-tabs {
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
ul.nav-tabs li {
display: inline-block;
margin-right: 35px;
}
ul.nav-tabs li a {
display: inline-block;
text-transform: uppercase;
color: #253042;
font-family: 'Muli', sans-serif;
}
ul.nav-tabs li.active a, ul.nav-tabs li a:hover {
color: #b79156;
}
.grid {
margin: 25px 0 0 0;
}
.grid-item .featured-image {
padding: 200px 0;
position: relative;
overflow: hidden;
background-size: cover;
background-position: 50%;
}
.gallery-item-wrapper {
background-color: rgba(37, 48, 66, 0.90);
padding: 30px;
position: absolute;
bottom: 1px;
left: 0;
right: 0;
margin: 0 10px;
display: none;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.grid-item:hover .gallery-item-wrapper {
display: block;
}
.gallery-title {
color: #fff;
margin: 0;
}
.gallery-title:hover {
color: #b79156;
}
.gallery-item-wrapper span {
color: #b79156;
}
.gallery-item-wrapper span:hover {
color: #fff;
} #cta article.has-post-thumbnail {
display: table;
width: 100%;
position: relative;
}
#cta .featured-image {
background-size: cover;
background-position: 50%;
padding-bottom: 100%;
margin-bottom: 40px;
position: relative;
}
#cta .section-header {
text-align: left;
margin-bottom: 20px;
} #testimonial {
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
background-color: #253042;
}
.testimonial-slider .testimonial-wrapper {
max-width: 600px;
color: #fff;
}
#testimonial .section-header {
text-align: left;
}
#testimonial .section-title {
color: #fff;
}
.quote-icon {
text-align: center;
margin-bottom: 15px;
display: inline-block;
width: 100%;
}
.testimonial-wrapper .entry-content p {
font-size: 22px;
line-height: 2;
}
.title-wrapper {
display: flex;
align-items: center;
}
.title-wrapper img {
width: 100px;
height: 100px;
border-radius: 100px;
object-fit: cover;
margin-right: 40px;
}
.title-wrapper p a {
color: #fff;
}
.title-wrapper p a:hover {
color: #fff;
opacity: 0.8;
}
.slick-dots li {
display: block;
}
.slick-dots li button:before {
font-size: 12px;
color: #fff;
opacity: 0.6;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before, 
.slick-dots li button:focus:before {
opacity: 1;
color: #b79156;
}
#testimonial .slick-dots {
bottom: 0;
width: 0;
padding: 0;
margin: 0;
text-align: left;
left: -45px;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.slick-dotted.slick-slider {
margin-bottom: 0;
}
.same-background + .same-background {
padding-top: 0;
}
.no-padding-top {
padding-top: 0 !important;
}
.no-padding-bottom {
padding-bottom: 0 !important;
} #team {
background-color: #b79156;
}
.section-header-wrapper {
display: flex;
align-items: center;
flex-direction: row;
justify-content: space-between;
margin-bottom: 50px;
}
.section-header-wrapper .section-content {
width: 40%;
float: left;
padding: 0 30px;
}
.section-header-wrapper .section-header {
text-align: left;
width: 50%;
float: left;
margin: 0;
}
.section-header-wrapper .section-header .section-subtitle, 
.section-header-wrapper .section-header .section-title,
.section-header-wrapper .section-content p {
color: #fff;
}
.section-header-wrapper .section-content p {
margin: 0;
}
.section-header-wrapper .read-more {
display: none;
}
.section-header-wrapper .read-more {
margin: 0;
}
.section-header-wrapper .read-more .btn {
background-color: #fff;
color: #b79156;
}
#team .featured-image {
padding: 170px 0;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
position: relative;
}
.team-wrapper .entry-container {
background-color: #fff;
padding: 20px;
text-align: center;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.team-wrapper article:hover .entry-container {
background-color: #b79156;
}
.team-wrapper.col-4 {
margin: 0;
}
.team-wrapper .hentry {
padding: 0;
}
.team-wrapper article:hover .entry-container .entry-title a,
.team-wrapper article:hover .entry-container .member-position {
color: #fff;
}
.member-position {
color: #b79156;
font-family: 'Muli', sans-serif;
}
.team-wrapper .entry-title {
font-weight: 400;
font-size: 24px;
margin: 0;
}
.team-wrapper {
position: relative;
z-index: 10;
}
.team-wrapper:before {
z-index: -1;
content: "";
background-color: #f5f5f5;
position: absolute;
bottom: 0;
height: 100px;
width: 3000px;
left: -500px;
}
.team-wrapper:after {
content: "";
left: auto;
right: -100%;
} #client {
background-color: #f5f5f5;
}
.client-wrapper.col-5 {
margin: 0 -20px;
}
.client-wrapper .hentry {
padding: 0 20px;
} #related-posts .featured-image {
padding: 160px 0;
}
#related-posts .section-header {
text-align: center;
}
#related-posts .section-title:after {
text-align: center;
margin: auto;
}
.featured-post-wrapper .featured-image {
position: relative;
background-size: cover;
background-position: 50%;
padding-bottom: 100%;
}
.featured-post-wrapper .entry-container {
padding: 20px 0;
}
.featured-post-wrapper .entry-title {
font-size: 24px;
margin-bottom: 10px;
} .contact-wrapper .section-header {
text-align: left;
}
.contact-wrapper .section-title {
margin-bottom: 10px;
color: #fff;
}
.contact-wrapper {
background-color: #253042;
padding: 55px 20px 55px 60px;
}
.home .wpcf7 p:nth-child(2),
.home input[type="email"] {
width: 50%;
float: left;
margin-bottom: 20px;
}
#call-us .wpcf7 p:nth-child(1) input, 
#call-us .wpcf7 p:nth-child(2) input {
max-width: 93%;
}
#call-us .wpcf7 p input,
.contact-wrapper textarea {
background-color: rgba(255, 255, 255, 0.20);
border: none;
}
::-webkit-input-placeholder { 
color: #fff;
}
::-moz-placeholder {
color: #fff;
}
:-ms-input-placeholder { 
color: #fff;
}
:-moz-placeholder { 
color: #fff;
}
.wpcf7 p input[type="submit"] {
background-color: #b79156;
}
.contact-us {
background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
padding: 188px 0;
position: relative;
}
.logo {
position: relative;
z-index: 1;
margin-bottom: 50px;
}
.call-wrapper .hentry {
padding: 0;
}
.contact-us .section-header {
color: #fff;
text-align: left;
}
.contact-us .section-title {
color: #fff;
line-height: 1.4;
}
.contact-us span {
display: block;
font-size: 22px;
font-weight: 600;
position: relative;
padding-bottom: 30px;
margin-bottom: 50px;
}
.contact-us a {
font-size: 30px;
color: #fff;
}
.contact-us .section-title:after {
content: "";
display: none;
}
.contact-us span:after {
content: "";
background-color: #fff;
width: 70px;
height: 3px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.contact-us .entry-container {
padding: 0 60px;
}
.contact-us a:hover {
color: #b79156;
} #colophon {
color: #767676;
}
.footer-widgets-area .widget .widget-title {
color: #253042;
}
#colophon ul {
list-style: none;
padding: 0;
margin: 0;
}
.custom-menu ul li {
display: inline-block;
vertical-align: middle;
margin-right: 25px;
}
.custom-menu ul li:last-child {
margin-right: 0;
}
.widget_featured_post ul li .entry-title {
font-size: 18px;
line-height: 26px;
font-weight: 500;
}
#colophon ul li,
#colophon ul li a {
color: #767676;
}
#colophon .cat-links li {
margin-bottom: 0;
margin-right: 3px;
width: auto;
}
#colophon ul li .entry-meta a:hover {
color: #fff;
opacity: 0.8;
}
#colophon ul li .entry-meta a {
color: #b77a2f;
}
#colophon .cat-links a {
color: #b77a2f;
}
#colophon .widget_text .textwidget img {
width: auto;
height: auto;
border-radius: 0;
}
#colophon .widget_text .textwidget p {
margin: 0;
}
#colophon ul li a:hover,
#colophon ul li a:focus {
color: #b77a2f;
}
#colophon .cat-links a:hover,
#colophon .cat-links a:focus {
opacity: 1;
}
.footer-widgets-area ul li:before {
content: "-";
margin-right: 5px;
}
#colophon .footer-widgets-area ul.social-icons {
margin-left: -10px;
}
.footer-widgets-area .entry-title {
font-size: 16px;
}
.widget_featured_post article {
position: relative;
clear: both;
display: table;
width: 100%;
}
.widget_featured_post .featured-image {
background-size: cover;
background-position: 50%;
background-color: #333;
width: 100px;
height: 100%;
float: left;
display: table-cell;
position: absolute;
top: 0;
left: 0;
}
.widget_featured_post .entry-container {
padding: 5px 0;
display: table-cell;
text-align: left;
padding-left: 120px;
}
.widget_categories li {
display: flex;
justify-content: space-between;
align-items: center;
}
#colophon .widget_categories li {
margin-bottom: 8px;
}
#colophon .widget_categories li:last-child {
margin-bottom: 0;
}
#colophon .footer-widgets-area .widget.widget_featured_post > ul > li {
margin-bottom: 7px;
}
.footer-widgets-area ul li {
font-weight: 500;
}
#colophon .footer-widgets-area .widget > ul > li:last-child,
#colophon .footer-widgets-area .widget.widget_featured_post > ul > li:last-child {
margin-bottom: 0;
}
#colophon .widget_recent_entries ul li span {
display: block;
font-size: 16px;
}
#colophon .widget_recent_entries ul li span:before {
content: "";
background-image: url(//www.badillihukuk.com/wp-content/themes/lawman/assets/img/clock.svg);
background-position: 50%;
background-size: contain;
display: inline-block;
width: 16px;
height: 16px;
vertical-align: middle;
margin-right: 10px;
-webkit-filter: brightness(0) invert(1);
-moz-filter: brightness(0) invert(1);
-ms-filter: brightness(0) invert(1);
-o-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);
}
.site-info .social-icons {
display: inline-block;
}
#colophon .site-info-wrapper ul.social-icons {
padding: 22px 0;
}
#colophon .site-info a {
text-decoration: none;
}
.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_recent_entries a,
.widget_nav_menu a {
text-decoration: none;
}
ul li a,
.entry-meta a,
.cat-links a,
.posted-on a,
.post-categories a {
text-decoration: none;
}
#top-bar a {
text-decoration: none;
}
.site-info {
text-align: center;
position: relative;
color: #767676;
}
.site-info.col-2 span {
float: left;
width: 50%;
text-align: left;
}
.site-info.col-2 span:nth-child(2) {
float: right;
text-align: right;
}
.site-info-wrapper {
padding: 10px 0;
}
.site-info span {
display: block;
text-align: center;
margin: 0 0 10px;
color: #767676;
}
.site-info {
border-top: 1px solid rgba(0, 0, 0, 0.20);
padding: 20px 0;
}
.site-info span a {
color: #b77a2f;
}
.site-info span a:hover {
color: #767676;
}
.site-info span:last-child {
margin-bottom: 0;
}
.custom-menu {
margin-bottom: 15px;
}
.footer-widgets-area .widget ul li:last-child,
.footer-widgets-area .widget .social-icons li {
margin-bottom: 0;
}
.footer-widgets-area .hentry {
margin-bottom: 45px;
}
.footer-widgets-area.col-1 .hentry {
text-align: center;
}
.footer-widgets-area.col-1 .hentry:last-child {
margin-bottom: 0;
}
.footer-widgets-area.col-1 .textwidget img {
margin-left: auto;
margin-right: auto;
}
.footer-widgets-area.col-1 {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.footer-widgets-area .social-icons li a svg {
fill:#767676;
}
.footer-widgets-area .social-icons li a:hover svg {
fill:#fff;
} @media screen and (min-width: 567px) {
.col-2,
.col-3,
.col-4 {
margin: 0 -15px;
}
.col-2 article,
.col-3 article,
.col-4 article {
padding: 0 15px;
float: left;
width: 50%;
margin-bottom: 30px;
}
.col-2 article:nth-child(2n+1),
.col-3 article:nth-child(2n+1),
.col-4 article:nth-child(2n+1) {
clear: left;
}
.col-2 article:nth-last-child(-n+2),
.col-3 article:nth-last-child(-n+2),
.col-4 article:nth-last-child(-n+2) {
margin-bottom: 0;
}
.site-logo img {
max-height: 65px;
width: auto;
}
.grid article {
width: 50%;
}
.main-services-wrapper .hentry {
text-align: left;
}
#single-column-news article.has-post-thumbnail,
.archive-blog-wrapper article.has-post-thumbnail {
display: table;
width: 100%;
position: relative;
}
#single-column-news article.has-post-thumbnail .featured-image,
.archive-blog-wrapper article.has-post-thumbnail .featured-image {
width: 47.85%;
margin-bottom: 0;
padding: 0;
height: 100%;
position: absolute;
top: 0;
left: 0;
display: table-cell;
}
#single-column-news article.has-post-thumbnail .entry-container,
.archive-blog-wrapper article.has-post-thumbnail .entry-container {
width: 52.15%;
display: table-cell;
padding: 25px 0 25px 20px;
}
.footer-widgets-area.col-2 .hentry,
.footer-widgets-area.col-4 .hentry {
width: 50%;
float: left;
}
.footer-widgets-area.col-2 .hentry:nth-child(2n+1),
.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
clear: left;
}
.footer-widgets-area.col-2 .hentry:nth-child(odd),
.footer-widgets-area.col-4 .hentry:nth-child(odd) {
padding-right: 34px;
}
.footer-widgets-area.col-2 .hentry:nth-last-child(-n+2),
.footer-widgets-area.col-4 .hentry:nth-last-child(-n+2) {
margin-bottom: 0;
}
}
@media screen and (min-width: 767px) {
.col-1 .hentry {
width: 100%;
}
.col-2 .hentry {
width: 50%;
float: left;
}
.col-3 .hentry {
width: 33.33%;
float: left;
}
.col-4 .hentry {
width: 50%;
float: left;
}
.col-5 .hentry {
width: 20%;
float: left;
}
.col-6 .hentry {
width: 16.66%;
float: left;
}
.col-3 article {
width: 33.33%;
}
.col-3 article:nth-child(2n+1) {
clear: none;
}
.col-3 article:nth-child(3n+1) {
clear: left;
}
.col-3 article:nth-last-child(-n+3) {
margin-bottom: 0;
}
.site-branding + .site-advertisement {
margin-top: 0;
}
#about-us article.has-post-thumbnail .featured-image,
#cta article.has-post-thumbnail .featured-image {
width: 48.8%;
display: table-cell;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding-bottom: 0;
margin-bottom: 0;
}
#about-us article.has-post-thumbnail .entry-container,
#cta article.has-post-thumbnail .entry-container {
width: 51.2%;
display: table-cell;
padding: 44px 0 44px 55px;
text-align: left;
}
#about-us .section-header {
text-align: left;
}
.main-services-wrapper .icon-container {
float: left;
padding-right: 30px;
margin-top: 10px;
}
.main-services-wrapper .entry-header {
display: table-cell;
}
.main-services-wrapper .hentry:not(:last-child) {
border-right: 1px solid rgba(255, 255, 255, 0.20);
}
.comment-navigation .nav-previous, 
.posts-navigation .nav-previous, 
.post-navigation .nav-previous {
padding-right: 25px;
}
.comment-navigation .nav-next, 
.posts-navigation .nav-next, 
.post-navigation .nav-next {
padding-left: 25px;
}
.footer-widgets-area.col-3 .hentry {
margin-bottom: 0;
width: 33.33%;
float: left;
}
.footer-widgets-area.col-3 .hentry:not(:last-child) {
padding-right: 40px;
}
.no-sidebar .archive-blog-wrapper article.has-post-thumbnail {
width: 50%;
float: left;
}
}
@media screen and (min-width: 992px) {
.col-4 .hentry  {
width: 25%;
float: left;
}
.col-5 .hentry {
width: 20%;
float: left;
}
.col-4 article {
width: 25%;
}
.col-4 article:nth-child(2n+1) {
clear: none;
}
.col-4 article:nth-child(4n+1) {
clear: left;
}
.col-4 article:nth-last-child(-n+4) {
margin-bottom: 0;
}
#about-us article.has-post-thumbnail .featured-image {
width: 30%;
display: table-cell;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding-bottom: 0;
margin-bottom: 0;
}
#about-us article.has-post-thumbnail .entry-container {
width: 70%;
display: table-cell;
padding: 44px 0 44px 45px;
text-align: left;
}
#about-us .section-header {
text-align: left;
width: 55%;
float: left;
}
#about-us .entry-content {
width: 45%;
float: left;
padding-left: 40px;
border-left: 2px solid rgba(37, 48, 66, 0.20);
}
#our-services article .featured-image {
width: 40%;
float: left;
text-align: left;
}
#our-services article .entry-container {
width: 60%;
float: left;
margin-top: 0px;
}
.section-header-wrapper .read-more {
display: block;
}
.page-section {
padding: 80px 0;
}
.archive-blog-wrapper article .archive-post-wrapper .entry-container {
padding: 43px 50px;
}
.archive-blog-wrapper article.has-post-thumbnail .featured-image {
width: 40.6%;
}
.archive-blog-wrapper article.has-post-thumbnail .entry-container {
padding: 40px;
width: 59.4%;
}
.no-sidebar .comment-form-author, 
.no-sidebar .comment-form-email, 
.no-sidebar .comment-form-url {
width: 33.33%;
float: left;
}
.no-sidebar .comment-form-author input, 
.no-sidebar .comment-form-email input {
max-width: 93%;
}
.site-info.col-2 span {
width: 50%;
float: left;
text-align: left;
margin-bottom: 0;
}
.site-info.col-2 span:nth-child(2) {
width: 50%;
float: right;
text-align: right;
}
.no-sidebar .archive-blog-wrapper article.has-post-thumbnail {
width: 33.33%;
float: left;
}
}
@media screen and (min-width: 1025px) {
#header-menu {
position: absolute;
top: 0;
left: 0;
right: 0;
}
#masthead .social-icons li:not(:last-child) {
margin-right: 15px;
}
#masthead .social-icons {
margin: 0;
}
.main-navigation ul#primary-menu li.current-menu-item > a:after, 
.main-navigation ul#primary-menu > li:hover > a:after {
content: "";
position: absolute;
bottom: -15px;
background-color: #fff;
width: 62px;
height: 4px;
left: 0;
right: 0;
text-align: center;
margin: auto;
}
#site-navigation {
padding: 26px 0;
}
.menu-overlay.active {
display: none;
}
.site-branding-wrapper {
clear: both;
width: 100%;
display: flex;
align-items: center;
}
#masthead .main-navigation .site-branding {
width: auto;
float: none;
text-align: center;
margin: 0 40px;
display: inline-flex;
}
.main-navigation .social-menu-item ul {
position: relative;
top: 0;
left: 0;
z-index: 1;
float: none;
background-color: transparent;
box-shadow: none;
}
.main-navigation .social-menu-item ul li:not(:last-child),
.main-navigation .social-menu-item ul li a {
border: none;
}
.main-navigation .social-menu-item .social-icons {
padding: 5px 0;
}
.main-navigation li.social-menu-item {
float: right;
}
.main-navigation .nav-menu > li > a > svg.icon-down {
fill: #7b7b7b;
}
#top-bar svg.dropdown-icon {
display: none !important;
}
#top-bar .wrapper {
display: block !important;
height: auto !important;
}
#top-bar .contact-info li:not(:last-child) {
margin-right: 40px;
}
#site-menu .search-menu {
display: none;
}
#search-menu a svg {
fill: #949494;
}
.main-navigation {
display: block !important;
}
.main-navigation a,
.main-navigation ul.nav-menu > li > a {
color: #fff;
}
.main-navigation li.menu-item-has-children:hover > a > svg, 
.main-navigation li.menu-item-has-children > a:hover > svg {
fill: #000;
}
#masthead .main-navigation ul.nav-menu li.current-menu-item > a,
#masthead .main-navigation ul.nav-menu > li > a:hover,
.main-navigation ul.nav-menu li:hover > a,
.main-navigation ul.nav-menu li.focus > a {
color: #b79156;
}
.main-navigation ul.nav-menu {
display: block !important;
height: auto !important;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: 0;
right: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
right: auto;
}
.main-navigation ul.sub-menu li a {
border-bottom: none;
}
.main-navigation ul ul li:not(:last-child) {
border-bottom: 1px solid #000;
}
.main-navigation ul ul {
border: 1px solid #000;
}
.main-navigation ul.sub-menu li:hover > a,
.main-navigation ul.sub-menu li:focus > a {
color: #fff;
opacity: 0.8;
}
.main-navigation ul.sub-menu > li:last-child > a {
border-bottom: none;
}
#search {
position: absolute;
z-index: 30;
right: 0;
top: 50px;
display: none;
}
#masthead .social-icons li a svg {
fill: #fff;
}
.main-navigation .search-active .icon-search {
display: none;
}
.main-navigation .search-active .icon-close {
display: inline-block;
}
#masthead .main-navigation ul ul li.menu-item-has-children > a {
padding-right: 35px;
}
#masthead .main-navigation ul ul li a svg {
display: inline-block;
top: 17px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.main-navigation ul.nav-menu ul li.current-menu-item > a,
.main-navigation ul.nav-menu ul li:hover > a,
.main-navigation ul.nav-menu ul li:focus > a {
color: #b79156;
}
.main-navigation ul ul li.menu-item-has-children:hover > a > svg, 
.main-navigation ul ul li.menu-item-has-children > a:hover > svg {
fill: #fe463a;
}
button.dropdown-toggle,
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
.main-navigation li {
display: inline-block;
}
.main-navigation ul.nav-menu > li.menu-item-has-children:hover > a:before {
content: "";
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #fff;
position: absolute;
bottom: 0px;
left: 0;
right: 0;
width: 10px;
height: 10px;
margin: auto;
}
.main-navigation .left-menu {
padding-left: 50px;
}
.main-navigation ul.nav-menu > li.left-menu > a,
.main-navigation ul.nav-menu > li.right-menu > a {
padding-left: 5px;
padding-right: 5px;
}
.main-navigation li.left-menu + li.right-menu:before {
content: "/";
position: absolute;
top: 50%;
margin-left: -6px;
color: #fff;
margin-top: -1px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.main-navigation .main-navigation-search {
float: right;
padding: 12px 0;
}
.main-navigation form.search-form input {
border: none;
color: #000;
padding: 0 10px;
height: 40px;
border-radius: 0px;
background-color: #68696e; 
box-shadow: none;
max-width: 359px;
}
.main-navigation form.search-form {
border: 10px solid #10223d;
}
.main-navigation form.search-form button.search-submit {
width: 40px;
height: 40px;
position: absolute;
right: 0;
left: auto;
top: 0;
background-color: #eee;
border: none;
border-radius: 0;
padding: 0;
}
.main-navigation form.search-form svg.icon-search {
fill: #000;
}
.menu-sticky #masthead.nav-shrink {
position: fixed;
top: 0;
left: 0;
right: 0;
background-color: #253042;
border-bottom: none;
}
#masthead .main-navigation ul.nav-menu > li.main-navigation-search:before {
display: none;
}
.main-navigation form.search-form ::-webkit-input-placeholder {
color: #fff;
}
.featured-content-wrapper {
top: 58%;
}
.main-services-wrapper .hentry {
padding: 0 45px;
}
.main-services-wrapper .entry-title {
font-size: 30px;
}
.grid article {
width: 25%;
}
#page-site-header .wrapper {
position: absolute;
left: 0;
right: 0;
text-align: center;
width: 90%;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#page-site-header .page-title {
font-size: 54px;
}
.no-sidebar nav.navigation.pagination {
text-align: center;
}
.inner-wrapper-sticky {
padding-bottom: 50px;
display: block;
}
.right-sidebar #primary,
.left-sidebar #primary {
width: 76.59%;
float: left;
padding-right: 30px;
}
.right-sidebar #secondary,
.left-sidebar #secondary {
width: 23.41%;
float: left;
}
.left-sidebar #primary {
padding-left: 30px;
padding-right: 0;
float: right;
}
.no-sidebar #primary {
width: 100%;
float: none;
padding-right: 0;
}
.boxed-layout,
.frame-layout {
background-image: url(//www.badillihukuk.com/wp-content/themes/lawman/assets/img/pattern.png);
}
.boxed-layout #page,
.frame-layout #page {
max-width: 1200px;
width: 90%;
margin-left: auto;
margin-right: auto;
background-color: #fff;
}
.frame-layout #page {
margin: 50px auto;
}
}
@media screen and (min-width: 1200px) {
.featured-content-wrapper .entry-title {
font-size: 62px;
}
.border {
display: block;
}
.footer-widgets-area.col-4 .hentry {
width: 25%;
padding-right: 35px;
}
.footer-widgets-area.col-5 .hentry {
width: 20%;
float: left;
}
.footer-widgets-area.col-4 .hentry:last-child {
padding-right: 0;
}
.footer-widgets-area.col-4 .hentry:nth-child(2n+1) {
clear: none;
}
.footer-widgets-area.col-4 .hentry:nth-child(4n+1),
.footer-widgets-area.col-5 .hentry:nth-child(5n+1) {
clear: left;
}
.site-info.col-3 span, 
.site-info.col-3 .social-icons {
width: 20%;
float: left;
}
.site-info.col-3 span {
text-align: left;
}
.site-info.col-3 .custom-menu {
width: 60%;
float: left;
text-align: center;
}
.site-info.col-3 .social-icons {
float: right;
text-align: right;
}
}
@media screen and (min-width: 1900px) {
.wrapper {
max-width: 1440px;
}
.main-navigation ul.nav-menu > li > a {
padding: 13px 22px;
}
.jetpack_subscription_widget form {
max-width: 480px;
}
.boxed-layout #page,
.frame-layout #page {
max-width: 1600px;
}
.site-info:before {
max-width: 1410px;
}
.site-info.col-3 span, 
.site-info.col-3 .social-icons {
width: 15%;
}
.site-info.col-3 .custom-menu {
width: 70%;
}
.footer-widgets-area .entry-title {
font-size: 20px;
}
}
@media screen and (max-width: 1024px) {
#masthead {
background-color: #b79156;
}
#menu ul li.product {
width: 100%;
float: left;
border-bottom: 1px solid #ddd;
}
.main-navigation a {
border-bottom: 1px solid #eee;
}
.main-navigation .wrapper {
width: 100%;
padding: 0;
}
.main-navigation ul ul a {
width: 100%;
}
.main-navigation ul ul,
.main-navigation ul ul ul {
box-shadow: none;
float: none;
position: relative;
top: 0;
left: 0;
margin-bottom: 0;
display: none;
}
.main-navigation ul.sub-menu li {
padding-right: 0;
}
.main-navigation .menu-item-has-children > a:before {
content: "";
float: right;
position: relative;
right: 25px;
background-color: #ccc;
width: 1px;
height: 25px;
}
.main-navigation .menu-item-has-children > a:after {
padding-top: 3px;
}
.main-navigation ul.nav-menu > li > a,
.main-navigation ul.sub-menu li a {
padding: 15px 15px 15px 25px;
}
.main-navigation ul.sub-menu li a {
padding-left: 50px;
}
.main-navigation ul.sub-menu ul li a {
padding-left: 75px;
}
.main-navigation ul.sub-menu ul ul li a {
padding-left: 100px;
}
.main-navigation ul.sub-menu ul ul ul li a {
padding-left: 125px;
}
.main-navigation .menu-item-has-children a svg {
display: none;
}
.main-navigation ul.sub-menu li a {
border-left: none;
}
.main-navigation ul.nav-menu {
margin-right: 0;
background-color: #fff;
border-top: 1px solid #eee;
}
.main-navigation {
position: static;
}
.main-navigation a {
color: #333;
}
.main-navigation svg.icon-search,
.main-navigation svg.icon-down {
fill: #333;
margin-top: -5px;
}
.main-navigation ul.sub-menu {
border: none;
}
.main-navigation {
position: static;
}
#masthead.site-header .main-navigation ul.nav-menu {
margin-top: 0;
position: absolute;
max-width: 400px;
top: 100%;
left: auto;
right: 0;
width: 100%;
border-top: 1px solid #eee;
display: none;
}
.menu-open .menu-toggle .icon-close {
display: inline-block;
margin: auto;
width: 20px;
height: 30px;
}
.main-navigation .search-menu a {
display: none;
}
.main-navigation li.search-menu a {
display: none !important;
}
.main-navigation form.search-form input {
background-color: #fff;
border: none;
min-height: 55px;
}
.main-navigation form.search-form button.search-submit {
height: 59px;
}
.main-navigation form.search-form input {
padding-left: 40px;
}
.main-navigation .sub-menu svg {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
top: 28px;
}
.hero-wrapper.col-2 .hentry {
width: 100%;
float: left;
}
#page-site-header {
padding: 150px 0;
}
#secondary {
margin-top: 30px;
}
body.home:not(.blog) #secondary {
margin-top: 30px;
}
#top-bar {
cursor: pointer;
min-height: auto;
padding: 10px;
}
#top-bar .wrapper {
display: none;
padding-top: 15px;
margin-top: 8px;
}
#top-bar ul li,
.secondary-menu {
float: none;
text-align: center;
}
#top-bar .col-2 .hentry {
width: 100%;
}
}
@media screen and (max-width: 992px) {
.call-wrapper .hentry {
width: 100%;
float: none;
}
.contact-wrapper {
padding: 55px 20px 55px 5px;
}
.comments-title, 
#reply-title {
font-size: 28px;
}
}
@media screen and (max-width: 767px) {
#masthead.site-header .main-navigation ul.nav-menu {
max-width: 100%;
}
.section-header-wrapper {
display: block;
}
.grid-item.hentry {
width: 50%;
}
.section-header-wrapper .section-header {
text-align: center;
width: 100%;
float: none;
margin: 0;
}
.section-header-wrapper .section-content {
width: 100%;
float: none;
padding: 0;
text-align: center;
}
.team-wrapper .hentry {
padding: 0;
margin: 0;
}
.client-wrapper .hentry:nth-child(2n+1) {
clear: left;
}
.client-wrapper .hentry {
padding: 0 20px;
width: 50%;
float: left;
}
#about .count.col-3 .hentry {
width: 100%;
float: none;
}
#about .count.col-3 .hentry:nth-child(n+1) {
clear: left;
}
.jetpack_subscription_widget form {
max-width: 600px;
}
.comment-navigation .nav-previous, 
.posts-navigation .nav-previous, 
.post-navigation .nav-previous,
.comment-navigation .nav-next, 
.posts-navigation .nav-next, 
.post-navigation .nav-next {
width: 100%;
margin: 15px 0;
}
.post-navigation span.previous-article b, 
.post-navigations span.previous-article b, 
.post-navigation span.next-article b, 
.post-navigations span.next-article b {
font-size: 18px;
}
.comment-wrap {
margin-left: 0;
}
#commentform p.comment-form-comment,
#commentform p.form-submit {
margin-top: 21px;
}
.comments-title, 
#reply-title {
font-size: 26px;
}
#comments {
margin-top: 40px;
}
}
@media screen and (max-width: 567px) {
.col-2 article, 
.col-3 article, 
.col-4 article {
margin-bottom: 30px;
}
.grid-item.hentry {
width: 100%;
}
.contact-us .entry-container {
padding: 0 35px;
}
.section-title {
font-size: 35px;
}
.contact-us {
padding: 140px 0;
}
.site-branding {
display: block;
}
.site-logo {
margin-right: 0;
}
.site-logo + #site-identity {
margin-top: 20px;
}
.jetpack_subscription_widget #subscribe-submit {
position: relative;
}
.client-wrapper .hentry {
padding: 20px 0;
width: 100%;
float: none;
text-align: center;
}
.archive-blog-wrapper .featured-image {
margin-bottom: 20px;
}
.pagination .page-numbers.prev, 
.pagination .page-numbers.next {
top: 0;
}
.pagination .prev.page-numbers:before, 
.pagination .next.page-numbers:before {
width: 35px;
height: 10px;
}
.pagination .page-numbers.prev, 
.pagination .page-numbers.next {
margin-left: 0;
margin-right: 0;
}
.comment-content {
margin-left: 0;
background-color: #fff;
margin-top: 25px;
padding: 15px 20px;
}
.reply {
padding-left: 0;
}
#comments ol.children {
margin-left: 25px;
}
.comment-meta .fn {
margin-left: 0;
margin-top: 10px;
}
.footer-widgets-area .hentry:last-child,
.footer-widgets-area.col-3 .hentry:last-child {
margin-bottom: 0;
padding-right: 0;
}
}
.single-post .entry-meta > span:not(:first-child):before {
content: "";
margin: 0;
}
.error404 .single-wrapper{
text-align: center;
}
.comment-awaiting-moderation {
text-decoration: none;
}
.comment-respond .comment-form-comment textarea {
color: #000;
}
.wp-block-latest-comments article {
margin-bottom: 0px;
}
.wp-block-latest-comments{
padding-left: 0px;
}
.wp-block-search__button:hover,
input[type="submit"]:hover{
text-decoration: none;
}
@import url(https://use.fontawesome.com/releases/v5.13.0/css/all.css);
.team-wrapper .entry-title { font-size: 18px; }
.site-logo img { max-height: 80px; }
span.legal-notice { font-size: 12px; line-height: 21px; }
.featured-image { border-radius: 10px; }
#team .featured-image { border-top-left-radius: 10px 10px; border-top-right-radius: 10px 10px; border-bottom-left-radius: 0px 0px; border-bottom-right-radius: 0px 0px;}
#about-us .featured-image::before,
#cta .featured-image::before {
position: absolute;
top: 0;
left: -75%;
z-index: 2;
display: block;
content: '';
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}
#about-us .featured-image::before,
#cta .featured-image:hover::before {
-webkit-animation: shine .75s;
animation: shine .75s;
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
.featured-content-wrapper h1.entry-title {font-size: 56px; line-height: 66px; margin-bottom: 35px;}
#our-services article .entry-container .col-3 .hentry { width: 100%; float: left; }
#our-services article .entry-container { width: 100%; float: left; margin-top: 0px; }
#our-services article .entry-container { margin-bottom: 50px; }
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 { font-size: 26px; font-weight: 400; line-height: 1.4; padding-bottom: 25px; margin: 25px auto 25px auto; display: inline-block; position: relative; }
.entry-content h1:after,
.entry-content h2:after,
.entry-content h3:after,
.entry-content h4:after,
.entry-content h5:after,
.entry-content h6:after {
content: "";
background-color: #b79156;
width: 85px;
height: 3px;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.entry-content ul, ol { margin: 15px auto 15px auto; display: inline-block;}
.entry-content .entry-content-left{
width: 65%;
padding: 0px 35px 0px 0px;
margin:0px;
border-right:1px solid #cfc8d8;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.entry-content .entry-content-right {
width: 35%;
padding: 0px 35px 25px 25px;
margin:auto;
float: right;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} .form-container { display: grid; grid-template-columns: auto auto; column-gap: 3%; row-gap: 0px; font-size: 14px; }
.form-container .form-item { }
.form-container .form-item-full { grid-column: 1/-1; }
.form-container label { font-family: inherit; display:block; }
.form-container .wpcf7-list-item-label {font-weight: 400;}
.form-container .wpcf7-list-item { font-size: 14px; line-height: 1.5em; margin: 0px auto; display: inline-block; vertical-align: middle;}
.form-container .wpcf7-list-item a { font-size: 13px; font-weight: 600; border-bottom: 1px solid #000000d9; text-decoration: none; }
.form-container .wpcf7-list-item a:hover { color: #00000080; border-bottom: 1px solid #00000080;}
.form-container input[type="search"],
.form-container input[type="text"],
.form-container input[type="password"],
.form-container input[type="email"],
.form-container input[type="url"],
.form-container input[type="tel"],
.form-container input[type="number"] { width: 100%; float: left; padding: 10px 15px; margin: 5px 0px 15px 0px; }
.form-container select { width: 100%; padding: 12px 15px; margin: 5px 0px 15px 0px; background-color: #eaedf3; border: 1px solid #eaedf3; }
.form-container textarea { width: 100%; padding: 10px 15px; background-color: #eaedf3; border: 1px solid #eaedf3; }
.form-container input[type="submit"] { width: 20%; margin-bottom: 15px; display: inline-block; }
.form-container input[type="submit"]:hover { background-color: #333333; }
.form-container hr { padding: 3px 0px; display: block;} ::-webkit-input-placeholder { 
color: #767676;
}
::-moz-placeholder {
color: #767676;
}
:-ms-input-placeholder { 
color: #767676;
}
:-moz-placeholder { 
color: #767676;
}
#colophon .widget_text .textwidget img {
max-width: 200px;
height: auto;
}
.footer-widgets-area .social-icons li {
list-style-type: none;
}
.menu-contact-us-container ul#menu-contact-us li {
list-style-type: none;
max-width: 640px;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
box-sizing: border-box;
}
.menu-contact-us-container ul#menu-contact-us li {
color: #777777;
list-style-type: none;
margin: 0;
padding: 3px 0 3px 0px;
}
.menu-contact-us-container ul#menu-contact-us > li.phone:before {font-family: "Font Awesome 5 Free"; content: "\f58f"; color: #253042; display: inline-block; padding-right: 5px; vertical-align: middle; font-weight:900;}
.menu-contact-us-container ul#menu-contact-us > li.whatsapp:before {font-family: "Font Awesome 5 Free"; content: "\f232"; color: #253042; display: inline-block; padding-right: 5px; vertical-align: middle; font-weight:900;}
.menu-contact-us-container ul#menu-contact-us > li.email:before {font-family: "Font Awesome 5 Free"; content: "\f0e0"; color: #253042; display: inline-block; padding-right: 5px; vertical-align: middle; font-weight:900;}
.menu-contact-us-container ul#menu-contact-us > li.web:before {font-family: "Font Awesome 5 Free"; content: "\f0ac"; color: #253042; display: inline-block; padding-right: 5px; vertical-align: middle; font-weight:900;}
.menu-contact-us-container ul#menu-contact-us > li.working-hours:before {font-family: "Font Awesome 5 Free"; content: "\f017"; color: #253042; display: inline-block; padding-right: 5px; vertical-align: middle; font-weight:900;}
.menu-contact-us-container ul#menu-contact-us > li.location:before {font-family: "Font Awesome 5 Free"; content: "\f59f"; color: #253042; display: inline-block; padding-right: 5px; vertical-align: middle; font-weight:900;} @media only screen and (max-width: 720px) {
.site-logo img {
max-height: 65px;
width: auto;
}
#featured-slider article { padding: 350px 0; }
.featured-content-wrapper h1.entry-title { font-size: 46px; line-height: 56px; margin-bottom: 25px; }
.featured-content-wrapper .entry-content { margin: 0px 30px 0px 0px; }
.entry-content .entry-content-left,
.entry-content .entry-content-right{
width: 100%;
float: left;
padding: 10px 0px;
margin:auto;
border:0px;
display: block;
}
.form-container { display: grid; grid-template-columns: 1fr; column-gap: 2%; row-gap: 0px; }
.form-container input[type="submit"] { width: 100%; margin:0px; }
}