.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==)}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}  .default_screen {
display: initial;
}
.retina_screen {
display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.default_screen {
display: none;
}
.retina_screen {
display: initial;
}
}
html {
-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden;
font-size: 16px;
}
body {
margin: 0;
word-break: break-word;
overflow-x: hidden;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
outline: none;
outline-offset: 0;
}
*, *:before, *:after {
-webkit-font-smoothing: antialiased;
}
a {
text-decoration: none;
-o-transition: color  0.15s ease-in;
-webkit-transition: color  0.15s ease-in;
-moz-transition: color  0.15s ease-in;
transition: color  0.15s ease-in;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
[data-animation] {
visibility: hidden;
}
[set-animation] > * {
visibility: hidden;
}
iframe {
border: 0;
max-width: 100%;
}
img {
vertical-align: middle;
border: 0;
max-width: 100%;
height: auto;
border-radius: 4px;
}
figure {
margin: 0;
}
.align_c {
text-align: center;
}
.align_l {
text-align: left;
}
.align_r {
text-align: right;
}
.float_l {
float: left!important;
}
.float_r {
float: right!important;
}
.light_text {
font-weight: 300;
}
.container {
width: 880px;
margin-right: auto;
margin-left: auto;
}
.container-fluid {
margin-right: auto;
margin-left: auto;
}
.row {
margin-left: -20px;
margin-right: -20px;
}
.col, .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .col20 {
position: relative;
min-height: 1px;
float: left;
padding-right: 20px;
padding-left: 20px;
}
.col12 {
width: 100%;
}
.col11 {
width: 91.66666667%;
}
.col10 {
width: 83.33333333%;
}
.col9 {
width: 75%;
}
.col8 {
width: 66.66666667%;
}
.col7 {
width: 58.33333333%;
}
.col6 {
width: 50%;
}
.col5 {
width: 41.66666667%;
}
.col4 {
width: 33.33333333%;
}
.col3 {
width: 25%;
}
.col2 {
width: 16.66666667%;
}
.col1 {
width: 8.33333333%;
}
.col20 {
width: 20%;
}
.push1 {
left: 8.33333333%;
}
.push2 {
left: 16.66666667%;
}
.push3 {
left: 25%;
}
.push4 {
left: 33.33333333%;
}
.push5 {
left: 41.66666667%;
}
.push6 {
left: 50%;
}
.push7 {
left: 58.33333333%;
}
.push8 {
left: 66.66666667%;
}
.push9 {
left: 75%;
}
.push10 {
left: 83.33333333%;
}
.push11 {
left: 91.66666667%;
}
.pull1 {
right: 8.33333333%;
}
.pull2 {
right: 16.66666667%;
}
.pull3 {
right: 25%;
}
.pull4 {
right: 33.33333333%;
}
.pull5 {
right: 41.66666667%;
}
.pull6 {
right: 50%;
}
.pull7 {
right: 58.33333333%;
}
.pull8 {
right: 66.66666667%;
}
.pull9 {
right: 75%;
}
.pull10 {
right: 83.33333333%;
}
.pull11 {
right: 91.66666667%;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after
{
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after
{
clear: both;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
{
background-color: #fff;
border: 1px solid #eee;
border-radius: 2px;
height: 32px;
font-size: 13px;
}
input[type="submit"] {
height: 32px;
padding: 0 18px;
line-height: 32px;
display: inline-block;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: 0;
background-color: #ddd;
border-color: #ddd;
color: #222;
-o-transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in;
-moz-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
font-size: 13.5px;
letter-spacing: -0.2px;
font-weight: 600;
cursor: pointer;
font-family: inherit;
}
input[type="submit"]:hover {
background-color: #333;
border-color: #333;
color: #fff;
}
input, textarea {
-webkit-appearance: none;
-moz-appearance: none;
}
input[type="checkbox"] {
-webkit-appearance: checkbox !important;
-moz-appearance: checkbox !important;
margin-right: 7px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
resize: none;
margin-top: 0;
margin-bottom: 0;
max-width: 100%;
padding: 10px 12px;
font-size: 13px;
color: #666;
height: 36px;
line-height: 1.6em;
width: 266px;
font-family: inherit;
background-color: #fff;
border: 2px solid #ececec;
border-radius: 4px;
}
input, textarea, textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus {
outline: 0 !important;
}
textarea {
width: 100%;
height: auto;
line-height: 21px;
}
form p, form label {
font-size: 14px;
font-weight: bold;
color: #222;
line-height: 26px;
}
.post_body input , .page_body input {
margin-bottom: 10px;
}
select {
height: 36px;
line-height: 32px;
width: auto;
padding: 0 12px;
vertical-align: middle;
max-width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.alia_select_container {
position: relative;
background: #fff;
padding: 10px 0;
height: 36px;
border-radius: 4px;
}
.alia_select_container > i,
.alia_select_container form i  {
position: absolute;
line-height: 36px;
right: 10px;
color: inherit;
z-index: 1;
}
.alia_select_container form {
position: relative;
display: inline-block;
}
.alia_select_container select {
position: relative;
padding-right: 22px;
background: transparent!important;
z-index: 2;
margin-left: 0;
margin-right: 0;
}
form.submit_icon {
position: relative;
}
form.submit_icon i {
position: absolute;
right: 0;
top: 0;
text-align: center;
width: 36px;
height: 36px;
line-height: 36px;
color: #666;
}
form.submit_icon i input[type="submit"] {
position: absolute;
right: 0;
top: 0;
text-align: center;
width: 36px;
height: 36px;
background: none;
background-color: transparent;
}
nav.main_nav > div > ul {
padding: 0;
margin: 0;
float: left;
}
nav.main_nav > div > ul li {
list-style: none;
}
nav.main_nav > div > ul > li {
list-style: none;
position: relative;
}
nav.main_nav > div > ul > li {
float: left;
}
nav.main_nav > div > ul > li > a {
padding: 6px 6px;
display: block;
}
.hidden {
display: none!important;
}
.media-left, .media-right, .media-body {
display: table-cell;
vertical-align: top;
}
.media-list {
padding-left: 0;
list-style: none;
}
.form_group {
position: relative;
display: table;
border-collapse: separate;
}
.form_group input[type="text"],
.form_group input[type="password"],
.form_group input[type="datetime"],
.form_group input[type="datetime-local"],
.form_group input[type="date"],
.form_group input[type="month"],
.form_group input[type="time"],
.form_group input[type="week"],
.form_group input[type="number"],
.form_group input[type="email"],
.form_group input[type="url"],
.form_group input[type="search"],
.form_group input[type="tel"],
.form_group input[type="color"],
.form_group textarea {
display: table-cell;
margin: 0;
position: relative;
z-index: 2;
float: left;
width: 100%;
}
.form_group .button_wrapper {
display: table-cell;
margin: 0!important;
position: relative;
font-size: 0;
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.form_group input[type="submit"] {
height:36px;
border-radius:0;
}
.progress_bar {
position: relative;
background-color: #f3f3f3;
height: 14px;
}
.progress_value {
position: absolute;
top: 0;
left: 0;
height: 100%;
background-color: #FF7D0E;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
}
ul.navbar {
padding: 0;
margin: 0;
float: left;
}
ul.navbar li {
list-style: none;
}
ul.navbar > li {
list-style: none;
position: relative;
}
ul.navbar > li.menu-item {
float: left;
}
ul.navbar > li.menu-item > a {
padding: 7px 12px;
display: block;
}
.dropdown {
position: relative;
cursor: pointer;
}
.dropdown-menu {
display: none;
position: absolute;
top: 100%;
left: 12px;
z-index: 1000;
float: left;
min-width: 160px;
padding: 0;
text-align: left;
background-color: #ffffff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #f0f0f0;
}
.dropdown-menu {
list-style: none;
}
.dropdown-submenu > .dropdown-menu {
left: 100%;
top: -1px;
}
.nav .dropdown-menu {
font-size: 12px;
}
.dropdown-submenu > .dropdown-menu {
left: 100%;
top: -1px;
}
.dropdown-menu > li {
padding: 0;
position: relative;
}
.close {
float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5;
}
button.close {
-webkit-appearance: none;
-moz-appearance: none;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
}
.modal-open {
overflow: hidden;
}
.modal {
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-moz-transition: -webkit-transform .3s ease-out;
-o-transition:      -o-transform .3s ease-out;
transition:         transform .3s ease-out;
-webkit-transform: translate3d(0, -25%, 0);
-ms-transform: translate3d(0, -25%, 0);
-moz-transform: translate3d(0, -25%, 0);
-o-transform: translate3d(0, -25%, 0);
transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
-moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.modal-backdrop.in {
filter: alpha(opacity=50);
opacity: .5;
}
.modal-header {
min-height: 16.42857143px;
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-bottom: 0;
margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 880px;
}
}
.form_modal .select, .form_modal textarea, .form_modal input[type="text"], .form_modal input[type="password"], .form_modal input[type="datetime"], .form_modal input[type="datetime-local"], .form_modal input[type="date"], .form_modal input[type="month"], .form_modal input[type="time"], .form_modal input[type="week"], .form_modal input[type="number"], .form_modal input[type="email"], .form_modal input[type="url"], .form_modal input[type="search"], .form_modal input[type="tel"], .form_modal input[type="color"], .form_modal .uneditable-input {
width: 100%;
margin-bottom: 8px;
border: 1px solid #dedede;
border-bottom-color: #e8e8e8;
border-right-color: #dedede;
}  body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 17px;
line-height: 1.7em; color: #222;
background-color: #fff;
margin: 0 auto;
visibility: visible!important;
-webkit-font-smoothing: antialiased;
}
a {
color: #ff374a;
}
a:hover {
color: #222;
}
.title {
color: #000;
line-height: 1.5em;
font-weight: bold;
}
input[type="submit"] {
height: 36px;
padding: 6px 21px;
line-height: 25px;
font-weight: bold;
background-color: #f6f6f7;
-o-transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in;
-moz-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
}
input[type="submit"]:hover {
background-color: #ff374a;
color: #fff;
}
.main_color_bg {
background-color: #ff374a;
}
.main_color_text {
color: #ff374a;
}
.section_title {
font-size: 18px;
margin-top: 0;
margin-bottom: 36px;
padding-bottom: 20px;
position: relative;
}
.section_title:before {
content: "";
background-color: #000;
width: 6px;
height: 6px;
border-radius: 50%;
left: 0;
bottom: 0;
z-index: 1;
position: absolute;
}
.section_title:after {
content: "";
width: 120px;
height: 1px;
bottom: 2.5px;
left: 0;
position: absolute;
background: linear-gradient(to right,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#FFF 100%);
background: -ms-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -o-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -webkit-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#FFF 100%);
background: -moz-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -webkit-gradient(linear,left top,right top,color-stop(0%,#e0e0e0),color-stop(35%,#e0e0e0),color-stop(65%,#e0e0e0),color-stop(100%,#FFF));
}
.section_title.align_c:before {
left: 50%;
margin-left: -4px;
}
.section_title.align_c:after {
width: 280px;
left: 50%;
margin-left: -140px;
}
body.custom-background .site {
background-color: #fff;
max-width: 1000px;
margin: 0 auto;
}
body.custom-background.header_is_stick .sticky_header_nav_wrapper {
max-width: 1000px;
}
body.custom-background .footer_static_bar {
max-width: 1000px;
}
body.has_site_width_max .site {
max-width: 1440px;
margin: 0 auto;
}
body.has_site_width_max .gray_header {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
body.has_site_width_max.header_is_stick .sticky_header_nav_wrapper {
max-width: 1440px;
}
body.has_site_width_max .footer_static_bar {
max-width: 1440px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
pre {
background: #f5f5f5;
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;
border-radius: 4px;
}
hr {
background-color: #e0e0e0;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}  .default_logo {
display: inline-block;
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
.no_retina_logo {
display: block!important;
}
}
.gray_header {
padding-top: 24px;
position: relative;
overflow: hidden;
background-position: center;
background-size: cover;
}
.gray_header .custom_header_image {
z-index: 0;
position: absolute;
top: 0;
}
.gray_header .site_header {
position: relative;
padding-bottom: 24px;
}
.gray_header .site_header:before {
content: ""; width: 6px;
height: 6px;
border-radius: 50%;
left: 50%;
margin-left: -4px;
bottom: 0;
z-index: -1;
position: absolute;
}
.gray_header .site_header:after {
content: "";
width: 100%;
height: 1px;
bottom: 2.5px;
left: 0;
position: absolute;
z-index: -2;
background: linear-gradient(to right,#FFF 0,#eeeeee 35%,#eeeeee 65%,#FFF 100%);
background: -ms-linear-gradient(left,#fff 0,#eeeeee 35%,#eeeeee 65%,#fff 100%);
background: -o-linear-gradient(left,#fff 0,#eeeeee 35%,#eeeeee 65%,#fff 100%);
background: -webkit-linear-gradient(left,#FFF 0,#eeeeee 35%,#eeeeee 65%,#FFF 100%);
background: -moz-linear-gradient(left,#fff 0,#eeeeee 35%,#eeeeee 65%,#fff 100%);
background: -webkit-gradient(linear,left top,right top,color-stop(0%,#FFF),color-stop(35%,#eeeeee),color-stop(65%,#eeeeee),color-stop(100%,#FFF));
}
.social_icons_list.header_social_icons {
text-align: center;
margin-top: 24px;
margin-bottom: 24px;
position: relative;
}
.social_icons_list.header_social_icons .social_icon {
background-color: initial;
font-size: 15px;
width: initial;
margin-right: 14px;
margin-left: 14px;
height: initial;
line-height: initial;
}
.social_icons_list.header_social_icons .social_icon:hover {
color: #ff374a;
background-color: initial;
}
.header_square_logo {
text-align: center;
margin-top: 24px;
margin-bottom: 24px;
}
.header_square_logo a.square_letter_logo {
width: 80px;
height: 80px;
line-height: 80px;
background-color: #ff374a;
color: #fff;
display: inline-block;
border-radius: 50%;
font-size: 36px;
font-weight: bold;
}
body.header_logo_rounded .header_square_logo img {
border-radius: 50%;
}
.header_tagline {
text-align: center;
color: #696969;
font-size: 16px;
line-height: 1.4em;
margin-top: 20px;
margin-bottom: 20px;
width: 640px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
.header_nav {
padding-top: 8px;
padding-bottom: 10px;
background-color: #fff;
position: relative;
}
.header_nav_wrapper {
border-bottom: 1px solid #eee;
}
.header_nav.container {
width: 880px;
}
.header_nav .text_logo {
font-size: 18px;
margin: 0;
padding-top: 8px;
padding-bottom: 6px;
color: #000;
font-weight: bold;
}
.header_nav .text_logo a {
color: inherit;
}
.header_nav .text_logo a span.logo_dot {
background-color: #ff374a;
font-size: 27px;
display: inline-block;
width: 5px;
height: 5px;
border-radius: 50%;
}
.header_nav .site_branding {
float: left;
}
.header_nav .main_menu {
float: right;
position: relative;
margin-right: -6px;
display: inline-block;
}
.site_side_container .top_header_items_holder {
display: none;
}
.header_nav .main_menu ul {
list-style: none;
}
ul.navbar > li.menu-item a {
color: #525252;
font-size: 12.5px;
letter-spacing: 0.6px;
text-transform: uppercase;
}
ul.navbar > li.menu-item a:hover {
color: #000;
}
ul.navbar > li.menu-item .dropdown-menu > li > a {
display: block;
margin: 0 18px;
padding: 11px 0;
clear: both;
font-weight: normal;
line-height: 1.528571;
font-size: 12.5px;
letter-spacing: 0.4px;
border-bottom: 1px dashed #e0e0e0;
text-transform: initial;
}
ul.navbar > li.menu-item .dropdown-menu > li > a:hover {
color: #000;
}
ul.navbar  li.menu-item.current-menu-item > a, ul.navbar  li.menu-item.current_page_item > a, ul.navbar  li.menu-item.current-menu-ancestor > a, ul.navbar  li.menu-item.current-menu-parent > a {
color: #000;
}
ul.navbar > li.menu-item .dropdown-menu > li:last-child > a {
border-bottom: none;
}
.header_nav .main_menu .menu_mark_circle {
content: " ";
width: 4px;
height: 4px;
margin-left: -2px;
border-radius: 50%;
background-color: #ff374a;
bottom: 0;
position: absolute;
display: none;
-o-transition: background-color  0.20s ease-in;
-webkit-transition: background-color  0.20s ease-in;
-moz-transition: background-color  0.20s ease-in;
transition: background-color  0.20s ease-in;
}
body.hide_menu_circle_idicator .header_nav .main_menu .menu_mark_circle {
display: none!important;
}
.header_nav .main_menu .menu_mark_circle.mark_circle_hovered {
background-color: #444;
}
.header_nav .main_menu .menu_mark_circle.mark_circle_loaded, .header_nav .main_menu .menu_mark_circle.loaded_by_hover {
-o-transition: left  0.20s ease-in, right  0.20s ease-in;
-webkit-transition: left  0.20s ease-in, right  0.20s ease-in;
-moz-transition: left  0.20s ease-in, right  0.20s ease-in;
transition: left  0.20s ease-in, right  0.20s ease-in;
}
.header_nav .main_menu li.menu-item .dropdown-menu {
width: 190px;
border-radius: 3px;
}
.header_nav .main_menu li.menu-item.dropdown > .dropdown-menu {
left: 50%;
margin-left: -95px;
}
.header_nav .main_menu li.menu-item.dropdown-submenu .dropdown-menu {
left: 100%;
margin-left: -4px;
}
.header_nav .main_menu li.menu-item.dropdown > .dropdown-menu:after {
border: 10px solid transparent;
border-bottom-color: #fff;
content: "";
left: 50%;
margin-left: -10px;
position: absolute;
top: -19px;
width: 20px;
height: 20px;
}
.header_nav .main_menu li.menu-item.dropdown > .dropdown-menu:before {
border: 10px solid transparent;
border-bottom-color: #e5e5e5;
content: "";
left: 50%;
margin-left: -10px;
position: absolute;
top: -20px;
width: 20px;
height: 20px;
} body.no_sitetitle_in_menu .header_nav .main_menu > ul > li.menu-item.dropdown:first-child > .dropdown-menu {
left: 0;
margin-left: 0;
}
body.no_sitetitle_in_menu .header_nav .main_menu > ul > li.menu-item.dropdown:first-child > .dropdown-menu:before {
left: 20px;
}
body.no_sitetitle_in_menu .header_nav .main_menu > ul > li.menu-item.dropdown:first-child > .dropdown-menu:after {
left: 20px;
}
.header_nav .main_menu li.menu-item.dropdown-submenu .dropdown-menu:after {
border: 10px solid transparent;
border-right-color: #fff;
content: "";
left: -19px;
position: absolute;
top: 12px;
width: 20px;
height: 20px;
}
.header_nav .main_menu li.menu-item.dropdown-submenu .dropdown-menu:before {
border: 10px solid transparent;
border-right-color: #e5e5e5;
content: "";
left: -20px;
position: absolute;
top: 12px;
width: 20px;
height: 20px;
}
.header_nav .menu-item > .dropdown-menu {
transform: scale(0.5);
transform-origin: 10% top;
transition: 0s max-height 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
display: block;
height: 0;
opacity: 0;
visibility: hidden;
box-shadow: none;
box-shadow: -3px 4px 7px -4px rgba(0, 0, 0, 0.12);
}
.header_nav .menu-item:hover > .dropdown-menu {
display: block;
height: auto;
-webkit-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition-delay: 0.15s;
-moz-transition-delay: 0.15s;
-o-transition-delay: 0.15s;
transition-delay: 0.15s;
-webkit-transition-duration: 0s, 0.15s, 0.15s;
-moz-transition-duration: 0s, 0.15s, 0.15s;
-o-transition-duration: 0s, 0.15s, 0.15s;
transition-duration: 0s, 0.15s, 0.15s;
opacity: 1;
visibility: visible;
}
.single_breadcrumbs {
font-size: 15px;
color: #444;
margin-top: 0;
}
.single_breadcrumbs a {
color: #444;
font-weight: bold;
}
.single_breadcrumbs a:hover {
color: #222;
}  .hidden_sticky_helper,
.sticky_header_nav_wrapper,
body.header_is_stick .header_nav_wrapper {
display: none;
}
body.header_is_stick .hidden_sticky_helper,
body.header_is_stick .sticky_header_nav_wrapper {
display: block;
}
body.sticky_header .unsticky_header_nav_wrapper {
-o-transition: border 0.2s ease-in;
-webkit-transition: border 0.2s ease-in;
-moz-transition: border 0.2s ease-in;
transition: border 0.2s ease-in;
}
body.sticky_header .header_nav_wrapper,
body.sticky_header .sticky_header_nav_wrapper {
border-bottom: 1px solid #eee;
}
body.header_is_stick .sticky_header_nav_wrapper {
position: fixed;
top: 0;
background-color: #fff;
z-index: 9999;
width: 100%;
}
body.header_is_stick .sticky_header_nav_wrapper .header_nav:after {
background: #e0e0e0;
}
body.admin-bar.header_is_stick .sticky_header_nav_wrapper {
top: 32px;
}
body.header_is_stick .sticky_header_nav_wrapper .header_nav {
background-color: #fff;
border-bottom: none;
padding-top: 8px;
padding-bottom: 10px;
}   main.site-content {
margin-top: 30px;
margin-bottom: 30px;
} .grid_col {
float: left;
}
.grid_list.row {
margin-left: -25px;
margin-right: -25px;
}
.grid_list.row > .col6 {
padding-right: 25px;
padding-left: 25px;
}
.grid_list.row.grid_list_3_col {
margin-left: -18px;
}
.grid_list.row.grid_list_3_col > .col4 {
padding-right: 18px;
padding-left: 18px;
}
.post_banner img, .post_banner iframe {
border-radius: 7px;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.alia_embed_wrapper iframe {
max-width: 100% !important;
}
.show_all_content_blog .blog_post_description .alia_embed_wrapper:first-child,
.show_all_content_blog .blog_post_description .gallery:first-child {
display: none;
}
.intro_widgets_container {
margin-top: 50px;
padding-bottom: 50px;
margin-bottom: 50px;
border-bottom: 1px solid #ededed;
text-align: center;
font-size: 17px;
margin-left: auto;
margin-right: auto;
}
.intro_widgets_container .widget_area {
max-width: 640px;
margin-left: auto;
margin-right: auto;
}
.main_content_area {
margin-top: 70px;
}
.full_width_list .blog_post_container {
margin-bottom: 50px;
padding-bottom: 50px;
}
.full_width_list .blog_post_container:last-child {
border-bottom: none;
}
.first_full_width.full_width_list .blog_post_container {
margin-bottom: 60px;
padding-bottom: 60px;
border-bottom: 1px solid #eee;
}
.first_full_width.full_width_list:last-child .blog_post_container {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.grid_list .blog_post_container {
margin-bottom: 70px;
}
.blog_post_container .post_body {
margin-left: 120px;
margin-right: 120px;
}
.blog_page_container .page_body {
margin-left: 120px;
margin-right: 120px;
max-width: 640px;
}
body.pages_wide_text_content .blog_page_container .page_body {
margin-left: auto;
margin-right: auto;
max-width: initial;
}
.blog_page_container .single_page_body {
max-width: 640px;
margin-left: 120px;
margin-right: 120px;
}
body.pages_wide_text_content .blog_page_container .single_page_body {
margin-left: auto;
margin-right: auto;
max-width: initial;
}
.grid_list .post_body {
margin-left: 0;
margin-right: 0;
}
body.page.page-template-default .blog_post_container .post_body {
margin-left: 0;
margin-right: 0;
}
.post_title {
margin-top: 0;
margin-bottom: 14px;
font-size: 23px;
line-height: 1.45em;
letter-spacing: 0.4px;
}
.full_width_list .post_title {
margin-bottom: 16px;
padding-bottom: 22px;
position: relative;
}
.full_width_list .post_title a:before {
content: "";
background-color: #000;
width: 6px;
height: 6px;
border-radius: 50%;
left: 0;
bottom: 0;
z-index: 1;
position: absolute;
}
.full_width_list .post_title a:after {
content: "";
width: 120px;
height: 1px;
bottom: 2.5px;
left: 0;
position: absolute;
background: linear-gradient(to right,#eeeeee 0,#eeeeee 35%,#eeeeee 65%,#FFF 100%);
background: -ms-linear-gradient(left,#eeeeee 0,#eeeeee 35%,#eeeeee 65%,#fff 100%);
background: -o-linear-gradient(left,#eeeeee 0,#eeeeee 35%,#eeeeee 65%,#fff 100%);
background: -webkit-linear-gradient(left,#eeeeee 0,#eeeeee 35%,#eeeeee 65%,#FFF 100%);
background: -moz-linear-gradient(left,#eeeeee 0,#eeeeee 35%,#eeeeee 65%,#fff 100%);
background: -webkit-gradient(linear,left top,right top,color-stop(0%,#eeeeee),color-stop(35%,#eeeeee),color-stop(65%,#eeeeee),color-stop(100%,#FFF));
}
.full_width_list .post_title a:hover:before {
background-color: #ff374a;
}
.full_width_list .post_title a:hover:after {
background: linear-gradient(to right,#ff374a 0,#ff374a 35%,#ff374a 65%,#FFF 100%);
background: -ms-linear-gradient(left,#ff374a 0,#ff374a 35%,#ff374a 65%,#fff 100%);
background: -o-linear-gradient(left,#ff374a 0,#ff374a 35%,#ff374a 65%,#fff 100%);
background: -webkit-linear-gradient(left,#ff374a 0,#ff374a 35%,#ff374a 65%,#FFF 100%);
background: -moz-linear-gradient(left,#ff374a 0,#ff374a 35%,#ff374a 65%,#fff 100%);
background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ff374a),color-stop(35%,#ff374a),color-stop(65%,#ff374a),color-stop(100%,#FFF));
}
.full_width_post_single > div > .blog_post_container .post_title {
position: relative;
margin-bottom: 24px;
padding-bottom: 26px;
}
.full_width_post_single > div > .blog_post_container .post_title:before {
content: "";
background-color: #000;
width: 6px;
height: 6px;
border-radius: 50%;
left: 0;
bottom: 0;
z-index: 1;
position: absolute;
}
.full_width_post_single > div > .blog_post_container .post_title:after {
content: "";
width: 120px;
height: 1px;
bottom: 2.5px;
left: 0;
position: absolute;
background: linear-gradient(to right,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#FFF 100%);
background: -ms-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -o-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -webkit-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#FFF 100%);
background: -moz-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -webkit-gradient(linear,left top,right top,color-stop(0%,#e0e0e0),color-stop(35%,#e0e0e0),color-stop(65%,#e0e0e0),color-stop(100%,#FFF));
}
.grid_list .post_title {
margin-bottom: 12px;
font-size: 17px;
position: relative;
padding-bottom: 18px;
line-height: 1.65em;
}
.grid_list.grid_list_3_col .post_title {
font-size: 14px;
line-height: 1.55em;
}
.grid_list.grid_list_3_col .post_meta_item.meta_item_author {
font-size: 12px;
line-height: 12px;
}
.grid_list.grid_list_3_col .post_meta_item {
font-size: 10.5px;
line-height: 13px;
}
.grid_list .post_title a:before {
content: "";
background-color: #000;
width: 6px;
height: 6px;
border-radius: 50%;
left: 0;
bottom: 0;
z-index: 1;
position: absolute;
}
.grid_list .post_title a:after {
content: "";
width: 120px;
height: 1px;
bottom: 2.5px;
left: 0;
position: absolute;
background: linear-gradient(to right,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#FFF 100%);
background: -ms-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -o-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -webkit-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#FFF 100%);
background: -moz-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -webkit-gradient(linear,left top,right top,color-stop(0%,#e0e0e0),color-stop(35%,#e0e0e0),color-stop(65%,#e0e0e0),color-stop(100%,#FFF));
}
.grid_list .post_title a:hover:before {
background-color: #ff374a;
}
.grid_list .post_title a:hover:after {
background: linear-gradient(to right,#ff374a 0,#ff374a 35%,#ff374a 65%,#FFF 100%);
background: -ms-linear-gradient(left,#ff374a 0,#ff374a 35%,#ff374a 65%,#fff 100%);
background: -o-linear-gradient(left,#ff374a 0,#ff374a 35%,#ff374a 65%,#fff 100%);
background: -webkit-linear-gradient(left,#ff374a 0,#ff374a 35%,#ff374a 65%,#FFF 100%);
background: -moz-linear-gradient(left,#ff374a 0,#ff374a 35%,#ff374a 65%,#fff 100%);
background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ff374a),color-stop(35%,#ff374a),color-stop(65%,#ff374a),color-stop(100%,#FFF));
}
.two_coloumns_list .post_title {
margin-bottom: 12px;
padding-bottom: 18px;
font-size: 18px;
margin-top: 4px;
position: relative;
line-height: 1.55em;
}
.two_coloumns_list .blog_post_readmore a {
font-size: 14px;
}
.two_coloumns_list .post_title a:before {
content: "";
background-color: #000;
width: 6px;
height: 6px;
border-radius: 50%;
left: 0;
bottom: 0;
z-index: 1;
position: absolute;
}
.two_coloumns_list .post_title a:after {
content: "";
width: 120px;
height: 1px;
bottom: 2.5px;
left: 0;
position: absolute;
background: linear-gradient(to right,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#FFF 100%);
background: -ms-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -o-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -webkit-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#FFF 100%);
background: -moz-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -webkit-gradient(linear,left top,right top,color-stop(0%,#e0e0e0),color-stop(35%,#e0e0e0),color-stop(65%,#e0e0e0),color-stop(100%,#FFF));
}
.two_coloumns_list .post_title a:hover:before {
background-color: #ff374a;
}
.two_coloumns_list .post_title a:hover:after {
background: linear-gradient(to right,#ff374a 0,#ff374a 35%,#ff374a 65%,#FFF 100%);
background: -ms-linear-gradient(left,#ff374a 0,#ff374a 35%,#ff374a 65%,#fff 100%);
background: -o-linear-gradient(left,#ff374a 0,#ff374a 35%,#ff374a 65%,#fff 100%);
background: -webkit-linear-gradient(left,#ff374a 0,#ff374a 35%,#ff374a 65%,#FFF 100%);
background: -moz-linear-gradient(left,#ff374a 0,#ff374a 35%,#ff374a 65%,#fff 100%);
background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ff374a),color-stop(35%,#ff374a),color-stop(65%,#ff374a),color-stop(100%,#FFF));
}
.post_title a {
color: #000;
} .post_meta_item {
color: #999;
font-size: 11.5px;
display: inline-block;
line-height: 14px;
margin-right: 12px;
letter-spacing: 0.6px;
text-transform: uppercase;
}
.post_meta_item.meta_item_date {
letter-spacing: 0.8px;
}
.post_meta_item.meta_item_date:before {
content: "";
width: 15px;
height: 1px;
border-top: 1px solid #cecbd2;
display: inline-block;
margin-right: 8px;
margin-top: -8px;
}
.post_meta_item .post_meta_icon {
display: inline-block;
margin-right: 6px;
color: #404040;
font-size: 14px;
vertical-align: top;
}
.post_meta_item a.post_format_icon_link {
color: #404040;
}
.post_meta_item a.post_format_icon_link:hover {
color: #000;
border-bottom: none;
}
.post_meta_item .post_meta_icon.standardpost_format_icon {
font-size: 13px;
}
.post_meta_item .post_meta_icon.statuspost_fromat_icon {
margin-top: -1px;
}
.blog_meta_format_icon {
float: left;
color: #082e08;
font-size: 18px;
display: inline-block;
line-height: 24px;
margin-right: 9px;
}
.post_meta_container .blog_meta_format_icon a {
color: #082e08;
}
.post_meta_container .blog_meta_format_icon a:hover {
color: #444;
border-bottom: none;
}
.post_meta_item .meta_icon {
color: #555;
margin-right: 5px;
width: 14px;
height: 13px;
display: block;
float: left;
margin-top: 3px;
}
.blog_post_container .single_post_body {
margin-left: 120px;
margin-right: 120px;
margin-bottom: 66px;
}
.single_post_body .post_title {
font-size: 33px;
line-height: 1.5em;
margin-bottom: 14px;
}
.post_meta_container a {
color: #999;
padding-bottom: 1px;
}
.post_meta_container a:hover {
color: #ff374a;
}
.post_meta_container a.post_date_link .post_meta_item {
-o-transition: color 0.15s ease-in;
-webkit-transition: color 0.15s ease-in;
-moz-transition: color 0.15s ease-in;
transition: color 0.15s ease-in;
}
.post_meta_container a.post_date_link:hover .post_meta_item {
color: #222;
}
.post_meta_item.meta_item_category > * {
display: none;
}
.single_post_body .post_meta_item.meta_item_category > * {
display: initial;
}
.post_meta_item.meta_item_category > *:nth-child(1), .post_meta_item.meta_item_category > *:nth-child(2), .post_meta_item.meta_item_category > *:nth-child(3), .post_meta_item.meta_item_category > *:nth-child(4) {
display: inline-block;
}
.post_meta_item.meta_item_category a {
color: #999;
}
.post_meta_item.meta_item_category a:hover {
color: #222;
}
.post_meta_item.meta_item_author .author.vcard {
display: inline-block;
font-weight: bold;
color: #222;
}
.post_meta_item.meta_item_author .author.vcard a {
font-weight: bold;
color: #333;
}
.post_meta_item.meta_item_author .author.vcard a:hover {
color: #000;
}
.post_meta_item.meta_item_author .meta_author_avatar_url {
display: inline-block;
margin-top: -5px;
vertical-align: middle;
}
.post_meta_item.meta_item_author .meta_author_avatar_url:hover {
border-bottom: none;
}
.post_meta_item.meta_item_author_avatar {
float: left;
margin-right: 13px;
margin-bottom: 4px;
}
.post_meta_item.meta_item_author_avatar img {
border-radius: 50%;
width: 40px;
height: 40px;
}
.post_meta_item.meta_item_author {
display: block;
font-size: 13px;
line-height: 16px;
}
.post_meta_item.meta_item_author .meta_author_name:hover {
border-bottom: none;
}
.post_meta_item.meta_item_author .meta_author_avatar_url {
border-radius: 50%;
overflow: hidden;
margin-left: 2px;
}
.post_meta_item.meta_item_author img {
border-radius: 50%;
}
.post_meta_container {
margin-bottom: 18px;
}
.post_meta_container_page {
margin-top: 30px;
}
.post_meta_row {
line-height: 21px;
float: left;
margin-top: 3px;
}
.blog_post_container {
position: relative;
}
.post.sticky .blog_meta_item.sticky_post {
float: left;
margin-right: 8px;
line-height: 25px;
font-size: 20px;
position: absolute;
color: #ff374a;
top: -8px;
left: 12px;
}
.two_coloumns_list .post.sticky .blog_meta_item.sticky_post, .two_coloumns_list .post.sticky .blog_meta_item.sticky_post {
left: 32px;
}
.post_banner {
margin-bottom: 24px;
}
.post_banner.page_banner {
margin-top: 36px;
}
.full_width_list .blog_post_container.format-video .post_banner {
margin-bottom: 16px;
}
.grid_list .post_banner {
margin-bottom: 22px;
}
.grid_list.grid_list_3_col .post_banner {
margin-bottom: 16px;
}
.full_width_post_single .post_banner {
margin-bottom: 10px;
}
.read_next_loop_container .post_banner {
margin-bottom: 18px;
}
.two_coloumns_list .post_meta_container {
margin-bottom: 12px;
}
.grid_list .post_meta_container {
margin-bottom: 8px;
}
.grid_list .post_meta_row, .two_coloumns_list .post_meta_row {
margin-top: 0;
}
.grid_list .post_meta_item.meta_item_author, .two_coloumns_list .post_meta_item.meta_item_author  {
display: inline-block;
}
.grid_list .grid_col.col4 .post_meta_item.meta_item_author {
display: block;
}
.grid_list .grid_col.col4 .post_meta_item.meta_item_date:before {
display: none;
}
.grid_list .post_meta_item.meta_item_author_avatar, .two_coloumns_list .post_meta_item.meta_item_author_avatar {
display: none;
}
.post_banner p {
margin: 0;
}
.entry-content {
font-size: 1.05rem;
letter-spacing: 0.013rem;
line-height: 2;
}
.entry-content p {
margin-top: 30px;
margin-bottom: 30px;
}
.entry-content strong, .entry-content b, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
color: #222;
}
.entry-content h1 {
font-size: 27px;
line-height: 40px;
margin-top: 56px;
}
.entry-content h2 {
font-size: 24px;
line-height: 36px;
margin-top: 56px;
}
.entry-content h3 {
font-size: 21px;
line-height: 33px;
margin-top: 56px;
}
.entry-content h4 {
font-size: 18px;
line-height: 28px;
margin-top: 36px;
}
.entry-content h5 {
font-size: 16px;
line-height: 25px;
margin-top: 36px;
}
.entry-content h6 {
font-size: 14px;
line-height: 22px;
margin-top: 36px;
}
.entry-summary {
font-size: 15px;
line-height: 1.65em;
color: #737373;
letter-spacing: 0.1px;
}
.grid_list .entry-summary {
font-size: 13.5px;
}
.grid_list .blog_post_readmore a {
font-size: 14px;
}
.grid_list.grid_list_3_col .blog_post_readmore a {
font-size: 13px;
}
.entry-content img {
border-radius: 3px;
}
.entry-content img.alignnone.size-full {
margin-left: -120px;
margin-right: -120px;
max-width: 880px;
}
.entry-summary p {
margin: 0;
}
.blog_post_readmore {
margin-top: 12px;
}
.blog_post_readmore a {
color: #000;
font-size: 15px;
line-height: 25px;
font-weight: bold;
display: inline-block;
-o-transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in;
-moz-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
}
.blog_post_readmore .continue_reading_dots {
float: right;
margin-left: 8px;
}
.blog_post_readmore .continue_reading_dots .continue_reading_squares {
float: left;
}
.blog_post_readmore a .continue_reading_dots .continue_reading_squares > span {
width: 2px;
height: 2px;
display: block;
float: left;
margin-top: 13px;
margin-right: 3px;
background-color: #e0e0e0;
border-radius: 50%;
-o-transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in;
-moz-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
}
.blog_post_readmore a .continue_reading_dots .readmore_icon {
float: left;
margin-top: 9px;
font-size: 10px;
margin-left: -1px;
color: #e0e0e0;
-o-transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in;
-moz-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
}
.blog_post_readmore a:hover .continue_reading_dots .continue_reading_squares > span {
margin-right: 4px;
background-color: #ff374a;
}
.blog_post_readmore a:hover .continue_reading_dots .readmore_icon {
margin-left: 1px;
color: #ff374a;
}
.read_next_loop_container {
padding-top: 50px;
margin-top: 46px;
border-top: 1px solid #ededed;
}
.read_next_loop_container article.blog_post_container {
margin-bottom: 0;
}
.entry-content .fb_iframe_widget_fluid_desktop {
border-radius: 7px;
overflow: hidden;
}
.entry-content iframe { max-width: 100%;
margin-left: 0;
margin-right: 0;
border-radius: 7px;
overflow: hidden;
}
.entry-content .alia_embed_wrapper,
.entry-content .gie-single,
.entry-content .getty.embed {
max-width: 880px;
margin-left: -120px;
margin-right: -120px;
}
.entry-content iframe[width="640"] {
margin-left: 0;
margin-right: 0;
}
.entry-content .wp-video {
max-width: 880px;
margin-left: -120px;
margin-right: -120px;
border-radius: 7px;
overflow: hidden;
}
.facebook_embed_wrapper {
border-radius: 7px;
position: relative; }
.entry-content .facebook_embed_wrapper {
max-width: 880px!important;
margin-left: -120px;
margin-right: -120px;
border-radius: 7px;
position: relative;
}
blockquote.fb-xfbml-parse-ignore {
opacity: 0;
width: 100%;
float: none!important;
margin: 0;
max-width: 100%;
clear: both;
}
.fb-post {
border-radius: 7px;
-o-transition: opacity 0.5s ease-in;
-webkit-transition: opacity 0.5s ease-in;
-moz-transition: opacity 0.5s ease-in;
transition: opacity 0.5s ease-in;
}
.entry-content .fb-post iframe, .entry-content .fb_iframe_widget_fluid_desktop iframe {
margin-left: 0;
margin-right: 0;
}
.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
border-radius: 7px;
overflow: hidden;
}
#fb-root {
display: none;
}
.fb-post, .fb-post span, .fb-post.fb_iframe_widget span iframe {
width: 100% !important;
}
.status_banner_inner_wrapper {
position: relative;
}
.post_related {
margin-top: 30px;
}
.comment_container {
margin-top: 46px;
padding-top: 12px;
margin-bottom: 10px;
position: relative;
}
.comment_container:before {
content: "";
background-color: #000;
width: 6px;
height: 6px;
border-radius: 50%;
left: 0;
top: 0;
z-index: 1;
position: absolute;
}
.comment_container:after {
content: "";
width: 120px;
height: 1px;
top: 2.5px;
left: 0;
position: absolute;
background: linear-gradient(to right,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#FFF 100%);
background: -ms-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -o-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -webkit-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#FFF 100%);
background: -moz-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -webkit-gradient(linear,left top,right top,color-stop(0%,#e0e0e0),color-stop(35%,#e0e0e0),color-stop(65%,#e0e0e0),color-stop(100%,#FFF));
}
.full_width_post_single .comment_container, .full_width_page_single .comment_container {
margin-bottom: 60px;
margin-left: 120px;
margin-right: 120px;
max-width: 640px;
}
body.pages_wide_text_content.page .full_width_page_single .comment_container {
margin-left: auto;
margin-right: auto;
max-width: initial;
}
.two_coloumns_list .blog_post_container .post_body {
width: 100%;
}
.two_coloumns_list .post_banner {
width: 50%;
margin-bottom: 0;
position: relative;
min-height: 1px;
float: left;
padding-right: 20px;
padding-left: 20px;
margin-left: initial;
margin-right: initial;
}
.two_coloumns_list .blog_post_container.format-audio .post_body.has_post_banner, .two_coloumns_list .blog_post_container.format-gallery .post_body.has_post_banner, .two_coloumns_list .blog_post_container.format-image .post_body.has_post_banner, .two_coloumns_list .blog_post_container.format-status .post_body.has_post_banner, .two_coloumns_list .blog_post_container.format-video .post_body.has_post_banner, .two_coloumns_list .blog_post_container.format-standard .post_body.has_post_banner {
width: 50%;
min-height: 1px;
float: left;
padding-right: 20px;
padding-left: 20px;
margin-left: initial;
margin-right: initial;
}
.two_coloumns_list.row {
margin-left: -20px;
margin-right: -20px;
}
.two_coloumns_list .thepost_row {
margin-bottom: 80px;
}
.post_related .two_coloumns_list .thepost_row {
margin-bottom: 50px;
}
.post_related .two_coloumns_list .thepost_row:last-child {
margin-bottom: 20px;
}
.read_next_loop_container .two_coloumns_list .thepost_row {
margin-bottom: 20px;
}
.two_coloumns_list .entry-summary {
font-size: 14px;
line-height: 1.45em;
color: #777;
}
.archive_header {
margin-bottom: -20px;
margin-top: 60px;
}
.archive_header .section_title {
font-size: 20px;
}
.archive_header .taxonomy-description {
font-size: 16px;
line-height: 1.6;
color: #404040;
background-color: #f6f8fa;
padding: 7px 20px;
margin-bottom: 20px;
border-radius: 4px;
font-style: italic;
}
.two_coloumns_list .meta_item_author .meta_author_avatar_url, .grid_list .meta_item_author .meta_author_avatar_url{
display: none;
}  .entry-content .gallery {
margin-left: -125px;
margin-right: -125px;
}
.entry-content .gallery.gallery-columns-1.gallery-size-full, .entry-content .gallery.gallery-columns-6, .entry-content .gallery.gallery-columns-7, .entry-content .gallery.gallery-columns-8, .entry-content .gallery.gallery-columns-9, .entry-content .wp-block-gallery {
margin-left: -125px;
margin-right: -125px;
}
.entry-gallery.row {
margin-left: -5px;
margin-right: -5px;
margin-bottom: -10px;
}
.gallery_single_image.col {
padding-right: 5px;
padding-left: 5px;
margin-bottom: 10px;
width: 33.33333333%;
display: inline-block;
float: none;
vertical-align: top;
}
.entry-gallery.row.gallery_items_2 .gallery_single_image.col {
width: 50%;
}
.grid_col .gallery_single_image.col, .two_coloumns_list .gallery_single_image.col {
width: 50%;
}
.two_coloumns_list .gallery_single_image.col.item3:last-child, .grid_list .gallery_single_image.col.item3:last-child {
width: 100%;
}
.entry-content .gallery .gallery-item {
margin-bottom: 20px;
display: inline-block;
padding-left: 5px;
padding-right: 5px;
vertical-align: top;
}
.entry-content .gallery .gallery-item:last-child {
margin-bottom: 24px;
}
.entry-content .gallery .gallery-item img {
border-radius: 7px;
width: 100%;
}
.entry-content .gallery.gallery-columns-1 .gallery-item {
width: 100%;
}
.entry-content .gallery.gallery-columns-2 .gallery-item {
width: 50%;
}
.entry-content .gallery.gallery-columns-3 .gallery-item {
width: 33.3333333333%;
}
.entry-content .gallery.gallery-columns-4 .gallery-item {
width: 25%;
}
.entry-content .gallery.gallery-columns-5 .gallery-item {
width: 20%;
}
.entry-content .gallery.gallery-columns-6 .gallery-item {
width: 16.6666666667%;
}
.entry-content .gallery.gallery-columns-7 .gallery-item {
width: 14.2857142857%;
}
.entry-content .gallery.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.entry-content .gallery.gallery-columns-9 .gallery-item {
width: 11.1111111111%;
}
.entry-content .gallery.gallery-columns-4 .wp-caption-text, .entry-content .gallery.gallery-columns-5 .wp-caption-text, .entry-content .gallery.gallery-columns-6 .wp-caption-text, .entry-content .gallery.gallery-columns-7 .wp-caption-text, .entry-content .gallery.gallery-columns-8 .wp-caption-text, .entry-content .gallery.gallery-columns-9 .wp-caption-text {
display: none;
}  .alignleft {
float: left;
}
.alignright {
float: right;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.wp-caption {
max-width: 100%;
}
.entry-content figure {
max-width: 100%;
}
.entry-content img {
max-width: 100%;
}
.entry-content img.alignnone.size-full {
max-width: 100%;
margin: 0;
}
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft,
.wp-block-button.alignleft,
.wp-block-cover.alignleft,
.wp-block-pullquote.alignleft,
.wp-block-cover-image.alignleft {
margin: 4px 20px 10px;
margin-left: 0;
}
.wp-caption.alignleft {
margin: 4px 14px 10px;
margin-left: 0;
}
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright,
.wp-block-button.alignright,
.wp-block-cover.alignright,
.wp-block-pullquote.alignright,
.wp-block-cover-image.alignright {
margin: 4px 20px 10px;
margin-right: 0;
}
figure.wp-caption.alignleft,
img.alignleft {
max-width: 50%;
}
figure.wp-caption.alignright,
img.alignright {
max-width: 50%;
}
.wp-caption.alignright {
margin: 4px 14px 10px;
margin-right: 0;
}
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
margin-top: 0;
margin-bottom: 0;
}
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 17px;
width: 50%;
}
.entry-content blockquote.alignleft p,
.entry-content blockquote.alignright p {
margin-bottom: 17px;
}
.wp-caption {
margin-bottom: 24px;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0;
}
.wp-caption, figcaption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-gallery figcaption,
.wp-block-cover figcaption,
.wp-block-embed figcaption,
.wp-block-cover-image figcaption  {
color: #767676;
}
.wp-caption-text, figcaption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-gallery figcaption,
.wp-block-cover figcaption,
.wp-block-embed figcaption,
.wp-block-cover-image figcaption  {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
font-size: 12px;
font-style: italic;
line-height: 1.5;
margin: 9px auto;
text-align: center;
}
div.wp-caption .wp-caption-text {
padding-right: 10px;
}
div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
padding-left: 10px;
padding-right: 0;
}
.wp-smiley {
border: 0;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}  .entry-content dd {
border-left: 4px solid #f2f2f2;
padding-left: 16px;
margin-bottom: 16px;
margin-left: 15px;
margin-top: 6px;
}
.entry-content code {
background: #f7f9fd;
}
.entry-content ul, .entry-content ol {
padding-left: 0;
margin-left: 19px;
}
.entry-content li {
margin-bottom: 14px;
line-height: 1.65em;
}
.entry-content li:not(.blocks-gallery-item):last-child {
margin-bottom: 0;
}
.entry-content li ol, .entry-content li ul {
margin-top: 12px;
margin-left: 26px;
}
ul.wp-block-gallery {
list-style: none;
margin-left: 0;
}  table, td, th, caption {
border: 1px solid #ddd;
}
table {
width: 100%;
margin-bottom: 20px;
font-size: 14px;
border: 1px solid #ddd;
}
.widget_calendar table, .widget_calendar table, .widget_calendar td, .widget_calendar th, .widget_calendar caption {
border: none;
}
table a {
color: inherit;
}
table a:hover {
border-bottom: 1px dotted #333;
}
table tr {
border-bottom: 1px solid #ddd;
}
table th, table td {
border-left: 1px solid #ddd;
padding: 8px;
line-height: 20px;
text-align: left;
vertical-align: top;
}
.post_content table {
border-bottom: 1px solid #ddd;
}
.post_content table th, .post_content table td {
border-top: 1px solid #ddd;
}  .entry-content blockquote {
position: relative;
margin-top: 59px;
margin-bottom: 40px;
font-style: italic;
font-size: 19px;
line-height: 1.55em;
color: #000;
font-family: Georgia, "Times New Roman";
margin-left: 0;
padding-left: 0;
padding-right: 0;
margin-right: 0;
font-weight: bold;
}
.entry-content blockquote:before {
content: "\201C";
position: absolute;
left: -46px;
top: 12px;
font-size: 58px;
color: #e8e8e8;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: initial;
}
.main_content.col-md-12 blockquote {
padding: 8px 120px;
}
.main_content.col-md-12 blockquote:before {
top: 50px;
font-size: 100px;
}
.entry-content blockquote cite, .entry-content blockquote pre,
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
clear: both;
display: block;
font-size: 15px;
letter-spacing: -0.5px;
font-weight: lighter;
margin-top: 14px;
margin-bottom: 0;
line-height: 28px;
color: #a9a9a9;
font-style: italic;
text-align: unset;
}
.entry-content blockquote p {
margin-top: 3px;
margin-bottom: 3px;
}
.entry-content blockquote.pull-left, .entry-content blockquote.pull-right {
width: 260px;
border-left: 0;
border-right: 0;
}
.entry-content blockquote.pull-right {
padding: 10px 20px;
}
.entry-content blockquote.pull-right:before {
content: "\f10e";
left: auto;
right: 0;
}  .widget_calendar table {
width: 100%;
border-top: none;
}
.widget_calendar table a:hover {
border-bottom: none;
}
.widget_calendar table tr {
border-bottom: none;
}
.widget_calendar table th, .widget_calendar table td {
border-left: none;
}
.widget_calendar table th:last-child, .widget_calendar table td:last-child {
border-right: none;
padding: 0;
}
.widget_calendar {
width: 100%;
max-width: 280px;
}
#wp-calendar {width: 100%; }
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th {
padding: 6px 0;
background-color: #EDEDED;
text-align: center;
color: #000;
font-weight: bold;
font-size: 12px;
border-right: 2px solid #fff;
border-bottom: 2px solid #ddd;
}
#wp-calendar thead th:last-child {
border-right: 0;
}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td {
background-color: #f5f5f5;
border-right: 2px solid #fff;
text-align: center;
padding: 7px;
font-weight: 300;
color: #888;
}
#wp-calendar tbody td:last-child {
border-right: 0;
}
#wp-calendar tbody td:hover { background-color: #fff; }
#wp-calendar tbody td.pad { border-color: transparent; }
#wp-calendar tbody tr:first-child td.pad { border-right: 2px solid #fff; }
#wp-calendar tbody td.pad:hover { background-color: transparent; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; padding: 0; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding: 0; padding-top: 10px; }
#wp-calendar tbody td a {
font-weight: 800;
} .widget_container caption {
text-align: left;
font-size: 13px;
text-transform: uppercase;
font-weight: normal;
margin-top: 0;
margin-bottom: 12px;
color: #2f2f2f;
border-radius: 4px;
}  .comment-list, .comment-list > ol, .comment-list ol.children {
list-style: none;
padding-left: 0;
margin-top: 26px;
margin-bottom: 0;
}
.comment-list {
margin-top: 40px;
}
.comment-list blockquote {
margin: 14px 24px;
}
.comment-list .children {
margin-top: 19px;
margin-bottom: 19px;
}
.comment-list .comment-author img {
float: left;
margin-right: 16px;
border-radius: 3px;
margin-top: 3px;
width: 45px;
height: 45px;
background-color: #f5f5f5;
}
.comment-list .comment-meta {
font-size: 14px;
margin-bottom: 4px;
}
.comment-list .comment-metadata {
font-size: 13px;
line-height: 29px;
}
.comment-list .comment-metadata a {
color: #9a9a9a;
}
.comment-list .comment-metadata a:hover {
color: #333;
}
.comment-list .comment-author {
float: left;
margin-right: 9px;
height: 26px;
}
.comment-list .comment-author a {
color: #000;
}
.comment-list .reply {
margin-left: 58px;
margin-top: -2px;
}
.comment-list .reply a {
font-size: 13px;
line-height: 20px;
color: #333;
font-weight: bold;
-o-transition: color 0.15s ease-in;
-webkit-transition: color 0.15s ease-in;
-moz-transition: color 0.15s ease-in;
transition: color 0.15s ease-in;
margin-left: 15px;
letter-spacing: 0.2px;
}
.comment-list .reply a:hover,
.comment-list .reply a:focus {
color: #ff374a;
}
.comment-list .comment-awaiting-moderation {
display: inline-block;
margin-left: 61px;
margin-top: 0;
margin-bottom: 0;
}
.comment-list ol.children {
padding-left: 38px;
margin-left: 23px;
margin-top: 0;
padding-top: 18px;
}
.comment-list ol.children ol.children {
padding-left: 38px;
margin-left: 0;
}
.comment-content p {
margin-top: 0;
margin-bottom: 8px;
font-size: 14px;
line-height: 21px;
}
.comment-content {
margin-left: 58px;
background-color: #f5f5f5;
padding: 11px 18px 4px;
border-radius: 15px;
position: relative;
}
.comment-reply-title {
font-size: 16px;
border-bottom: 1px solid #ececec;
padding-bottom: 7px;
margin-bottom: 7px;
margin-top: 12px;
color: #000;
} .comments-title {
font-size: 18px;
border-bottom: 1px solid #ececec;
padding-bottom: 10px;
margin-bottom: 7px;
}
.comment-list .comment-respond {
margin-left: 58px;
}
.comment-list .comment {
margin-bottom: 24px;
padding-bottom: 12px;
}
.comment-list .comment:last-child {
border-bottom: 0;
}
.comment-list .reply a .comments_reply_icon {
margin-right: 8px;
color: #e2e2e2;
-o-transition: color 0.15s ease-in;
-webkit-transition: color 0.15s ease-in;
-moz-transition: color 0.15s ease-in;
transition: color 0.15s ease-in;
}
.comment-list .reply a:hover .comments_reply_icon {
margin-right: 8px;
color: #ff374a;
}
.comment-list .comment:last-child {
margin-bottom: 0;
}
.comment-list .children .comment {
margin-bottom: 22px;
padding-bottom: 0;
border-bottom: 0;
}
.comment-list .children .comment:last-child  {
margin-bottom: 0;
}
.comment-list .pingback {
font-size: 14px;
margin-bottom: 20px;
line-height: 1.8em;
color: #000;
}
.comments-area .no-comments {
font-size: 16px;
margin-top: 42px;
color: #0a0a0a;
font-style: italic;
}
form.comment-form, .comment-form .row {
margin-left: -5px;
margin-right: -5px;
}
form.comment-form .logged-in-as {
padding-left: 5px;
padding-right: 5px;
font-weight: normal;
font-size: 14px;
margin-top: 0;
margin-bottom: 10px;
color: #808080;
}
form.comment-form .col12, form.comment-form .col6, form.comment-form .col4, form.comment-form .col8, form.comment-form .form-submit {
padding-left: 5px;
padding-right: 5px;
}
form.comment-form .form-submit {
position: relative;
min-height: 1px;
float: left;
margin-top: 0;
margin-bottom: 0;
width: 33.33333333%;
}
body.logged-in form.comment-form .form-submit {
width: auto;
}
form.comment-form .form-submit input {
width: 100%;
height: 38px;
padding: 0 30px;
font-size: 13px;
background-color: #222;
color: #fff;
-o-transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in;
-moz-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
border-bottom: 1px solid #eaeaea;
margin-top: 0;
}
form.comment-form .form-submit input:hover {
background-color: #ff374a;
color: #fff;
}
form.comment-form:before,
form.comment-form:after
{
content: " ";
display: table;
}
form.comment-form:after
{
clear: both;
}
form.comment-form .comment-notes {
font-size: 14px;
margin-bottom: 10px;
color: #808080;
}
.comment_textarea_wrapper {
position: relative;
}
.comment_textarea_wrapper textarea {
background-color: #fff;
border: 2px solid #ececec;
border-radius: 4px;
height: 96px;
font-size: 15px;
line-height: 24px;
padding-left: 76px;
padding-top: 16px;
padding-right: 16px;
}
.comment_textarea_wrapper img {
position: absolute;
left: 21px;
top: 16px;
border-radius: 2px;
width: 45px;
height: 45px;
background-color: #f5f5f5;
}
form.comment-form .comment_details_wrapper input {
background-color: #fff;
border-radius: 4px;
height: 39px;
font-size: 15px;
width: 100%;
line-height: 24px;
border: 2px solid #ececec;
}
.comment-list .comment.bypostauthor .comment-content {
border-top-left-radius: 0;
}
.comment-list .comment.bypostauthor .comment-content:before {
content: "";
width: 14px;
height: 14px;
border-top: 7px solid #ff374a;
border-left: 7px solid #ff374a;
border-right: 7px solid transparent;
border-bottom: 7px solid transparent;
position: absolute;
top: 0;
left: 0;
} .comments-area a {
color: #222;
}
.comments-area a:hover {
color: #ff374a;
}
.blog_list_comment_link {
float: right;
margin-left: 20px;
margin-top: 2px;
}
.blog_list_comment_link a {
font-size: 16.5px;
color: #585858;
font-weight: normal;
vertical-align: top;
line-height: 22px;
display: inline-block;
}
.blog_list_comment_link a:hover {
color: #222;
}
.blog_list_comment_link a .comment_num {
margin-left: 5px;
vertical-align: top;
display: inline-block;
line-height: 18px;
font-weight: bold;
color: #333;
}
.comment-form-cookies-consent {
margin-top: -4px;
margin-bottom: 7px;
line-height: 18px;
}
.comment-form-cookies-consent label {
font-weight: normal;
font-size: 12px;
color: #424242;
line-height: 18px;
}  .newsletter_susbcripe_form {
max-width: 640px;
margin-left: auto;
margin-right: auto;
margin-top: 46px;
padding-top: 12px;
margin-bottom: 10px;
position: relative;
color: #444;
text-align: center;
padding: 0;
border-radius: 4px;
font-size: 14px;
}
.newsletter_susbcripe_form .indicates-required {
display: none;
}
.newsletter_susbcripe_form h2 {
font-size: 18px;
border-bottom: 1px solid #e6e6e6;
padding-bottom: 12px;
margin-bottom: 8px;
margin-top: 0;
color: #222;
}
.newsletter_susbcripe_form label {
display: block;
}
.newsletter_susbcripe_form label .asterisk {
color: #ff374a;
}
.newsletter_susbcripe_form #mc_embed_signup .mc-field-group input {
width: 100%;
padding: 8px 0;
text-indent: 2%;
background-color: #fff;
border: 2px solid #ececec;
border-radius: 4px;
height: 42px;
font-size: 14px;
line-height: 32px;
margin-bottom: 8px!important;
color: #222;
text-align: center;
}
.newsletter_susbcripe_form .mce_inline_error {
margin: 0!important;
padding: 0!important;
background-color: transparent!important;
font-weight: bold!important;
z-index: 1!important;
color: #ff374a!important;
font-size: 14px;
display: none!important;
margin-bottom: 8px!important;
}
.newsletter_susbcripe_form #mc_embed_signup .mc-field-group input.mce_inline_error {
display: block!important;
} .newsletter_susbcripe_form input.mce_inline_error {
border-color: #ececec!important;
background-color: #fff!important;
font-weight: normal!important;
color: #222!important;
}
.newsletter_susbcripe_form input[type="submit"] {
margin-top: 8px;
width: 270px;
background-color: #222;
border-bottom: none;
color: #fff;
max-width: 100%;
}
.newsletter_susbcripe_form input[type="submit"]:hover {
background-color: #ff374a;
border-bottom: none;
color: #fff;
}
.newsletter_susbcripe_form .newsletter_icon {
font-size: 45px;
margin-bottom: 13px;
color: #efefef;
} .widget_content #mc_embed_signup {
background-color: #f9f9f9;
padding: 24px 20px 30px;
text-align: center;
border-radius: 4px;
}
.widget_content #mc_embed_signup:before {
content: "\f2b6";
font-size: 45px;
margin-bottom: 13px;
color: #efefef;
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 400;
}
.widget_content #mc_embed_signup h2 {
font-size: 15px;
color: #222;
margin-top: 0;
}
.widget_content #mc_embed_signup .indicates-required {
display: none;
}
.widget_content #mc_embed_signup label {
display: block;
font-weight: normal;
margin-bottom: 2px;
color: #525252;
font-size: 13px;
}
.widget_content #mc_embed_signup .mc-field-group input {
width: 100%;
padding: 8px 0;
text-indent: 2%;
background-color: #fff;
border-radius: 4px;
text-align: center;
}
.widget_content #mc_embed_signup input[type="submit"] {
margin-top: 8px;
width: 100%;
background-color: #222;
border-bottom: none;
color: #fff;
height: 32px;
line-height: 21px;
max-width: 380px;
}
.widget_content #mc_embed_signup input[type="submit"]:hover {
background-color: #ff374a;
border-bottom: none;
color: #fff;
}  .social_icons_list .social_icon {
display: inline-block;
color: #000;
text-align: center;
margin-right: 14px;
margin-top: 5px;
-o-transition: all 0.2s ease-in;
-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
font-size: 16px;
}
.widgets_footer .social_icons_list .social_icon {
width: 45px;
height: 45px;
line-height: 45px;
margin-right: 6px;
margin-top: 6px;
}
.social_icons_list .social_icon:hover {
color: #ff374a;
}
.site_side_container .social_icons_list .social_icon {
font-size: 14px;
}
.widget_container .widget_title {
font-size: 13px;
margin-top: 0;
margin-bottom: 8px;
}
.widget_container p {
margin-top: 8px;
margin-bottom: 8px;
}
.widget_container p:last-child {
margin-bottom: 0;
}
.widget_content {
margin-bottom: 24px;
}
.widget_content strong {
color: #222;
}
.widget_content:last-child {
margin-bottom: 0;
}
.intro_widgets_container .widget_container .widget_title {
font-size: 19px;
line-height: 1.4em;
}
.widgets_footer .widget_container .widget_title {
margin-bottom: 14px;
}
.floating_sidebar .widget_social_icons_list {
display: inline-block;
text-align: center;
width: 100%;
}
.widget_area .tagcloud a {
margin-bottom: 7px;
}
.widget_container .tagcloud a {
font-size: 13px!important;
line-height: 18px;
display: inline-block;
float: none;
}  .alia_post_list_widget .post_thumbnail_wrapper {
border-radius: 4px;
overflow: hidden;
float: left;
margin-right: 14px;
}
.alia_post_list_widget .post_info_wrapper {
padding-left: 64px;
}
.alia_post_list_widget .post_info_wrapper .title {
margin: 0;
font-size: 14px;
line-height: 1.4em;
}
.alia_post_list_widget .post_info_wrapper .title a {
font-size: 13px;
line-height: 1.4em;
color: #222;
}
.alia_post_list_widget .post_info_wrapper .title a:hover {
color: #ff374a;
}
.alia_post_list_widget .post_info_wrapper .post_meta_item {
font-size: 11.5px;
color: #666;
margin-top: 4px;
}
.alia-postlist-widget.widget_container ul.post_list {
text-align: left;
max-width: 300px;
}
.alia-postlist-widget.widget_container ul li {
margin-bottom: 11px;
padding-bottom: 11px;
}
.alia_post_list_widget .post_thumbnail_wrapper .post_text_thumbnail {
width: 60px;
height: 60px;
border-radius: 4px;
font-size: 30px;
line-height: 60px;
text-align: center;
color: #fff;
display: block;
background-color: #333;
text-transform: uppercase;
}
.post_navigation_item .post_thumbnail_wrapper .post_text_thumbnail {
width: 60px;
height: 60px;
border-radius: 50%;
font-size: 19px;
line-height: 63px;
text-align: center;
color: #fff;
display: block;
background-color: #333;
text-transform: uppercase;
}
.next_prev_posts_nav.next_prev_no_banner .blog_post_container {
background-color: #f9f9f9;
border-radius: 3px;
padding: 20px;
margin-bottom: 0;
}
.next_prev_posts_nav.next_prev_no_banner .blog_post_container .entry-summary, .next_prev_posts_nav.next_prev_no_banner .blog_post_container .post_banner {
display: none;
}
.next_prev_nav_title {
font-size: 14px;
margin-bottom: 16px;
display: block;
margin-top: -6px;
}  .widget_container.alia-tweets-widget ul li a {
color: #777;
}
.widget_container.alia-tweets-widget ul li a:hover {
text-decoration: underline;
}
.widget_container.alia-tweets-widget ul li a.tweet_name {
font-weight: bold;
color: #333;
}
.widget_container.alia-tweets-widget ul li a.tweet_icon {
display: inline-block;
font-size: 15px;
margin-right: 5px;
color: #2FC2EF;
}
.widget_container.alia-tweets-widget ul li a.tweet_icon:hover {
text-decoration: none;
}
.widget_container.alia-tweets-widget ul li.tweet-item, li.tweet-item {
line-height: 20px;
font-size: 13px;
color: #222;
margin-bottom: 10px;
padding-bottom: 10px;
}
.widget_container.alia-tweets-widget ul li.tweet-item:last-child, li.tweet-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.tweet_control {
margin-top: 4px;
}
.widget_container.alia-tweets-widget ul li a.tweet_time {
clear: both;
display: inline-block;
font-size: 11px;
color: #8899a6;
}
.tweet_links {
float: right;
display: inline-block;
}
.widget_container.alia-tweets-widget ul li a.tweet_link {
color: #ccd6dd;
margin-left: 10px;
font-size: 14px;
}
.widget_container.alia-tweets-widget ul li a.tweet_link:hover {
color: #2FC2EF;
}  .tagcloud a {
display: block;
float: left;
line-height: 32px;
margin-right: 14px;
margin-bottom: 6px;
font-size: 14px!important;
-o-transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
transition: all 0.1s ease-in;
color: #212121;
font-weight: bold;
border-bottom: 1px dashed #b5b5b5;
}
.tagcloud a:hover {
color: #ff374a;
border-bottom-color: #333;
}
.single_tagcloud {
margin-top: 30px;
margin-bottom: 16px;
clear: both;
}  .pagination {
display: block;
clear: both;
margin-bottom: 20px;
}
.pagination:before,
.pagination:after
{
content: " ";
display: table;
}
.pagination:after
{
clear: both;
}
.pagination .current .screen-reader-text {
position: static !important;
}
.navigation.pagination .nav-links .page-numbers {
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
display: inline-block;
float: left;
margin-right: 10px;
color: #333;
font-size: 14px;
font-weight: bold;
-o-transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
transition: all 0.1s ease-in;
border-radius: 5px;
background: none;
border: none;
box-shadow: none;
padding: 0;
text-shadow: none;
}
.navigation.pagination .nav-links .page-numbers:hover {
background-color: #f5f5f5;
}
.navigation.pagination .nav-links .page-numbers.dots {
width: auto;
border: none;
background-color: initial;
border-radius: 0;
}
.navigation.pagination .nav-links .page-numbers.current {
background-color: #ff374a;
color: #fff;
}
.navigation_links a {
background-color: #f6f7f7;
font-weight: bold;
font-size: 15px;
height: 45px;
padding: 0 39px;
line-height: 45px;
display: inline-block;
border-radius: 4px;
color: #333;
-o-transition: all 0.1s ease-in;
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
transition: all 0.1s ease-in;
}
.navigation_links a:hover {
background-color: #ff374a;
color: #fff;
}
.navigation_links.navigation_prev {
float: right;
}
.navigation_links.navigation_next {
float: left;
}
.single_post_pagination {
clear: both;
padding-top: 1px;
}
.page-links {
border-top: 1px dotted #ddd;
border-bottom: 1px dotted #ddd;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 29px;
color: #222;
font-weight: bold;
font-size: 0;
}
.page-links .page-number {
font-size: 14px;
}
.page-links > a, .page-links > span  {
margin-right: 8px;
height: 38px;
width: 38px;
display: inline-block;
border-radius: 50%;
text-align: center;
background-color: #f6f6f7;
line-height: 38px;
color: inherit;
-o-transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in;
-moz-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
}
.page-links > a:hover, .page-links > span  {
background-color: #ff374a;
color: #fff;
}
.navigation.comment-navigation {
margin-bottom: 30px;
}
.navigation.comment-navigation .comment-nav a {
color: initial;
font-size: 13px;
border-radius: 30px;
padding: 0 20px;
height: 36px;
line-height: 36px;
background-color: #f2f2f2;
display: inline-block;
}
.navigation.comment-navigation .comment-nav a:hover {
background-color: #eee;
}
.navigation.comment-navigation .nav-previous {
float: left;
}
.navigation.comment-navigation .nav-next {
float: right;
}  .modal.ajax_modal_story a.close-modal {
bottom: -74px;
top: auto;
right: auto;
left: 50%;
width: 79px;
height: 79px;
background-image: url(//revercont.com/wp-content/themes/alia/assets/images/story_quite_button.png);
border-radius: 50%;
margin-left: -39.5px;
opacity: 0.7;
-o-transition: opacity 0.15s ease-in;
-webkit-transition: opacity 0.15s ease-in;
-moz-transition: opacity 0.15s ease-in;
transition: opacity 0.15s ease-in;
z-index: 6;
}
.modal.ajax_modal_story a.close-modal:hover {
opacity: 1;
}
.jquery-modal.blocker {
background-color: rgba(47, 52, 58, 0.8);
padding-bottom: 70px;
z-index: 99999;
overflow-x: hidden;
overflow-y: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
}
.jquery-modal.blocker {
padding-top: 46px;
}
.jquery-modal.blocker.hidden_modal {
display: none;
}
html.small_screen_height {
overflow-y: initial!Important;
}
html.small_screen_height .jquery-modal.blocker {
display: none!important;
}
html.small_screen_height .footer_static_bar {
display: none!important;
}
.modal.ajax_modal_story {
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
border-radius: 0;
background-color: initial;
width: 600px;
height: 800px;
max-width: initial;
max-height: initial;
-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.modal.ajax_modal_story.small_screens {
margin-top: -30px;
}
.story_modal_loader {
vertical-align: middle;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 3;
box-sizing: border-box;
outline: 0;
border-radius: 4px;
}
.story_modal_overlay_helper {
background-color: #18212d;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
opacity: 0;
-o-transition: opacity 0.3s ease-out;
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}
#ajax_modal_story.disable_rotate .story_modal_overlay_helper {
z-index: 4;
opacity: 0.4;
}
#ajax_modal_story .story_rotate_loader.story_modal_loader {
display: none;
z-index: 9999;
}
#ajax_modal_story.disable_rotate .story_rotate_loader.story_modal_loader {
display: block;
}
#ajax_modal_story.disable_rotate .story_modal_window  { -o-transition: none;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.ajax_modal_story .story_modal_window {
vertical-align: middle;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 3;
box-sizing: border-box;
outline: 0;
border-radius: 4px;
background-size: auto 100%;
background-repeat:no-repeat;
background-position: 50%;
cursor: pointer;
background-color: #000;
-webkit-box-shadow: 0 0 42px 20px rgba(0, 0, 0, 0.43);
-moz-box-shadow: 0 0 42px 20px rgba(0, 0, 0, 0.43);
-o-box-shadow: 0 0 42px 20px rgba(0, 0, 0, 0.43);
-ms-box-shadow: 0 0 42px 20px rgba(0, 0, 0, 0.43);
box-shadow: 0 0 42px 20px rgba(0, 0, 0, 0.43);
-o-transition: filter 0.3s ease-out;
-webkit-transition: filter 0.3s ease-out;
-moz-transition: filter 0.3s ease-out;
transition: filter 0.3s ease-out;
overflow: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
-moz-transform: translateZ(0) scale(1.0, 1.0);
-ms-transform: translateZ(0) scale(1.0, 1.0);
-o-transform: translateZ(0) scale(1.0, 1.0);
transform: translateZ(0);
}
.ajax_modal_story .story_modal_window_current {
-webkit-overflow-scrolling: touch;
}
.ajax_modal_story .story_modal_window_nav {
transform: scale(0.90);
z-index: 2;
}
.ajax_modal_story .story_modal_window_prev {
transform-origin: center right;
right: -40px;
left: auto;
z-index: 1;
}
.ajax_modal_story .story_modal_window_next {
transform-origin: center left;
left: -40px;
right: auto;
z-index: 1;
}
.ajax_modal_story .story_modal_window_preload {
z-index: -1;
display: none;
}
.story_hotlink {
cursor: pointer;
}
.story_circle {
width: 60px;
height: 60px;
position: relative;
display: inline-block;
border-radius: 50%;
padding: 4px;
border: 1px solid #fff;
margin-right: -10px;
margin-left: -10px;
background-color: #fff;
cursor: pointer;
-o-transition: all  0.15s ease-in;
-webkit-transition: all  0.15s ease-in;
-moz-transition: all  0.15s ease-in;
transition: all  0.15s ease-in;
vertical-align: middle;
}
.story_circle:hover {
margin-right: 0;
margin-left: 0;
border: 1px solid #ff374a;
}
.story_circle.see_more_circle {
padding: 2px;
}
.see_more_circle {
width: 60px;
height: 60px;
position: relative;
display: inline-block;
border-radius: 50%;
padding: 4px;
border: 1px solid #fff;
margin-right: -10px;
margin-left: -10px;
background-color: #fff;
cursor: pointer;
-o-transition: all  0.15s ease-in;
-webkit-transition: all  0.15s ease-in;
-moz-transition: all  0.15s ease-in;
transition: all  0.15s ease-in;
vertical-align: middle;
}
.see_more_circle:hover {
margin-right: 0;
margin-left: 0;
border: 1px solid #ff374a;
}
.see_more_circle a {
width: 100%;
height: 100%;
display: inline-block;
background-color: #f3f3f3;
color: #c9c9c9;
font-size: 18px;
font-weight: bold;
text-align: center;
border-radius: 50%;
line-height: 51px;
}
.story_circle img {
border-radius: 50%;
}
.story_black_overlay {
width: 100%; background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(125,185,232,0) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(125,185,232,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=0 ); padding-bottom: 230px;
position: relative;
}
.story_content {
color: #fff;
padding: 24px;
opacity: 0;
transform-origin: top left;
position: absolute;
top: 0;
left: 0;
z-index: 7;
}
.story_modal_window_current .story_content {
opacity: 1;
}
.story_content {
padding-bottom: 12px;
}
.story_content .story_item_author_avatar {
margin-right: 10px;
float: left;
}
.story_content .story_item_author_avatar img {
width: 36px;
height: 36px;
border-radius: 50%;
}
.story_content .story_meta {
float: left;
margin-top: 1px;
}
.story_content .story_item_author {
font-size: 14px;
line-height: 16px;
letter-spacing: 0.5px;
display: block;
font-weight: bold;
}
.story_content .story_item_author a {
color: #fff;
}
.story_content .story_item_author a:hover {
color: #ccc;
}
.story_content .story_date {
font-size: 13px;
display: block;
color: #ccc;
letter-spacing: 0.4px;
line-height: 15px;
}
.stories_grid_wrapper.row {
margin-left: -9px;
margin-right: -9px;
}
.stories_grid_wrapper.row .story_item, .stories_grid_wrapper.row .story-day-title {
padding-right: 9px;
padding-left: 9px;
padding-bottom: 18px;
}
.stories_grid_wrapper.row .story-day-title:before, .stories_grid_wrapper.row .story-day-title:after {
left: 9px;
}
.stories_day_container {
margin-bottom: 20px;
}
.stories_day_container:last-child {
margin-bottom: 0;
}
.story_comment_container .comment-reply-title {
margin-top: 0;
}
.story_comment_container .comment_details_wrapper, .story_comment_container .form-submit, .story_comment_container .comment_details_wrapper .col6 {
width: 100%!important;
}
.story_comment_container .comment_details_wrapper .col6 {
margin-bottom: 8px;
}
.story_comment_container .comment-list .comment {
margin-bottom: 12px;
padding-bottom: 6px;
}
.story_comment_container .comment_textarea_wrapper textarea {
padding: 6px 8px;
}
.story_comment_container .comment_textarea_wrapper img {
display: none;
}
.story_single_nav {
position: fixed;
top: 50%;
height: 100px;
width: 100px;
margin-top: -50px;
-o-transition: margin  0.15s ease-in;
-webkit-transition: margin  0.15s ease-in;
-moz-transition: margin  0.15s ease-in;
transition: margin  0.15s ease-in;
}
.story_single_nav.story_single_next {
left: 0;
margin-left: -50px;
}
.story_single_nav.story_single_next:hover {
margin-left: -30px;
}
.story_single_nav.story_single_prev {
right: 0;
margin-right: -50px;
}
.story_single_nav.story_single_prev:hover {
margin-right: -30px;
}
.story_comment_container .comment-author.vcard img {
display: none;
}
.story_comment_container .comment-list .comment-meta {
margin-bottom: 0;
}
.story_comment_container .comment-content {
margin-left: 0;
padding: 8px 18px 1px;
border-radius: 8px;
}
.story_comment_container .comment-list .reply {
margin-left: 0;
}
.story_comment_container .comment-list .reply a {
margin-left: 3px;
}
.story_view_info {
margin-bottom: 18px;
padding-bottom: 18px;
border-bottom: 1px solid #eee;
}
.story_view_info .story_item_author_avatar {
margin-right: 10px;
float: left;
}
.story_view_info .story_item_author_avatar img {
width: 40px;
height: 40px;
border-radius: 50%;
}
.story_view_info .story_meta {
float: left;
}
.story_view_info .story_item_author {
font-size: 16px;
line-height: 22px;
letter-spacing: 0.5px;
display: block;
font-weight: bold;
}
.story_view_info .story_item_author a {
color: #222;
}
.story_view_info .story_item_author a:hover {
color: #ff374a;
}
.story_view_info .story_date {
font-size: 13px;
display: block;
color: #555;
letter-spacing: 0.4px;
line-height: 15px;
}
.stories_overlay_comments_count {
z-index: 1;
}  .alia_spinner {
width: 40px;
height: 40px;
position: relative;
margin-left: auto;
margin-right: auto;
top: 50%;
margin-top: -20px;
}
.alia-double-bounce1, .alia-double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #fff;
opacity: 0.7;
position: absolute;
top: 0;
left: 0;
-webkit-animation: aw-bounce 2.0s infinite ease-in-out;
-moz-animation: aw-bounce 2.0s infinite ease-in-out;
animation: aw-bounce 2.0s infinite ease-in-out;
}
.alia-double-bounce2 {
-webkit-animation-delay: -1.0s;
-moz-animation-delay: -1.0s;
animation-delay: -1.0s;
}
@-webkit-keyframes aw-bounce {
0%, 100% { -webkit-transform: scale(0.0); transform: scale(0.0); }
50% { -webkit-transform: scale(1.0); transform: scale(1.0); }
}
@keyframes aw-bounce {
0%, 100% {
-webkit-transform: scale(0.0);
transform: scale(0.0);
} 50% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}  html.side_container_opened {
overflow: hidden;
}
.site_side_container {
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
position: fixed;
width: 341px;
height: 100%;
background-color: #fff;
border-left: 1px solid #e7e7e7;
box-shadow: -1px 0 35px 7px rgba(0, 0, 0, 0.00);
right: -341px;
top: 0;
-o-transition: transform 0.3s ease-out;
-webkit-transition: transform 0.3s ease-out;
-moz-transition: transform 0.3s ease-out;
transition: transform 0.3s ease-out;
z-index: 999999;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
} body.admin-bar .site_side_container {
top: 32px;
}
.side_container_opened .site_side_container {
-moz-transform: translate(-100%);
-ms-transform: translate(-100%);
-o-transform: translate(-100%);
-webkit-transform: translate(-100%);
transform: translate(-100%);
box-shadow: -1px 0 35px 7px rgba(0, 0, 0, 0.06);
}
.site_main_container,
#page {
-o-transition: transform 0.35s ease-out;
-webkit-transition: transform 0.35s ease-out;
-moz-transition: transform 0.35s ease-out;
transition: transform 0.35s ease-out;
}
.side_container_opened .site_main_container {
-moz-transform: translate(-80px);
-ms-transform: translate(-80px);
-o-transform: translate(-80px);
-webkit-transform: translate(-80px);
transform: translate(-80px);
right: 0;
}
.sticky_header_nav_wrapper {
-o-transition: all 0.35s ease-out, top 0.35s ease-out, border 0.2s ease-in;
-webkit-transition: all 0.35s ease-out, top 0.35s ease-out, border 0.2s ease-in;
-moz-transition: all 0.35s ease-out, top 0.35s ease-out, border 0.2s ease-in;
transition: all 0.35s ease-out, top 0.35s ease-out, border 0.2s ease-in;
}
.footer_static_bar {
-o-transition: transform 0.35s ease-out, bottom 0.35s ease-out;
-webkit-transition: transform 0.35s ease-out, bottom 0.35s ease-out;
-moz-transition: transform 0.35s ease-out, bottom 0.35s ease-out;
transition: transform 0.35s ease-out, bottom 0.35s ease-out;
}
.side_container_opened .footer_static_bar,
.side_container_opened .sticky_header_nav_wrapper {
-moz-transform: translate(-80px);
-ms-transform: translate(-80px);
-o-transform: translate(-80px);
-webkit-transform: translate(-80px);
transform: translate(-80px);
right: 0;
}
html.modal_open .footer_static_bar {
bottom: -130px;
}
.sliding_close_helper_overlay {
display: none;
position: fixed;
cursor: pointer;
width: 100%;
height: 100%;
top: 0;
left: 0;
margin-left: 0;
background-color: #f5f8fa;
opacity: 0.3;
}
body.side_container_opened .sliding_close_helper_overlay {
display: block;
}
body.side_container_opened {
overflow: hidden;
}
.site_side_container .info_sidebar {
padding: 26px 30px;
}
body.admin-bar .site_side_container .info_sidebar  {
padding-bottom: 58px;
}   .header_search > form.search {
position: relative;
height: 100%;
margin-left: 0;
}
.header_search > form.search .search_text {
width: 0;
border: none;
height: auto;
line-height: 25px;
padding-top: 1px;
padding-bottom: 0;
padding-right: 14px;
padding-left: 11px;
margin-top: auto;
margin-bottom: auto;
-o-transition: all  0.2s ease-in;
-webkit-transition: all  0.2s ease-in;
-moz-transition: all  0.2s ease-in;
transition: all  0.2s ease-in;
}
.header_search > form.search > .search_form_icon {
position: absolute;
right: 0;
line-height: 19px;
height: 100%;
border: none;
width:24px;
text-align: right;
cursor: pointer;
top: 50%;
margin-top: -8px;
}
.header_search > form.search > .search_form_icon > .search_submit {
position: absolute;
right: 0;
top: 0;
padding: 0;
background-color: transparent;
line-height: 19px;
height: 100%;
border: none;
width:24px;
text-align: right;
display: none;
cursor: pointer;
}
.expanded_search.header_search > form.search > .search_form_icon > .search_submit {
display: block;
}
.expanded_search.header_search > form.search .search_text {
width: 164px;
padding-right: 22px;
}
input[type="text"].search_text {
background-color: #fff;
}  .header_controls {
float: right;
display: inline-block;
}
.header_control_wrapper {
float: left;
padding: 5px 0;
position: relative;
margin-left: 6px;
color: #545454;
}
.header_sliding_sidebar_control {
position: relative;
margin-left: 20px;
line-height: 30px;
}
.header_sliding_sidebar_control .header_control_icon {
font-size: 16px;
}
.header_control_icon {
font-size: 15px;
color: #222;
}
.header_control_icon:hover {
color: #000;
}
.header_control_wrapper a {
color: #222;
}
.header_control_wrapper a:hover, body.side_container_opened .header_control_wrapper a {
color: #000;
}
body.no_sitetitle_in_menu .header_nav .site_branding {
display: none;
}
body.no_sitetitle_in_menu .header_nav {
text-align: center;
padding-top: 7px;
padding-bottom: 0;
}
body.no_sitetitle_in_menu .header_nav .main_menu {
float: none;
}
body.no_sitetitle_in_menu .header_controls {
float: none;
margin-left: 10px;
}
body.header_is_stick.no_sitetitle_in_menu .header_nav .main_menu {
float: left;
margin-left: -12px;
}
body.header_is_stick.no_sitetitle_in_menu .header_controls {
float: right;
}
body.no_sitetitle_in_menu .header_control_wrapper {
padding: 7px 0;
} body.header_is_stick.no_sitetitle_in_menu .sticky_header_nav_wrapper .header_nav {
padding-top: 7px;
padding-bottom: 0;
}  .footer_static_bar .customize-partial-edit-shortcut-footerstaticbar .customize-partial-edit-shortcut-button {
left: 0;
}
.footer_static_bar {
position: fixed;
height: 130px;
width: 100%;
padding-bottom: 60px;
bottom: -60px;
box-shadow: 0 -1px 27px 4px rgba(0, 0, 0, 0.07);
background-color: #fff;
padding-top: 6px;
z-index: 99;
left: 0;
}
body.has_static_footer {
margin-bottom: 70px;
}
.static_footer_title {
float: left;
width: min-intrinsic;
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
word-break: normal;
font-size: 18px;
font-weight: bold;
margin-top: 10px;
margin-top: 5px;
line-height: 1.35em;
}
.static_footer_title .footer_title_dot {
margin-left: 2px;
}
.static_footer_stories {
float: right;
}
.static_footer_stories .story_circle:last-child:hover {
margin-right: -10px;
}
.static_footer_stories .see_more_circle:last-child:hover {
margin-right: -10px;
}
.alia_gototop_button > i {
float: left;
background-color: #ff374a;
color: #ffffff;
border-radius: 20px;
line-height: 36px;
margin: 2px;
width: 36px;
height: 36px;
cursor: pointer;
text-align: center;
-o-transition: all 0.15s ease-in;
-webkit-transition: all 0.415 ease-in;
-moz-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
}
.alia_gototop_button > i:hover {
background-color: #222;
}
.alia_gototop_button {
position: fixed;
margin-left: 10px;
z-index: 999;
bottom: 15px;
right: 15px;
opacity: 0;
margin-bottom: -20px;
-o-transition: all 0.4s ease-in;
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
body.has_static_footer .alia_gototop_button {
bottom: 85px;
}
.alia_gototop_button.alia_gototop_visible {
opacity: 1;
margin-bottom: 0;
}  body.text_posts_unbordered .read_next_title.section_title{
display: none;
}
.blog_post_container .post_body.no_post_banner {
padding: 40px 120px;
margin-right: 0;
margin-left: 0;
border-radius: 7px;
border: 1px solid #d6d6d6;
}
body.text_posts_unbordered .blog_post_container .post_body.no_post_banner {
border: none;
padding: 0 120px;
}
body.text_posts_unbordered .full_width_list .blog_post_container .post_body.no_post_banner .post_title {
font-size: 26px;
}
body.text_posts_unbordered .full_width_list .blog_post_container .post_body.no_post_banner .entry-summary {
font-size: 16px;
line-height: 1.65em;
color: #424242;
}
body.text_posts_unbordered .two_coloumns_list .blog_post_container .post_body.no_post_banner .post_title {
font-size: 26px;
}
body.text_posts_unbordered .two_coloumns_list .blog_post_container .post_body.no_post_banner .entry-summary {
font-size: 16px;
line-height: 1.65em;
color: #424242;
}
body.text_posts_unbordered .full_width_list .blog_post_container.post.sticky .post_body.no_post_banner .blog_meta_item.sticky_post {
left: -8px;
top: 7px;
}
body.text_posts_unbordered .two_coloumns_list .blog_post_container.post.sticky .post_body.no_post_banner .blog_meta_item.sticky_post {
margin-top: -18px;
left: 20px;
}
body.text_posts_unbordered .grid_list .blog_post_container.post.sticky .post_body.no_post_banner .blog_meta_item.sticky_post {
left: 0;
margin-top: -14px;
font-size: 16px;
}
.full_width_post_single .blog_post_container .post_body.no_post_banner {
padding: 0 120px 20px;
border: none;
}
.two_coloumns_list .blog_post_container .post_body.no_post_banner {
padding: 40px 120px 40px;
border: 1px solid #d6d6d6;
}
.blog_post_container.format-standard .single_post_body.no_post_banner {
margin-left: 120px;
margin-right: 120px;
margin-bottom: 40px;
}
.grid_list .blog_post_container .post_body.no_post_banner {
padding: 24px 32px;
margin-left: 0;
margin-right: 0;
}
body.text_posts_unbordered .grid_list .blog_post_container .post_body.no_post_banner {
padding: 0;
margin-left: 0;
margin-right: 0;
}
.two_coloumns_list .blog_post_container .post_body.no_post_banner {
margin-left: 20px;
margin-right: 20px;
width: initial;
}
.blog_post_container.format-aside .post_body {
padding: 40px 120px;
margin-right: 0;
margin-left: 0;
border-radius: 7px;
border: 1px solid #d6d6d6;
}
body.text_posts_unbordered .blog_post_container.format-aside .post_body {
border: none;
padding: 0 120px;
}
body.text_posts_unbordered .full_width_list .blog_post_container.format-aside .post_body .post_title {
font-size: 26px;
}
body.text_posts_unbordered .full_width_list .blog_post_container.format-aside .post_body .entry-summary {
font-size: 16px;
line-height: 1.65em;
color: #424242;
}
body.text_posts_unbordered .full_width_list .blog_post_container.format-aside .post_body .post_meta_item.meta_item_author .author.vcard {
font-size: 15px;
}
body.text_posts_unbordered .two_coloumns_list .blog_post_container.format-aside .post_body .post_title {
font-size: 26px;
}
body.text_posts_unbordered .two_coloumns_list .blog_post_container.format-aside .post_body .entry-summary {
font-size: 16px;
line-height: 1.65em;
color: #424242;
}
body.text_posts_unbordered .two_coloumns_list .blog_post_container.format-aside .post_body .post_meta_item.meta_item_author .author.vcard {
font-size: 15px;
}
body.text_posts_unbordered .grid_list .blog_post_container.format-aside .post_body .post_title {
margin-top: -5px;
}
.blog_post_container.format-aside .post_body {
}
.full_width_post_single .blog_post_container.format-aside .post_body {
padding: 0 120px;
border: none;
}
.two_coloumns_list .blog_post_container.format-aside .post_body {
padding: 40px 120px 40px;
border: 1px solid #d6d6d6;
}
.blog_post_container.format-aside .post_body .entry-content blockquote {
background-color: #fff;
}
.grid_list .blog_post_container.format-aside .post_body {
padding: 24px 32px;
margin-left: 0;
margin-right: 0;
}
body.text_posts_unbordered .grid_list .blog_post_container.format-aside .post_body {
padding: 0;
margin-left: 0;
margin-right: 0;
}
.two_coloumns_list .blog_post_container.format-aside .post_body {
margin-left: 20px;
margin-right: 20px;
width: initial;
}
.blog_post_container.format-aside .entry-content {
font-size: 19px;
line-height: 1.7;
letter-spacing: -0.025em;
}
.blog_post_container.format-aside .entry-summary {
font-size: 17px;
line-height: 1.7;
letter-spacing: -0.025em;
}
.grid_list .blog_post_container.format-aside .entry-summary {
font-size: 13.5px;
line-height: 1.65em;
}
.blog_post_container.format-aside .post_meta_container.aside_single_post_meta {
margin-top: 20px;
}
.blog_post_container form.post-password-form {
margin-top: 66px;
margin-bottom: 66px;
}
.blog_post_container form.post-password-form p {
font-size: 16px;
font-weight: normal;
line-height: 1.65em;
margin-top: 12px;
margin-bottom: 12px;
}
.blog_post_container form.post-password-form input[type="password"] {
display: block;
width: 100%;
width: 300px;
}
.blog_post_container form.post-password-form input[type="submit"] {
display: block;
width: 100%;
width: 300px;
}
.main_content_area.not-found {
text-align: center;
margin-top: 70px;
margin-bottom: 60px;
}
.main_content_area.not-found .error_icon {
font-size: 60px;
margin-bottom: 13px;
color: #efefef;
}
.main_content_area.not-found .page-header .page-title {
margin-top: 34px;
margin-bottom: 8px;
font-size: 24px;
color: #222;
}
.main_content_area.not-found p {
margin-top: 0;
margin-bottom: 12px;
font-size: 17px;
}
.main_content_area.not-found .search-form {
margin-top: 24px;
}
.main_content_area.not-found .search-form .search_submit {
background-color: #ff374a;
color: #fff;
height: 35px;
vertical-align: middle;
line-height: 23px;
}
.main_content_area.not-found .search-form .search-field {
margin-bottom: 6px;
margin-right: 4px;
}
.main_content_area.not-found .search-form .search_submit:hover {
background-color: #333;
}
.blog_post_container.format-standard .post_banner img, .blog_post_container.format-image .post_banner img {
border: 1px solid #f6f6f6;
background-color: #f6f6f6;
}  .author_avatar_col {
width: 260px;
max-width: 100%;
}
.author_info_col {
width: 660px;
max-width: 100%;
}
.author_info_container .author_display_name {
font-size: 18px;
line-height: 25px;
margin-top: 8px;
margin-bottom: 16px;
float: left;
}
.author_info_container.author_single_box .author_display_name {
margin-top: 2px;
margin-bottom: 12px;
}
.author_info_container .author_description {
font-size: 15px;
line-height: 1.45em;
clear: both;
color: #636363;
}
.author_info_container.author_single_box .author_description {
font-size: 14px;
}
.author_info_container .stories_circles_wrapper {
margin-top: 18px;
margin-left: 6px;
clear: both;
}
.author_info_container .author_social_icons_list {
margin-top: 8px;
}
.author_info_container .author_box_info_header .author_social_icons_list.social_icons_list .social_icon {
margin-right: 0;
margin-left: 18px;
font-size: 14.5px;
margin-top: 6px;
}
.author_single_box .author_box_info_header .author_social_icons_list.social_icons_list .social_icon {
margin-right: 0;
margin-left: 18px;
font-size: 13px;
margin-top: 3px;
}
.author_info_container .author_box_info_header .author_social_icons_list {
float: right;
margin-top: -1px;
}
.author_info_container.author_page_box .author_box_info_header .author_social_icons_list {
margin-top: 0;
}
.author_info_container .story_circle:first-child:hover {
margin-left: -10px;
}
.author_avatar_col img {
width: 220px;
height: 220px;
}
.author_info_container.author_single_box {
margin-top: 46px;
margin-right: 120px;
margin-left: 120px;
border-top: 1px solid #eee;
padding-top: 46px;
max-width: 640px;
}
body.pages_wide_text_content.page .author_info_container.author_single_box {
margin-right: auto;
margin-left: auto;
max-width: initial;
}
.author_info_container.author_single_box > .row {
margin-left: -16px;
margin-right: -16px;
}
.author_info_container.author_single_box .author_avatar_col {
width: 172px;
padding-left: 16px;
padding-right: 16px;
}
.author_info_container.author_single_box .author_info_col {
width: 500px;
padding-left: 16px;
padding-right: 16px;
}
.author_info_container.author_single_box .author_avatar_col img {
width: 140px;
height: 140px;
}
.author_info_container.author_single_box .stories_circles_wrapper {
margin-top: 8px;
}
.author_info_container.author_single_box .story_circle {
width: 50px;
height: 50px;
}
.author_info_container.author_single_box .see_more_circle {
width: 50px;
height: 50px;
}
.author_info_container.author_single_box .see_more_circle a {
font-size: 13px;
line-height: 40px;
}
.author_page_box {
margin-top: 70px;
margin-bottom: 70px;
border-bottom: 1px solid #ececec;
padding-bottom: 70px;
}
.author_display_name a{
color: #222;
}  .post_share_container {
max-width: 640px;
margin-left: 120px;
margin-right: 120px;
margin-top: 36px;
overflow: hidden;
}
body.pages_wide_text_content.page .post_share_container {
margin-left: auto;
margin-right: auto;
max-width: initial;
}
.share_item.share_sign {
font-size: 18px;
margin-right: 10px;
color: #efefef;
float: left;
}
.share_item.share_title {
float: left;
line-height: 28px;
color: #222;
text-transform: uppercase;
font-size: 18px;
letter-spacing: 0.4px;
display: block;
position: relative;
}
.share_item.share_title:before {
content: "";
background-color: #222;
width: 6px;
height: 6px;
border-radius: 50%;
right: -20px;
top: 50%;
margin-top: -3px;
z-index: 1;
position: absolute;
}
.share_item.share_title:after {
content: "";
width: 700px;
height: 1px;
top: 50%;
right: -720px;
position: absolute;
background-color: #eee;
z-index: 0;
}
.post_share_icons_wrapper {
float: right;
background-color: #fff;
position: relative;
}
.social_share_item_wrapper {
}
.social_share_item_wrapper a {
color: #737373;
display: inline-block;
border-radius: 4px;
font-size: 15px;
-o-transition: color 0.15s ease-in;
-webkit-transition: color 0.15s ease-in;
-moz-transition: color 0.15s ease-in;
transition: color 0.15s ease-in;
margin-left: 16px;
}
.social_share_item_wrapper a:hover {
color: #222!important;
}
.social_share_item_wrapper a.share_item.share_facebook {
color: #3b5998;
}
.social_share_item_wrapper a.share_item.share_twitter {
color: #1da0f3;
}
.social_share_item_wrapper a.share_item.share_googleplus {
color: #e62c33;
}
.social_share_item_wrapper a.share_item.share_linkedin {
color: #0174b3;
}
.social_share_item_wrapper a.share_item.share_pinterest {
color: #ca2027;
}
.social_share_item_wrapper a.share_item.share_reddit {
color: #ff4500;
}
.social_share_item_wrapper a.share_item.share_tumblr {
color: #2a445f;
}
.social_share_item_wrapper a.share_item.share_vk {
color: #44658e;
}
.social_share_item_wrapper a.share_item.share_pocket {
color: #ef4055;
}
.social_share_item_wrapper a.share_item.share_whatsapp {
color: #25d366;
}
.social_share_item_wrapper a.share_item.share_telegram {
color: #289fd3;
}
.social_share_item_wrapper a.share_item.share_stumbleupon {
color: #eb4724;
}
.social_share_item_wrapper a:hover {
color: #333;
}
.blog_list_share_container {
float: right;
margin-top: 2px;
}
.blog_list_share_container .social_share_item_wrapper a.share_item, .blog_list_share_container .mobile_share_toggle {
color: #e0e0e0;
font-size: 16.5px;
line-height: 20px;
vertical-align: top;
margin-left: 16px;
}
.blog_list_share_container .social_share_item_wrapper a.share_item:hover {
color: #ff374a;
}
.two_coloumns_list .blog_list_share_container .social_share_item_wrapper a.share_item, .grid_list .blog_list_share_container .social_share_item_wrapper a.share_item {
font-size: 15px;
margin-left: 11px;
}
.two_coloumns_list .blog_list_comment_link a, .grid_list .blog_list_comment_link a {
font-size: 15px;
}
.two_coloumns_list .blog_list_comment_link a .comment_num, .grid_list .blog_list_comment_link a .comment_num {
font-size: 15px;
}
.two_coloumns_list .blog_list_comment_link, .grid_list .blog_list_comment_link {
margin-left: 15px;
margin-top: 4px;
}
.two_coloumns_list .blog_list_share_container, .grid_list .blog_list_share_container {
margin-top: 4px;
}
.grid_list .social_share_item_wrapper {
display: none;
}
.grid_list .social_share_item_wrapper:nth-child(1), .grid_list .social_share_item_wrapper:nth-child(2), .grid_list .social_share_item_wrapper:nth-child(3) {
display: initial;
}
.grid_list.grid_list_2_col .social_share_item_wrapper:nth-child(4), .grid_list.grid_list_2_col .social_share_item_wrapper:nth-child(5), .grid_list.grid_list_2_col .social_share_item_wrapper:nth-child(6), .grid_list.grid_list_2_col .social_share_item_wrapper:nth-child(7) {
display: initial;
}
.two_coloumns_list .social_share_item_wrapper {
display: none;
}
.two_coloumns_list .social_share_item_wrapper:nth-child(1), .two_coloumns_list .social_share_item_wrapper:nth-child(2), .two_coloumns_list .social_share_item_wrapper:nth-child(3), .two_coloumns_list .social_share_item_wrapper:nth-child(4), .two_coloumns_list .social_share_item_wrapper:nth-child(5), .two_coloumns_list .social_share_item_wrapper:nth-child(6), .two_coloumns_list .social_share_item_wrapper:nth-child(7) {
display: initial;
}  .twitter_widget_wrapper {
background-color: #f6f6f6;
border-radius: 7px;
padding-top: 25px;
padding-bottom: 25px;
border: 1px solid transparent;
}
.twitter_widget_border {
border-left: 180px solid transparent;
border-right: 180px solid transparent;
overflow: hidden;
border-radius: 7px;
}
blockquote.twitter-tweet {
opacity: 0;
width: 100%;
float: none!important;
margin: 0;
max-width: 100%;
clear: both;
}
.twitter-tweet {
max-width: initial!important;
width: 520px!important;
margin: 0 auto;
background-color: #fff;
border-radius: 4px!important;
-o-transition: opacity 0.5s ease-in;
-webkit-transition: opacity 0.5s ease-in;
-moz-transition: opacity 0.5s ease-in;
transition: opacity 0.5s ease-in;
margin-bottom: -1px!important;
margin-left: -1px!important;
margin-right: -1px!important;
margin-top: -1px!important;
}
body.single .full_width_post_single > .col12 > article.blog_post_container > .post_body .twitter_widget_wrapper {
margin-left: -120px;
margin-right: -120px;
margin-top: 30px;
margin-bottom: 30px;
}
.two_coloumns_list .twitter_widget_wrapper, .grid_list .twitter_widget_wrapper {
padding-top: 5px;
padding-bottom: 5px;
}
.two_coloumns_list .twitter_widget_border, .grid_list .twitter_widget_border {
border-left: 0 solid #fff;
border-right: 0 solid #fff;
position: relative;
}
.two_coloumns_list .twitter-tweet, .grid_list .twitter-tweet {
margin-left: 0!important;
margin-right: 0!important;
}
.two_coloumns_list .twitter_widget_border:after, .grid_list .twitter_widget_border:after {
content: " ";
position: absolute;
width: 2px;
height: 100%;
background-color: #fff;
top: 0;
right: 0;
z-index: 2;
}
.two_coloumns_list .twitter_widget_border:before, .grid_list .twitter_widget_border:before {
content: " ";
position: absolute;
width: 2px;
height: 100%;
background-color: #fff;
top: 0;
left: 0;
z-index: 2;
}
.two_coloumns_list .twitter-tweet, .grid_list .twitter-tweet {
width: 100%!important;
}
.entry-content .twitter_widget_border > p {
display: none;
}  .alia_cookies_notice_wrapper {
position: fixed;
width: 342px;
bottom: 40px;
right: 40px;
z-index: 999999999;
}
.alia_cookies_notice {
background-color: #fff;
padding: 16px 20px;
border-radius: 4px;
font-size: 14px;
line-height: 22px;
color: #424242;
text-align: center;
-webkit-box-shadow: 0 0 43px 9px rgba(0, 0, 0, 0.19);
-moz-box-shadow: 0 0 43px 9px rgba(0, 0, 0, 0.19);
box-shadow: 0 0 43px 9px rgba(0, 0, 0, 0.19);
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
body.has_static_footer .alia_cookies_notice_wrapper {
bottom: 110px;
}
.alia_cookie_accept_area {
background-color: #f3f3f3;
margin-left: -20px;
margin-right: -20px;
margin-bottom: -16px;
padding: 16px 20px;
}
.cookies_icons {
margin-top: -47px;
}
.cookies_icons i {
font-size: 50px;
width: 60px;
height: 60px;
text-align: center;
color: #424242;
line-height: 60px;
}
.title.alia_cookies_title {
margin-top: 9px;
margin-bottom: -9px;
}
.alia_cookis_description {
margin-top: 16px;
margin-bottom: 16px;
}
.cookies_accept_button {
background-color: #ff374a;
color: #fff;
font-weight: bold;
border-radius: 4px;
font-size: 14px;
height: 32px;
line-height: 32px;
width: 100%;
display: inline-block;
cursor: pointer;
-o-transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in;
-moz-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
}
.cookies_accept_button:hover {
background-color: #222;
color: #fff;
}
.cookies_accept_links {
font-size: 13px;
margin-bottom: 10px;
display: inline-block;
line-height: 17px;
color: #222;
display: block;
margin-top: -6px;
}
.cookies_accept_links a {
font-weight: bold;
color: #222;
}
.cookies_accept_links a:hover {
text-decoration: underline;
}   @media screen and (min-width: 911px) {
body.sliding_sidebar_inactive .header_sliding_sidebar_control {
display: none;
}
body.sliding_sidebar_inactive .sliding_close_helper_overlay {
display: none;
}
body.sliding_sidebar_inactive .site_side_container {
display: none;
}
.post_width_sidebar_row {
margin-left: -23px;
margin-right: -23px;
}
.sidebar_post_content_col, .default_widgets_col {
padding-right: 23px;
padding-left: 23px;
}
.full_width_post_single.sidebar_post_single .blog_post_container .single_post_body {
margin-left: 0;
margin-right: 0;
margin-bottom: 46px;
}
.full_width_page_single.sidebar_post_single .blog_page_container .single_page_body {
margin-left: 0;
margin-right: 0;
margin-bottom: 46px;
}
.full_width_post_single.sidebar_post_single .comment_container, .full_width_page_single.sidebar_post_single .comment_container {
margin-left: 0;
margin-right: 0;
}
.full_width_post_single.sidebar_post_single .blog_post_container .post_body.no_post_banner {
padding: 0 0 20px;
}
.full_width_post_single.sidebar_post_single .blog_post_container.format-standard .single_post_body.no_post_banner {
margin-left: 0;
margin-right: 0;
margin-bottom: 40px;
}
.full_width_post_single.sidebar_post_single .post_share_container {
margin-left: 0;
margin-right: 0;
}
.full_width_page_single.sidebar_post_single .post_share_container {
margin-left: 0;
margin-right: 0;
}
.full_width_post_single.sidebar_post_single .author_info_container.author_single_box {
margin-left: auto;
margin-right: auto;
margin-top: 30px;
text-align: center;
}
.full_width_post_single.sidebar_post_single .author_info_container.author_single_box .author_avatar_col {
width: initial;
clear: both;
float: none;
}
.full_width_post_single.sidebar_post_single .author_info_container.author_single_box .author_avatar_col img {
width: 120px;
height: 120px;
}
.full_width_post_single.sidebar_post_single .author_info_container.author_single_box .author_info_col {
width: 100%;
}
.full_width_post_single.sidebar_post_single .author_info_container.author_single_box .author_display_name {
float: none;
margin-top: 4px;
}
.full_width_post_single.sidebar_post_single .author_info_container .author_box_info_header .author_social_icons_list {
float: none;
}
.full_width_post_single.sidebar_post_single .author_info_container.author_single_box .author_box_info_header .author_social_icons_list.social_icons_list .social_icon {
margin-left: 16px;
margin-bottom: 8px;
margin-right: 16px;
}
.full_width_page_single.sidebar_post_single .author_info_container.author_single_box {
margin-left: auto;
margin-right: auto;
margin-top: 30px;
text-align: center;
}
.full_width_page_single.sidebar_post_single .author_info_container.author_single_box .author_avatar_col {
width: initial;
clear: both;
float: none;
}
.full_width_page_single.sidebar_post_single .author_info_container.author_single_box .author_avatar_col img {
width: 120px;
height: 120px;
}
.full_width_page_single.sidebar_post_single .author_info_container.author_single_box .author_info_col {
width: 100%;
}
.full_width_page_single.sidebar_post_single .author_info_container.author_single_box .author_display_name {
float: none;
margin-top: 4px;
}
.full_width_page_single.sidebar_post_single .author_info_container .author_box_info_header .author_social_icons_list {
float: none;
}
.full_width_page_single.sidebar_post_single .author_info_container.author_single_box .author_box_info_header .author_social_icons_list.social_icons_list .social_icon {
margin-left: 16px;
margin-bottom: 8px;
margin-right: 16px;
}
.sidebar_post_content_col .entry-content .gallery {
margin-left: -5px;
margin-right: -5px;
}
.sidebar_post_content_col .entry-content .gallery.gallery-columns-1.gallery-size-full, .sidebar_post_content_col .entry-content .gallery.gallery-columns-6, .sidebar_post_content_col .entry-content .gallery.gallery-columns-7, .sidebar_post_content_col .entry-content .gallery.gallery-columns-8, .sidebar_post_content_col .entry-content .gallery.gallery-columns-9, .sidebar_post_content_col .entry-content .wp-block-gallery {
margin-left: -5px;
margin-right: -5px;
}
.sidebar_post_content_col .twitter_widget_border {
border-left: 27px solid #fff;
border-right: 27px solid #fff;
}
.sidebar_post_content_col .entry-content .gallery.gallery-columns-1.gallery-size-full {
margin-left: 0;
margin-right: 0;
}
.sidebar_post_content_col .blog_post_container .post_body {
margin-left: 0;
margin-right: 0;
}
body.text_posts_unbordered .sidebar_post_content_col .blog_post_container .post_body.no_post_banner {
padding-left: 0;
padding-right: 0;
}
.sidebar_post_content_col .full_width_list .blog_post_container {
margin-bottom: 38px;
padding-bottom: 38px;
}
.sidebar_post_content_col .grid_list .blog_post_container {
margin-bottom: 50px;
}
.sidebar_post_content_col .grid_list.row {
margin-left: -15px;
margin-right: -15px;
}
.sidebar_post_content_col .grid_list.row > .col6 {
padding-right: 15px;
padding-left: 15px;
}
.sidebar_post_content_col .full_width_list .post_title {
font-size: 18px;
}
.sidebar_post_content_col .post_banner {
margin-bottom: 18px;
}
.sidebar_post_content_col .blog_page_container .page_body {
margin-left: 0;
margin-right: 0;
}
.sidebar_post_content_col .blog_post_container .entry-content {
font-size: 15.5px;
line-height: 1.9em;
letter-spacing: 0.18px;
}
.sidebar_post_content_col .entry-content p {
margin-top: 20px;
margin-bottom: 20px;
}
.blog_post_container.format-aside .post_body {
padding-left: 0;
padding-right: 0;
}
body.text_posts_unbordered .sidebar_post_content_col .blog_post_container.format-aside .post_body {
padding-left: 0;
padding-right: 0;
}
.sidebar_post_content_col .entry-content img.alignnone.size-full {
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
.sidebar_post_content_col .entry-content iframe {
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
.sidebar_post_content_col .entry-content .alia_embed_wrapper {
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
.sidebar_post_content_col .entry-content .wp-video {
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
.sidebar_post_content_col .entry-content .facebook_embed_wrapper {
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
.sidebar_post_content_col .two_coloumns_list .blog_post_container .post_body.no_post_banner {
padding: 20px 30px 20px;
margin-left: 12px;
margin-right: 12px;
}
.sidebar_post_content_col .two_coloumns_list .blog_post_container.format-aside .post_body {
padding: 20px 30px 20px;
margin-left: 12px;
margin-right: 12px;
}
body.text_posts_unbordered .sidebar_post_content_col .two_coloumns_list .blog_post_container .post_body.no_post_banner {
padding: 0;
}
body.text_posts_unbordered .sidebar_post_content_col .two_coloumns_list .blog_post_container.format-aside .post_body {
padding: 0;
}
body.text_posts_unbordered .sidebar_post_content_col .two_coloumns_list .blog_post_container .post_body.no_post_banner .entry-title {
font-size: 18px;
}
body.text_posts_unbordered .sidebar_post_content_col .two_coloumns_list .blog_post_container.format-aside .post_body .entry-title {
font-size: 18px;
}
.sidebar_post_content_col .single_post_body .post_title {
font-size: 28px;
}
.sidebar_post_content_col .two_coloumns_list .post_title {
font-size: 16px;
margin-top: 10px;
}
.sidebar_post_content_col .two_coloumns_list .blog_post_readmore {
display: none;
}
.sidebar_post_content_col .grid_list .social_share_item_wrapper {
display: none;
}
.sidebar_post_content_col .grid_list .social_share_item_wrapper:nth-child(1), .sidebar_post_content_col .grid_list .social_share_item_wrapper:nth-child(2) {
display: initial;
}
.sidebar_post_content_col .grid_list .post_title {
font-size: 14px;
line-height: 1.55em;
}
.sidebar_post_content_col .grid_list .post_meta_item.meta_item_author {
font-size: 12px;
line-height: 12px;
}
.sidebar_post_content_col .grid_list .post_meta_item {
font-size: 10.5px;
line-height: 13px;
}
.sidebar_post_content_col .grid_list.grid_list_2_col .social_share_item_wrapper:nth-child(3), .sidebar_post_content_col .grid_list.grid_list_2_col .social_share_item_wrapper:nth-child(4), .sidebar_post_content_col .grid_list.grid_list_2_col .social_share_item_wrapper:nth-child(5), .sidebar_post_content_col .grid_list.grid_list_2_col .social_share_item_wrapper:nth-child(6), .sidebar_post_content_col .grid_list.grid_list_2_col .social_share_item_wrapper:nth-child(7) {
display: none;
}
.sidebar_post_content_col .blog_post_container.format-aside .blog_post_readmore {
display: block;
margin-top: 11px;
}
.sidebar_post_content_col .blog_post_container.format-aside .blog_post_readmore a {
font-size: 14px;
}
.sidebar_post_content_col .two_coloumns_list .blog_post_container.format-aside .blog_list_comment_link {
display: none;
}
.sidebar_post_content_col .two_coloumns_list .blog_post_container.format-aside .blog_list_share_container {
display: none;
}
.sidebar_post_content_col .two_coloumns_list .entry-summary {
font-size: 14.5px;
}
.sidebar_post_content_col .two_coloumns_list .post_meta_item.meta_item_author {
display: none;
}
body.single .sidebar_post_content_col .full_width_post_single > .col12 > article.blog_post_container > .post_body .twitter_widget_wrapper {
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
}
.sidebar_post_content_col .twitter_widget_wrapper {
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
background-color: #e0e0e0;
}
.sidebar_post_content_col .two_coloumns_list .thepost_row {
margin-left: -12px;
margin-right: -12px;
}
.sidebar_post_content_col .two_coloumns_list .post_banner {
padding-right: 12px;
padding-left: 12px;
}
.sidebar_post_content_col .two_coloumns_list .blog_post_container.format-audio .post_body.has_post_banner, .sidebar_post_content_col .two_coloumns_list .blog_post_container.format-gallery .post_body.has_post_banner, .sidebar_post_content_col .two_coloumns_list .blog_post_container.format-image .post_body.has_post_banner, .sidebar_post_content_col .two_coloumns_list .blog_post_container.format-status .post_body.has_post_banner, .sidebar_post_content_col .two_coloumns_list .blog_post_container.format-video .post_body.has_post_banner, .sidebar_post_content_col .two_coloumns_list .blog_post_container.format-standard .post_body.has_post_banner {
padding-right: 12px;
padding-left: 12px;
}
.sidebar_post_content_col .two_coloumns_list .blog_post_container .post_body.no_post_banner {
margin-left: 12px;
margin-right: 12px;
}
.sidebar_post_content_col .entry-content iframe {
max-width: 100%;
}
.sidebar_post_content_col .entry-content .alia_embed_wrapper {
max-width: 100%;
}
.sidebar_post_content_col .post_related {
margin-top: 30px;
}
.sidebar_post_content_col .two_coloumns_list .thepost_row {
margin-bottom: 40px;
}
.sidebar_post_content_col .two_coloumns_list .thepost_row:last-child {
margin-bottom: 10px;
}
.sidebar_post_content_col .read_next_loop_container {
padding-top: 40px;
}
}
@media only screen and (max-width: 910px) and (min-width: 580px) {
.twitter_widget_wrapper {
border: none;
padding-top: 16px;
padding-bottom: 16px;
background-color: #f6f6f6;
}
.twitter_widget_border {
border-left: 0;
border-right: 0;
}
.twitter-tweet {
margin: auto!important;
max-width: 100%!important;
}
.two_coloumns_list .twitter-tweet, .grid_list .twitter-tweet {
margin: auto!important;
max-width: 100%!important;
width: 520px!important;
}
.two_coloumns_list .twitter_widget_wrapper, .grid_list .twitter_widget_wrapper {
padding-top: 16px;
padding-bottom: 16px;
}
}
@media screen and (max-width: 580px) {
.two_coloumns_list .twitter-tweet, .grid_list .twitter-tweet {
width: none!important;
}
.twitter-tweet {
max-width: 100%!important;
margin-bottom: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
margin-top: 0 !important;
}
.twitter_widget_border {
border-left: 0 solid #fff;
border-right: 0 solid #fff;
}
.twitter_widget_wrapper {
border: none;
padding-top: 0;
padding-bottom: 0;
}
}
@media screen and (max-width: 910px) {
.header_nav.container {
width: initial;
max-width: 880px;
}
.stories_grid_wrapper.row .story_item {
width: 33.33333333%;
}
}
@media screen and (max-width: 910px) {
body.text_posts_unbordered .grid_list .blog_post_container.post.sticky .post_body.no_post_banner .blog_meta_item.sticky_post {
left: -8px;
margin-top: 10px;
}
body.single .full_width_post_single > .col12 > article.blog_post_container > .post_body .twitter_widget_wrapper {
margin-left: -15px;
margin-right: -15px;
}
.container {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
}
.entry-content .gallery {
margin-left: -15px;
margin-right: -15px;
}
.entry-content .gallery.gallery-columns-1.gallery-size-full, .entry-content .gallery.gallery-columns-6, .entry-content .gallery.gallery-columns-7, .entry-content .gallery.gallery-columns-8, .entry-content .gallery.gallery-columns-9, .entry-content .wp-block-gallery {
margin-left: -15px;
margin-right: -15px;
}
.single_post_body .post_title {
font-size: 24px;
}
.blog_post_container .post_body {
max-width: 640px;
margin-left: auto;
margin-right: auto;
}
.blog_post_container .single_post_body {
max-width: 640px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.full_width_post_single .post_banner {
margin-bottom: 10px;
}
.entry-content p {
margin-top: 20px;
margin-bottom: 20px;
}
.main_content_area {
margin-top: 40px;
}
.full_width_list .blog_post_container {
margin-bottom: 40px;
padding-bottom: 40px;
}
.blog_page_container .page_body {
margin-left: auto;
margin-right: auto;
}
.blog_page_container .single_page_body {
margin-left: auto;
margin-right: auto;
}
.post_share_container {
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
.author_info_container.author_single_box {
margin-left: auto;
margin-right: auto;
margin-top: 30px;
}
.author_info_container {
text-align: center;
}
.author_avatar_col img {
width: 140px;
height: 140px;
}
.author_info_container .author_display_name {
padding-bottom: 0;
margin-bottom: 6px;
font-size: 16px;
}
.author_info_container .author_display_name:before {
display: none;
}
.author_info_container .author_display_name:after {
display: none;
}
.author_info_container.author_single_box .author_display_name {
margin-top: 4px;
margin-bottom: 10px;
font-size: 17px;
}
.author_info_container.author_single_box .author_avatar_col {
width: initial;
margin-bottom: 12px;
}
.author_info_container.author_single_box .author_avatar_col img {
width: 120px;
height: 120px;
}
.author_info_container.author_single_box .author_info_col {
width: 100%;
}
.author_info_container.author_single_box .author_box_info_header .author_social_icons_list.social_icons_list .social_icon {
margin-left: 16px;
margin-right: 16px;
}
.full_width_post_single .comment_container, .full_width_page_single .comment_container {
margin-left: auto;
margin-right: auto;
}
.blog_post_container.format-standard .single_post_body.no_post_banner {
max-width: 640px;
margin-left: auto;
margin-right: auto;
}
.two_coloumns_list .blog_post_container.format-audio .post_body.has_post_banner, .two_coloumns_list .blog_post_container.format-gallery .post_body.has_post_banner, .two_coloumns_list .blog_post_container.format-image .post_body.has_post_banner, .two_coloumns_list .blog_post_container.format-status .post_body.has_post_banner, .two_coloumns_list .blog_post_container.format-video .post_body.has_post_banner, .two_coloumns_list .blog_post_container.format-standard .post_body.has_post_banner {
margin-left: auto;
margin-right: auto;
float: none;
}
.full_width_post_single .blog_post_container .post_body.no_post_banner {
padding-left: 0;
padding-right: 0;
max-width: 640px;
margin-left: auto;
margin-right: auto;
}
.full_width_post_single .blog_post_container.format-aside .post_body {
padding-left: 0;
padding-right: 0;
max-width: 640px;
margin-left: auto;
margin-right: auto;
}
.two_coloumns_list .blog_post_container .post_body.no_post_banner {
padding-left: 30px;
padding-right: 30px;
max-width: initial;
}
body.text_posts_unbordered .two_coloumns_list .blog_post_container .post_body.no_post_banner {
padding-left: 0;
padding-right: 0;
max-width: initial;
}
.two_coloumns_list .blog_post_container.format-aside .post_body {
padding-left: 30px;
padding-right: 30px;
}
body.text_posts_unbordered .two_coloumns_list .blog_post_container.format-aside .post_body {
padding-left: 0;
padding-right: 0;
}
body.text_posts_unbordered .grid_list .blog_post_container .post_body.no_post_banner {
padding-left: 15px;
padding-right: 15px;
max-width: initial;
}
body.text_posts_unbordered .grid_list .blog_post_container.format-aside .post_body {
padding-left: 15px;
padding-right: 15px;
}
.blog_post_container .post_body.no_post_banner {
padding-left: 30px;
padding-right: 30px;
max-width: none;
}
body.text_posts_unbordered .blog_post_container .post_body.no_post_banner {
padding-left: 15px;
padding-right: 15px;
max-width: none;
}
.blog_post_container .post_body.no_post_banner .entry-title, .blog_post_container .post_body.no_post_banner .post_meta_container, .blog_post_container .post_body.no_post_banner .post_info_wrapper {
max-width: 640px;
margin-left: auto;
margin-right: auto;
}
.blog_post_container.format-aside .post_body {
padding-left: 30px;
padding-right: 30px;
max-width: none;
}
body.text_posts_unbordered .blog_post_container.format-aside .post_body {
padding-left: 15px;
padding-right: 15px;
max-width: none;
}
.blog_post_container.format-aside .post_body .entry-title, .blog_post_container.format-aside .post_body .post_meta_container, .blog_post_container.format-aside .post_body .post_info_wrapper {
max-width: 640px;
margin-left: auto;
margin-right: auto;
}
.gray_header {
padding-top: 20px;
}
.two_coloumns_list .post_banner {
max-width: none;
margin-bottom: 24px;
width: 100%;
}
.two_coloumns_list .blog_post_container.format-audio .post_body.has_post_banner, .two_coloumns_list .blog_post_container.format-gallery .post_body.has_post_banner, .two_coloumns_list .blog_post_container.format-image .post_body.has_post_banner, .two_coloumns_list .blog_post_container.format-status .post_body.has_post_banner, .two_coloumns_list .blog_post_container.format-video .post_body.has_post_banner, .two_coloumns_list .blog_post_container.format-standard .post_body.has_post_banner {
width: 100%;
}
.gallery-caption {
font-size: 13px;
}
.entry-content .facebook_embed_wrapper {
margin-left: -15px;
margin-right: -15px;
}
.entry-content iframe {
max-width: 100%;
margin-left: 0;
margin-right: 0;
}
.entry-content .alia_embed_wrapper {
max-width: 100%;
margin-left: 0;
margin-right: 0;
}
.entry-content .wp-video {
max-width: 100%;
margin-left: 0;
margin-right: 0;
}
.entry-content blockquote {
float: none;
width: 100%;
margin: 0;
margin-top: 30px;
margin-bottom: 30px;
}
.entry-content blockquote:before {
left: -16px;
z-index: -1;
font-size: 80px;
color: #f5f5f5;
} .post_meta_item.meta_item_author .meta_author_avatar_url {
display: none;
}
body.admin-bar .site_side_container {
top: 0;
} .mobile_dropdown_arrow {
display: inline-block;
float: right;
width: 36px;
text-align: center;
height: 36px;
line-height: 36px;
margin-top: -7px;
margin-right: -11px;
}
.main_menu {
float: none!important;
}
.main_menu .navbar-nav {
margin: 0;
display: block;
float: none;
}
ul.navbar {
float: none;
}
ul.navbar > li.menu-item {
float: none;
}
ul.navbar > li.menu-item > a {
margin: 0;
padding-left: 0;
padding-right: 0;
}
ul.navbar > li.menu-item > .dropdown-menu {
float: none;
position: initial;
border: none;
margin-left: 0;
margin-top: 8px;
margin-bottom: 8px;
background-color: #f5f5f5;
}
.dropdown-submenu > .dropdown-menu {
position: initial;
float: none;
margin-top: auto;
border: none;
background-color: #efefef;
}
ul.navbar > li.menu-item .dropdown-menu > li:first-child > a {
margin-top: -1px;
}
.dropdown-menu .current-menu-ancestor, .dropdown-menu .current-menu-ancestor > a {
background-color: transparent;
color: #000;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
background-color: transparent;
color: #000;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
background-color: transparent;
color: #000;
}
.header_nav .main_menu {
display: none;
}
.site_side_container .top_header_items_holder {
display: block;
margin-bottom: 30px;
padding-bottom: 20px;
border-bottom: 1px solid #ededed;
}
.author_info_container .author_avatar_col {
margin-bottom: 12px;
clear: both;
float: none;
}
.author_info_container .author_social_icons_list.social_icons_list .social_icon {
margin-right: 14px;
margin-left: 0;
}
.header_control_wrapper a {
color: #222;
}
.col, .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .col20 {
width: 100%;
}
form.comment-form .comment_details_wrapper input {
margin-bottom: 8px;
}
form.comment-form .form-submit {
width: 100%;
}
.author_info_container .author_display_name {
float: none;
}
.author_info_container .author_box_info_header .author_social_icons_list {
float: none;
}
.author_info_container .author_box_info_header .author_social_icons_list.social_icons_list .social_icon {
margin-left: 16px;
margin-bottom: 8px;
margin-right: 16px;
}
.entry-content .gallery .gallery-item {
min-width: 20%;
}
}
@media screen and (max-width: 782px) {
body.admin-bar.header_is_stick .sticky_header_nav_wrapper {
top: 46px;
}
.social_share_name {
display: none;
}
.share_item.share_sign {
margin-bottom: 6px;
}
.entry-content .gallery .gallery-item {
min-width: 25%;
}
.entry-content .gallery .wp-caption-text {
display: none;
}
.ajax_modal_story .story_modal_window_prev {
right: -15px;
}
.ajax_modal_story .story_modal_window_next {
left: -15px;
}
}
@media screen and (max-width: 600px) {
.story_content .story_item_author_avatar img {
width: 32px;
height: 32px;
}
body.admin-bar.header_is_stick .sticky_header_nav_wrapper {
top: 0;
}
.entry-content .gallery .gallery-item {
min-width: 33.3333333333%;
}
.comment-list .comment-author {
float: none;
height: 21px;
}
.comment-list .comment-metadata {
line-height: 26px;
}
.comment-list .comment {
margin-bottom: 8px;
padding-bottom: 8px;
}
.comment-list ol.children, .comment-list ol.children ol.children {
margin-left: 0;
padding-left: 30px;
padding-top: 16px;
}
.comment-list .children .comment {
margin-bottom: 14px;
}
.stories_grid_wrapper.row .story_item {
width: 50%;
}
.entry-content {
line-height: 1.95;
font-size: 1.02rem;
}
.alia_cookies_notice_wrapper {
width: 100%;
right: initial;
padding-left: 15px;
padding-right: 15px;
bottom: 15px;
}
body.has_static_footer .alia_cookies_notice_wrapper {
bottom: 85px;
}
}
@media screen and (max-width: 400px) {
.entry-content {
line-height: 1.80;
}
.site_side_container {
width: 82%;
right: -82%;
}
}
.blog_post_control_item .blog_list_meta {
float: right;
width: fit-content;
margin-top: 5px;
display: inline-block;
}
.mobile_share_toggle {
display: none;
}
@media screen and (max-width: 670px) {
.post_share_icons_wrapper {
text-align: center;
float: none;
}
.share_item.share_title {
float: none;
text-align: center;
margin-bottom: 8px;
}
.social_share_item_wrapper a {
margin-right: 8px;
margin-left: 8px;
margin-top: 8px;
}
.blog_post_control_item .blog_list_meta {
float: right;
display: inline-block;
}
.mobile_share_toggle {
display: inline-block;
}
.blog_list_share_container .post_share_icons_wrapper {
text-align: initial;
float: right;
}
.blog_list_share_container .social_share_item_wrapper a {
margin-right: 0;
margin-left: 16px;
margin-top: 0;
}
.blog_post_container .post_body {
margin-left: 15px;
margin-right: 15px;
}
.post_share_container {
margin-left: 15px;
margin-right: 15px;
}
.blog_page_container .page_body {
margin-left: 15px;
margin-right: 15px;
}
.blog_page_container .single_page_body {
margin-left: 15px;
margin-right: 15px;
}
.blog_post_container .single_post_body {
margin-left: 15px;
margin-right: 15px;
}
.blog_post_container.format-standard .single_post_body.no_post_banner {
margin-left: 20px;
margin-right: 20px;
}
.full_width_post_single .blog_post_container .post_body.no_post_banner {
margin-left: 20px;
margin-right: 20px;
}
.full_width_post_single .blog_post_container.format-aside .post_body {
margin-left: 20px;
margin-right: 20px;
}
}
@media screen and (max-width: 300px) {
figure.wp-caption.alignleft,
img.alignleft {
max-width: 100%;
}
figure.wp-caption.alignright,
img.alignright {
max-width: 100%;
}
}  .widget_content {
font-size: 14px;
color: #777;
line-height: 1.6em;
}
.intro_widgets_container .widget_content {
font-size: 16px;
line-height: 1.65em;
color: #222;
margin-bottom: 16px;
}
.intro_widgets_container .widget_content:last-child {
margin-bottom: 0;
}
.site_side_container .widget_content {
font-size: 14px;
line-height: 1.5em;
}
.widget_content ul {
list-style: none;
padding: 0;
margin: 0;
}
.widget_content ul li {
margin-bottom: 11px;
line-height: 21px;
}
.widget_content ul li a {
color: #444;
font-size: 14px;
font-weight: bold;
}
.widget_content.widget_categories ul li a, .widget_content.widget_archive ul li a {
font-weight: normal;
font-size: 13px;
}
.widget_content ul li a:hover {
color: #ff374a;
}
.widget_content ul li:last-child {
margin-bottom: 0;
}
.widget_container:not(.intro_widget_content) .widget_content.widget_nav_menu ul {
list-style: initial;
padding-left: 18px;
}
.widget_content.widget_rss ul li {
margin-bottom: 24px;
}
.widget_content.widget_rss ul li:last-child {
margin-bottom: 0;
}
.widget_container .widget_title {
font-size: 16px;
position: relative;
margin-bottom: 23px;
padding-bottom: 18px;
}
.default_widgets_container .widget_container .widget_title {
font-size: 14px;
}
.default_widgets_container .widget_search input.search_submit {
display: none;
}
.site_side_container .widget_search input.search_submit {
display: none;
}
.default_widgets_container .widget_calendar {
margin: initial;
}
.widget_container.widget_text .widget_title, .widget_container.alia-social-widget .widget_title {
margin-bottom: 16px;
}
.widget_container .widget_title:before {
content: "";
background-color: #000;
width: 6px;
height: 6px;
border-radius: 50%;
left: 0;
bottom: 0;
z-index: 1;
position: absolute;
}
.widget_container .widget_title:after {
content: "";
width: 80px;
height: 1px;
bottom: 2px;
left: 0;
position: absolute;
background: linear-gradient(to right,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#FFF 100%);
background: -ms-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -o-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -webkit-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#FFF 100%);
background: -moz-linear-gradient(left,#e0e0e0 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -webkit-gradient(linear,left top,right top,color-stop(0%,#e0e0e0),color-stop(35%,#e0e0e0),color-stop(65%,#e0e0e0),color-stop(100%,#FFF));
}
.site_side_container .widget_title  {
font-size: 14px;
}
.intro_widgets_container .widget_container .widget_title:after, .footer_widgets_container .widget_container .widget_title:after {
margin-left: auto;
margin-right: auto;
}
.intro_widgets_container .widget_content .alia_post_list_widget ul.post_list, .footer_widgets_container .widget_content .alia_post_list_widget ul.post_list {
margin-left: auto;
margin-right: auto;
}
.intro_widgets_container .widget_container .widget_title:before, .footer_widgets_container .widget_container .widget_title:before {
content: "";
background-color: #000;
width: 4px;
height: 4px;
border-radius: 50%;
left: 50%;
margin-left: -2px;
bottom: 0;
z-index: 1;
position: absolute;
}
.intro_widgets_container .widget_container .widget_title:after, .footer_widgets_container .widget_container .widget_title:after {
content: "";
width: 280px;
height: 1px;
bottom: 1px;
left: 50%;
margin-left: -140px;
position: absolute;
background: linear-gradient(to right,#fff 0,#e0e0e0 35%,#e0e0e0 65%,#FFF 100%);
background: -ms-linear-gradient(left,#fff 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -o-linear-gradient(left,#fff 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -webkit-linear-gradient(left,#fff 0,#e0e0e0 35%,#e0e0e0 65%,#FFF 100%);
background: -moz-linear-gradient(left,#fff 0,#e0e0e0 35%,#e0e0e0 65%,#fff 100%);
background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fff),color-stop(35%,#e0e0e0),color-stop(65%,#e0e0e0),color-stop(100%,#FFF));
}   .footer_sidebars_container .widget_container p:first-child {
margin-top: 0;
}
.footer_sidebars_container .widget_container .widget_title {
font-size: 15px;
}
.footer_sidebars_container .widget_container p:last-child {
margin-bottom: 0;
}
.footer_widgets_container {
margin-top: 20px;
margin-bottom: 40px;
text-align: center;
}
.site_footer {
padding-top: 20px;
padding-bottom: 20px;
border-top: 1px dotted #dedede;
}
.footer_credits {
font-size: 15px;
color: #333333;
letter-spacing: 0.4px;
}
.footer_credits.footers_active_sidebars_1, .footer_credits.footers_active_sidebars_2, .footer_credits.footers_active_sidebars_3 {
border-top: 1px dotted #dedede;
padding-top: 20px;
}
.footer_widgets_container .social_icons_list .social_icon {
background-color: initial;
color: #222;
font-size: 14px;
width: initial;
margin-right: 8px;
margin-left: 8px;
height: initial;
line-height: initial;
}
.footer_widgets_container .social_icons_list .social_icon:hover {
color: #ff374a;
}
.footer_widgets_container .widget_content ul li a:hover {
color: #ff374a;
}  body.image_no_rounded_corners img {
border-radius: 0;
}
body.image_no_rounded_corners .post_banner img, body.image_no_rounded_corners .post_banner iframe {
border-radius: 0;
}
body.image_no_rounded_corners .entry-content .fb_iframe_widget_fluid_desktop {
border-radius: 0;
}
body.image_no_rounded_corners .entry-content iframe {
border-radius: 0;
}
body.image_no_rounded_corners .entry-content .alia_embed_wrapper {
border-radius: 0;
}
body.image_no_rounded_corners .entry-content .wp-video {
border-radius: 0;
}
body.image_no_rounded_corners .facebook_embed_wrapper {
border-radius: 0;
}
body.image_no_rounded_corners .entry-content .facebook_embed_wrapper {
border-radius: 0;
}
body.image_no_rounded_corners .fb-post {
border-radius: 0;
}
body.image_no_rounded_corners .fb_iframe_widget_fluid_desktop, body.image_no_rounded_corners .fb_iframe_widget_fluid_desktop span, body.image_no_rounded_corners .fb_iframe_widget_fluid_desktop iframe {
border-radius: 0;
}
body.image_no_rounded_corners .entry-content .gallery .gallery-item img {
border-radius: 0;
}
body.image_no_rounded_corners .blog_post_container .post_body.no_post_banner {
border-radius: 0;
}
body.image_no_rounded_corners .blog_post_container.format-aside .post_body {
border-radius: 0;
}
body.image_no_rounded_corners .twitter_widget_wrapper {
border-radius: 0;
}
body.image_no_rounded_corners .twitter_widget_border {
border-radius: 0;
}
body.image_no_rounded_corners .twitter-tweet {
border-radius: 0!important;
}  body.rtl {
font-family: "tahoma", Helvetica, Arial, sans-serif;
direction: rtl;
unicode-bidi: embed;
}
body.rtl .search_form_icon .header_control_icon, body.rtl .blog_post_readmore a .continue_reading_dots .readmore_icon, body.rtl .post_meta_icon, body.rtl .blog_list_comment_link:before, body.rtl .entry-content blockquote:before, body.rtl .blog_list_comment_link a > i {
-moz-transform: scaleX(-1);
-ms-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}
body.rtl.side_container_opened .site_side_container {
-moz-transform: translate(100%);
-ms-transform: translate(100%);
-o-transform: translate(100%);
-webkit-transform: translate(100%);
transform: translate(100%);
}
body.rtl.side_container_opened .site_main_container {
-moz-transform: translate(80px);
-ms-transform: translate(80px);
-o-transform: translate(80px);
-webkit-transform: translate(80px);
transform: translate(80px);
}
body.rtl.side_container_opened .footer_static_bar,
body.rtl.side_container_opened .sticky_header_nav_wrapper {
-moz-transform: translate(80px);
-ms-transform: translate(80px);
-o-transform: translate(80px);
-webkit-transform: translate(80px);
transform: translate(80px);
} .hidden_mark_circle {
display: none;
}
.getty_widget_wrapper {
background-color: #f6f6f6;
border-radius: 7px;
padding-top: 25px;
padding-bottom: 25px;
border: 1px solid transparent;
}
.getty_widget_wrapper .gie-single,
.getty_widget_wrapper .embed.getty {
margin: auto !important;
display: block !important;
border-radius: 7px;
}
.wp-block-image.alignfull,
.wp-block-gallery.alignfull,
.wp-block-cover.alignfull,
.wp-block-embed.alignfull,
.wp-block-cover-image.alignfull {
width: 100vw;
max-width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw !important;
margin-right: -50vw !important;
}
.wp-block-image > ul,
.wp-block-gallery > ul,
.wp-block-cover > ul,
.wp-block-embed > ul,
.wp-block-cover-image > ul {
margin-left: 0;
margin-right: 0;
}
.wp-block-image.aligncenter,
.wp-block-gallery.aligncenter,
.wp-block-cover.aligncenter,
.wp-block-embed.aligncenter,
.wp-block-cover-image.aligncenter {
margin-left: auto;
margin-right: auto;
}
@media (min-width: 900px) {
.wp-block-image.alignwide,
.wp-block-gallery.alignwide,
.wp-block-cover.alignwide,
.wp-block-embed.alignwide,
.wp-block-cover-image.alignwide {
margin-left: -120px !important;
margin-right: -120px !important;
max-width: 200% !important;
}
}
@media (min-width: 768px) and (max-width: 899px) {
.wp-block-image.alignwide,
.wp-block-gallery.alignwide,
.wp-block-cover.alignwide,
.wp-block-embed.alignwide,
.wp-block-cover-image.alignwide  {
margin-left: -60px !important;
margin-right: -60px !important;
max-width: 200% !important;
}
}
.wp-block-image.alignwide,
.wp-block-gallery.alignwide,
.wp-block-cover.alignwide,
.wp-block-embed.alignwide,
.wp-block-cover-image.alignwide  {
max-width: 200% !important;
margin-left: -15px;
margin-right: -15px;
}
.entry-content .alia_embed_wrapper .instagram-media {
min-width: 100% !important;
}
.entry-content .alignwide .alia_embed_wrapper {
max-width: 200%;
}
.entry-content .alignfull iframe {
border-radius: 0;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
}
.wp-block-latest-posts.is-grid {
padding: 0;
margin: 0;
}
.static_custom_footer_content p {
padding: 0;
}
.alia-about-me .alia_about_me_image {
margin-bottom: 24px;
}
.alia-about-me .below_bio_text {
margin-top: 24px;
}
.static_custom_footer_content p {
padding: 0;
margin: 0;
width: 90%;
float: right;
}
.grid_list.row {
display: flex;
flex-flow: wrap;
}
.grid_list.row:before,
.grid_list.row:after,
.grid_list.row .grid_col:before,
.grid_list.row .grid_col:after {
content: initial;
}
.default_logo_header_bar .site_logo {
height: 42px;
}
.grid_list img.lazyload {
height: 230px;
}
.grid_list_3_col img.lazyload {
height: 150px;
}.fa,.fab,.fal,.far,.fas{-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:.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:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.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-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.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-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-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-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-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-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-balance-scale:before{content:"\f24e"}.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-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-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.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-blind:before{content:"\f29d"}.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-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.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-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-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-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.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-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-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.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-certificate:before{content:"\f0a3"}.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-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-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.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-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-dots:before{content:"\f4ad"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-concierge-bell:before{content:"\f562"}.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-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-credit-card:before{content:"\f09d"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.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-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-dice:before{content:"\f522"}.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-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-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-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-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.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-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-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.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-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-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.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-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-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.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-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.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-open:before{content:"\f07c"}.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-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-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.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-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.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-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-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-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-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.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-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.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-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.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-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.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-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.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-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.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-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-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.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-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.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-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.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-mercury:before{content:"\f223"}.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-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.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-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.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-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.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-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-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-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.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-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-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.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-poo:before{content:"\f2fe"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.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-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-r-project:before{content:"\f4f7"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.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-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.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-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.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-search:before{content:"\f002"}.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-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.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-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.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-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.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-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.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-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.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-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.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-tencent-weibo:before{content:"\f1d5"}.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-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-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.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-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.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-uikit:before{content:"\f403"}.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-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-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.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-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.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-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-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.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-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-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.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-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-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.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-display:fallback;font-weight:normal;src:url(//revercont.com/wp-content/themes/alia/inc/frameworks/fontawesome/webfonts/fa-brands-400.eot);src:url(//revercont.com/wp-content/themes/alia/inc/frameworks/fontawesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//revercont.com/wp-content/themes/alia/inc/frameworks/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//revercont.com/wp-content/themes/alia/inc/frameworks/fontawesome/webfonts/fa-brands-400.woff) format("woff"),url(//revercont.com/wp-content/themes/alia/inc/frameworks/fontawesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//revercont.com/wp-content/themes/alia/inc/frameworks/fontawesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-display:fallback;font-weight:400;src:url(//revercont.com/wp-content/themes/alia/inc/frameworks/fontawesome/webfonts/fa-regular-400.eot);src:url(//revercont.com/wp-content/themes/alia/inc/frameworks/fontawesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//revercont.com/wp-content/themes/alia/inc/frameworks/fontawesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//revercont.com/wp-content/themes/alia/inc/frameworks/fontawesome/webfonts/fa-regular-400.woff) format("woff"),url(//revercont.com/wp-content/themes/alia/inc/frameworks/fontawesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//revercont.com/wp-content/themes/alia/inc/frameworks/fontawesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-display:fallback;font-weight:900;src:url(//revercont.com/wp-content/themes/alia/inc/frameworks/fontawesome/webfonts/fa-solid-900.eot);src:url(//revercont.com/wp-content/themes/alia/inc/frameworks/fontawesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//revercont.com/wp-content/themes/alia/inc/frameworks/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//revercont.com/wp-content/themes/alia/inc/frameworks/fontawesome/webfonts/fa-solid-900.woff) format("woff"),url(//revercont.com/wp-content/themes/alia/inc/frameworks/fontawesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//revercont.com/wp-content/themes/alia/inc/frameworks/fontawesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}