@charset "UTF-8";
.wpforms-clear:before {
content: " ";
display: table;
}
.wpforms-clear:after {
clear: both;
content: " ";
display: table;
} div.wpforms-container-full,
div.wpforms-container-full .wpforms-form * {
background:none;
border:0 none;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
float:none;
font-size:100%;
height:auto;
letter-spacing:normal;
list-style:none;
outline:none;
position:static;
text-decoration:none;
text-indent:0;
text-shadow:none;
text-transform:none;
width:auto;
visibility:visible;
overflow:visible;
margin:0;
padding:0;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-shadow:none;
-moz-box-shadow:none;
-ms-box-shadow:none;
-o-box-shadow:none;
box-shadow:none;
}
div.wpforms-container-full .wpforms-form input,
div.wpforms-container-full .wpforms-form label,
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form button,
div.wpforms-container-full .wpforms-form textarea {
margin:0;
border:0;
padding:0;
display: inline-block;
vertical-align: middle;
background: none;
height: auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
div.wpforms-container-full .wpforms-form textarea {
width: 100%;
}
div.wpforms-container-full .wpforms-form ul,
div.wpforms-container-full .wpforms-form ul li {
background: none !important;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
list-style: none !important;
}
div.wpforms-container-full .wpforms-form ul li {
margin-bottom: 5px !important;
}
div.wpforms-container-full .wpforms-form ul li:last-of-type {
margin-bottom: 0 !important;
}
div.wpforms-container-full .wpforms-form hr {
border-top: 1px solid #ccc;
margin: 0.5em auto;
}  div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
max-width: 60%;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
height: 120px;
} div.wpforms-container-full .wpforms-form input.wpforms-field-small,
div.wpforms-container-full .wpforms-form select.wpforms-field-small,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-small {
max-width: 25%;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-small {
height: 70px;
} div.wpforms-container-full .wpforms-form input.wpforms-field-large,
div.wpforms-container-full .wpforms-form select.wpforms-field-large,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
max-width: 100%;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
height: 220px;
} div.wpforms-container-full .wpforms-form .wpforms-field {
padding: 10px 0;
clear: both;
} div.wpforms-container-full .wpforms-form .wpforms-field-description {
font-size: 13px;
line-height: 1.3;
margin: 8px 0 0 0;
}
div.wpforms-container-full .wpforms-form .wpforms-field-description-before {
margin: 0 0 8px 0;
} div.wpforms-container-full .wpforms-form .wpforms-field-label {
display: block;
font-weight: 700;
font-size: 16px;
float: none;
line-height: 1.3;
margin: 0 0 4px 0;
padding: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
display: block;
font-size: 13px;
float: none;
font-weight: 400;
line-height: 1.3;
margin: 4px 0 0;
padding: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.before {
margin: 0 0 4px 0;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
display: inline;
vertical-align: baseline;
font-size: 16px;
font-weight: 400;
line-height: 1.3;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label.wpforms-label-hide,
div.wpforms-container-full .wpforms-form .wpforms-field-sublabel.wpforms-sublabel-hide {
position: absolute;
left: -99999px;
}
div.wpforms-container-full .wpforms-form .wpforms-required-label {
color: #ff0000;
font-weight: 400;
} div.wpforms-container-full .wpforms-form .wpforms-field-row {
margin-bottom: 8px;
position: relative;
}
div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row:last-of-type {
margin-bottom: 0;
} div.wpforms-container-full .wpforms-form .wpforms-field-row:before {
content: " ";
display: table;
}
div.wpforms-container-full .wpforms-form .wpforms-field-row:after {
clear: both;
content: " ";
display: table;
}  div.wpforms-container-full .wpforms-form .wpforms-five-sixths,
div.wpforms-container-full .wpforms-form .wpforms-four-sixths,
div.wpforms-container-full .wpforms-form .wpforms-four-fifths,
div.wpforms-container-full .wpforms-form .wpforms-one-fifth,
div.wpforms-container-full .wpforms-form .wpforms-one-fourth,
div.wpforms-container-full .wpforms-form .wpforms-one-half,
div.wpforms-container-full .wpforms-form .wpforms-one-sixth,
div.wpforms-container-full .wpforms-form .wpforms-one-third,
div.wpforms-container-full .wpforms-form .wpforms-three-fourths,
div.wpforms-container-full .wpforms-form .wpforms-three-fifths,
div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-fourths,
div.wpforms-container-full .wpforms-form .wpforms-two-fifths,
div.wpforms-container-full .wpforms-form .wpforms-two-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
float: left;
margin-left: 4%;
clear: none;
}
div.wpforms-container-full .wpforms-form .wpforms-one-half,
div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
width: 48%;
}
div.wpforms-container-full .wpforms-form .wpforms-one-third,
div.wpforms-container-full .wpforms-form .wpforms-two-sixths {
width: 30.6666666667%;
}
div.wpforms-container-full .wpforms-form .wpforms-four-sixths,
div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
width: 65.3333333333%;
}
div.wpforms-container-full .wpforms-form .wpforms-one-fourth {
width: 22%;
}
div.wpforms-container-full .wpforms-form .wpforms-three-fourths {
width: 74%;
}
div.wpforms-container-full .wpforms-form .wpforms-one-fifth {
width: 16.8%;
}
div.wpforms-container-full .wpforms-form .wpforms-two-fifths {
width: 37.6%;
}
div.wpforms-container-full .wpforms-form .wpforms-three-fifths {
width: 58.4%;
}
div.wpforms-container-full .wpforms-form .wpforms-four-fifths {
width: 79.2%;
}
div.wpforms-container-full .wpforms-form .wpforms-one-sixth {
width: 13.3333333333%;
}
div.wpforms-container-full .wpforms-form .wpforms-five-sixths {
width: 82.6666666667%;
}
div.wpforms-container-full .wpforms-form .wpforms-first {
clear: both !important;
margin-left: 0 !important;
} div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul,
div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul {
display: -ms-flex;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li {
width: 50%;
display: block;
padding-right: 26px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
width: 33.3333%;
display: block;
padding-right: 26px !important;
} div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-first-half {
float: left;
width: 48%;
clear: both;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-last-half {
float: right;
width: 48%;
clear: none;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-first-third {
float: left;
width: 30.666666667%;
clear: both;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-middle-third  {
float: left;
width: 30.666666667%;
margin-left: 4%;
clear: none;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-last-third {
float: right;
width: 30.666666667%;
clear: none;
}
div.wpforms-container-full .wpforms-form div.wpforms-last {
float: right !important;
margin-right: 0 !important;
clear: none;
}  div.wpforms-container-full.inline-fields {
overflow: hidden;
}
div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-container  {
display: table;
width: calc(100% - 160px);
float: left;
}
div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field  {
display: table-cell;
padding-right: 2%;
vertical-align: top;
}
div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit-container {
float: right;
width: 160px;
clear: none;
}
div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit {
display: block;
width: 100%;
}
div.wpforms-container-full.inline-fields .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full.inline-fields .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-row.wpforms-field-medium {
max-width: 100%;
} div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=search],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
background-color: #fff;
box-sizing: border-box;
border-radius: 2px;
color: #333;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
display: block;
float: none;
font-size: 16px;
border: 1px solid #ccc;
padding: 6px 10px;
height: 38px;
width: 100%;
line-height: 1.3;
}
div.wpforms-container-full .wpforms-form input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio] {
border: 1px solid #ccc;
background-color: #fff;
width: 14px;
height: 14px;
margin: 0 10px 0 3px;
display: inline-block;
vertical-align: baseline;
}
div.wpforms-container-full .wpforms-form input[type=radio] {
border-radius: 50%;
}
div.wpforms-container-full .wpforms-form select {
max-width: 100%;
text-transform: none;
white-space: nowrap;
}
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
background-color: #eee;
border: 1px solid #ddd;
color: #333;
font-size: 1em;
padding: 10px 15px;
}
div.wpforms-container-full .wpforms-form .wpforms-page-button {
font-size: 0.9em;
font-weight: 400;
margin: 0 5px;
min-width: 90px;
text-align: center;
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form input[type=submit]:active,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
background-color: #ddd;
border: 1px solid #ccc;
cursor: pointer;
}
div.wpforms-container-full .wpforms-form input:focus,
div.wpforms-container-full .wpforms-form textarea:focus,
div.wpforms-container-full .wpforms-form select:focus {
border: 1px solid #999;
} div.wpforms-container-full .wpforms-form .wpforms-error-container {
color: #990000;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
display: block;
color: #990000;
font-size: 12px;
float: none;
}
div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error   {
border: 1px solid #cc0000;
}
div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration label.wpforms-error,
div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code label.wpforms-error {
display: none !important;
}
div.wpforms-container-full .wpforms-form .wpforms-error-alert {
color: #b94a48;
background-color: #f2dede;
border: 1px solid #eed3d7;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
padding: 10px 15px;
font-size: 13px;
margin: 0 0 10px 0;
} .wpforms-confirmation-container-full {
color: #333;
margin: 0 0 24px 0;
background: #e0ffc7;
border: 1px solid #b4d39b;
padding: 15px 15px;
}
.wpforms-confirmation-container-full p:last-of-type {
margin: 0;
} div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
padding: 10px 0 20px 0;
clear: both;
}
div.wpforms-container-full .wpforms-form .wpforms-recaptcha-container iframe {
width: 100%;
} div.wpforms-container-full .wpforms-form .wpforms-title {
font-size: 26px;
margin: 0 0 10px 0;
}
div.wpforms-container-full .wpforms-form .wpforms-description {
margin: 0 0 10px 0;
} div.wpforms-container-full .wpforms-form .wpforms-submit-container {
padding: 10px 0 0 0;
clear: both;
position: relative;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
}
div.wpforms-container-full .wpforms-form .wpforms-pagebreak-center {
text-align: center;
}
div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left {
text-align: left;
}
div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button {
margin: 0 10px 0 0;
}
div.wpforms-container-full .wpforms-form .wpforms-pagebreak-right {
text-align: right;
}
div.wpforms-container-full .wpforms-form .wpforms-pagebreak-right .wpforms-page-button {
margin: 0 0 0 10px;
}
div.wpforms-container-full .wpforms-form .wpforms-pagebreak-split .wpforms-page-prev {
float: left;
margin: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-pagebreak-split .wpforms-page-next {
float: right;
margin: 0;
} div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-number {
margin-right: 100px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-code {
position: absolute;
right: 0;
top: 0;
width: 90px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-name {
margin-right: 170px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration {
position: absolute;
right: 0;
top: 0;
width: 160px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration select {
width: 45%;
float: left;
display: block;
}
div.wpforms-container-full .wpforms-form .wpforms-field-credit-card-expiration span {
float: left;
width: 10%;
text-align: center;
line-height: 38px;
} div.wpforms-container-full .wpforms-field-date-time-date-sep {
display:inline-block;
padding:0 5px;
}
div.wpforms-container-full .wpforms-form .wpforms-field-date-time-date-year,
div.wpforms-container-full .wpforms-form .wpforms-field-date-time-date-day,
div.wpforms-container-full .wpforms-form .wpforms-field-date-time-date-month {
display:inline-block;
width:auto;
} div.wpforms-container-full .wpforms-form .wpforms-captcha-math input {
display: inline-block;
width: 70px;
vertical-align: inherit;
margin: 0 0 0 5px;
}
div.wpforms-container-full .wpforms-form .wpforms-captcha-equation {
font-size: 16px;
}
div.wpforms-container-full .wpforms-form .wpforms-captcha-question {
margin: 0 0 4px 0;
} div.wpforms-container-full .wpforms-form .wpforms-page-indicator {
margin: 0 0 20px 0;
overflow: hidden;
} div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles {
border-top: 1px solid #dfdfdf;
border-bottom: 1px solid #dfdfdf;
padding: 15px 10px;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
float: left;
margin: 0 20px 0 0;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page:last-of-type {
margin: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
height: 40px;
width: 40px;
border-radius: 50%;
display: inline-block;
margin: 0 10px 0 0;
line-height: 40px;
text-align: center;
background-color: #ddd;
color: #666;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .active .wpforms-page-indicator-page-number {
color: #fff;
} div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page {
float: left;
text-align: center;
font-size: 16px;
line-height: 1.2;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-number {
display: block;
text-indent: -9999px;
height: 6px;
background-color: #ddd;
margin: 0 0 16px 0;
position: relative;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-triangle {
position: absolute;
top: 100%;
left: 50%;
width: 0;
height: 0;
margin-left: -5px;
border-style: solid;
border-width: 6px 5px 0 5px;
border-color: transparent transparent transparent transparent;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-title {
display: inline-block;
padding: 0 15px;
font-size: 16px;
} div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress {
font-size: 18px;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap {
display: block;
width: 100%;
background-color: #ddd;
height: 18px;
border-radius: 10px;
overflow: hidden;
position: relative;
margin: 5px 0 0;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress {
height: 18px;
position: absolute;
left: 0;
top: 0;
} div.wpforms-container-full .wpforms-notice {
background-color: #fff;
border: 1px solid #ddd;
border-left-width: 12px;
color: #333;
font-size: 16px;
line-height: 1.5;
margin-bottom: 30px;
padding: 20px 36px 20px 26px;
position: relative;
}
div.wpforms-container-full .wpforms-notice .wpforms-delete {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-appearance: none;
-webkit-appearance: none;
background-color: rgba(10, 10, 10, 0.2);
border: none;
border-radius: 290486px;
cursor: pointer;
display: inline-block;
height: 20px;
margin: 0;
padding: 0;
outline: none;
vertical-align: top;
width: 20px;
position: absolute;
right: 10px;
top: 10px;
}
div.wpforms-container-full .wpforms-notice .wpforms-delete:before,
div.wpforms-container-full .wpforms-notice .wpforms-delete:after {
background-color: #fff;
content: "";
display: block;
left: 50%;
position: absolute;
top: 50%;
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform: translateX(-50%) translateY(-50%) rotate(45deg);
-webkit-transform-origin: center center;
transform-origin: center center;
}
div.wpforms-container-full .wpforms-notice .wpforms-delete:before {
height: 2px;
width: 50%;
}
div.wpforms-container-full .wpforms-notice .wpforms-delete:after {
height: 50%;
width: 2px;
}
div.wpforms-container-full .wpforms-notice .wpforms-delete:hover,
div.wpforms-container-full .wpforms-notice .wpforms-delete:focus  {
background-color: rgba(10, 10, 10, 0.3);
}
div.wpforms-container-full .wpforms-notice a {
text-decoration: underline;
}
div.wpforms-container-full .wpforms-notice p {
margin: 0 0 20px 0;
}
div.wpforms-container-full .wpforms-notice p:last-of-type {
margin-bottom: 0;
}
div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action,
div.wpforms-container-full .wpforms-notice.wpforms-info {
border-color: #3273dc
}
div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action,
div.wpforms-container-full .wpforms-notice.wpforms-success {
border-color: #23d160
}
div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action,
div.wpforms-container-full .wpforms-notice.wpforms-warning {
border-color: #ffdd57
}
div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action,
div.wpforms-container-full .wpforms-notice.wpforms-error {
border-color: #ff3860
}
div.wpforms-container-full .wpforms-notice .wpforms-notice-actions {
margin-top: 20px;
}
div.wpforms-container-full .wpforms-notice .wpforms-notice-action {
border: 2px solid;
margin-right: 20px;
padding: 5px;
text-decoration: none;
}
div.wpforms-container-full .wpforms-notice .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice .wpforms-notice-action:active {
color: #fff;
}
div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice.wpforms-info .wpforms-notice-action:active {
background-color: #3273dc;
}
div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice.wpforms-success .wpforms-notice-action:active {
background-color: #23d160;
}
div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice.wpforms-warning .wpforms-notice-action:active {
background-color: #ffdd57;
color: inherit;
}
div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:hover,
div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:focus,
div.wpforms-container-full .wpforms-notice.wpforms-error .wpforms-notice-action:active {
background-color: #ff3860;
} div.wpforms-container-full {
margin-bottom: 24px;
}
div.wpforms-container-full .wpforms-form h3 {
font-size: 24px;
} div.wpforms-container-full .wpforms-form .wpforms-field-hp {
display: none !important;
position: absolute !important;
left: -9000px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-hidden {
display: none;
}  @media only screen and (max-width: 600px) { div.wpforms-container-full .wpforms-form .wpforms-mobile-full {
width: 100%;
margin-left: 0;
float: none;
} div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium,
div.wpforms-container-full .wpforms-form input.wpforms-field-small,
div.wpforms-container-full .wpforms-form select.wpforms-field-small,
div.wpforms-container-full .wpforms-form.wpforms-field-row.wpforms-field-small,
div.wpforms-container-full .wpforms-form input.wpforms-field-large,
div.wpforms-container-full .wpforms-form select.wpforms-field-large,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-large {
max-width: 100%;
} div.wpforms-container-full .wpforms-form .wpforms-checkbox-2-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-2-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-checkbox-3-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-multiplechoice-3-columns ul li,
div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
float: none;
width: 100%
} div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page {
float: none;
display: block;
margin: 0 0 10px 0;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles .wpforms-page-indicator-page-number {
width: 30px;
height: 30px;
line-height: 30px;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page {
width: 100% !important;
padding: 5px 10px;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page.active {
font-weight: 700;
}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-number {
display: none;
} div.wpforms-container-full .wpforms-form .wpforms-field-date-time .wpforms-one-half {
width: 100%;
margin-left: 0;
float: none;
}
div.wpforms-container-full .wpforms-form .wpforms-field-date-time .wpforms-one-half:first-of-type {
margin-bottom: 8px;
} div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field-container,
div.wpforms-container-full.inline-fields .wpforms-form .wpforms-field {
display: block;
width: 100%;
}
div.wpforms-container-full.inline-fields .wpforms-form .wpforms-submit-container {
width: 100%;
}
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; overflow-y: scroll; text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
* {
-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;
}
body {
display: block;
background: #fff; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
table { border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 0;
padding-right: 0;
}
@media (min-width: 768px) {
.container {
width: 720px;
}
}
@media (min-width: 992px) {
.container {
width: 940px;
}
}
@media (min-width: 1200px) {
.container {
width: 1140px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 0;
padding-right: 0;
}
.row {
margin-left: 0;
margin-right: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 0;
padding-right: 0;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
.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;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
} .mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80);
}
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden;
}
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
display: none;
}
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto;
}
.mfp-ajax-cur {
cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.mfp-loading.mfp-figure {
display: none;
}
.mfp-hide {
display: none !important;
}
.mfp-preloader {
color: #cccccc;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044;
}
.mfp-preloader a {
color: #cccccc;
}
.mfp-preloader a:hover {
color: white;
}
.mfp-s-ready .mfp-preloader {
display: none;
}
.mfp-s-error .mfp-content {
display: none;
}
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: white;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-close:active {
top: 1px;
}
.mfp-close-btn-in .mfp-close {
color: #333333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: white;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%;
}
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #cccccc;
font-size: 12px;
line-height: 18px;
}
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7;
}
.mfp-arrow-left {
left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid white;
margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid white;
margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
top: -40px;
}
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: black;
} img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto;
} .mfp-figure {
line-height: 0;
}
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444444;
}
.mfp-figure small {
color: #bdbdbd;
display: block;
font-size: 12px;
line-height: 14px;
}
.mfp-figure figure {
margin: 0;
}
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto;
}
.mfp-title {
display: none;
}
.mfp-image-holder .mfp-content {
max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0;
}
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px;
}
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0;
}
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75);
}
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0;
}
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%;
}
.mfp-container {
padding-left: 6px;
padding-right: 6px;
}
}
.mfp-ie7 .mfp-img {
padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
padding: 0;
}
.mfp-ie7 .mfp-content {
padding-top: 44px;
}
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0;
} .slick-slider {
position: relative;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}  @font-face {
font-family: 'FontAwesome';
src: url(//www.adanayuz.me/wp-content/themes/innovation/assets/external_script/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//www.adanayuz.me/wp-content/themes/innovation/assets/external_script/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//www.adanayuz.me/wp-content/themes/innovation/assets/external_script/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//www.adanayuz.me/wp-content/themes/innovation/assets/external_script/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//www.adanayuz.me/wp-content/themes/innovation/assets/external_script/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//www.adanayuz.me/wp-content/themes/innovation/assets/external_script/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
} @-webkit-keyframes justified-gallery-show-caption-animation {
from {
opacity: 0
}
to {
opacity: .7
}
}
@-moz-keyframes justified-gallery-show-caption-animation {
from {
opacity: 0
}
to {
opacity: .7
}
}
@-o-keyframes justified-gallery-show-caption-animation {
from {
opacity: 0
}
to {
opacity: .7
}
}
@keyframes justified-gallery-show-caption-animation {
from {
opacity: 0
}
to {
opacity: .7
}
}
@-webkit-keyframes justified-gallery-show-entry-animation {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-moz-keyframes justified-gallery-show-entry-animation {
from {
opacity: 0
}
to {
opacity: 1
}
}
@-o-keyframes justified-gallery-show-entry-animation {
from {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes justified-gallery-show-entry-animation {
from {
opacity: 0
}
to {
opacity: 1
}
}
.justified-gallery {
width: 100%;
position: relative;
overflow: hidden
}
.justified-gallery > a, .justified-gallery > div {
position: absolute;
display: inline-block;
overflow: hidden;
opacity: 0;
filter: alpha(opacity=0)
}
.justified-gallery > a > img, .justified-gallery > div > img, .justified-gallery > a > a > img, .justified-gallery > div > a > img {
position: absolute;
top: 50%;
left: 50%;
margin: 0;
padding: 0;
border: 0
}
.justified-gallery > a > .caption, .justified-gallery > div > .caption {
display: none;
position: absolute;
bottom: 0;
padding: 5px;
background-color: #000;
left: 0;
right: 0;
margin: 0;
color: #fff;
font-size: 12px;
font-weight: 300;
font-family: sans-serif
}
.justified-gallery > a > .caption.caption-visible, .justified-gallery > div > .caption.caption-visible {
display: initial;
opacity: .7;
filter: "alpha(opacity=70)";
-webkit-animation: justified-gallery-show-caption-animation 500ms 0 ease;
-moz-animation: justified-gallery-show-caption-animation 500ms 0 ease;
-ms-animation: justified-gallery-show-caption-animation 500ms 0 ease
}
.justified-gallery > .entry-visible {
opacity: 1;
filter: alpha(opacity=100);
-webkit-animation: justified-gallery-show-entry-animation 500ms 0 ease;
-moz-animation: justified-gallery-show-entry-animation 500ms 0 ease;
-ms-animation: justified-gallery-show-entry-animation 500ms 0 ease
}
.justified-gallery > .spinner {
position: absolute;
bottom: 0;
margin-left: -24px;
padding: 10px 0;
left: 50%;
opacity: initial;
filter: initial;
overflow: initial
}
.justified-gallery > .spinner > span {
display: inline-block;
opacity: 0;
filter: alpha(opacity=0);
width: 8px;
height: 8px;
margin: 0 4px;
background-color: #000;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px
} .tipsy {
font-size: 10px;
position: absolute;
padding: 5px;
z-index: 100000;
}
.tipsy-inner {
background-color: #000;
color: #FFF;
max-width: 200px;
padding: 5px 8px 4px 8px;
text-align: center;
} .tipsy-inner {
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}  .tipsy-arrow {
position: absolute;
width: 0;
height: 0;
line-height: 0;
border: 5px dashed #000;
} .tipsy-arrow-n {
border-bottom-color: #000;
}
.tipsy-arrow-s {
border-top-color: #000;
}
.tipsy-arrow-e {
border-left-color: #000;
}
.tipsy-arrow-w {
border-right-color: #000;
}
.tipsy-n .tipsy-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-bottom-style: solid;
border-top: none;
border-left-color: transparent;
border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
top: 0;
left: 10px;
border-bottom-style: solid;
border-top: none;
border-left-color: transparent;
border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
top: 0;
right: 10px;
border-bottom-style: solid;
border-top: none;
border-left-color: transparent;
border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-top-style: solid;
border-bottom: none;
border-left-color: transparent;
border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
bottom: 0;
left: 10px;
border-top-style: solid;
border-bottom: none;
border-left-color: transparent;
border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
bottom: 0;
right: 10px;
border-top-style: solid;
border-bottom: none;
border-left-color: transparent;
border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
right: 0;
top: 50%;
margin-top: -5px;
border-left-style: solid;
border-right: none;
border-top-color: transparent;
border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
left: 0;
top: 50%;
margin-top: -5px;
border-right-style: solid;
border-left: none;
border-top-color: transparent;
border-bottom-color: transparent;
} .tipsy {
letter-spacing: 1px;
z-index: 1000000;
text-transform: capitalize;
}body {
display: block;
font-size: 14px;
font-family: 'Raleway', sans-serif;
}
a {
outline: none;
color: inherit;
text-decoration: none;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
a:hover, a:focus {
text-decoration: none;
}
li {
list-style: none;
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
kbd {
padding: 4px 7px;
background: #333;
color: #fff !important;
} .is-sticky {
position: relative;
}
.bypostauthor {
position: relative;
}
select {
outline: none;
}
cite {
font-style: italic;
}
.screen-reader-text:focus {
top: 5px;
left: 5px;
z-index: 100000;
display: block;
clip: auto !important;
padding: 15px 23px 14px;
width: auto;
height: auto;
border-radius: 3px;
background-color: #f1f1f1;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
text-decoration: none;
font-weight: bold;
font-size: 0.875rem;
line-height: normal; }
input:-webkit-autofill {
background-color: transparent !important;
-webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=date], input[type=email], input[type=tel], input[type=text], input[type=url], .mc4wp-form select, .mc4wp-form textarea {
font-style: italic;
}
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"] {
display: block;
padding: 10px 15px;
width: 100%;
outline: 0;
outline: none !important;
border: 1px solid rgba(0, 0, 0, .05);
box-shadow: none;
color: #999;
vertical-align: middle;
text-align: left;
font-style: italic;
font-size: 12px;
line-height: 20px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="email"]:hover, input[type="email"]:focus, input[type="password"]:hover,
input[type="password"]:focus, input[type="search"]:hover, input[type="search"]:focus, input[type="tel"]:hover, input[type="tel"]:focus {
font-size: 12px;
}
select {
display: block;
padding: 12px;
width: 100%;
outline: none;
border-color: #eee;
}
textarea {
display: block;
padding: 10px 15px;
width: 100%;
outline: none !important;
border: 1px solid rgba(0, 0, 0, .05);
vertical-align: middle;
text-align: left;
font-style: italic;
font-size: 12px;
}
textarea:hover, textarea:focus {
font-size: 12px;
}
button[type="submit"], input[type="submit"] {
position: relative;
padding: 10px 15px;
outline: none;
border: none;
background-color: #29BFAD;
box-shadow: none !important;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
font-style: normal;
font-size: 10px !important;
line-height: 20px;
cursor: pointer !important;
-webkit-transition: all .35s ease-in-out !important;
-moz-transition: all .35s ease-in-out !important;
-ms-transition: all .35s ease-in-out !important;
-o-transition: all .35s ease-in-out !important;
transition: all .35s ease-in-out !important;
}
button[type="submit"]:hover, input[type="submit"]:hover,
button[type="submit"]:focus, input[type="submit"]:focus {
background-color: #282828;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
.is-relative {
position: relative !important;
}
.is-absolute {
position: absolute !important;
}
.is-center-text {
text-align: center;
} .ruby-container {
display: block;
margin-right: auto;
margin-left: auto;
max-width: 1170px;
}
.main-site-outer {
display: block;
background-color: #fff;
}
.main-site-wrap {
display: block;
}
.site-wrap-outer {
display: block;
overflow: hidden;
}
#ruby-site-wrap {
position: relative;
right: 0;
display: block;
margin: 0 auto;
padding: 0;
}
body.is-full-width #ruby-site-wrap {
-webkit-transition: right .5s ease-in-out;
-moz-transition: right .5s ease-in-out;
-ms-transition: right .5s ease-in-out;
-o-transition: right .5s ease-in-out;
transition: right .5s ease-in-out;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ruby-page-wrap {
position: relative;
display: block;
margin-top: 60px;
margin-bottom: 30px;
}
.ruby-page-wrap.ruby-section {
margin-bottom: 30px;
}
.single .ruby-page-wrap.ruby-section, .archive .ruby-page-wrap.ruby-section,
.page-template-default .ruby-page-wrap.ruby-section {
margin-top: 30px;
margin-bottom: 30px;
}
.ruby-content-wrap {
display: block;
overflow: hidden;
}
body.is-site-link {
z-index: -2;
} .is-boxed .main-site-outer {
z-index: 2;
margin-right: auto;
margin-left: auto;
max-width: 1200px;
}
.is-divider {
display: block;
float: none;
overflow: hidden;
margin: 0;
padding: 0;
width: 100%;
}
.thumb-caption {
position: absolute;
right: 5px;
bottom: 5px;
z-index: 20;
display: block;
padding: 3px 12px;
background-color: rgba(0, 0, 0, .2);
color: #fff;
text-transform: capitalize;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
font-style: italic;
font-size: 12px;
line-height: 1.3;
}
.thumb-caption i {
margin-right: 5px;
} .pagination-wrap {
display: block;
margin-top: 15px;
margin-right: 20px;
margin-left: 20px;
color: #aaa;
text-align: center;
}
.pagination-text {
display: block;
margin-top: 10px;
font-style: italic;
font-size: 12px;
line-height: 1.5;
}
.pagination-num {
display: inline-block;
color: #fff;
}
.page-numbers {
display: block;
float: left;
margin-right: 1px;
width: 36px;
height: 36px;
background-color: #aaa;
text-align: center;
line-height: 36px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.page-numbers:last-child {
margin-right: 0;
}
.page-numbers.current, a.page-numbers:hover, a.page-numbers:focus {
background-color: #29BFAD;
}
.pagination-wrap .newer {
display: block;
float: left;
padding-bottom: 2px;
}
.pagination-wrap .older {
display: block;
float: right;
padding-bottom: 2px;
}
.newer a, .older a {
display: block;
padding: 5px 15px;
border: 2px solid;
font-style: italic;
line-height: 1;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.newer i {
margin-right: 5px;
font-style: normal;
}
.older i {
margin-left: 5px;
font-style: normal;
}
.newer a:hover, .newer a:focus, .older a:hover, .older a:focus {
border-color: #333;
background-color: #333;
color: #fff;
} .ruby-overflow {
display: block;
float: none;
overflow: hidden;
width: 100%;
height: 0;
}
.ruby-error {
padding: 10px 20px;
color: #FECD98;
font-weight: bold;
font-size: 10px;
}
.ruby-error.is-center-text {
text-align: center;
}
.ruby-error:before {
display: inline-block;
margin-right: 7px;
content: "\f071";
font-family: FontAwesome;
}
.ruby-section-fw .ruby-error {
text-align: center;
} .ruby-animated-image {
opacity: 0;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ruby-zoom.ruby-animated-image.ruby-animation {
opacity: 1;;
-webkit-animation: ruby-zoom-animated 0.6s 1 cubic-bezier(0.2, 1, 0.3, 1);;
-moz-animation: ruby-zoom-animated 0.6s 1 cubic-bezier(0.2, 1, 0.3, 1);
animation: ruby-zoom-animated 0.6s 1 cubic-bezier(0.2, 1, 0.3, 1);
}
.ruby-fade.ruby-animated-image.ruby-animation {
opacity: 1;
-webkit-transition: all .55s ease-in-out;
-moz-transition: all .55s ease-in-out;
-ms-transition: all .55s ease-in-out;
-o-transition: all .55s ease-in-out;
transition: all .55s ease-in-out;
}
.ruby-bottom.ruby-animated-image.ruby-animation {
opacity: 1;
-webkit-transition: all .55s ease-in-out;
-moz-transition: all .55s ease-in-out;
-ms-transition: all .55s ease-in-out;
-o-transition: all .55s ease-in-out;
transition: all .55s ease-in-out;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.ruby-bottom.ruby-animated-image {
-webkit-transform: translateY(100px);
-moz-transform: translateY(100px);
-ms-transform: translateY(100px);
-o-transform: translateY(100px);
transform: translateY(100px);
}
@keyframes ruby-zoom-animated {
0% {
transform: scale(0.6);
opacity: 0.1;
}
100% {
transform: scale(1);
opacity: 1;
}
}
@-webkit-keyframes ruby-zoom-animated {
0% {
-webkit-transform: scale(0.6);
opacity: 0.1;
}
100% {
-webkit-transform: scale(1);
opacity: 1;
}
}
@-moz-keyframes ruby-zoom-animated {
0% {
-moz-transform: scale(0.6);
opacity: 0.1;
}
100% {
-moz-transform: scale(1);
opacity: 1;
}
}
.is-sidebar-left .ruby-content-wrap {
float: right;
} .ruby-content-inner {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.ruby-content-inner:after {
position: absolute;
right: 20px;
bottom: 0;
left: 20px;
display: block;
border-bottom: 1px solid #eee;
content: '';
}
.tipsy-inner {
background-color: #282828;
opacity: 1 !important;
}
.tipsy-arrow-n, .tipsy-arrow {
border-color: #282828;
} .slick-dots {
position: absolute;
bottom: 10px;
left: 50%;
display: block;
line-height: 1;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
}
.slick-dots li {
position: relative;
display: inline-block;
padding: 0 4px;
opacity: .5;
-webkit-transition: opacity .35s ease-in-out;
-moz-transition: opacity .35s ease-in-out;
-ms-transition: opacity .35s ease-in-out;
-o-transition: opacity .35s ease-in-out;
transition: opacity .35s ease-in-out;
}
.slick-dots li:hover, .slick-dots li:focus {
opacity: 1;
}
.slick-dots li button {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
cursor: pointer;
}
.slick-dots li:before {
position: relative;
display: block;
width: 8px;
height: 8px;
border: 1px solid #fff;
border-radius: 50%;
content: '';
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.slick-dots li.slick-active:before {
background-color: #fff;
}
.ruby-slider-nav {
position: absolute;
top: 50%;
z-index: 99;
margin-top: -15px;
width: 30px;
height: 30px;
box-shadow: none;
color: #fff;
text-align: center;
font-size: 26px;
line-height: 30px;
opacity: 0;
cursor: pointer;
-webkit-transition: opacity .35s ease-in-out;
-moz-transition: opacity .35s ease-in-out;
-ms-transition: opacity .35s ease-in-out;
-o-transition: opacity .35s ease-in-out;
transition: opacity .35s ease-in-out;
}
.ruby-slider-nav i {
vertical-align: middle;
line-height: 30px;
}
.ruby-slider-prev {
left: 20px;
}
.ruby-slider-next {
right: 20px;
}
.slick-slider:hover .ruby-slider-nav {
opacity: .4;
}
.slick-slider .ruby-slider-nav:hover {
opacity: 1;
}
.slider-loading {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 992;
display: block;
min-height: 44px;
background: #f7f7f7 url(//www.adanayuz.me/wp-content/themes/innovation/assets/images/ajax-loader.svg) no-repeat center center !important;
}
.is-table {
position: relative;
z-index: 20;
display: table !important;
overflow: hidden;
width: 100%;
height: 100%;
}
.is-cell {
display: table-cell !important;
}
.is-align-middle {
vertical-align: middle;
}
.is-align-bottom {
vertical-align: bottom;
}
.thumb-pattern {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
background-image: url(//www.adanayuz.me/wp-content/themes/innovation/assets/images/feat-pattern.png);
opacity: .5;
pointer-events: none;
} .nav-left-col > * {
display: block;
float: left;
}
.nav-bar-wrap .social-link-info {
padding-right: 8px;
padding-left: 8px;
}
.nav-bar-wrap .social-link-info a {
opacity: .7;
}
.nav-bar-wrap .social-link-info a:hover, .nav-bar-wrap .social-link-info a:focus {
opacity: 1;
} .header-style-1 .logo-wrap {
display: table;
margin-right: 20px;
}
.header-ads-wrap {
display: block;
margin-top: 20px;
margin-bottom: 20px;
padding-right: 20px;
padding-left: 20px;
max-width: 100%;
text-align: center;
}
.home .header-ads-wrap {
margin-bottom: 0;
}
.logo-inner {
display: table-cell;
vertical-align: middle;
-webkit-transition: opacity .35s ease-in-out;
-moz-transition: opacity .35s ease-in-out;
-ms-transition: opacity .35s ease-in-out;
-o-transition: opacity .35s ease-in-out;
transition: opacity .35s ease-in-out;
}
.header-style-1 .logo-inner img {
width: auto;
height: 72px;
}
.header-style-1 .logo-text {
position: relative;
display: inline-block;
color: #fff;
vertical-align: middle;
text-transform: uppercase;
letter-spacing: 0;
font-size: 32px;
line-height: 72px;
}
.header-style-1 .ruby-is-stick .logo-text {
line-height: 48px;
}
.logo-inner:hover, .logo-inner:focus {
opacity: .7;
}
.logo-inner img {
width: auto;
}
.logo-section-wrap {
overflow: hidden;
height: 240px;
}
.is-top-nav .logo-section-wrap {
border-bottom: 1px solid #eee;
}
.has-featured.is-top-nav .logo-section-wrap, .page-template-page-composer.is-top-nav .logo-section-wrap {
border-bottom: none;
}
.logo-section-inner {
position: relative;
right: 0;
display: table;
width: 100%;
height: 100%;
-webkit-transition: right .5s ease-in-out;
-moz-transition: right .5s ease-in-out;
-ms-transition: right .5s ease-in-out;
-o-transition: right .5s ease-in-out;
transition: right .5s ease-in-out;
}
.logo-section-holder {
display: table-cell;
padding-right: 20px;
padding-left: 20px;
vertical-align: middle;
}
.header-style-2.is-logo-left .logo-section-holder {
max-width: 400px;
text-align: left;
}
.is-center-logo .logo-section-holder {
text-align: center;
}
.header-style-2 .logo-wrap {
display: inline-block;
height: auto;
}
.header-style-2 .logo-inner {
display: block;
padding-right: 0;
}
.header-style-2 .logo-inner img {
max-height: 160px;
}
.header-style-2.is-logo-left .logo-wrap {
display: block;
float: left;
}
.header-style-2.is-logo-left .logo-wrap img {
max-height: 100%;
width: auto;
height: auto;
}
.header-style-2 .mega-category-el .post-share-bar .share-bar-decs {
display: none;
}
.header-ads-right-wrap {
display: table-cell;
padding: 0 20px;
vertical-align: middle;
text-align: right;
}
.header-ads-right-wrap .image-ads {
float: right;
}
.header-style-2 .logo-text {
text-transform: uppercase;
font-size: 60px;
line-height: 1;
}
.header-style-2 .site-tagline {
color: #aaa;
text-transform: capitalize;
font-size: 18px;
} .nav-bar-wrap {
position: relative;
z-index: 999;
display: block;
background-color: #29BFAD;
-webkit-transition: height .5s ease, opacity .35s ease-in-out;
-moz-transition: height .5s ease, opacity .35s ease-in-out;
-ms-transition: height .5s ease, opacity .35s ease-in-out;
-o-transition: height .5s ease, opacity .35s ease-in-out;
transition: height .5s ease, opacity .35s ease-in-out;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.is-shadow .nav-bar-wrap {
-webkit-box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.05);
box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.05);
}
.ruby-is-stick .nav-bar-wrap {
opacity: .95;
}
.admin-bar .ruby-is-stick .nav-bar-wrap {
top: 32px !important;
}
.ruby-is-stick .nav-bar-wrap:hover {
opacity: 1;
}
.header-style-1 .logo-inner img {
-webkit-transition: height .35s ease;
-moz-transition: height .35 ease;
-ms-transition: height .35s ease;
-o-transition: height .35s ease;
transition: height .35s ease;
}
.header-style-1 .ruby-is-stick .logo-inner img {
height: 48px;
}
.ruby-is-stick .main-nav-wrap ul.main-nav-inner > li > a, .ruby-is-stick .nav-right-col {
line-height: 48px;
}
.ruby-is-stick .mobile-nav-button {
height: 48px;
}
.nav-bar-fw {
display: block;
margin-right: auto;
margin-left: auto;
max-width: 1440px;
}
.nav-bar-inner {
position: relative;
display: block;
margin-right: 20px;
margin-left: 20px;
}
.nav-left-col {
display: block;
float: left;
}
.main-nav-wrap {
position: static;
}
ul.main-nav-inner > li {
position: static;
display: block;
float: left;
}
ul.main-nav-inner > li.menu-item-has-children {
position: relative;
}
ul.main-nav-inner > li.menu-item-has-children.is-mega-menu {
position: static;
}
.main-nav-wrap ul.main-nav-inner > li {
-webkit-transition: all .35s ease;
-moz-transition: all .35s ease;
-ms-transition: all .35s ease;
-o-transition: all .35s ease;
transition: all .35s ease;
}
.main-nav-wrap ul.main-nav-inner > li > a {
display: block;
padding-right: 15px;
padding-left: 15px;
border-right: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
line-height: 72px;
-webkit-transition: all .35s ease !important;
-moz-transition: all .35s ease !important;
-ms-transition: all .35s ease !important;
-o-transition: all .35s ease !important;
transition: all .35s ease !important;
}
.main-nav-wrap ul.main-nav-inner > li:first-child > a {
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.main-nav-wrap ul.main-nav-inner > li.current-menu-item > a,
.main-nav-wrap ul.main-nav-inner > li:hover > a,
.main-nav-wrap ul.main-nav-inner > li:focus > a {
color: #29BFAD;
}
.main-nav-wrap ul.main-nav-inner > li.current-menu-item,
.main-nav-wrap ul.main-nav-inner > li:hover,
.main-nav-wrap ul.main-nav-inner > li:focus {
background-color: #fff;
}
.is-sub-menu {
position: absolute;
bottom: auto;
left: 0;
z-index: 9997;
display: block;
visibility: hidden;
padding-top: 10px;
padding-bottom: 10px;
min-width: 180px;
background-color: #fff;
opacity: 0;
-webkit-transition: -webkit-transform .35s ease-in-out;
-moz-transition: -moz-transform .35s ease-in-out;
-ms-transition: -ms-transform .35s ease-in-out;
-o-transition: -o-transform .35s ease-in-out;
transition: transform .35s ease-in-out;
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
transform-origin: 100% 0%;
pointer-events: none;
}
.sub-sub-menu-wrap.is-sub-menu {
top: 0;
left: 100%;
}
.is-sub-menu.mega-menu-wrap {
padding: 0;
}
.is-mega-menu .sub-sub-menu-wrap.is-mega-hide {
display: none !important;
}
.is-sub-menu li {
position: relative;
}
.is-sub-menu li.menu-item {
color: #777;
}
.is-sub-menu li.menu-item a {
display: block;
float: none;
overflow: hidden;
padding: 10px 20px;
white-space: nowrap;
line-height: 1;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.is-sub-menu li.menu-item a:hover, .is-sub-menu li.menu-item a:focus {
color: #29BFAD;
}
.menu-item-has-children > .sub-menu-wrap li.menu-item-has-children > a {
padding-right: 40px;
}
.menu-item-has-children > .sub-menu-wrap li.menu-item-has-children > a:after {
position: absolute;
top: 9px;
right: 20px;
display: block;
content: "\f105";
font-family: FontAwesome;
}
li.menu-item-has-children:hover > .is-sub-menu, .is-mega-menu:hover > .is-sub-menu {
visibility: visible;
opacity: 1;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
pointer-events: auto;
}
.mega-menu-wrap {
display: block;
padding-right: 10px;
padding-left: 10px;
width: 100%;
}
.mega-menu-wrap .is-sub-menu {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
display: block;
visibility: visible;
overflow: hidden;
padding: 10px 20px 0 20px;
-webkit-box-shadow: none;
box-shadow: none;
opacity: 1;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
pointer-events: auto;
}
.mega-menu-wrap .is-sub-menu:before {
position: absolute;
top: 0;
right: 0;
left: 0;
display: block;
width: 100%;
height: 1px;
border-top: 1px solid;
content: '';
opacity: .1;
}
.mega-col-menu.mega-menu-wrap .is-sub-menu {
background-color: transparent;
text-align: center;
}
.mega-col-menu.mega-menu-wrap .is-sub-menu:before {
display: none;
}
.mega-col-menu.mega-menu-wrap .is-sub-menu .sub-sub-menu-wrap {
padding-top: 0;
padding-right: 0;
padding-left: 0;
background-color: transparent;
}
.mega-category-menu.mega-menu-wrap .is-sub-menu {
padding: 10px 0;
}
.mega-category-menu.mega-menu-wrap .is-sub-menu li.menu-item a {
display: inline-block;
float: left;
overflow: hidden;
}
.mega-category-menu.mega-menu-wrap .is-sub-menu li {
display: inline;
}
.mega-category-menu.mega-menu-wrap .is-sub-menu.sub-sub-menu-wrap {
display: none;
}
.mega-category-menu.mega-menu-wrap {
padding-right: 10px;
padding-left: 10px;
}
.mega-col-menu.mega-menu-wrap {
max-width: 100%;
width: auto;
}
.mega-col-menu.is-sub-menu {
background-position: 100% 100%;
background-repeat: no-repeat;
}
.mega-col-menu .sub-menu-inner > li {
display: block;
float: left;
padding: 0 10px;
min-width: 160px;
width: 25%;
}
.mega-col-menu > .sub-menu-wrap {
padding-top: 30px;
padding-bottom: 20px;
}
.mega-col-menu.mega-menu-wrap .sub-menu-inner > li > a {
position: relative;
display: block;
margin-bottom: 10px !important;
padding: 0 0 10px 0 !important;
text-transform: inherit !important;
font-size: 1.1em;
line-height: 1;
}
.mega-col-menu.mega-menu-wrap .is-sub-menu .sub-menu-inner > li > a:after {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -10px;
width: 20px;
border-bottom: 1px solid;
content: '';
opacity: .5;
}
.mega-col-menu.mega-menu-wrap .is-sub-menu li.menu-item a {
display: block;
float: none;
margin: 0;
padding: 10px 0;
}
.no-menu {
color: #fff;
line-height: 72px;
}
.ruby-is-stick .no-menu {
line-height: 48px;
}
.no-menu a {
text-decoration: underline;
text-transform: uppercase;
}
.no-menu a:hover, .no-menu a:focus {
opacity: .8;
} .nav-right-col {
display: block;
float: right;
border-right: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
font-size: 15px;
line-height: 72px;
}
.nav-right-col .social-link-info a {
padding-right: 7px;
padding-left: 7px;
}
.nav-bar-search-wrap a {
padding-right: 15px;
padding-left: 15px;
}
.nav-right-col > * {
float: left;
border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-search-wrap {
position: static;
}
.nav-search-from-wrap {
position: absolute;
right: 0;
z-index: 9999;
display: block;
min-width: 200px;
}
.nav-search-from-wrap {
position: absolute;
right: 0;
padding: 10px 20px;
min-width: 320px;
border: none;
background-color: #fff;
-webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.08);
box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.08);
color: #aaa;
line-height: 1.5;
}
.search-form {
position: relative;
display: block;
overflow: hidden;
}
.search-form .screen-reader-text {
display: none;
}
.search-form input[type="submit"] {
position: absolute;
top: 0;
right: 0;
bottom: 0;
display: block;
padding: 0;
width: 90px;
text-align: center;
}
.search-form .ruby-search-input, .search-form input[type="search"] {
padding-right: 110px;
padding-left: 0;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, .05);
} .nav-search-icon {
display: block;
padding-right: 15px;
padding-left: 15px;
opacity: .7;
}
.nav-search-icon:hover, .nav-search-icon:focus {
opacity: 1;
}
.mobile-nav-button {
position: relative;
display: none;
overflow: hidden;
width: 54px;
height: 70px;
}
.is-show.mobile-nav-button {
display: block;
}
.mobile-nav-button .ruby-trigger {
position: absolute;
top: 50%;
left: 15px;
display: block;
margin-top: -12px;
width: 24px;
height: 24px;
opacity: .7;
}
.mobile-nav-button .ruby-trigger:hover, .mobile-nav-button .ruby-trigger:focus {
opacity: 1;
}
.left-mobile-nav-button.mobile-nav-button {
width: 60px;
border-right: 1px solid #eee;
border-left: 1px solid #eee;
}
.left-mobile-nav-button .ruby-trigger .icon-wrap:before, .left-mobile-nav-button .ruby-trigger .icon-wrap:after {
width: 30px;
}
.ruby-trigger .icon-wrap {
position: absolute;
top: 50%;
left: 0;
display: block;
margin-top: -1px;
width: 100%;
height: 2px;
background-color: #fff;
font-size: 0;
-webkit-transition: background-color 0.35s ease-in-out;
-moz-transition: background-color 0.35s ease-in-out;
transition: background-color 0.35s ease-in-out;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ruby-trigger .icon-wrap:before, .ruby-trigger .icon-wrap:after {
position: absolute;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
content: '';
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
}
.ruby-trigger .icon-wrap:before {
-webkit-transform: translateY(-350%);
transform: translateY(-350%);
}
.ruby-trigger .icon-wrap:after {
-webkit-transform: translateY(350%);
transform: translateY(350%);
}
.mobile-js-menu .ruby-trigger .icon-wrap {
background-color: transparent;
}
.mobile-js-menu .ruby-trigger .icon-wrap:before {
-webkit-transform: translateY(0) rotate(45deg);
transform: translateY(0) rotate(45deg);
}
.mobile-js-menu .ruby-trigger .icon-wrap:after {
-webkit-transform: translateY(0) rotate(-45deg);
transform: translateY(0) rotate(-45deg);
} .main-aside-wrap {
position: fixed;
top: 0;
bottom: 0;
left: 0;
z-index: 1001;
visibility: hidden;
overflow-x: hidden;
overflow-y: auto;
width: 300px;
background-color: #fff;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
-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;
}
.admin-bar .main-aside-wrap {
top: 32px;
}
.main-aside-wrap::-webkit-scrollbar {
width: 6px;
background: #eee;
}
.main-aside-wrap::-webkit-scrollbar-corner {
display: block;
border-radius: 4px;
background-color: #282828;
}
.main-aside-wrap::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: #282828;
}
.mobile-js-menu .main-aside-wrap {
visibility: visible;
-webkit-transition: -webkit-transform .5s;
transition: transform .5s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.main-aside-inner {
display: block;
margin: 35px 0;
}
.mobile-js-menu .side-area-mask {
visibility: visible;
background: rgba(0, 0, 0, 0.5);
}
.side-area-mask {
position: fixed;
top: 0;
left: 0;
z-index: 1000;
display: block;
visibility: hidden;
width: 100%;
height: 100%;
background: transparent;
-webkit-transition: background .5s ease-in-out, visibility .5s ease-in-out;
-moz-transition: background .5s ease-in-out, visibility .5s ease-in-out;
transition: background .5s ease-in-out, visibility .5s ease-in-out;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.mobile-js-menu .side-area-mask:hover {
cursor: url(//www.adanayuz.me/wp-content/themes/innovation/assets/images/cursor-close.png), default;
}
.aside-logo-wrap {
display: block;
margin-bottom: 5px;
text-align: center;
}
.aside-logo-wrap a:hover, .aside-logo-wrap a:focus {
opacity: .7;
}
.aside-header-wrap {
position: relative;
display: block;
margin-bottom: 35px;
padding-right: 20px;
padding-bottom: 15px;
padding-left: 20px;
border-bottom: 1px solid #eee;
text-align: center;
}
.aside-header-wrap:after {
position: absolute;
right: 0;
bottom: -3px;
left: 0;
display: block;
height: 1px;
border-bottom: 1px solid #eee;
content: '';
}
.main-aside-wrap .social-link-info {
display: inline-block;
text-align: center;
}
.main-aside-wrap .social-link-info a {
padding-right: 7px;
padding-left: 7px;
}
.main-aside-wrap .widget {
margin-bottom: 45px;
padding: 0;
border: none;
}
.mobile-nav-wrap {
position: relative;
display: block;
margin-bottom: 35px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.mobile-nav-wrap:after {
position: absolute;
right: 0;
bottom: -3px;
left: 0;
display: block;
height: 1px;
border-bottom: 1px solid #eee;
content: '';
}
.mobile-nav-wrap a {
position: relative;
display: block;
width: 100%;
border-top: 1px dashed #eee;
line-height: 42px;
-webkit-transition: opacity .35s ease-in-out;
-moz-transition: opacity .35s ease-in-out;
-ms-transition: opacity .35s ease-in-out;
-o-transition: opacity .35s ease-in-out;
transition: opacity .35s ease-in-out;
}
.mobile-nav-wrap a:hover {
color: #29BFAD;
}
.mobile-nav-inner, .aside-content-wrap {
margin-right: 20px;
margin-left: 20px;
}
.mobile-nav-inner > li:first-child > a {
border-top: none;
}
.mobile-nav-inner {
color: #282828;
}
.mobile-nav-wrap .sub-menu {
color: #999;
}
.mobile-nav-inner .sub-menu .sub-menu a {
padding-left: 15px;
}
.mobile-nav-inner .sub-menu .sub-menu .sub-menu a {
padding-left: 25px;
}
.mobile-nav-wrap .sub-menu {
display: none;
}
.main-aside-wrap .post-small-list .post-thumb {
width: 60px;
}
.mobile-nav-wrap .explain-menu {
display: block;
float: right;
width: 42px;
height: 42px;
opacity: .7;
}
.mobile-nav-wrap .explain-menu-inner {
position: absolute;
top: 50%;
right: 3px;
display: block;
margin-top: -1px;
-webkit-transition: -webkit-transform .35s ease-in-out;
transition: transform .35s ease-in-out;
}
.mobile-nav-wrap .explain-menu:hover .explain-menu-inner, .explain-menu:focus .explain-menu-inner {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);;
}
.mobile-nav-wrap .add-button:before {
display: block;
width: 12px;
height: 2px;
background-color: #282828;
content: '';
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.mobile-nav-wrap .add-button:after {
display: block;
margin-top: -2px;
width: 12px;
height: 2px;
background-color: #282828;
content: '';
}
.mobile-nav-wrap .sub-menu .add-button:before, .sub-menu .add-button:after {
background-color: #aaa;
}
.mobile-nav-wrap .show-sub-menu > .sub-menu {
display: block !important;
color: #333;
}
.mobile-nav-wrap .sub-menu a:hover, .mobile-nav-wrap .sub-menu a:focus {
opacity: 1;
}
.mobile-nav-wrap .no-menu {
padding: 0 20px;
color: #aaa;
text-transform: none;
letter-spacing: 0;
font-weight: 400;
font-size: inherit;
line-height: 1.6;
}
.mobile-nav-wrap .no-menu a {
display: inline;
border: none;
line-height: inherit;
} .close-aside-wrap {
display: block;
}
.close-aside-wrap a {
display: block;
padding: 10px 0;
background-color: #333;
color: #fff;
text-align: center;
text-transform: uppercase;
font-size: 12px;
line-height: 1;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.close-aside-wrap a:hover, .ruby-close-aside-bar a:focus {
background-color: #29BFAD;
}
.close-aside-wrap.only-mobile {
display: none;
} .post-header, .post-body, .post-thumb-outer {
position: relative;
display: block;
overflow: hidden;
}
.post-wrap {
position: relative;
display: block;
overflow: hidden;
margin-right: 20px;
margin-left: 20px;
outline: none !important;
}
.ruby-page-wrap .post-wrap:hover .post-title a, .post-title a:hover, .post-title a:focus, .mega-category-wrap .post-wrap:hover .post-title a {
text-decoration: none;
opacity: .7;
}
.feat-wrap .post-wrap .post-title a {
opacity: 1 !important;
}
.post-thumb.is-image:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
background-color: #222;
content: '';
opacity: 0;
-webkit-transition: opacity .35s ease-in-out;
-moz-transition: opacity .35s ease-in-out;
-ms-transition: opacity .35s ease-in-out;
-o-transition: opacity .35s ease-in-out;
transition: opacity .35s ease-in-out;
pointer-events: none;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.ruby-page-wrap .post-wrap:hover .post-thumb.is-image:before, .mega-category-wrap .post-wrap:hover .post-thumb.is-image:before {
opacity: .3;
}
.post-thumb {
position: relative;
display: block;
}
.post-thumb img {
width: 100%;
height: auto;
vertical-align: middle;
}
.single-layout-classic .single-thumb img,
.post-classic .post-thumb-outer img {
width: auto;
max-width: 100%;
}
.post-thumb.video-iframe {
padding-bottom: 56% !important;
height: 0 !important;
}
.post-thumb.audio-iframe {
padding-bottom: 32% !important;
height: 0 !important;
}
.post-thumb.audio-iframe.is-self-hosted {
padding-bottom: 30px !important;
}
.post-thumb iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
.wp-video {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
border: none;
}
.post-thumb.is-gallery.is-grid {
margin-right: -2px;
margin-left: -2px;
}
.post-thumb-gallery-slider-nav {
display: block;
margin-top: 1px;
margin-right: -1px;
margin-left: -1px;
}
.post-thumb-gallery-slider-nav img {
display: block;
overflow: hidden;
padding: 1px;
cursor: pointer;
}
.post-thumb-gallery-slider-nav a {
cursor: pointer;
}
.post-header .post-title, .post-header .post-meta-info {
margin-top: 12px;
}
.post-header .post-share-bar {
margin-top: 10px;
}
.post-header > *:first-child {
margin-top: 0 !important;
}
.post-body {
margin-top: 25px;
} .post-title {
display: block;
font-weight: 700;
font-family: 'Raleway', sans-serif;
line-height: 0;
}
.post-title a {
font-weight: inherit;
line-height: 1.4;
}
.post-title.is-big-title {
font-size: 26px;
}
.post-title.is-small-title {
font-size: 14px;
}
.post-title.is-big-title a {
line-height: 1.2;
}
.post-title.is-small-title a {
line-height: 1.5;
}
.is-light-text .post-title, .is-light-text .post-meta-info {
color: #fff;
} .post-cate-info {
display: block;
overflow: hidden;
text-transform: uppercase;
font-size: 10px;
font-family: 'Lato', sans-serif;
line-height: 0;
}
.post-cate-info.is-absolute {
top: 10px;
right: 10px;
bottom: auto;
left: 10px;
display: block;
overflow: hidden;
margin: 0;
}
.post-cate-info.is-absolute > * {
margin-bottom: 5px;
}
.is-light-text .cate-info-el {
color: #fff;
}
.cate-info-el {
position: relative;
display: inline-block;
text-shadow: none;
line-height: 1.2;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}
.cate-info-el:hover, .cate-info-el:focus {
opacity: .7;
}
.cate-info-style-1 .cate-info-el,
.cate-info-style-2 .cate-info-el {
color: #29BFAD;
}
.is-light-text.cate-info-style-1 .cate-info-el,
.is-light-text.cate-info-style-2 .cate-info-el {
color: #fff !important;
}
.is-light-text.cate-info-style-1 .cate-info-el:before,
.is-light-text.cate-info-style-2 .cate-info-el:before {
background-color: #fff;
}
.cate-info-style-1 .cate-info-el:before {
display: inline-block;
margin-right: 5px;
width: 12px;
height: 2px;
background-color: #29BFAD;
content: '';
vertical-align: baseline;
line-height: inherit;
}
.cate-info-style-1 .cate-info-el:after {
margin-right: 5px;
margin-left: 5px;
color: #282828;
content: '|';
vertical-align: middle;
line-height: 1;
opacity: .3;
}
.is-light-text.cate-info-style-1 .cate-info-el:after {
color: #fff;
}
.cate-info-style-1 .cate-info-el:last-child:after {
display: none;
}
.cate-info-style-2 .cate-info-el:before {
display: inline-block;
margin-right: 7px;
margin-left: 2px;
width: 6px;
height: 6px;
background-color: #29BFAD;
content: '';
opacity: .7;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.is-light-text.cate-info-style-2 .cate-info-el:before {
opacity: 1;
}
.cate-info-style-2 .cate-info-el:before {
display: inline-block;
margin-right: 7px;
margin-bottom: 1px;
margin-left: 3px;
width: 7px;
height: 7px;
background-color: #29BFAD;
content: '';
vertical-align: baseline;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.cate-info-style-2 .cate-info-el {
margin-right: 10px;
}
.cate-info-style-2 .cate-info-el:last-child {
margin-right: 0;
}
.cate-info-style-3 .cate-info-el:first-letter {
display: inline-block;
margin-right: 4px;
padding: 0 4px;
background-color: #29BFAD;
color: #fff;
vertical-align: middle;
text-align: center;
letter-spacing: 0;
font-size: 1.4em;
line-height: 20px;
}
.cate-info-style-3 .cate-info-el {
position: relative;
overflow: hidden;
margin-right: 10px;
margin-bottom: 2px;
padding: 0;
letter-spacing: 1px;
line-height: 20px;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.cate-info-style-3 .cate-info-el:after {
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 100%;
border-bottom: 1px solid #29BFAD;
content: '';
-moz-transition: all .01s;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.cate-info-style-2 .cate-info-el:last-child,
.cate-info-style-3 .cate-info-el:last-child {
margin-right: 0;
}
.cate-info-style-4 .cate-info-el {
color: #29BFAD;
}
.cate-info-style-4 .cate-info-el:after {
display: inline-block;
margin-right: 5px;
margin-left: 5px;
color: #282828;
content: '.';
opacity: .5;
}
.is-light-text.cate-info-style-4 .cate-info-el:after {
color: #fff;
}
.cate-info-style-4 .cate-info-el:last-child:after {
display: none;
}
.is-light-text.cate-info-style-4 .cate-info-el {
padding: 4px 7px;
background-color: #29BFAD;
color: #fff !important;
line-height: 1;
} .post-share-bar {
position: relative;
display: block;
padding-top: 12px;
font-family: 'Lato', sans-serif;
line-height: 1;
}
.post-share-bar.is-absolute {
top: auto;
right: 10px;
bottom: 10px;
left: 10px;
z-index: 99;
margin-top: 0;
}
.post-share-bar.is-light-text {
color: #fff;
}
.post-share-bar:before {
position: absolute;
top: 0;
right: 0;
left: 0;
display: block;
height: 1px;
border-top: 1px dashed;
content: '';
opacity: .2;
}
.share-bar-icon {
display: inline-block;
letter-spacing: 0;
}
.share-bar-icon a {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
.post-share-bar a:hover, .post-share-bar a:focus {
opacity: .7;
}
.share-bar-right {
display: inline-block;
float: right;
}
.share-bar-decs, .share-bar-right i {
display: inline-block;
margin-right: 5px;
opacity: .5;
} .post-format-icon {
position: absolute;
top: 50%;
left: 50%;
display: block;
margin-top: -20px;
margin-left: -20px;
width: 40px;
height: 40px;
border: 2px solid;
border-radius: 50%;
background-color: rgba(0, 0, 0, .1);
color: #fff;
text-align: center;
letter-spacing: -1px;
font-size: 15px;
line-height: 36px;
opacity: .9;
pointer-events: none;
}
.post-format-icon.is-gallery-format {
letter-spacing: 0;
} .post-meta-info {
display: block;
overflow: hidden;
font-size: 11px;
font-family: 'Lato', sans-serif;
line-height: 1.5;
}
.post-meta-info:before {
display: inline-block;
margin-right: 7px;
margin-left: 2px;
width: 6px;
height: 6px;
border: 1px solid;
content: '';
opacity: .5;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.meta-info-el {
display: inline-block;
margin-right: 5px;
text-transform: inherit;
}
.meta-info-el:last-child {
margin-right: 0;
}
.meta-info-el a, .meta-info-el span {
text-transform: inherit;
line-height: inherit;
}
.meta-info-el a:hover, .meta-info-el a:focus {
color: #29BFAD;
}
.meta-info-el .meta-info-decs {
margin-right: 2px;
text-transform: none;
opacity: .5;
}
.meta-info-el:before {
display: inline-block;
margin-right: 5px;
width: 4px;
height: 4px;
border: 1px solid;
border-radius: 50%;
content: '';
vertical-align: middle;
opacity: .5;
}
.meta-info-el:first-child:before, .meta-info-el.meta-info-date:before, .meta-info-el.meta-info-author:before {
display: none;
}
.meta-info-tag i {
display: inline-block;
margin-right: 5px;
opacity: .5;
}
.meta-info-tag a:before, .meta-info-cate a:before {
padding-right: 2px;
padding-left: 2px;
content: '/';
}
.meta-info-tag a:first-child:before, .meta-info-cate a:first-child:before {
display: none;
} .post-btn {
display: block;
overflow: hidden;
margin-top: 20px;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 1px;
font-size: 10px;
line-height: 0;
}
.btn {
display: inline-block;
padding: 10px 20px;
background-color: #69d2e7;
color: #fff;
line-height: 1;
}
.is-light-text .btn {
background-color: #fff;
color: #282828;
}
.is-light-text .btn:hover, .is-light-text .btn:focus {
color: #fff;
}
.btn:hover, .btn:focus {
background-color: #29BFAD;
}
.post-btn.is-small-btn .btn {
padding: 7px 15px;
font-size: .9em;
}
.is-light-text .btn {
background-color: #fff;
color: #333;
}
.is-light-text .btn:hover, .is-light-text .btn:focus {
background-color: #29BFAD;
color: #fff;
}
.post-excerpt:not(.entry) {
display: block;
margin-top: 20px;
color: #777;
font-size: 13px;
line-height: 1.5;
}
.entry.post-excerpt {
display: block;
margin-top: 20px;
}
.entry.post-excerpt {
text-align: left;
}
.is-light-text .post-excerpt {
color: #ddd;
} .post-review-info {
display: block;
text-align: center;
}
.post-review-info.is-absolute {
top: 15px;
right: 15px;
}
.post-review-info .review-info-score {
position: relative;
display: inline-block;
font-size: 32px;
line-height: 1;
}
.post-review-info .review-info-score:before {
position: absolute;
top: 0;
left: -24px;
display: block;
color: #feec98;
content: "\f123";
font-size: 22px;
font-family: FontAwesome;
}
.post-review-info .review-info-intro {
display: block;
margin-top: 7px;
padding-top: 7px;
border-top: 1px solid;
text-transform: uppercase;
line-height: 1;
opacity: .7;
}
.is-light-text.post-review-info {
text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}
.is-light-text.post-review-info .review-info-score, .is-light-text.post-review-info .review-info-intro {
color: #fff;
} .feat-wrap {
display: block;
margin-top: 20px;
}
.is-header-style-2 .feat-wrap.is-feat-carousel-fw {
margin-top: 0;
}
body.is-top-nav .feat-wrap {
margin-top: 0 !important;
}
.feat-inner {
position: relative;
display: block;
overflow: hidden;
margin-right: 20px;
margin-left: 20px;
}
.post-header-slider {
z-index: 20;
padding: 40px 20px;
opacity: 0;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
-webkit-transition-delay: .35s;
transition-delay: .35s;
}
.post-header-slider .post-title {
text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}
.slick-active .post-header-slider {
opacity: 1;
}
.post-wrap.is-slider-post {
margin-right: 0;
margin-left: 0;
background-position: center center;
background-size: cover !important;
background-repeat: no-repeat;
-webkit-background-size: cover !important;
}
.is-slider-post .post-review-info {
opacity: 0;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
-webkit-transition-delay: .35s;
transition-delay: .35s;
}
.is-slider-post.slick-active .post-review-info {
opacity: 1;
}
.post-header-slider.post-header .post-title, .post-header-slider.post-header .post-meta-info {
margin-top: 15px;
}
.is-slider-post:after, .is-dark-overlay .post-thumb.is-image:after, .single-header-fw:after {
position: absolute;
top: 35%;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
background: -moz-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, .2) 30%, rgba(34, 34, 34, 0.85) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34, 34, 34, 0)), color-stop(30%, rgba(34, 34, 34, .2)), color-stop(100%, rgba(34, 34, 34, 0.85)));
background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, .2) 30%, rgba(34, 34, 34, 0.85) 100%);
background: -o-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, .2) 30%, rgba(34, 34, 34, 0.85) 100%);
background: -ms-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, .2) 30%, rgba(34, 34, 34, 0.85) 100%);
background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, .2) 30%, rgba(34, 34, 34, 0.85) 100%);
content: '';
pointer-events: none;
}
.single-layout-feat-fw-center .single-header-fw:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(34, 34, 34, 0)), color-stop(25%, rgba(34, 34, 34, .2)), color-stop(45%, rgba(34, 34, 34, 0.4)), color-stop(55%, rgba(34, 34, 34, 0.4)), color-stop(75%, rgba(34, 34, 34, .2)), color-stop(100%, rgba(34, 34, 34, 0)));
background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, .2) 25%, rgba(34, 34, 34, 0.4) 45%, rgba(34, 34, 34, 0.4) 55%, rgba(34, 34, 34, .2) 75%, rgba(34, 34, 34, 0) 100%);
background: -o-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, .2) 25%, rgba(34, 34, 34, 0.4) 45%, rgba(34, 34, 34, 0.4) 55%, rgba(34, 34, 34, .2) 75%, rgba(34, 34, 34, 0) 100%);
background: -ms-linear-gradient(top, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, .2) 25%, rgba(34, 34, 34, 0.4) 45%, rgba(34, 34, 34, 0.4) 55%, rgba(34, 34, 34, .2) 75%, rgba(34, 34, 34, 0) 100%);
background: linear-gradient(to bottom, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, .2) 25%, rgba(34, 34, 34, 0.4) 45%, rgba(34, 34, 34, 0.4) 55%, rgba(34, 34, 34, .2) 75%, rgba(34, 34, 34, 0) 100%);
content: '';
pointer-events: none;
}
.is-slider-post.post-feat-carousel-fw:after, .is-slider-post.post-feat-slider-fw:after, .is-slider-post.post-feat-slider-fw-small:after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
display: block;
background: rgba(34, 34, 34, .3);
content: '';
pointer-events: none;
} .post-feat-slider-hw.is-slider-post .single-title.post-title a, .post-feat-slider-fw.is-slider-post .single-title.post-title a, .post-feat-carousel-fw.is-slider-post .single-title.post-title a {
font-size: 1.2em;
}
.feat-layout-slider-hw .ruby-slider-nav {
top: 30px;
right: auto;
margin-top: 0;
}
.feat-layout-slider-hw .ruby-slider-nav.ruby-slider-prev {
left: 20px;
}
.feat-layout-slider-hw .ruby-slider-nav.ruby-slider-next {
left: 50px;
} .post-feat-slider-fw {
height: 450px;
}
.post-feat-slider-fw .post-review-info {
top: 20px;
right: 20px;
}
.post-feat-slider-fw .post-header-slider {
padding-top: 0;
padding-bottom: 0;
}
body.is-boxed .post-feat-slider-fw .post-header-slider {
padding-right: 60px;
padding-left: 60px;
} .post-feat-slider-hw {
height: 450px;
}
.post-feat-slider-hw .post-review-info {
top: 20px;
right: 20px;
} .feat-grid .post-wrap {
margin-right: 0;
margin-left: 0;
}
.post-feat-grid {
height: 470px
}
.feat-grid .is-left-col {
overflow: hidden;
}
.feat-grid .is-right-col {
overflow: hidden;
padding-left: 2px;
}
.post-feat-grid-small:first-child {
margin-bottom: 2px;
}
.post-feat-grid .post-review-info {
top: 20px;
right: 20px;
}
.post-feat-grid-small {
background-color: #282828;
}
.post-feat-grid-small .post-header {
padding: 40px 20px 0 20px;
}
.post-feat-grid-small:last-child .post-header {
text-align: right;
}
.post-feat-grid-small-image {
position: relative;
display: block;
overflow: hidden;
height: 234px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.feat-grid .ruby-slider-nav {
top: 30px;
right: auto;
margin-top: 0;
}
.feat-grid .ruby-slider-nav.ruby-slider-prev {
left: 20px;
}
.feat-grid .ruby-slider-nav.ruby-slider-next {
left: 50px;
} .post-feat-carousel-hw.post-wrap {
position: relative;
overflow: hidden;
margin: 0;
padding-right: 1px;
padding-left: 1px;
outline: none !important;
}
.post-feat-carousel-hw.no-featured .post-thumb-outer {
min-height: 200px;
}
.post-feat-carousel-hw .post-title {
text-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
}
.post-feat-carousel-hw.is-slider-post:before, .post-feat-carousel-hw.is-slider-post:after {
right: 1px;
left: 1px;
}
.post-feat-carousel-hw.is-slider-post .post-review-info {
opacity: 1 !important;
}
.post-feat-carousel-hw .post-header {
top: auto;
right: 0;
bottom: 0;
left: 0;
z-index: 20;
display: block;
padding: 20px 10px;
}
.post-feat-carousel-hw-meta {
position: relative;
display: block;
visibility: hidden;
overflow: hidden;
margin-bottom: -60px;
opacity: 0;
-webkit-transition: all .35s ease;
-moz-transition: all .35s ease;
-ms-transition: all .35s ease;
-o-transition: all .35s ease;
transition: all .35s ease;
}
.post-feat-carousel-hw:hover .post-feat-carousel-hw-meta, .post-feat-carousel-hw:focus .post-feat-carousel-hw-meta {
visibility: visible;
margin-bottom: 0;
opacity: 1;
} .feat-wrap.is-feat-carousel-fw .feat-inner, .feat-wrap.is-feat-carousel-fw-small .feat-inner {
margin-right: 0;
margin-left: 0;
}
.post-feat-carousel-fw {
overflow: hidden;
margin-right: 1px !important;
margin-left: 1px !important;
height: 450px;
outline: none !important;
}
.post-feat-carousel-fw .post-header-slider {
padding: 0 40px;
}
.post-feat-carousel-fw .post-share-bar {
display: inline-block;
}
.post-feat-carousel-fw .share-bar-right {
float: none;
margin-left: 7px;
}
.post-feat-carousel-fw .share-bar-right > *:first-child:before {
display: inline-block;
margin-right: 7px;
content: '/';
} .post-feat-carousel-fw-small {
overflow: hidden;
margin-right: 1px !important;
margin-left: 1px !important;
height: 300px;
outline: none !important;
}
.ruby-feat-carousel-fw-small.slider-init {
height: 300px;
}
.post-feat-carousel-fw-small .post-header {
z-index: 20;
display: block;
padding: 20px;
}
.post-feat-carousel-fw-small .post-header-slider {
padding: 0 40px;
}
.post-feat-carousel-fw-small .post-share-bar {
display: inline-block;
}
.post-feat-carousel-fw-small .share-bar-right {
float: none;
margin-left: 7px;
}
.post-feat-carousel-fw-small .share-bar-right > *:first-child:before {
display: inline-block;
margin-right: 7px;
content: '/';
}  .post-grid-outer {
display: block;
overflow: hidden;
}
.post-small-grid .post-thumb-outer {
float: left;
margin-right: 20px;
max-width: 105px;
}
.post-small-grid .post-excerpt {
margin-top: 0;
margin-left: 125px;
text-align: left;
}
.post-small-grid .post-btn {
margin-top: 15px;
margin-left: 125px;
}
.post-small-grid.no-featured .post-excerpt,
.post-small-grid.no-featured .post-btn {
margin-left: 0;
}
.post-grid-outer.is-divider:before {
position: relative;
display: block;
overflow: hidden;
margin-right: 20px;
margin-left: 20px;
height: 1px;
border-bottom: 1px solid #eee;
content: '';
}
.post-grid-outer:nth-of-type(3n+1) {
border-right: 1px solid #eee;
}
.post-grid-outer:nth-of-type(3n+2) {
margin-left: -1px;
border-left: 1px solid #eee;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.post-wrap.post-small-grid {
margin-top: 30px;
margin-bottom: 30px;
}
.post-small-grid .post-format-icon, .post-small-list .post-format-icon {
margin-top: -15px;
margin-left: -15px;
width: 30px;
height: 30px;
font-size: 12px;
line-height: 26px;
} .post-wrap.post-small-list {
margin-right: 0;
margin-bottom: 30px;
margin-left: 0;
}
.post-small-list:last-child {
margin-bottom: 0;
}
.post-small-list .post-thumb-outer {
float: left;
margin-right: 15px;
width: 80px;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.post-small-list .post-header {
margin-left: 95px;
text-align: left;
}
.post-small-list .post-title {
margin-top: 7px;
}
.post-small-list.no-featured .post-header {
margin-left: 0;
} .post-wrap.post-classic {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #eee;
}
.first-post-wrap .post-wrap.post-classic {
margin-bottom: 0;
}
.is-list-layout .first-post-wrap .post-wrap.post-classic {
margin-bottom: 30px;
}
.ruby-content-inner article.post-classic:last-child {
padding-bottom: 0;
border-bottom: 0;
} .post-wrap.post-list {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #eee;
}
.post-wrap.post-list:last-child {
margin-bottom: 0;
}
.post-list .is-left-col {
padding-right: 15px;
}
.post-list .is-right-col {
padding-left: 15px;
}
.post-list.no-featured .is-right-col {
padding-left: 0;
}
.is-list .post-wrap.post-list:last-child {
margin-bottom: 0;
} .post-wrap.post-mini-grid {
margin: 30px 10px;
}
.post-wrap.post-mini-grid .post-thumb-outer {
margin-bottom: 10px;
}
.post-mini-grid .post-review-info.is-absolute {
top: 10px;
right: 10px;
}
.post-mini-grid .post-review-info .review-info-score {
font-size: 24px;
}
.post-mini-grid .post-review-info .review-info-intro {
font-size: 8px;
} .is-grid .first-post-wrap .post-classic {
margin-bottom: 0;
}
.post-wrap.post-grid {
margin-top: 30px;
margin-bottom: 30px;
} .post-list-sgrid-outer .post-wrap.post-list {
padding-top: 30px;
}
.post-list-sgrid-outer.is-divider:after {
display: block;
margin-right: 20px;
margin-left: 20px;
border-bottom: 1px solid #eee;
content: '';
}
.has-big-first .post-list-sgrid-outer:nth-of-type(7n+1), .has-big-first .post-list-sgrid-outer:nth-of-type(7n+4) {
border-right: 1px solid #eee;
}
.has-big-first .post-list-sgrid-outer:nth-of-type(7n+2), .has-big-first .post-list-sgrid-outer:nth-of-type(7n+5) {
margin-left: -1px;
border-left: 1px solid #eee;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.post-list-sgrid-outer:first-child .post-list {
padding-top: 0;
}
.no-big-first .post-list-sgrid-outer:nth-of-type(7n+2), .no-big-first .post-list-sgrid-outer:nth-of-type(7n+5) {
border-right: 1px solid #eee;
}
.no-big-first .post-list-sgrid-outer:nth-of-type(7n+3), .no-big-first .post-list-sgrid-outer:nth-of-type(7n+6) {
margin-left: -1px;
border-left: 1px solid #eee;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
} .post-list-grid-outer .post-wrap.post-list {
padding-top: 30px;
}
.post-list-grid-outer.is-divider:after {
display: block;
margin-right: 20px;
margin-left: 20px;
border-bottom: 1px solid #eee;
content: '';
}
.has-big-first .post-list-grid-outer:nth-of-type(4n+1) {
border-right: 1px solid #eee;
}
.has-big-first .post-list-grid-outer:nth-of-type(4n+2) {
margin-left: -1px;
border-collapse: collapse;
border-left: 1px solid #eee;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.post-list-grid-outer:first-child .post-list {
padding-top: 0;
}
.no-big-first .post-list-grid-outer:nth-of-type(4n+2) {
border-right: 1px solid #eee;
}
.no-big-first .post-list-grid-outer:nth-of-type(4n+3) {
margin-left: -1px;
border-left: 1px solid #eee;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
} .single-layout-classic .pagination-wrap {
margin-top: -5px;;
} .post-classic-grid-outer.is-divider:after {
display: block;
margin-right: 20px;
margin-left: 20px;
border-bottom: 1px solid #eee;
content: '';
}
.post-classic-grid-outer:nth-of-type(8n+3), .post-classic-grid-outer:nth-of-type(8n+6) {
border-right: 1px solid #eee;
}
.post-classic-grid-outer:nth-of-type(8n+4), .post-classic-grid-outer:nth-of-type(8n+7) {
margin-left: -1px;
border-left: 1px solid #eee;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.post-classic-grid-outer .post-wrap.post-classic {
margin-top: 30px;
padding-bottom: 0;
border-bottom: none;
}
.post-classic-grid-outer:first-child .post-wrap.post-classic {
margin-top: 0;
} .no-big-first .post-grid-outer:nth-of-type(1) .post-wrap,
.no-big-first .post-grid-outer:nth-of-type(2) .post-wrap {
margin-top: 0;
} .sidebar-wrap {
position: relative;
display: block;
padding-right: 20px;
padding-left: 10px;
}
.ruby-sidebar-sticky {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
}
.is-sidebar-left .sidebar-wrap {
padding-right: 10px;
padding-left: 20px;
}
.sidebar-inner {
position: relative;
display: block;
border-left: 1px solid #eee;
}
.widget {
margin-bottom: 30px;
padding-bottom: 30px;
padding-left: 30px;
border-bottom: 1px solid #eee;
}
.is-sidebar-left .sidebar-inner {
border-right: 1px solid #eee;
border-left: none;
}
.is-sidebar-left .widget {
padding-right: 30px;
padding-left: 0;
}
.widget:last-child {
margin-bottom: 0;
border-bottom: 0;
}
.widget-title {
display: block;
letter-spacing: 1px;
font-weight: 600;
font-style: normal;
color: #282828;
font-size: 12px;
text-transform: uppercase;
margin-bottom: 25px;
}
.widget-title h3 {
position: relative;
display: inline-block;
}
.widget-title h3:before {
display: inline-block;
margin-right: 7px;
content: "\f0c9";
font-weight: 400;
font-family: FontAwesome;
opacity: .5;
} .widget .cat-item a, .widget_archive li a, .widget_pages .page_item a, .widget_nav_menu a, .widget_meta li a {
display: block;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px dashed #eee;
text-transform: uppercase;
font-size: 12px;
line-height: 20px;
}
.widget .cat-item a:hover, .widget_archive li a:hover, .widget_pages .page_item a:hover, .widget_nav_menu li a:hover, .widget_meta li a:hover,
.widget .cat-item a:focus, .widget_archive li a:focus, .widget_pages .page_item a:focus, .widget_nav_menu li a:focus, .widget_meta li a:focus {
opacity: .7;
}
.widget.widget_categories h3:before {
content: "\f07c";
}
.recentcomments {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
.widget_rss li {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #eee;
}
.cat-item:last-child a, .widget_archive li:last-child a, .widget_pages .page_item:last-child a, .widget_meta li:last-child a,
.recentcomments:last-child, .widget_rss li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.widget_rss li a {
display: block;
font-weight: 700;
line-height: 1.7;
}
.rss-date {
display: block;
margin-top: 10px;
color: #aaa;
font-size: .9em;
}
.rssSummary {
display: block;
line-height: 1.7;
margin-top: 15px;
}
.widget_archive label, .widget_categories label {
display: none;
}
.widget cite {
display: block;
margin-top: 12px;
font-style: italic;
font-size: 12px;
}
.widget_archive select, .widget_categories select {
border: none;
background-color: #fafafa;
}
.widget.widget_tag_cloud h3:before {
content: "\f02c";
}
.recentcomments a {
font-weight: 700;
}
.tagcloud {
display: block;
overflow: hidden;
}
.tagcloud a {
display: block;
float: left;
margin: 0 5px 5px 0;
padding: 4px 7px;
border: 1px solid;
text-transform: capitalize;
font-size: 12px !important;
line-height: 1;
}
.tagcloud a:hover, .tagcloud a:focus {
opacity: .7;
} .ruby-search {
position: relative;
}
.widget_search .search-submit {
position: absolute;
top: 0;
right: 0;
height: 100%;
}
.widget_search .search-submit input[type="submit"] {
width: 45px;
height: 100%;
}
.widget_search input[type="search"] {
color: #333;
}
.widget_search .search-submit i {
position: absolute;
top: 50%;
left: 50%;
color: #fff;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
pointer-events: none;
} .textwidget .wpcf7-form input, .textwidget .wpcf7-form textarea {
margin-top: 7px;
}
.textwidget .wpcf7-form p {
margin-bottom: 10px;
color: #aaa;
text-transform: uppercase;
font-weight: 700;
font-size: 10px;
}
.textwidget .wpcf7-form p:last-child {
margin-bottom: 0;
}
.textwidget p {
line-height: 1.7;
margin-bottom: 1.5em;
}
.widget_recent_entries li a {
display: block;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px dashed #eee;
font-weight: 700;
}
.widget_recent_entries li:last-child a {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
} .widget table {
width: 100%;
}
.widget caption {
margin-bottom: 10px;
color: #999999;
text-transform: uppercase;
}
table > thead > tr > th, table > tbody > tr > td, table > tfoot > tr > td {
padding: 10px;
border-bottom: 1px solid #ddd;
vertical-align: bottom;
line-height: 1.625;
}
.footer-wrap:not(.is-dark-text) table > thead > tr > th,
.footer-wrap:not(.is-dark-text) table > tbody > tr > td,
.footer-wrap:not(.is-dark-text) table > tfoot > tr > td {
border-color: rgba(255, 255, 255, .05);
}
.footer-wrap:not(.is-dark-text) .cat-item .children {
border-color: rgba(255, 255, 255, .1);
}
table > tfoot > tr > td {
border-bottom: none;
}
table > thead > tr > th {
font-weight: 700;
}
.number-post {
display: block;
float: right;
padding-right: 5px;
padding-left: 5px;
height: 20px;
border-radius: 1px;
background-color: #29BFAD;
color: #fff !important;
text-align: center;
line-height: 20px;
}
.cat-item .children {
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 10px;
padding-left: 10px;
border-bottom: 1px dashed #eee;
} .block-post-widget .widget-title h3:before {
content: "\f06d";
}
.post-counter-style {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px dashed #eee;
}
.post-counter-style:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.post-count-text {
float: left;
margin-bottom: 0;
}
.post-count-text.post-meta-info:before {
display: none;
}
.post-count-text span {
margin-right: 10px;
color: #aaa;
font-style: italic;
font-size: 32px;
line-height: 1;
}
.is-light-text .post-counter-style {
border-bottom-color: rgba(255, 255, 255, .1);
}
.is-light-text .post-count-text span {
color: rgba(255, 255, 255, .2);
}
.post-counter-style .post-title {
margin-left: 40px;
}
.block-post-widget .post-wrap.post-grid {
margin: 0 0 20px 0;
padding-bottom: 20px;
border-bottom: 1px dashed #eee;
}
.block-post-widget .post-wrap.post-grid-overlay, .block-post-widget .post-wrap.post-small-grid {
margin: 0 0 20px 0;
padding-bottom: 20px;
border-bottom: 1px dashed #eee;
}
.post-wrap.post-grid-overlay .post-header {
top: auto;
right: 15px;
bottom: 15px;
left: 15px;
z-index: 99;
}
.post-wrap.post-grid-overlay .post-title a {
opacity: 1 !important;
}
.post-wrap-widget-style-5 {
display: block;
}
.block-post-widget .post-wrap-widget-style-5 .post-title {
margin-bottom: 7px;
margin-left: 0;
} .ads-widget .ads-widget-content-wrap {
display: block;
margin-right: auto;
margin-left: auto;
max-width: 100%;
text-align: center;
}
.ad-title {
display: block;
text-align: center;
}
.ad-title span {
display: inline-block;
margin-bottom: 3px;
color: #aaa;
font-size: 14px;
}
.ads-widget .image-ads-wrap {
display: block;
overflow: hidden;
}
.ads-widget .image-ads-wrap img {
width: 100%;
}
.ads-widget .ads-widget-content-wrap iframe {
display: block;
overflow: hidden;
margin-right: auto !important;
margin-left: auto !important;
max-width: 100%;
}
.ads-widget .ads-image {
display: block;
width: 100%;
} .fb-container {
display: block;
overflow: hidden;
max-width: 100%;
} .subscribe-youtube-wrap iframe {
display: block;
width: 100%;
height: 80px;
border: none !important;
} .twitter-widget .widget-title h3:before {
content: "\f099";
}
.twitter-content.post-excerpt a {
color: #29BFAD;
font-style: italic;;
}
.twitter-content.post-excerpt a:hover, .twitter-content.post-excerpt a:focus {
text-decoration: underline;
}
.twitter-timestamp {
display: block;
margin-top: 7px;
font-style: italic;
font-size: 12px;
}
li.twitter-content {
margin-top: 0;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px dashed #eee;
}
li.twitter-content:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.twitter-content:last-child {
margin-bottom: 0;
} .sb-instagram-widget .instagram-content-wrap {
display: block;
margin-right: -3px;
margin-left: -3px;
}
.widget.sb-instagram-widget .widget-title h3:before {
content: "\f16d";
}
.sb-instagram-widget .instagram-el, .flickr-img-el {
padding: 3px;
}
.sb-instagram-widget .instagram-el img {
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.sb-instagram-widget .instagram-el img:hover, .sb-instagram-widget .instagram-el img:focus,
.flickr-img-el img:hover, .flickr-img-el img:focus {
opacity: .7;
}
.instagram-bottom-text {
margin-top: 5px;
font-style: italic;
font-size: 12px;
opacity: .5;
}
a.instagram-bottom-text {
-webkit-transition: all .3s !important;
-moz-transition: all .3s !important;
-ms-transition: all .3s !important;
-o-transition: all .3s !important;
transition: all .3s !important;
}
a.instagram-bottom-text:hover {
opacity: 1;
} .social-bar-widget {
display: block;
overflow: hidden;
}
.social-bar-widget .widget-social-link-info a {
display: block;
float: left;
margin: 0 7px 7px 0;
padding: 0;
}
.social-bar-widget .widget-social-link-info a i {
display: block;
width: 40px;
height: 40px;
border: 2px solid;
border-radius: 50%;
text-align: center;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
font-size: 18px;
line-height: 36px;
} .is-color .color-facebook {
color: #899DCE;
}
.is-color .color-twitter {
color: #60D2F5;
}
.is-color .color-google {
color: #DC4047;
}
.is-color .color-youtube {
color: #EF464B;
}
.is-color .color-linkedin {
color: rgb(0, 123, 182);
}
.is-color .color-pinterest {
color: #F74C53;
}
.is-color .color-flickr {
color: rgb(255, 0, 130);
}
.is-color .color-tumblr {
color: rgb(50, 80, 109);
}
.is-color .color-skype {
color: rgb(0, 170, 225);
}
.is-color .color-email {
color: rgb(0, 153, 148)
}
.is-color .color-digg {
color: rgb(80, 80, 80);
}
.is-color .color-vimeo {
color: rgb(68, 187, 225);
}
.is-color .color-rss {
color: rgb(244, 166, 42);
}
.is-color .color-dribbble {
color: #FB70A6;
}
.is-color .color-instagram {
color: #709CBF;
}
.is-color .color-500px {
color: rgb(34, 34, 34);
}
.is-color .color-vk {
color: rgb(76, 102, 164);
}
.is-color .color-reddit {
color: #F16A5A;
}
.box-share-el.reddit-button, .box-share-aside .box-share-el.reddit-button i, .box-share-aside .reddit-button span {
background-color: #F16A5A;
}
.box-share-el.email-button, .box-share-aside .box-share-el.email-button i, .box-share-aside .email-button span {
background-color: #ffac63;
} .widget.sb-social-counter-widget h3:before {
content: "\f004";
}
.sb-social-counter .counter-element {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 10px;
padding: 5px 20px;
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
-webkit-transition: background-color .35s ease-in-out;
-moz-transition: background-color .35s ease-in-out;
-ms-transition: background-color .35s ease-in-out;
-o-transition: background-color .35s ease-in-out;
transition: background-color .35s ease-in-out;
}
.sb-social-counter .counter-element:hover, .sb-social-counter .counter-element:focus {
background-color: #333;
}
.sb-social-counter .counter-element > a {
position: relative;
display: block;
overflow: hidden;
}
.sb-social-counter .counter-element:last-child {
margin-bottom: 0;
}
.sb-social-counter .num-count {
display: block;
float: left;
margin-left: 7px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-size: 14px;
line-height: 24px;
}
.sb-social-counter .text-count {
position: absolute;
top: 5px;
right: 20px;
display: block;
text-shadow: none;
font-style: italic;
font-size: 13px;
line-height: 24px;
}
.sb-social-counter .counter-element i {
display: block;
float: left;
margin-left: 1px;
font-size: 18px;
line-height: 24px;
}
.counter-element.bg-facebook, .box-share-el.facebook-button, .box-share-aside .box-share-el.facebook-button i, .box-share-aside .box-share-el.facebook-button span {
background-color: #899DCE;
}
.box-share-el.google-button, .box-share-aside .box-share-el.google-button i, .box-share-aside .box-share-el.google-button span {
background-color: #F16A5A;
}
.counter-element.bg-twitter, .box-share-el.twitter-button, .box-share-aside .box-share-el.twitter-button i, .box-share-aside .box-share-el.twitter-button span {
background-color: #60D2F5;
}
.counter-element.bg-pinterest, .box-share-el.pinterest-button, .box-share-aside .box-share-el.pinterest-button i, .box-share-aside .box-share-el.pinterest-button span {
background-color: #F74C53;
}
.counter-element.bg-instagram {
background-color: #709CBF;
}
.counter-element.bg-google {
background-color: #db4437;
}
.counter-element.bg-youtube {
background-color: #EF464B;
}
.counter-element.bg-soundcloud {
background-color: #FD794A;
}
.counter-element.bg-vimeo {
background-color: #2fc2ef;
}
.counter-element.bg-dribbble {
background-color: #FB70A6;
}
.box-share-el.linkedin-button, .box-share-aside .box-share-el.linkedin-button i, .box-share-aside .box-share-el.linkedin-button span {
background-color: rgb(0, 156, 220);
}
.box-share-el.tumblr-button, .box-share-aside .box-share-el.tumblr-button i, .box-share-aside .box-share-el.tumblr-button span {
background-color: rgb(58, 117, 153);
}
.box-share-el.digg-button, .box-share-aside .box-share-el.digg-button i, .box-share-aside .box-share-el.digg-button span {
background-color: rgb(80, 80, 80);
}
.box-share-el.vk-button, .box-share-aside .box-share-el.vk-button i, .box-share-aside .box-share-el.vk-button span {
background-color: rgb(95, 160, 221);
}
.box-share.is-color-icon > ul > li.box-share-el {
background-color: #444;
} .widget_mc4wp_form_widget form {
position: relative;
display: block;
padding: 20px;
border: none;
background-color: #29BFAD;
}
.widget_mc4wp_form_widget label {
color: #fff;
}
.widget_mc4wp_form_widget form:before {
position: absolute;
top: 4px;
right: 4px;
bottom: 4px;
left: 4px;
display: block;
border: 1px dashed rgba(255, 255, 255, .5);
content: '';
-webkit-transition: opacity .35s ease-in-out;
-moz-transition: opacity .35s ease-in-out;
-ms-transition: opacity .35s ease-in-out;
-o-transition: opacity .35s ease-in-out;
transition: opacity .35s ease-in-out;
pointer-events: none;
}
.mc4wp-form input[type="email"] {
background-color: #fff !important;
}
.mc4wp-form label {
position: relative;
display: block;
margin-bottom: 20px;
letter-spacing: 1px;
}
.mc4wp-form label:first-child:before {
display: inline-block;
margin-right: 10px;
content: "\f06b";
text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
font-size: 30px;
font-family: FontAwesome;
line-height: inherit;
}
.mc4wp-form input[type="submit"] {
display: block;
margin-top: 20px;
width: 100%;
background-color: #fff;
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
color: #aaa;
font-weight: bold;
font-size: 10px !important;
}
.mc4wp-form input[type="submit"]:hover, .mc4wp-form input[type="submit"]:focus {
color: #282828;
}
.mc4wp-response {
display: block;
color: #fff;
font-size: 12px;
}
.mc4wp-response p {
margin-top: 10px;
} .about-widget-image {
position: relative;
display: block;
}
.about-widget-image img {
display: block;
width: 100%;
}
.about-widget-image .about-name {
position: absolute;
bottom: 15px;
left: 0;
display: block;
padding: 5px 10px;
background-color: #fff;
-webkit-box-shadow: 1px 1px 10px rgba(34, 34, 34, .1);
box-shadow: 1px 1px 10px rgba(34, 34, 34, .1);
}
.about-content-wrap > * {
margin-top: 15px;
}
.widget .about-name h3 {
text-transform: uppercase;
font-size: 16px;
line-height: 1.2;
}
.widget .about-content {
margin-bottom: 20px;
}
.about-content-wrap i {
display: inline-block;
margin-right: 10px;
font-size: 15px;
opacity: .5;
}
.about-content-wrap .email i {
font-size: 13px;
}
.about-content-wrap .email a {
text-decoration: underline;
font-style: italic;
}
.about-content img {
margin-top: 20px;
} .flickr-img-el img {
width: 100%;
height: auto;
} .footer-wrap {
display: block;
overflow: hidden;
}
.footer-wrap.is-light-text {
color: #f2f2f2;
}
.footer-wrap.is-fixed {
position: fixed;
bottom: 0;
z-index: -1;
width: 100%;
}
body.is-boxed .footer-wrap.is-fixed {
width: auto;
}
#footer .sidebar-footer {
padding-right: 20px;
padding-left: 20px;
}
.footer-wrap.is-light-text a {
color: #fff;
}
.footer-wrap.is-light-text input[type="text"], .footer-wrap.is-light-text input[type="email"], .footer-wrap.is-light-text input[type="password"], .footer-wrap.is-light-text textarea {
border: none;
background: rgba(255, 255, 255, 0.1);
}
#footer .widget {
padding: 0;
border: none;
}
.footer-wrap.is-light-text select {
border-color: #222;
background-color: #282828;
}
.footer-wrap.is-light-text .widget a, .footer-wrap.is-light-text li.twitter-content {
border-color: rgba(255, 255, 255, .1);
}
.footer-wrap.is-light-text .widget-title {
color: #aaa;
}
.top-footer-inner .widget-title * {
color: inherit !important;
} .top-footer-wrap .instagram-content-wrap.row {
margin-right: auto;
margin-left: auto;
background-color: #282828;
}
.top-footer-wrap .instagram-content-wrap.ruby-container {
margin-bottom: 45px;
}
.top-footer-wrap .widget {
display: none;
margin-bottom: 0;
}
.top-footer-wrap .is-top-footer-widget {
display: block;
} #footer .top-footer-inner .widget.footer-instagram-widget:first-child {
padding-top: 25px;
border-top: 1px solid #eee;
}
.footer-instagram-widget .widget-title h3:before {
content: "\f16d";
}
.footer-instagram-el {
display: block;
}
.instagram-el-holder {
position: relative;
display: block;
overflow: hidden;
}
.instagram-el-holder > * {
position: static;
display: block;
overflow: hidden;
padding-bottom: 100%;
outline: 0;
text-decoration: none;
}
.footer-instagram-el img,
.instagram-el img {
position: absolute;
top: 0;
left: 0;
display: block;
overflow: hidden;
width: 100%;
height: 100%;
object-fit: cover;
-o-object-fit: cover;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.footer-instagram-el img {
-webkit-transition: transform 1s ease;
-moz-transition: transform 1s ease;
-ms-transition: transform 1s ease;
-o-transition: transform 1s ease;
transition: transform 1s ease;
}
.footer-instagram-el img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.ruby-col-5 {
float: left;
width: 20%;
}
.ruby-col-7 {
float: left;
width: 14.285%;
}
.ruby-col-8 {
float: left;
width: 12.5%;
}
.ruby-col-9 {
float: left;
width: 11.11111%;
}
.ruby-col-10 {
float: left;
width: 10%;
}
.footer-instagram-widget .widget-title {
text-align: center;;
} .top-footer-wrap .widget_mc4wp_form_widget {
display: block;
background-color: #29BFAD;
}
.top-footer-wrap .widget_mc4wp_form_widget .widget-title {
display: none;
}
.top-footer-wrap .widget_mc4wp_form_widget form {
display: block;
margin-right: auto;
margin-left: auto;
padding-top: 45px;
padding-bottom: 45px;
max-width: 767px;
background: none;
text-align: center;
}
.top-footer-wrap .widget_mc4wp_form_widget form:before {
display: none;
}
.top-footer-wrap .mc4wp-form p {
display: inline-block;
}
.top-footer-wrap .mc4wp-form input[type="email"], .top-footer-wrap .mc4wp-form input[type="submit"] {
display: block;
float: left;
margin: 0;
width: auto;
border: none !important;
}
.top-footer-wrap .mc4wp-form input[type="email"] {
margin-right: 5px;
min-width: 340px;
} .footer-social-counter {
display: block;
overflow: hidden;
padding-top: 20px;
padding-bottom: 20px;
background-color: #282828;
text-align: center;
}
.footer-social-counter a:hover, .footer-social-counter a:focus {
opacity: 7;
}
.footer-social-counter .counter-element {
display: inline-block;
padding: 10px 15px;
color: #fff;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}
.footer-social-counter .counter-element > a {
display: block;
overflow: hidden;
margin-bottom: 5px;
}
.footer-social-counter .counter-element i {
display: block;
float: left;
width: 44px;
height: 44px;
border: 1px dashed;
font-size: 18px;
line-height: 40px;
}
.footer-social-counter .text-count {
display: block;
margin-top: 10px;
width: 100%;
text-align: center;
text-transform: uppercase;
letter-spacing: 3px;
font-weight: 700;
font-size: 12px;
}
#footer .footer-social-counter .text-count a {
color: #aaa;
}
.footer-social-counter .num-count {
display: block;
margin-left: 54px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-size: 24px;
line-height: 44px;
}
.footer-area {
position: relative;
display: block;
overflow: hidden;
background-color: #282828;
}
.footer-area-inner {
border-top: 1px solid rgba(0, 0, 0, .05);
}
.footer-area .sidebar-wrap {
padding: 45px 0;
}
#footer .recentcomments, #footer .widget_rss li {
border-color: rgba(255, 255, 255, .1);
} #footer-copyright {
position: relative;
display: block;
overflow: hidden;
padding: 12px 0;
background-color: #282828;
}
.copyright-inner {
margin-right: 20px;
margin-left: 20px;
font-weight: 400;
font-size: 12px;
}
.is-light-text .copyright-inner {
color: #aaa;
}
.is-dark-text .copyright-inner {
color: #999;
} .footer-style-2 {
text-align: center;
}
.footer-logo-wrap, .footer-social-wrap {
display: block;
margin-top: 60px;
margin-bottom: 60px;
}
.footer-logo-inner {
padding-right: 20px;
padding-left: 20px;
}
.footer-social-wrap a {
display: inline-block;
margin-right: 10px;
}
.footer-social-wrap a:last-child {
margin-right: 0;
}
.footer-social-wrap i {
display: block;
width: 40px;
height: 40px;
border: 2px solid;
text-align: center;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
font-size: 18px;
line-height: 36px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.footer-social-wrap a:hover i, .footer-social-wrap a:focus i {
border-color: #fff;
background-color: #fff;
color: #282828;
}
.is-dark-text .footer-social-wrap a:hover i, .is-dark-text .footer-social-wrap a:focus i {
border-color: #282828;
background-color: #282828;
color: #fff;
} .footer-wrap .post-small-list .post-thumb-outer {
width: 50px;
}
.footer-wrap .post-small-list .post-header {
margin-left: 65px;
}
.footer-wrap .post-small-list .post-title a {
font-size: .85em;
}
.footer-wrap.is-light-text .post-small-list .cate-text-remain {
color: #fff !important;
}
.footer-wrap .post-small-list .post-meta-info {
display: none;
}
.footer-wrap .post-small-list .post-meta-info.post-widget-num {
display: block;
} .footer-wrap.is-light-text .search-form input[type="search"] {
border-bottom: 1px solid rgba(255, 255, 255, .1);
background-color: transparent;
} #ruby-back-top {
position: fixed;
right: 18px;
bottom: 0;
z-index: 990;
display: none;
overflow: hidden;
border: none;
text-decoration: none;
cursor: pointer;
}
#ruby-back-top i {
position: relative;
display: block;
overflow: hidden;
width: 48px;
height: 48px;
background-color: #282828;
-webkit-box-shadow: 0 5px 6px -6px rgba(0, 0, 0, .4);
box-shadow: 0 5px 6px -6px rgba(0, 0, 0, .4);
text-align: center;
line-height: 48px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.is-light-text #ruby-back-top i {
background-color: #fff;
}
#ruby-back-top i:hover:before, #ruby-back-top i:hover:after {
background-color: #29BFAD;
}
#ruby-back-top i:before {
position: absolute;
top: 15px;
left: 17px;
display: block;
width: 1px;
height: 20px;
background-color: #fff;
content: '';
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
-webkit-transform: rotate(40deg);
-moz-transform: rotate(40deg);
-ms-transform: rotate(40deg);
-o-transform: rotate(40deg);
transform: rotate(40deg);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
#ruby-back-top i:after {
position: absolute;
top: 15px;
right: 17px;
display: block;
width: 1px;
height: 20px;
background-color: #fff;
content: '';
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
-webkit-transform: rotate(-40deg);
-moz-transform: rotate(-40deg);
-ms-transform: rotate(-40deg);
-o-transform: rotate(-40deg);
transform: rotate(-40deg);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
} .single-inner {
padding-right: 20px;
padding-left: 20px;
}
.single article {
display: block;
overflow: hidden;
}
.single-header > * {
margin-top: 15px;
}
.single-header > *:first-child {
margin-top: 0 !important;
}
.post-title.single-title {
font-size: 36px;
}
.post-title.single-title a {
line-height: 1.1;
}
.single-title h1 {
margin-top: 0;
margin-bottom: 0;
font-size: inherit;
line-height: 1.1;
}
.single-header-fw .single-title h1, .single-layout-title-fw .single-title h1 {
font-size: 1.3em;
}
.single-layout-feat-fw-center .single-title h1 {
font-size: 1.7em;
}
.single-header {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px dashed #eee;
} .single-layout-title-fw .single-header {
margin-right: 20px;
margin-left: 20px;
}
.single-layout-feat-fw .single-header {
margin: 0;
padding: 0 20px 40px 20px;
border-bottom: none;
}
.is-single .is-table.tn-container {
width: auto;
} .single .ruby-page-wrap.single-layout-feat-fw, .single .ruby-page-wrap.single-layout-feat-fw-center {
margin-top: 0;
}
.single-header-fw {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
height: 500px;
border-bottom: none;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
-webkit-background-size: cover;
}
.single-header-fw .single-title {
text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}
.single-header-fw.is-color-bg .single-title {
text-shadow: none;
}
.single-layout-feat-fw-center .single-header {
margin: 0;
padding: 0 20px;
border-bottom: none;
}
.single-layout-feat-fw .single-wrap, .single-layout-feat-fw-center .single-wrap {
margin-top: 30px;
} .single-layout-feat-fw-center .single-header-fw {
height: 720px;
}
.single-layout-feat-fw-center .single-header-fw .post-share-bar {
display: inline-block;
overflow: hidden;
margin-bottom: 0;
padding-top: 20px;
}
.single-layout-feat-fw-center .share-bar-right {
float: none;
margin-left: 7px;
}
.single-layout-feat-fw-center .share-bar-right > *:first-child:before {
display: inline-block;
margin-right: 7px;
content: '/';
}
.single-inner .post-thumb-outer {
margin-bottom: 30px;
} .entry p {
margin-top: 0;
margin-bottom: 30px;
}
.entry h1 {
margin-bottom: 20px;
padding-top: 15px;
font-size: 38px;
line-height: 1.1;
}
.entry h2 {
margin-bottom: 20px;
padding-top: 10px;
font-size: 32px;
line-height: 1.2;
}
.entry h3 {
margin-bottom: 20px;
padding-top: 10px;
font-size: 26px;
line-height: 1.3;
}
.entry h4 {
margin-bottom: 20px;
padding-top: 10px;
font-size: 22px;
line-height: 1.3;
}
.entry h5 {
margin-bottom: 20px;
padding-top: 5px;
font-size: 18px;
line-height: 1.4;
}
.entry h6 {
margin-bottom: 20px;
padding-top: 5px;
font-size: 15px;
line-height: 1.5;
}
.entry pre {
display: block;
margin-bottom: 30px;
margin-left: 30px;
padding: 30px;
border-radius: 2px;
background-color: #FFFAE8;
}
.entry a:not(button) {
text-decoration: underline;
font-weight: bold;
}
.entry a:not(button):hover, .entry a:not(button):focus {
color: #29BFAD;
}
.entry ul {
margin-bottom: 30px;
list-style: disc;
}
.entry ol {
margin-bottom: 30px;
list-style: decimal;
}
.entry ul li {
margin: 0 0 10px 30px;
list-style: disc;
}
.entry ol li {
margin: 0 0 10px 30px;
list-style: decimal;
}
.entry ul ul,
.entry ul ol,
.entry ol ol,
.entry ol ul {
margin-bottom: 0;
}
.entry dl, .entry address {
margin-bottom: 30px;
}
.entry img {
max-width: 100%;
height: auto;
}
.entry input, .entry textarea {
margin-top: 10px;
margin-bottom: 10px;
font-weight: normal;
font-style: italic;
}
.entry input[type="submit"], .entry button[type ="submit"] {
text-transform: uppercase;
font-weight: 700;
font-style: normal;
}
.entry label {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-size: 12px;
}
.entry table {
margin-bottom: 30px;
max-width: 100%;
border-bottom: 1px solid #eee;
border-left: 1px solid #eee;
}
.entry th, .entry td {
padding: 7px 15px;
border-top: 1px solid #eee;
border-right: 1px solid #eee;
text-align: left;
}
.entry a:hover {
text-decoration: underline;
}
.entry-image {
margin-bottom: 30px;
}
.entry .tiled-gallery, .entry .fluid-width-video-wrapper {
margin-bottom: 30px;
} .single-post-ad {
display: block;
text-align: center;
}
.single-post-ad > * {
display: inline-block;
max-width: 100%;
}
.single-post-ad-top {
margin-bottom: 30px;
}
.single-post-ad-bottom {
margin-top: 30px;
margin-bottom: 30px;
} .single .content-without-sidebar .entry > *, .single .single-layout-feat-fw .content-without-sidebar .box-share,
.single .content-without-sidebar .single-tag-wrap, .single .content-without-sidebar .like-box-wrap {
margin-right: auto;
margin-left: auto;
max-width: 800px;
}
.single .content-without-sidebar .entry > div, .single .content-without-sidebar .entry > figure.alignnone {
max-width: 100%;
} .is-single.solid-drop-cap .entry > p:first-of-type:first-letter {
display: block;
float: left;
margin: 0 15px 0 0;
padding: 18px 12px;
background-color: #282828;
color: #fff;
text-align: center;
text-transform: uppercase !important;
font-size: 40px;
line-height: 40px !important;
}
.is-single.drop-cap .entry > p:first-of-type:first-letter {
display: block;
float: left;
margin: 0 15px 0 0;
text-align: center;
text-transform: uppercase !important;
font-size: 60px;
line-height: 60px !important;
}
.is-single.bold-paragraph .entry > p:first-of-type {
font-weight: 700;
}
.is-single.big-paragraph .entry > p:first-of-type {
font-style: italic;
font-size: 1.1em;
} .single-page-links {
display: block;
overflow: hidden;
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
text-transform: uppercase;
line-height: 30px;
width: 100%;
clear: both;
}
.single-page-links > * {
display: inline-block;
margin-right: 5px;
width: 30px;
height: 30px;
background-color: #aaa;
color: #fff !important;
text-decoration: none !important;
line-height: 30px;
}
.single-page-links > *:first-child {
margin-left: 5px;
}
.single-page-links > *:last-child {
margin-right: 0;
}
.single-page-links > *:hover, .single-page-links > *:focus, .single-page-links > span {
background-color: #29BFAD;
} .is-single .entry.drop-cap > p:first-of-type:first-letter {
display: block;
float: left;
margin: 0 15px 0 0;
color: #282828;
text-align: center;
text-transform: uppercase;
font-size: 42px;
line-height: 1;
}
.is-single .entry.solid-drop-cap > p:first-of-type:first-letter {
display: block;
float: left;
margin: 0 15px 0 0;
padding: 5px 10px;
background-color: #282828;
color: #fff;
text-align: center;
text-transform: uppercase;
font-size: 42px;
line-height: 1;
}
.wp-caption,
.gallery-caption {
margin-bottom: 30px;
max-width: 100%;
font-style: italic;
font-size: 12px;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
display: inline;
float: left;
margin-right: 30px;
}
.alignright {
display: inline;
float: right;
margin-left: 30px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
text-align: right;
margin-top: 7px;
}
.thumbnail.push-bottom {
text-align: center;
}
.entry.drop-cap > p:first-of-type:first-letter {
float: left;
padding: 0 12px 0 0;
font-size: 60px;
line-height: 52px;
}
.entry.drop-cap > p:first-of-type {
display: block;
overflow: hidden;
}
.entry.bold-paragraph > p:first-of-type {
font-weight: bold;
}
.entry.big-paragraph > p:first-of-type {
font-style: italic;
font-size: 1.05em;
}
.copy a:not(.button), .story a:not(.button) {
border-bottom-color: #282828;
color: #282828;
}
.entry a:not(.button) img {
display: block;
overflow: hidden;
}
.entry blockquote {
position: relative;
display: block;
float: none;
overflow: hidden;
margin-bottom: 30px;
padding-left: 55px;
color: #aaa;
font-style: italic;
}
.single .entry blockquote p {
margin-left: 0;
}
.entry blockquote:before {
position: absolute;
top: 3px;
left: 0;
color: #29BFAD;
content: "\f10d";
font-size: 24px;
font-family: FontAwesome;
}
.entry blockquote:after {
position: absolute;
top: 3px;
bottom: 3px;
left: 30px;
width: 3px;
background-color: #29BFAD;
content: '';
}
.entry blockquote p:last-child {
margin-bottom: 0;
}
.box-share {
display: block;
overflow: hidden;
}
.single-inner .box-share {
margin-bottom: 30px;
}
.single-inner .single-header .box-share {
margin-bottom: 0;
}
.box-share-default {
width: 100%;
}
.box-share-default .box-share-inner {
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
justify-content: space-around;
-webkit-justify-content: space-around;
}
.box-share-el {
position: relative;
display: block;
float: left;
margin-right: 1px;
padding: 8px 15px;
width: 100%;
background-color: #282828;
color: #fff;
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .07);
white-space: nowrap;
line-height: 1;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.box-share-el:hover, .box-share-el:focus {
background-color: #333 !important;
color: #fff;
}
.box-share-el:last-child {
margin-right: 0;
}
.box-share-el .social-text {
margin-left: 7px;
} .box-share.box-share-aside {
position: fixed;
bottom: 24%;
left: 0;
z-index: 99;
display: block;
margin: 0 !important;
}
.box-share.box-share-aside .box-share-inner {
max-width: 170px;
}
.box-share-aside .box-share-el {
display: block;
float: none;
margin: 0;
padding: 0;
max-width: 200px;
border-radius: 0;
}
.box-share-aside .box-share-el a {
display: block;
float: left;
}
.box-share-aside .box-share-el a i {
position: relative;
z-index: 50;
display: block;
float: left;
width: 32px;
height: 32px;
text-align: center;
font-size: 15px;
line-height: 32px;
}
.box-share-aside .box-share-el .social-text {
position: relative;
z-index: 49;
display: block;
visibility: hidden;
float: left;
margin: 0;
padding: 0 10px;
font-size: 10px;
line-height: 32px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate3d(-100%, 0, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.box-share-aside .box-share-el a:hover .social-text {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.box-share-aside li.box-share-el, .box-share-aside li.box-share-el:hover, .box-share-aside li.box-share-el:focus {
background: none;
} .box-author {
display: block;
padding-top: 30px;
padding-bottom: 30px;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.box-author .author-thumb {
position: relative;
display: block;
float: left;
overflow: hidden;
margin-right: 20px;
width: 130px;
}
.box-author .author-thumb img {
display: block;
width: 100%;
border-radius: 50%;
}
.box-author-content {
display: block;
}
.author-title.post-title h3 {
text-transform: uppercase;
letter-spacing: 1px;
line-height: 20px;
}
.author-title h3 > * {
font-size: 10px !important;
}
.author-title span {
color: #aaa;
}
.author-title a {
display: inline-block;
margin-left: 3px;
padding: 5px 10px;
border-radius: 1px;
background-color: #29BFAD;
color: #fff;
line-height: 1;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.author-title a:hover {
background-color: #282828;
text-decoration: none;
}
.author-social {
display: block;
overflow: hidden;
margin-top: 10px;
}
.author-social a {
display: block;
float: left;
margin-top: 5px;
margin-right: 5px;
width: 24px;
height: 24px;
border-radius: 1px;
background: #aaa;
color: #fff;
text-align: center;
font-size: 12px;
line-height: 24px;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.author-social a i {
line-height: inherit;
}
.author-social a:hover {
background-color: #282828;
}
.box-author-content .author-description {
display: block;
margin-top: 15px;
margin-left: 150px;
color: #aaa;
font-style: italic;
font-size: .9em;
line-height: 1.4;
} .nav-arrow {
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
line-height: 1;
}
.nav-arrow i {
margin-right: 7px;
}
.nav-arrow i.fa-angle-right {
margin-right: 0;
margin-left: 7px;
}
.nav-right {
float: right;
text-align: right;
}
.single-nav {
display: block;
overflow: hidden;
margin-top: 30px;
padding-top: 20px;
padding-bottom: 20px;
width: 100%;
border-top: 1px solid #eee;
}
.single-nav .nav-left {
padding-right: 20px;
border-right: 1px solid #eee;
}
.single-nav .nav-right {
margin-left: -1px;
padding-left: 20px;
border-collapse: collapse;
border-left: 1px solid #eee;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
} .single-tag-wrap {
display: block;
}
.single-tag-wrap.post-title {
display: block;
overflow: hidden;
margin: 20px 0;
border-radius: 4px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
font-size: 10px !important;
line-height: 18px;
}
.single-tag-wrap a {
display: inline-block;
margin-bottom: 5px;
margin-left: 1px;
padding: 4px 12px;
background-color: #999;
color: #fff;
text-decoration: none;
font-size: 10px !important;
line-height: 1;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.single-tag-wrap a:first-child {
margin-left: 0;
}
.single-tag-wrap a:hover, .single-tag-wrap a:focus {
background-color: #29BFAD;
text-decoration: none;
} .like-box-wrap {
display: block;
overflow: hidden;
margin-top: 20px;
margin-bottom: -15px;
padding-top: 20px;
width: 100%;
border-top: 1px dashed #eee;
}
.like-el {
display: inline-block;
margin-right: 10px;
}
.like-el:last-child {
margin-right: 0;
} .comments-area {
margin-top: 30px;
}
.content-without-sidebar .comments-area {
margin-top: 45px;
}
#disqus_thread {
display: block;
margin-top: 30px;
}
.single .comments-area h1, .single .comments-area h2, .single .comments-area h3,
.single .comments-area h4, .single .comments-area h5, .single .comments-area h6 {
margin-left: 0;
}
.comments-area label {
display: none;
}
.comment-form-email, .comment-form-url, .comment-form-author {
margin-top: 20px;
margin-bottom: 20px;
padding-right: 10px;
padding-left: 10px;
}
.comment-form-author {
padding-left: 0;
}
.comment-form-email.col-sm-6, .comment-form-url.col-sm-4 {
padding-right: 0;
}
.form-submit {
display: block;
margin-top: 30px;
}
h3.comment-reply-title {
margin: 0 0 20px 0;
padding: 0;
text-transform: uppercase;
font-weight: 400 !important;
font-size: 18px !important;
font-family: inherit !important;
line-height: inherit !important;
}
.single .comments-area p {
margin-left: 0;
}
.logged-in-as {
display: block;
margin-bottom: 20px;
color: #aaa;
}
.logged-in-as a {
padding: 0 5px;
color: #282828;
text-decoration: underline;
font-weight: 400 !important;
}
.logged-in-as a:hover, .logged-in-as a:focus {
color: #29BFAD;
}
.comment-respond textarea, .comment-respond textarea:hover, .comment-respond textarea:focus {
font-size: 14px;
}
.comment-author.vcard .fn {
text-transform: uppercase;
font-size: 12px;
}
.comment-author.vcard a {
text-decoration: none;
}
.comment-author.vcard .says {
display: none;
}
.comment-author.vcard img {
display: block;
float: left;
margin-right: 20px;
max-width: 75px;
border-radius: 50%;
}
.comment-body {
position: relative;
display: block;
overflow: hidden;
margin-bottom: 30px;
padding: 20px;
border: 1px solid #eee;
}
p.comment-awaiting-moderation {
margin-bottom: 5px;
color: #F76D6D;
}
.comment-content p:last-child {
margin-bottom: 0;
}
.comment-list.entry {
position: relative;
display: block
}
.comment-list.entry > * {
margin-left: 0 !important;
max-width: 100% !important;
}
a.comment-edit-link {
display: inline-block;
margin-left: 10px;
padding: 2px 10px;
border-radius: 3px;
background-color: #aaa;
color: #fff !important;
text-transform: uppercase;
font-weight: 400;
font-size: 10px;
}
.comments-area a.comment-reply-link {
position: absolute;
top: 20px;
right: 20px;
padding: 2px 10px;
border-radius: 3px;
background-color: #aaa;
color: #fff !important;
text-decoration: none !important;
text-transform: uppercase;
font-weight: 400;
font-size: 10px;
line-height: 1;
}
.comment-metadata {
margin-bottom: 7px;
text-transform: uppercase;
font-size: 10px;
line-height: 1;
}
.comment-metadata a {
text-decoration: none !important;
}
.comment-metadata time {
color: #aaa;
letter-spacing: 1px;
}
.comment-content {
margin-top: 15px;
margin-left: 95px;
font-size: .9em;
}
.comments-area #cancel-comment-reply-link {
display: inline-block;
margin-left: 10px;
padding: 4px 10px;
border-radius: 3px;
background-color: #aaa;
color: #fff;
text-decoration: none !important;
text-transform: uppercase;
font-weight: 400;
font-size: 10px;
line-height: 1;
}
#cancel-comment-reply-link:hover, #cancel-comment-reply-link:focus,
a.comment-reply-link:hover, a.comment-reply-link:focus,
.comment-edit-link:hover, .comment-edit-link:focus {
background-color: #29BFAD;
} .entry div.gallery {
display: block;
overflow: hidden;
margin-right: -10px !important;
margin-bottom: 20px;
margin-left: -10px !important;
}
.gallery-item {
display: block;
float: left;
padding: 10px;
}
.gallery-item img {
display: block;
width: 100%;
height: auto;
}
.gallery-item div {
margin: 0;
}
.gallery-item .wp-caption-text.gallery-caption {
position: relative;
top: auto;
right: auto;
bottom: auto;
left: auto;
padding: 5px 10px;
background-color: #333;
color: #fff;
}
.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-2 .gallery-item:nth-child(2n +1) {
clear: both;
}
.gallery-columns-3 .gallery-item {
width: 33.3333%;
}
.gallery-columns-3 .gallery-item:nth-child(3n +1) {
clear: both;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-4 .gallery-item:nth-child(4n +1) {
clear: both;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-columns-5 .gallery-item:nth-child(5n +1) {
clear: both;
}
.gallery-columns-6 .gallery-item {
width: 16.66666%;
}
.gallery-columns-6 .gallery-item:nth-child(6n +1) {
clear: both;
}
.gallery-columns-7 .gallery-item {
width: 14.285%;
}
.gallery-columns-7 .gallery-item:nth-child(7n +1) {
clear: both;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery-columns-8 .gallery-item:nth-child(8n +1) {
clear: both;
}
.gallery-columns-9 .gallery-item {
width: 11.111%;
}
.gallery-columns-9 .gallery-item:nth-child(9n +1) {
clear: both;
}
.tiled-gallery-caption {
top: auto;
right: 2px;
bottom: 2px !important;
left: 2px;
padding: 5px 0 !important;
width: auto !important;
background-color: rgba(0, 0, 0, .2) !important;
color: #fff !important;
text-transform: capitalize;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
font-style: italic;
font-size: 12px !important;
} .related-wrap {
position: relative;
display: block;
overflow: hidden;
margin-top: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #eee;
}
.related-heading {
line-height: 20px;
}
.related-content-wrap {
margin-right: -10px;
margin-left: -10px;
}
.related-wrap .post-wrap.post-mini-grid {
margin-top: 0;
margin-bottom: 0;
}
.related-wrap .ruby-related-slider-nav {
position: absolute;
top: -45px;
bottom: auto;
left: auto;
margin: 0;
width: 20px;
height: 20px;
border: none;
background-color: #aaa;
color: #fff;
text-align: center;
text-shadow: none;
font-size: 15px;
line-height: 20px !important;
opacity: 1;
cursor: pointer;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.ruby-related-slider-nav i {
display: block;
line-height: 20px !important;
}
.related-wrap .ruby-slider-prev {
right: 35px;
}
.related-wrap .ruby-slider-next {
right: 10px;
line-height: 20px !important;
}
.related-wrap .ruby-related-slider-nav:hover, .related-wrap .ruby-related-slider-nav:focus {
background-color: #29BFAD;
opacity: 1;
} .review-box-wrap {
display: block;
}
.single .review-box-wrap.is-left-top {
float: left;
margin-right: 30px;
margin-bottom: 30px;
width: 50%;
}
.review-box-wrap .widget-title {
margin-bottom: 0;
}
.review-box-wrap .review-title h3 {
display: block;
margin-bottom: 0;
margin-left: 0 !important;
padding: 10px;
background-color: #282828;
color: #fff !important;
text-transform: uppercase;
font-size: inherit !important;
line-height: 1;
}
.review-box-wrap .review-title h3:before {
color: #feec98;
content: "\f123";
opacity: 1;
}
.review-el {
padding: 10px;
}
.review-description {
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 700;
font-size: 12px;
}
.review-el, .review-el-inner {
position: relative;
display: block;
overflow: hidden;
}
.review-el .review-info-score {
float: right;
color: #feec98;
font-size: inherit !important;
}
.review-content-wrap {
padding-top: 10px;
border: 1px solid #eee;
border-top: none;
}
.score-bar-wrap {
position: relative;
display: block;
margin-top: 5px;
margin-bottom: 5px;
width: 100%;
height: 10px;
border-radius: 4px;
background-color: #eee;
}
.score-bar {
position: absolute;
top: 0;
bottom: 0;
left: 0;
border-radius: 4px;
background-color: #feec98;
}
.review-summary-wrap {
display: block;
overflow: hidden;
margin-top: 20px;
margin-bottom: 20px;
padding: 0 10px;
border-top: 1px solid #eee;
}
.review-box-wrap .review-summary-wrap h3 {
margin: 10px 0;
padding: 0;
text-transform: uppercase;
font-size: inherit !important;
}
.review-box-wrap .review-summary-wrap .review-summary-desc {
margin: 0;
font-style: italic;
}
.review-box-wrap .post-review-info {
top: auto;
right: auto;
float: right;
margin: 0 0 20px 20px;
padding: 20px;
border: 1px dashed #eee;
}
.score-remove {
width: 0 !important;
}
.score-animation {
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-transition-delay: .5s;
transition-delay: .5s;
}
.review-box-wrap.is-bottom {
display: block;
overflow: hidden;
margin-bottom: 30px;
padding-top: 15px;
width: 100%;
}
.is-bottom .review-el {
padding: 10px 20px;
}
.is-bottom .review-summary-wrap {
padding-right: 20px;
padding-left: 20px;
}
.review-box-wrap.is-bottom .review-summary-wrap .review-summary-desc {
font-size: 13px;
}  .archive-page-header {
position: relative;
display: table;
overflow: hidden;
margin-bottom: 30px;
width: 100%;
height: 180px;
background-color: #f7f7f7;
background-position: center center;
background-size: cover !important;
text-align: center;
-webkit-background-size: cover !important;
}
.archive-title-wrap {
position: relative;
display: table-cell;
width: 100%;
vertical-align: middle;
}
.archive-page-header.has-bg-image:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
background-color: rgba(0, 0, 0, .3);
content: '';
}
.archive-title-wrap .archive-title {
position: relative;
z-index: 9;
display: inline-block;
margin: 0;
padding-bottom: 7px;
text-transform: uppercase;
letter-spacing: 3px;
font-size: 24px;
line-height: 1;
}
.archive-title:after {
position: absolute;
right: 12px;
bottom: 0;
left: 10px;
height: 1px;
border-bottom: 1px solid;
content: '';
}
.archive-page-header .social-link-info {
display: inline-block;
overflow: hidden;
}
.archive-page-header.has-bg-image .author-social a {
background-color: #fff;
color: #282828;
}
.archive-page-header .author-social a {
background-color: #282828;
color: #fff;
}
.archive-page-header .author-social a:hover, .archive-page-header .author-social a:hover:focus {
background-color: #29BFAD;
color: #fff;
}
.archive-page-header-small {
display: block;
margin-top: 30px;
margin-bottom: 30px;
padding-right: 20px;
padding-left: 20px;
}
.archive-page-header-small .archive-title {
display: inline-block;
margin: 0;
padding: 5px 15px;
border: 2px solid;
line-height: 1;
}
.archive-page-header-small .archive-title:after {
display: none;
}
.archive-page-header .archive-desc {
display: block;
margin-top: 20px;
margin-right: auto;
margin-left: auto;
padding-right: 20px;
padding-left: 20px;
max-width: 740px;
font-style: italic;
font-size: 14px;
}
.is-light-text .archive-desc {
color: #fff;
}
.archive-page-header-small .archive-desc {
margin-top: 15px;
color: #aaa;
font-style: italic;
font-size: 14px;
} .search-no-result {
margin-bottom: 0;
padding: 200px 20px;
text-align: center;
}
.search-no-result h3 {
color: #aaa;
font-size: 48px;
line-height: 1.3;
} .content-404-inner {
display: block;
overflow: hidden;
padding-top: 200px;
padding-bottom: 200px;
text-align: center;
}
.content-404 {
position: relative;
z-index: 10;
}
.content-404 h1 {
font-size: 230px;
}
.content-404-inner {
position: relative;
}
.title-404.post-title {
line-height: 1.5;
}
.content-404-inner {
margin-right: 15px;
margin-left: 15px;
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg);
}
to {
-moz-transform: rotate(360deg);
}
}
@-ms-keyframes spin {
from {
-ms-transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
}
}
.content-404-inner .icon-wrap {
position: absolute;
top: 30%;
left: 35%;
display: block;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.content-404-inner .icon-inner {
position: relative;
}
.content-404-inner .icon-wrap i {
-webkit-animation: spin 8s linear infinite;
-moz-animation: spin 8s linear infinite;
animation: spin 8s linear infinite;
}
.content-404-inner .icon-wrap i.icon-one {
position: absolute;
top: -200px;
left: -200px;
width: 400px;
height: 400px;
color: #f2f2f2;
font-size: 340px;
line-height: 400px;
}
.content-404-inner .icon-wrap i.icon-two {
position: absolute;
top: 0;
left: 20px;
width: 300px;
height: 300px;
color: #f2f2f2;
font-size: 200px;
line-height: 300px;
}
.content-404-inner .icon-wrap i.icon-three {
position: absolute;
top: -70px;
left: 70px;
width: 200px;
height: 200px;
color: #f2f2f2;
font-size: 150px;
line-height: 200px;
} .single-page-header.single-header-fw {
height: 350px;
}
.single-page-header.is-color-bg:before, .single-page-header.is-color-bg:after {
display: none;
}
.single-page-header.is-color-bg {
height: 200px !important;
background-color: #f7f7f7;
}
.single-page-header.has-bg-image:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
background-color: rgba(0, 0, 0, .3);
content: '';
}
.page-title h1 {
position: relative;
display: inline-block;
margin: 0;
padding: 20px;
border-radius: 4px;
font-size: 32px;
}
.page-title h1:before {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -50px;
width: 100px;
border-top: 4px solid;
content: '';
}
.page-title h1:after {
position: absolute;
bottom: -5px;
left: 50%;
margin-left: -30px;
width: 60px;
border-top: 2px solid;
content: '';
}
.page.page-template-default .ruby-section .ruby-content-wrap {
padding-right: 20px;
padding-left: 20px;
}
.page .content-without-sidebar .entry > *, .page .content-without-sidebar .entry > div.wpcf7 {
margin-right: auto;
margin-left: auto;
max-width: 800px;
}
.page .content-without-sidebar .entry > div, .page .content-without-sidebar .entry > figure.alignnone {
max-width: 100%;
} .entry .wpcf7-form {
margin-top: 45px;
padding: 30px;
background-color: #f7f7f7;
}
.entry .wpcf7-form > p {
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-size: 10px;
}
.wpcf7-form .ajax-loader {
margin-top: 10px;
}
.entry .wpcf7-form > p:last-of-type {
margin-bottom: 0;
}
.entry .wpcf7-form > p:last-of-type input {
margin-bottom: 0;
}
.entry .wpcf7-form input[type = "email"], .entry .wpcf7-form input[type = "text"] {
width: 50%;
}
.entry .wpcf7-form textarea {
width: 100%;
} .author-team-entry {
position: relative;
display: block;
margin-top: 30px;
padding-top: 30px;
border-top: 2px solid;
}
.author-team-wrap {
display: block;
padding-top: 5px;
padding-bottom: 5px;
}
.author-team-inner {
text-align: center;
}
.author-team-inner .user-box-wrap {
position: relative;
display: inline-block;
float: none;
margin-right: -3px;
vertical-align: middle;
}
.user-box-inner {
display: block;
padding: 30px;
text-align: center;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.user-box-inner:hover {
-webkit-box-shadow: 0 20px 25px rgba(34, 34, 34, .1);
-moz-box-shadow: 0 20px 25px rgba(34, 34, 34, .1);
box-shadow: 0 20px 25px rgba(34, 34, 34, .1);
-webkit-transform: translateY(-7px);
-moz-transform: translateY(-7px);
-ms-transform: translateY(-7px);
-o-transform: translateY(-7px);
transform: translateY(-7px);
}
.user-avatar {
display: block;
margin-bottom: 20px;
}
.user-avatar img {
border-radius: 50%;
}
.user-name {
margin-bottom: 10px;
}
.user-name h3 {
text-transform: uppercase;
font-size: 15px;
}
.user-name h3 a:hover, .user-name h3 a:focus {
color: #29BFAD;
text-decoration: none;
}
.job-name {
display: block;
margin-bottom: 10px;
color: #aaa;
font-style: italic;
}
.team-social-link-info {
position: relative;
display: block;
margin-bottom: 10px;
line-height: 0;
}
.team-social-link-info a {
display: inline-block;
margin-right: 10px;
margin-bottom: 5px;
}
.team-social-link-info a:last-child {
margin-right: 0;
}
.user-desc {
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
max-width: 300px;
color: #aaa;
text-align: center;
font-size: 13px;
line-height: 1.6;
}
.user-post-link {
display: block;
overflow: hidden;
margin-top: 20px;
text-align: center;
}
.user-post-link a {
position: relative;
display: inline-block;
padding: 13px 16px;
outline: none;
border: none;
border-radius: 3px;
background-color: #29BFAD;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 400;
font-style: normal;
font-size: 10px !important;
line-height: 1;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.user-post-link a:hover {
background-color: #282828;
} .promo-wrap {
position: relative;
display: block;
margin-top: 20px;
}
.promo-inner {
padding-right: 10px;
padding-left: 10px;
}
.promo-wrap .promo-el {
padding-right: 10px;
padding-left: 10px;
}
.promo-wrap .widget {
display: none;
margin: 0 0 30px 0;
padding: 0
}
.promo-wrap .widget:last-child {
margin-bottom: 0;
}
.promo-wrap .widget.banner-widget, .promo-wrap .widget.widget_text {
display: block;
}
.promo-wrap .widget_text {
padding: 20px 15px;
border: 1px dashed #eee;
}
.promo-wrap .widget-title {
text-align: center;
}
.banner-wrap {
position: relative;
display: block;
}
.banner-wrap.has-banner-title:before {
position: absolute;
top: 15px;
right: 15px;
bottom: 15px;
left: 15px;
z-index: 9;
border: 1px dashed rgba(255, 255, 255, .5);
content: '';
}
.banner-wrap:hover .banner-image-wrap, .banner-wrap:focus .banner-image-wrap {
opacity: .8;
}
.banner-content-wrap {
position: relative;
display: block;
overflow: hidden;
}
.banner-image-wrap {
position: relative;
height: 400px;
background-color: #fff;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
-webkit-transition: opacity .35s ease-in-out;
-moz-transition: opacity .35s ease-in-out;
-ms-transition: opacity .35s ease-in-out;
-o-transition: opacity .35s ease-in-out;
transition: opacity .35s ease-in-out;
}
.banner-link {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99;
display: block;
}
.banner-content-wrap {
position: absolute;
top: 50%;
left: 50%;
display: block;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.banner-content-wrap .banner-content-inner {
margin: 0;
padding: 0;
}
.banner-content-wrap h3 {
display: inline-block;
padding: 10px 20px;
background-color: #fff;
color: #333;
white-space: nowrap;
font-size: 1.2em;
line-height: 1;
}  .post-thumb-gallery-grid.slider-init {
height: 320px;
}
.post-thumb-gallery-slider.slider-init {
height: 415px;
}
.post-thumb-gallery-slider-nav.slider-init {
height: 105px;
}
.ruby-feat-grid.slider-init {
height: 470px;
}
.ruby-feat-carousel-hw.slider-init {
height: 421px;
}
.ruby-feat-slider-hw.slider-init, .ruby-feat-slider-fw.slider-init, .ruby-feat-carousel-fw.slider-init {
height: 450px;
}
#ruby-related-carousel.slider-init {
height: 198px;
} .ruby-ajax-wrap {
position: relative;
display: block;
margin-bottom: 30px;
padding: 0;
}
.ruby-ajax-wrap:last-child {
margin-bottom: 0;
}
.pagination-load-more, .pagination-infinite-scroll {
position: relative;
display: block;
margin-top: 0;
margin-bottom: 5px;
}
.pagination-infinite-scroll {
height: 32px;
}
.btn-load-more {
z-index: 99;
display: inline-block;
padding: 0 45px;
background-color: #29BFAD;
color: #fff;
white-space: nowrap;
line-height: 32px;
}
.btn-load-more:hover {
background-color: #242424;
}
.load-more-animation {
position: absolute;
top: 0;
left: 0;
display: none;
visibility: hidden;
width: 100%;
height: 32px;
text-align: center;
opacity: 0;
pointer-events: none;
}
.load-more-animation .loading-icon {
display: inline-block;
width: 32px;
height: 32px;
background: transparent url(//www.adanayuz.me/wp-content/themes/innovation/assets/images/ajax-loader.svg) no-repeat center center !important;
background-size: conver !important;
-webkit-background-size: cover !important;
} .page-template-page-composer #ruby-site-wrap > .ruby-section-fw:first-child {
margin-top: 20px;
}
.page-template-page-composer #ruby-site-wrap > .ruby-container:first-child {
margin-top: 45px;
}
.ruby-section {
position: relative;
display: block;
margin-bottom: 15px;
}
.ruby-block-wrap {
position: relative;
display: block;
clear: both;
margin-bottom: 30px;
}
.ruby-section-fw .ruby-block-wrap.block-fw-carousel-hw,
.ruby-section-fw .ruby-block-wrap.block-fw-slider-grid,
.ruby-section-fw .ruby-block-wrap.block-fw-slider,
.ruby-section-fw .ruby-block-wrap.block-fw-carousel-hw,
.ruby-section-fw .ruby-block-wrap.block-fw-carousel,
.ruby-section-fw .ruby-block-wrap.block-fw-carousel-small {
margin-bottom: 45px;
}
.page .ruby-section .ruby-content-wrap {
padding-right: 0;
padding-left: 0;
}
.ruby-section-hs .ruby-block-wrap:after {
position: absolute;
right: 20px;
bottom: 0;
left: 20px;
height: 1px;
border-top: 1px solid #eee;
content: '';
}
.ruby-block-wrap .post-small-list .post-thumb-outer {
width: 85px;
}
.ruby-block-wrap .post-small-list .post-header {
margin-left: 100px;
}
.block-header-wrap {
display: block;
margin-right: 20px;
margin-bottom: 30px;
margin-left: 20px;
}
.block-content-wrap {
position: relative;
display: block;
margin: 0;
padding: 0;
}
.block-title {
display: block;
overflow: hidden;
margin: 0;
padding: 0;
border-bottom: 2px solid #242424;
line-height: 0;
}
.block-title h3 {
display: inline-block;
padding: 0 20px;
background-color: #242424;
color: #fff;
white-space: nowrap;
line-height: 26px;
}
.block-title h3 a {
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;
}
.block-title h3 a:hover {
opacity: .8;
}
.block-title-sub {
display: inline-block;
margin-left: 10px;
color: #aaa;
vertical-align: top;
text-transform: capitalize;
line-height: 26px;
}
.ruby-content-wrap .ruby-block-inner {
position: relative;
display: block;
} .block-post-1 .is-left-col .post-wrap {
margin-top: 0;
margin-bottom: 0;
}
.block-post-1 .is-right-col {
display: block;
padding-right: 20px;
padding-bottom: 30px;
padding-left: 20px;
border-left: 1px solid #eee;
}
.block-post-1 .is-left-col {
margin-right: -1px;
padding-bottom: 30px;
border-right: 1px solid #eee;
}
.ruby-block-wrap.block-post-1 {
padding-bottom: 0;
} .block-post-2 .is-top-row .post-wrap {
padding-bottom: 0;
}
.block-post-2 .is-bottom-row {
display: block;
padding-bottom: 30px;
}
.block-post-2 .is-bottom-row .post-wrap {
margin-top: 30px;
margin-right: 20px;
margin-left: 20px;
} .ruby-block-wrap.block-post-3 {
display: block;
clear: none;
padding-bottom: 30px;
}
.block-post-3 .block-content-wrap {
padding-right: 20px;
padding-left: 20px;
}
.block-post-3 .is-top-row .post-wrap {
margin: 0 0 30px 0;
padding-bottom: 30px;
border-bottom: 1px solid #eee;
}
.ruby-section-hs .ruby-block-wrap.block-post-4, .ruby-section-hs .ruby-block-wrap.block-post-5 {
padding-bottom: 0;
border-bottom: 0;
}
.ruby-block-wrap.block-post-4 .block-content-wrap:not(.is-big-first) .post-grid-outer:nth-child(1) .post-wrap,
.ruby-block-wrap.block-post-4 .block-content-wrap:not(.is-big-first) .post-grid-outer:nth-child(2) .post-wrap {
margin-top: 0;
}
.ruby-block-wrap.block-post-5 .block-content-wrap .first-post-wrap:first-child {
margin-bottom: 30px;
} .ruby-block-wrap.block-post-7 {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
} .ruby-block-post-8-carousel-outer {
position: relative;
display: block;
margin-right: 20px;
margin-left: 20px;
padding-bottom: 30px;
}
.ruby-block-post-8-carousel {
position: relative;
display: block;
margin-right: -10px;
margin-left: -10px;
}
.ruby-block-post-8-carousel.slider-init {
overflow: hidden;
height: 180px;
}
.block-post-8 .ruby-related-slider-nav {
position: absolute;
top: -55px;
right: 10px;
bottom: auto;
left: auto;
margin: 0;
width: 20px;
height: 20px;
border: none;
background-color: #aaa;
color: #fff;
text-align: center;
text-shadow: none;
font-size: 15px;
line-height: 20px !important;
opacity: 1;
cursor: pointer;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.block-post-8 .ruby-slider-prev {
right: 35px;
}
.block-post-8 .post-wrap.post-mini-grid {
margin-top: 0;
margin-bottom: 0;
}
.block-post-8 .ruby-related-slider-nav:hover {
background-color: #242424;
}
.ruby-section-hs .ruby-block-wrap.block-post-9 {
padding-bottom: 0;
border-bottom: 0;
}
.ruby-section-hs .block-post-9 .ruby-content-inner {
margin-right: 19px;
margin-left: 19px;
}
.ruby-section-hs .block-post-9 .post-wrap {
margin-top: 1px;
margin-bottom: 1px;
height: 280px;
} .block-hs-code .block-content-wrap {
display: block;
padding-right: 20px;
padding-left: 20px;
} .block-fw-post-1 .post-grid-outer:nth-of-type(3n+2),
.block-fw-post-2 .post-grid-outer:nth-of-type(3n+2) {
margin: 0;
border-left: none;
}
.block-fw-post-1 .post-grid-outer:nth-of-type(3n+1),
.block-fw-post-2 .post-grid-outer:nth-of-type(3n+1) {
border-right: none;
}
.ruby-section-fw .block-fw-post-1 .post-grid-outer:nth-of-type(4n+1),
.ruby-section-fw .block-fw-post-1 .post-grid-outer:nth-of-type(4n+2),
.ruby-section-fw .block-fw-post-2 .post-grid-outer:nth-of-type(4n+1),
.ruby-section-fw .block-fw-post-2 .post-grid-outer:nth-of-type(4n+1) {
border-right: 1px solid #eee;
}
.ruby-section-fw .block-fw-post-1 .post-grid-outer:nth-of-type(4n+2),
.ruby-section-fw .block-fw-post-1 .post-grid-outer:nth-of-type(4n+3),
.ruby-section-fw .block-fw-post-2 .post-grid-outer:nth-of-type(4n+2),
.ruby-section-fw .block-fw-post-2 .post-grid-outer:nth-of-type(4n+3) {
margin-left: -1px;
border-left: 1px solid #eee;
}
.block-fw-post-1 .post-grid-outer:nth-of-type(1) .post-wrap,
.block-fw-post-1 .post-grid-outer:nth-of-type(2) .post-wrap,
.block-fw-post-1 .post-grid-outer:nth-of-type(3) .post-wrap,
.block-fw-post-2 .post-grid-outer:nth-of-type(1) .post-wrap,
.block-fw-post-2 .post-grid-outer:nth-of-type(2) .post-wrap,
.block-fw-post-2 .post-grid-outer:nth-of-type(3) .post-wrap {
margin-top: 0;
}
.block-fw-post-3 .ruby-content-inner {
margin-right: 19px;
margin-left: 19px;
}
.block-fw-post-3 .post-wrap.is-slider-post {
margin-top: 1px;
margin-bottom: 1px;
} .block-fw-code .block-content-wrap {
display: block;
margin-right: 20px;
margin-left: 20px;
} .ad-wrap {
display: block;
padding-right: 20px;
padding-bottom: 15px;
padding-left: 20px;
text-align: center;
}
.ad-wrap > a, .ad-wrap > img {
display: inline-block;
}
.ruby-section-hs .ruby-block-wrap.block-ad-box {
margin-bottom: 15px;
}
.ruby-section-hs .ruby-block-wrap.block-ad-box:after {
display: none;
}
.ruby-block-wrap article.is-slider-post.post-feat-carousel-fw-small:after {
top: 0;
background: rgba(0, 0, 0, .3);
} #ruby-composer-latest-blog.ruby-section {
margin-bottom: 30px;
}
.ruby-block-wrap.block-composer-latest-blog {
margin-bottom: 0;
}
.block-composer-latest-blog.sgrid-layout .pagination-wrap {
margin-top: 45px;
}
.block-composer-latest-blog:after {
display: none !important;
}  .top-bar-wrap {
display: block;
background-color: #333;
}
.top-bar-wrap .no-menu {
line-height: 42px;
}
.top-bar-inner {
position: relative;
display: block;
margin-right: 20px;
margin-left: 20px;
}
.top-bar-menu {
color: #fff;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
font-size: 10px;
}
.top-bar-menu a {
opacity: .7;
}
.top-bar-menu .top-bar-menu-inner > li {
position: relative;
display: block;
float: left;
line-height: 42px;
}
.top-bar-menu .top-bar-menu-inner > li > a {
display: block;
padding: 0 12px;
}
.top-bar-menu-inner .sub-menu {
position: absolute;
left: 0;
z-index: 9999;
display: block;
visibility: hidden;
visibility: hidden;
padding-top: 10px;
padding-bottom: 10px;
min-width: 180px;
background-color: #383838;
opacity: 0;
-webkit-transition: -webkit-transform .35s ease-in-out;
-moz-transition: -moz-transform .35s ease-in-out;
-ms-transition: -ms-transform .35s ease-in-out;
-o-transition: -o-transform .35s ease-in-out;
transition: transform .35s ease-in-out;
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
transform-origin: 100% 0%;
pointer-events: none;
}
.top-bar-menu-inner li:hover > .sub-menu {
visibility: visible;
opacity: 1;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
pointer-events: auto;
}
.top-bar-menu-inner .sub-menu li.menu-item a {
display: block;
float: none;
overflow: hidden;
padding: 10px 20px;
white-space: nowrap;
line-height: 1;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.top-bar-menu-inner .sub-menu .menu-item-has-children > a:after {
position: absolute;
top: 9px;
right: 20px;
display: block;
content: "\f105";
font-family: FontAwesome;
}
.top-bar-menu-inner .sub-menu li.menu-item a {
position: relative;
display: block;
float: none;
overflow: hidden;
padding: 10px 20px;
white-space: nowrap;
line-height: 1;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.top-bar-menu-inner .sub-menu .menu-item-has-children > a {
padding-right: 40px;
}
.top-bar-menu-inner .sub-menu .sub-menu {
top: 0;
left: 100%;
}
.top-bar-menu-inner a:hover, .top-bar-menu-inner a:focus {
opacity: 1;
}
.top-bar-right {
position: absolute;
top: 0;
right: 0;
display: block;
}
.top-bar-right > * {
display: block;
float: left;
}
.top-bar-right .social-link-info a {
display: inline-block;
padding-right: 7px;
padding-left: 7px;
color: #fff;
line-height: 42px;
opacity: .7;
-webkit-transition: all .35s ease-in-out;
-moz-transition: all .35s ease-in-out;
-ms-transition: all .35s ease-in-out;
-o-transition: all .35s ease-in-out;
transition: all .35s ease-in-out;
}
.top-bar-right .social-link-info a:hover, .top-bar-right .social-link-info a:focus {
opacity: 1;
}
.top-bar-right .nav-search-icon {
color: #fff;
line-height: 42px;
}
.comment-form-cookies-consent {
display: block;
clear: both;
margin-top: 15px;
}
.comment-form-cookies-consent label {
display: inline !important;
padding-left: 7px;
font-size: 13px;
}
#wp-comment-cookies-consent {
display: inline;
vertical-align: middle;
}@media only screen and (min-width: 1400px) {
.post-feat-slider-fw, .post-feat-slider-hw, .post-feat-carousel-fw {
height: 550px;
}
.ruby-feat-slider-hw.slider-init, .ruby-feat-slider-fw.slider-init, .ruby-feat-carousel-fw.slider-init {
height: 550px;
}
.archive-page-header {
height: 200px;
}
.single-layout-feat-fw-center .single-header-fw {
height: 900px;
}
.single-header-fw {
height: 600px;
}
.is-full-width .post-feat-carousel-fw-small {
height: 340px;
}
.is-full-width .ruby-feat-carousel-fw-small.slider-init {
height: 340px;
}
}
@media only screen and (min-width: 1200px) {
.post-classic .ruby-holder img {
min-height: 400px;
}
.post-grid .ruby-holder img {
min-height: 199px;
}
.post-list .ruby-holder img {
min-height: 293px;
}
.post-small-list .ruby-holder img {
min-height: 80px;
}
.ruby-block-wrap .post-small-list .ruby-holder img {
min-height: 85px;
}
.footer-wrap .post-small-list .ruby-holder img {
min-height: 50px;
}
.post-small-grid .ruby-holder img {
min-height: 105px;
}
.post-feat-carousel-hw.no-featured .post-thumb-outer {
min-height: 422px;
}
} @media only screen and (max-width: 1199px) and (min-width: 992px) {
.ruby-container {
max-width: 962px !important;
} .post-feat-slider-fw, .post-feat-slider-hw, .post-feat-carousel-fw {
height: 400px;
}
.ruby-feat-slider-hw.slider-init, .ruby-feat-slider-fw.slider-init, .ruby-feat-carousel-fw.slider-init {
height: 400px;
}
.ruby-feat-carousel-hw.slider-init {
height: 343px;
} .post-feat-grid {
height: 384px;
}
.ruby-feat-grid.slider-init {
height: 384px;
}
.post-feat-grid-small-image {
height: 191px;
} .post-feat-grid-small .post-header {
padding: 20px 10px 0 10px;
}
.post-feat-carousel-fw-small {
height: 240px;
}
.ruby-feat-carousel-fw-small.slider-init {
height: 240px;
} .single-header-fw {
height: 350px;
}
.single-layout-feat-fw-center .single-header-fw {
height: 550px;
} .post-title a {
font-size: .86em;
}
.single-layout-feat-fw-center .single-title h1 {
font-size: 1.3em;
}
.post-feat-slider-hw.is-slider-post .single-title.post-title a, .post-feat-slider-fw.is-slider-post .single-title.post-title a, .post-feat-carousel-fw.is-slider-post .single-title.post-title a {
font-size: 1em;
}
.post-title.single-title a, .post-title.single-title h1 {
font-size: .8em;
line-height: 1.2;
}
.single-layout-feat-fw-center .single-title h1 {
font-size: 1.4em;
}
.single-header-fw .single-title h1, .single-layout-title-fw .single-title h1 {
font-size: 1.1em;
} .post-classic .ruby-holder img {
min-height: 235px;
}
.post-grid .ruby-holder img {
min-height: 160px;
}
.post-list .ruby-holder img {
min-height: 236px;
}
.post-small-list .ruby-holder img {
min-height: 80px;
}
.ruby-block-wrap .post-small-list .ruby-holder img {
min-height: 85px;
}
.post-small-grid .ruby-holder img {
min-height: 105px;
}
} @media only screen and (max-width: 991px) { .main-nav-wrap, .header-style-1 .nav-right-col .social-link-info,
.header-style-2 .nav-right-col .mobile-nav-button {
display: none;
}
.top-bar-wrap {
display: none;
}
.mobile-nav-button {
display: block;
}
.header-style-2.is-logo-left .logo-wrap {
float: none;
}
.header-style-2.is-logo-left .logo-inner {
display: block;
text-align: center;
} .site-wrap-outer .sidebar-wrap {
float: none;
overflow: hidden;
padding-left: 20px !important;
padding-right: 20px !important;
}
.sidebar-wrap .sidebar-inner {
margin-top: 60px;
max-width: 480px;
margin-left: auto;
margin-right: auto;
border-left: none;
border-right: none;
}
.sidebar-wrap .sidebar-inner .widget {
padding-left: 0;
padding-right: 0;
}
.is-sidebar-left .ruby-content-wrap {
float: none;
} .header-style-1 .logo-wrap {
margin-right: 0;
}
.header-style-1 .nav-bar-wrap .main-nav-wrap ul.main-nav-inner > li > a, .header-style-1 .nav-bar-wrap .nav-right-col {
line-height: 48px;
}
.header-style-1 .nav-bar-wrap .logo-inner img, .header-style-1 .nav-bar-wrap .mobile-nav-button {
height: 48px;
} #footer.footer-wrap.is-fixed.disable-fixed-mobile {
position: relative !important;
z-index: auto;
bottom: auto;
}
.footer-area .sidebar-wrap {
padding-bottom: 0;
} .post-header-slider.post-header .post-title, .post-header-slider.post-header .post-meta-info {
margin-top: 12px;
}
.post-feat-slider-fw, .post-feat-slider-hw, .post-feat-carousel-fw {
height: 320px;
}
.ruby-feat-slider-hw.slider-init, .ruby-feat-slider-fw.slider-init, .ruby-feat-carousel-fw.slider-init {
height: 320px;
} .post-feat-grid {
height: 320px;
}
.ruby-feat-grid.slider-init {
height: 320px;
}
#ruby-feat-carousel-hw.slider-init {
height: 343px;
}
.feat-grid .is-right-col {
padding-left: 0;
margin-top: 2px;
}
.post-feat-grid-small .post-header {
padding: 20px 20px 0 20px;
} .single-layout-feat-fw-center .single-header-fw {
height: 420px;
}
.single-header > * {
margin-top: 12px;
}
.single-header-fw .ruby-container, .single-header-fw-center .ruby-container {
max-width: 100% !important;
}
.single-header-fw {
height: 350px;
}
.feat-layout-slider-fw .feat-inner {
padding-left: 0;
padding-right: 0;
}
.single-layout-feat-fw .thumb-caption {
top: 5px;
bottom: auto;
} body.is-boxed .post-feat-slider-fw .post-header-slider {
padding-left: 20px;
padding-right: 20px;
}
} @media only screen and (min-width: 768px) and (max-width: 991px) { .ruby-container {
max-width: 738px !important;
}
.archive-title-wrap .archive-title {
font-size: 18px;
}
.header-style-2 .logo-section-wrap {
height: 200px !important;
}
.header-style-2.is-right-ads .logo-section-wrap {
height: auto !important;
} .header-ads-right-wrap, .is-right-ads .logo-section-holder {
display: block;
float: none;
width: 100%;
overflow: hidden;
text-align: center;
}
.is-right-ads .logo-section-holder {
padding: 20px 20px 10px 20px;
}
.header-ads-right-wrap {
padding: 10px 20px 20px 20px;
} .post-title a {
font-size: .9em;
}
.post-title.single-title a, .post-title.single-title h1 {
font-size: .75em;
line-height: 1.2;
}
.post-feat-slider-hw.is-slider-post .single-title.post-title a, .post-feat-slider-fw.is-slider-post .single-title.post-title a, .post-feat-carousel-fw.is-slider-post .single-title.post-title a {
font-size: .83em;
}
.post-review-info .review-info-score {
font-size: 26px;
}
.post-review-info .review-info-intro {
font-size: 9px;
}
.single-layout-feat-fw-center .single-title h1 {
font-size: 1em;
}
.single-header-fw .single-title h1, .single-layout-title-fw .single-title h1 {
font-size: .9em;
}
.post-classic .ruby-holder img {
min-height: 377px;
}
.post-grid .ruby-holder img {
min-height: 187px;
}
.post-list .ruby-holder img {
min-height: 267px;
}
.post-small-list .ruby-holder img {
min-height: 80px;
}
.ruby-block-wrap .post-small-list .ruby-holder img {
min-height: 85px;
}
.post-small-grid .ruby-holder img {
min-height: 105px;
}
.post-feat-grid-small-image {
height: 116px;
}
} @media only screen and (max-width: 767px) { .ruby-container {
max-width: 100% !important;
}
.close-aside-wrap.only-mobile {
display: block;
}
.ruby-holder img {
min-height: 0 !important;
}
.header-style-2 .logo-section-wrap {
height: 120px !important;
}
.header-style-2.is-right-ads .logo-section-wrap {
height: auto !important;
}
.post-thumb.ruby-holder img {
min-height: 0 !important;
}
.box-share-el {
margin-right: 2px;
padding-left: 0;
padding-right: 0;
text-align: center;
}
.box-share-el:first-child {
width: auto;
padding-left: 15px;
padding-right: 15px;
}
.box-share-el:first-child .social-text {
display: inline-block;
}
.box-share-el .social-text {
display: none;
}
.single .content-with-sidebar .entry > * {
margin-left: 0;
}
.wp-caption.alignleft, .entry img.alignleft, .wp-caption.alignright, .entry img.alignright {
display: block;
float: none;
margin-left: auto !important;
margin-right: auto !important;
} .single-nav .nav-left, .single-nav .nav-right {
border-left: none;
border-right: none;
text-align: center;
padding-left: 0;
padding-right: 0;
}
.single-nav .nav-right {
padding-top: 20px;
margin-top: 20px;
border-top: 1px solid #eee;
margin-left: 0;
}
.box-author-content .author-description {
margin-left: 0;
} .entry .wpcf7-form input[type = "email"], .entry .wpcf7-form input[type = "text"] {
width: 100%;
} .post-feat-grid {
height: 280px;
}
.ruby-feat-grid.slider-init {
height: 280px;
}
.post-feat-grid-small .post-cate-info {
display: none;
}
.post-feat-grid-small .post-header {
padding: 10px 20px 0 10px;
}
.post-feat-grid-small-image {
height: 70px;
} .post-feat-slider-fw, .post-feat-slider-hw, .post-feat-carousel-fw {
height: 280px;
}
.ruby-feat-slider-hw.slider-init, .ruby-feat-carousel-fw.slider-init, .ruby-feat-carousel-fw.slider-init {
height: 280px;
} .post-list-grid-outer, .post-classic-grid-outer, .post-grid-outer, .post-list-sgrid-outer {
border-left: none !important;
border-right: none !important;
margin: 0 !important;
}
.has-big-first .post-list-grid-outer:nth-of-type(4n+2):before,
.no-big-first .post-list-grid-outer:nth-of-type(4n+3):before,
.has-big-first .post-list-sgrid-outer:nth-of-type(7n+2):before,
.has-big-first .post-list-sgrid-outer:nth-of-type(7n+5):before,
.no-big-first .post-list-sgrid-outer:nth-of-type(7n+3):before,
.no-big-first .post-list-sgrid-outer:nth-of-type(7n+6):before,
.post-classic-grid-outer:nth-of-type(8n+4):before,
.post-classic-grid-outer:nth-of-type(8n+7):before,
.post-classic-grid-outer:nth-of-type(8n+4):before,
.post-classic-grid-outer:nth-of-type(8n+7):before,
.post-grid-outer:nth-of-type(3n+2):before {
content: '';
border-top: 1px solid #eee;
position: absolute;
left: 20px;
top: 0;
right: 20px;
height: 1px;
} .post-title.is-big-title a {
font-size: .75em;
}
.post-title a {
font-size: .83em;
}
.post-title.is-small-title a {
font-size: .9em;
}
.post-title.single-title a, .post-title.single-title h1 {
font-size: .56em;
line-height: 1.2;
}
.single-layout-feat-fw-center .single-title h1 {
font-size: .8em;
}
.post-feat-slider-hw.is-slider-post .single-title.post-title a, .post-feat-slider-fw.is-slider-post .single-title.post-title a, .post-feat-carousel-fw.is-slider-post .single-title.post-title a {
font-size: .65em;
}
.feat-wrap .post-meta-info, .feat-wrap .post-share-bar, .post-feat-carousel-hw-meta {
display: none;
}
.post-review-info .review-info-score {
font-size: 24px;
}
.post-review-info .review-info-intro {
font-size: 8px;
}
.post-feat-carousel-fw .post-header-slider {
padding-left: 20px;
padding-right: 20px;
} .post-list .is-left-col {
padding-right: 0;
}
.post-list .is-right-col {
padding-left: 0;
margin-top: 20px;
} .no-big-first .post-grid-outer:nth-of-type(2) .post-wrap {
margin-top: 30px;
} .single-layout-feat-fw-center .single-header-fw {
height: 320px;
} .box-share.box-share-aside {
bottom: 0;
left: 0;
right: 0;
}
.box-share-aside .box-share-inner {
display: flex;
display: -ms-flexbox;
display: -webkit-flex;
justify-content: space-around;
max-width: 100% !important;
}
.single #ruby-back-top i {
bottom: 40px;
}
.box-share-aside .box-share-el {
display: block;
overflow: hidden;
width: 100%;
height: 32px;
padding: 0 !important;
}
.box-share-aside .box-share-el a i {
width: 100%;
float: none;
font-size: 15px;
}
.box-share-aside .box-share-el a:hover .social-text {
display: none;
} .single .review-box-wrap.is-left-top {
overflow: hidden;
width: 100%;
margin-right: 0;
}
.archive-title-wrap .archive-title {
font-size: 15px;
}
.archive-page-header {
height: 150px;
}
.single-header-fw, .single-page-header.single-header-fw {
height: 240px;
} .box-author {
text-align: center;
}
.box-author .author-thumb {
width: 90px;
float: none;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.box-author .author-social a {
float: none;
display: inline-block;
}
.meta-info-author-line {
display: none;
}
.author-title a {
margin-left: 0;
}
.single-layout-feat-fw .single-header {
padding-bottom: 20px;
}
.comment-form-email, .comment-form-author, .comment-form-url {
padding-left: 0;
padding-right: 0;
margin-top: 0;
}
.comment-form-author {
margin-top: 20px;
}
.copyright-inner {
text-align: center;
} .top-footer-wrap .mc4wp-form p {
display: block;
}
.top-footer-wrap .mc4wp-form input[type="email"], .top-footer-wrap .mc4wp-form input[type="submit"] {
float: none;
width: 100%;
min-width: 0;
}
.top-footer-wrap .mc4wp-form input[type="submit"] {
margin-top: 15px;
}
.promo-wrap .promo-el {
margin-bottom: 20px;
}
.promo-wrap .promo-el:last-child {
margin-bottom: 0;
} .header-ads-right-wrap, .is-right-ads .logo-section-holder {
display: block;
float: none;
width: 100%;
overflow: hidden;
text-align: center;
}
.is-right-ads .logo-section-holder {
padding: 20px 20px 10px 20px;
}
.header-ads-right-wrap {
padding: 10px 20px 20px 20px;
} .entry h1 {
font-size: 24px;
margin-bottom: 15px;
padding-top: 5px;
}
.entry h2 {
font-size: 22px;
margin-bottom: 15px;
padding-top: 5px;
}
.entry h3 {
font-size: 20px;
margin-bottom: 15px;
padding-top: 5px;
}
.entry h4 {
font-size: 18px;
margin-bottom: 15px;
padding-top: 5px;
}
.entry h5 {
font-size: 16px;
margin-bottom: 15px;
padding-top: 5px;
}
.entry h6 {
margin-bottom: 15px;
padding-top: 5px;
} .ruby-section-fw .block-fw-post-1 .post-grid-outer:nth-of-type(2) .post-wrap,
.ruby-section-fw .block-fw-post-1 .post-grid-outer:nth-of-type(3) .post-wrap,
.ruby-section-fw .block-fw-post-2 .post-grid-outer:nth-of-type(2) .post-wrap,
.ruby-section-fw .block-fw-post-2 .post-grid-outer:nth-of-type(3) .post-wrap {
margin-top: 30px;
}
.ruby-section-fw .block-fw-post-1 .post-grid-outer,
.ruby-section-fw .block-fw-post-2 .post-grid-outer {
margin: 0;
}
.ruby-section-fw .block-fw-post-1 .post-grid-outer:before,
.ruby-section-fw .block-fw-post-2 .post-grid-outer:before {
content: '';
display: block;
border-top: 1px solid #eee;
height: 1px;
position: absolute;
left: 15px;
right: 15px;
}
.ruby-section-fw .block-fw-post-1 .post-grid-outer.is-divider,
.ruby-section-fw .block-fw-post-2 .post-grid-outer.is-divider,
.ruby-section-fw .block-fw-post-1 .post-grid-outer:first-child:before,
.ruby-section-fw .block-fw-post-2 .post-grid-outer:first-child:before {
display: none;
}
.ruby-section-fw .block-fw-post-3 .post-feat-carousel-fw-small {
height: 200px;
} .block-post-1 .is-left-col {
border-right: none;
margin-right: 0;
}
.block-post-1 .is-right-col {
border-left: none;
}
.block-post-1 .is-left-col .post-wrap {
border-bottom: 1px solid #eee;
padding-bottom: 30px;
}
.ruby-section-hs .block-post-4 .post-grid-outer:nth-of-type(2) .post-wrap {
margin-top: 30px !important;
}
.ruby-section-hs .block-post-9 .post-wrap {
height: 200px;
}
.box-share-aside .box-share-el a {
float: none;
}
.content-404 h1 {
font-size: 120px
}
.header-style-1 .logo-text {
font-size: 16px;
line-height: 48px;
}
} @media only screen and (max-width: 767px) and (min-width: 480px) {
.ruby-container {
max-width: 450px !important;
}
} @media only screen and (max-width: 479px) {
.post-feat-slider-fw, .post-feat-slider-hw, .post-feat-carousel-fw {
height: 240px;
}
.ruby-feat-slider-hw.slider-init, .ruby-feat-slider-fw.slider-init, .ruby-feat-carousel-fw.slider-init {
height: 240px;
}
.archive-page-header {
height: 120px;
}
.single .single-header-fw .post-share-bar {
display: none;
}
.post-title.is-small-title a {
font-size: .9em;
}
.post-title.single-title a, .post-title.single-title h1 {
font-size: .6em;
}
.post-feat-slider-hw.is-slider-post .single-title.post-title a, .post-feat-slider-fw.is-slider-post .single-title.post-title a, .post-feat-carousel-fw.is-slider-post .single-title.post-title a {
font-size: .55em;
}
.post-header-slider {
padding-left: 10px;
padding-right: 10px;
}
}
@media only screen and (max-width: 600px) {
.admin-bar .ruby-is-stick .nav-bar-wrap, .admin-bar .main-aside-wrap {
top: 0 !important;
}
}
@media only screen and (max-width: 320px) {
.nav-bar-inner {
margin-left: 5px;
margin-right: 5px;
}
}
@media only screen and (min-width: 992px) {
body.is-full-width.mobile-js-menu #ruby-site-wrap {
right: -100px
}
body.is-full-width.mobile-js-menu .logo-section-inner {
right: -100px;
}
}@media only screen and (min-width: 768px) { }  @media only screen and (max-width: 767px) { }@font-face{font-display:block;font-family:TablePress;font-style:normal;font-weight:400;src:url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format("woff2"),url(//www.adanayuz.me/wp-content/plugins/tablepress/css/build/tablepress.woff) format("woff")}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#f9f9f9;--even-text-color:var(--text-color);--even-bg-color:#fff;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:initial;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>*+tbody>*>*,.tablepress>tbody>*~*>*,.tablepress>tfoot>*>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>*>th{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>.odd>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody)>.even>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr:hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dataTables_wrapper{clear:both;margin-bottom:1rem;position:relative}.dataTables_wrapper .tablepress{clear:both;margin-bottom:0}.dataTables_wrapper:after{clear:both;content:"";display:block;height:0;line-height:0;visibility:hidden}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_filter label input{margin-left:.5em;margin-right:0}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate .paginate_button{color:#111;display:inline-block;margin:0 5px;outline:none;position:relative;text-decoration:underline}.dataTables_paginate .paginate_button:first-child{margin-left:0}.dataTables_paginate .paginate_button:last-child{margin-right:0}.dataTables_paginate .paginate_button:after,.dataTables_paginate .paginate_button:before{color:#d9edf7}.dataTables_paginate .paginate_button:hover{cursor:pointer;text-decoration:none}.dataTables_paginate .paginate_button:hover:after,.dataTables_paginate .paginate_button:hover:before{color:#049cdb}.dataTables_paginate .paginate_button.disabled{color:#999;cursor:default;text-decoration:none}.dataTables_paginate .paginate_button.disabled:after,.dataTables_paginate .paginate_button.disabled:before{color:#f9f9f9}.dataTables_paginate .paginate_button.current{cursor:default;font-weight:700;text-decoration:none}.dataTables_paginate.paging_simple{padding:0 15px}.dataTables_paginate.paging_simple .paginate_button.next:after,.dataTables_paginate.paging_simple .paginate_button.previous:before{-webkit-font-smoothing:antialiased;bottom:0;content:"\f053";font-family:TablePress;font-size:14px;font-weight:700;height:14px;left:-14px;line-height:1;margin:auto;position:absolute;right:auto;text-align:left;text-shadow:.1em .1em #666;top:0;width:14px}.dataTables_paginate.paging_simple .paginate_button.next:after{content:"\f054";left:auto;text-align:right}.dataTables_scroll{clear:both}.dataTables_scroll .tablepress{width:100%!important}.dataTables_scrollHead table.tablepress{margin:0}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_scrollBody .tablepress thead th:after{content:""}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing{height:0;margin:0!important;overflow:hidden;padding:0!important}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color)}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{cursor:pointer;outline:none;padding-right:20px;position:relative}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{-webkit-font-smoothing:antialiased;bottom:0;font-family:TablePress;font-size:14px;font-weight:400;height:14px;left:auto;line-height:1;margin:auto;position:absolute;right:6px;top:0}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}
 .tmm .tmm_wrap {width:100%; margin-bottom:30px; text-align:center;}
.tmm .clearer {clear:both;}
.tmm .tmm_container {display:inline;}
.tmm .tmm_container:last-child {display:block; text-align:center !important;}
.tmm .tmm_container:last-child .tmm_member {float:none !important;}
.tmm .tmm_columns_containers_desktop {display:block; clear:both;}
.tmm .tmm_member {
vertical-align:top;
display:inline-block;
margin-top:25px;
margin-bottom:25px;
height:auto;
float: left;
position:relative;
text-align:center;
-webkit-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.04);
-moz-box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.04);
box-shadow: 3px 0px 5px 0px rgba(0,0,0,0.04);
border-top:5px solid lightgrey;
border-left: solid 1px #eee;
border-right: solid 1px #eee;
border-bottom:5px solid whitesmoke;
background:white;
box-sizing:border-box;}
.tmm .tmm_1_columns .tmm_member { 
width: 96%; 
margin-right:2%; margin-left:2%;
margin-top:140px; margin-bottom:25px;}
.tmm .tmm_2_columns .tmm_member {
width: 42%;
margin-right:4%; margin-left:4%;
margin-top:120px; margin-bottom:25px;}
.tmm .tmm_3_columns .tmm_member {
width: 29%;
margin-right:2.16%; margin-left:2.16%;
margin-top:100px; margin-bottom:25px;}
.tmm .tmm_4_columns .tmm_member {
width: 23%;
margin-right:1%; margin-left:1%;
margin-top:80px; margin-bottom:20px;}
.tmm .tmm_5_columns .tmm_member {
width: 18%; 
margin-right:1%; margin-left:1%;
margin-top:50px; margin-bottom:35px;}
.tmm .tmm_three_entries {clear:both;}
.tmm .tmm_member .tmm_photo {
margin-left: auto;
margin-right: auto;
background-size: cover !important;
background-position: center center !important;
width: 60%;
padding-bottom: 60%;
border:none;
-webkit-box-shadow: 2px 0px 1px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 2px 0px 1px 0px rgba(0,0,0,0.05);
box-shadow: 2px 0px 1px 0px rgba(0,0,0,0.05);
border-radius: 34% !important;
margin-top:-30%;
border:6px solid #eeeeee; }
.tmm_1_columns .tmm_member .tmm_photo { 
width:35%; padding-bottom:35%; margin-top: -18%; }
.tmm_2_columns .tmm_member .tmm_photo { 
width:50%; padding-bottom:50%; margin-top: -25%; }
.tmm .tmm_member .tmm_textblock .tmm_scblock {padding-top:10px;}
.tmm .tmm_member .tmm_textblock {padding:10px 12px;}
.tmm .tmm_member .tmm_textblock .tmm_sociallink {clear:both; margin-bottom:20px; border:none; box-shadow:0 0 0;}
.tmm .tmm_member .tmm_textblock .tmm_sociallink img {
display:inline-block;
border:none; width:24px;
height:24px;
box-shadow: 0 0 0 0;
margin:10px 4px;}
.tmm .tmm_5_columns .tmm_member .tmm_textblock .tmm_sociallink img {width:19px; height:19px; margin:6px 2px;}
.tmm .tmm_4_columns .tmm_member .tmm_textblock .tmm_sociallink img {width:21px; height:21px; margin:6px 3px;}
.tmm .tmm_member .tmm_textblock .tmm_sociallink img:hover {opacity:0.8;}
.tmm .tmm_fname {display:inline;}
.tmm .tmm_lname {display:inline;} .tmm .tmm_names span,
.tmm .tmm_names span.tmm_fname,
.tmm .tmm_names span.tmm_lname,
.tmm .tmm_names {
color: #222222;
}
.tmm .tmm_desc,
.tmm .tmm_desc span,
.tmm .tmm_desc p {
color: #555555;
word-break: break-word;
}
.tmm .tmm_job,
.tmm .tmm_job p {
color: #888888;
} .tmm .tmm_plugin_f .tmm_names {
font-size:20px; 
font-weight:400; 
line-height:24px;
margin-bottom:8px; 
margin-top:10px; }
.tmm .tmm_plugin_f .tmm_job {
font-size:16px; 
font-weight:400;}
.tmm .tmm_plugin_f .tmm_desc {
padding:0px; 
margin-top:19px; 
margin-bottom:10px; 
font-weight:400;
font-size:14px; 
line-height:23px;}
.tmm .tmm_theme_f .tmm_names {
font-size: 1.1em;
font-weight:400; 
margin-bottom:8px; 
margin-top:10px; }
.tmm .tmm_theme_f .tmm_job {
font-size: 1em;
font-weight:400;}
.tmm .tmm_theme_f .tmm_desc {
font-size:0.9em;
line-height:165%;
padding:0px; 
font-weight:400;
margin-top:19px; 
margin-bottom:10px; } @media only screen and (max-width: 64.063em) {
.tmm .tmm_columns_containers_desktop {display:none; clear:none;}
.tmm_two_containers_tablet {display:block; clear:both;}
.tmm .tmm_member,
.tmm .tmm_2_columns .tmm_member,
.tmm .tmm_3_columns .tmm_member,
.tmm .tmm_4_columns .tmm_member,
.tmm .tmm_5_columns .tmm_member {
width: 40%; 
margin-left:5%; margin-right:5%;
margin-top:80px; margin-bottom:25px;}
.tmm .tmm_1_columns .tmm_member {
margin-top:100px; margin-bottom:15px;}
.tmm .tmm_member .tmm_photo,
.tmm .tmm_2_columns .tmm_member .tmm_photo,
.tmm .tmm_3_columns .tmm_member .tmm_photo,
.tmm .tmm_4_columns .tmm_member .tmm_photo,
.tmm .tmm_5_columns .tmm_member .tmm_photo {
width:50%; padding-bottom:50%; margin-top: -25%; }
} @media only screen and (max-width: 40em) {
.tmm .tmm_columns_containers_desktop {display:none; clear:none;}
.tmm .tmm_member,
.tmm .tmm_1_columns .tmm_member,
.tmm .tmm_2_columns .tmm_member,
.tmm .tmm_3_columns .tmm_member,
.tmm .tmm_4_columns .tmm_member,
.tmm .tmm_5_columns .tmm_member {
width: 96%;
margin:0 2%;
margin-top:110px;
margin-bottom:25px;}
.tmm .tmm_member .tmm_photo,
.tmm .tmm_1_columns .tmm_member .tmm_photo,
.tmm .tmm_2_columns .tmm_member .tmm_photo,
.tmm .tmm_3_columns .tmm_member .tmm_photo,
.tmm .tmm_4_columns .tmm_member .tmm_photo,
.tmm .tmm_5_columns .tmm_member .tmm_photo { 
width:45%; padding-bottom:45%; margin-top: -24%; }
.tmm .tmm_plugin_f .tmm_desc {
padding: 0 10px;
font-size:16px; 
line-height:27px;}
}
.tmm_plugin_f,
.tmm_plugin_f .tmm_names span,
.tmm_plugin_f .tmm_job,
.tmm_plugin_f .tmm_desc,
.tmm_plugin_f .tmm_desc a,
.tmm_plugin_f .tmm_desc span,
.tmm_plugin_f .tmm_desc p,
.tmm_plugin_f .tmm_desc h1,
.tmm_plugin_f .tmm_desc h2,
.tmm_plugin_f .tmm_desc h3,
.tmm_plugin_f .tmm_desc h4,
.tmm_plugin_f .tmm_desc h5,
.tmm_plugin_f .tmm_desc h6,
.tmm_plugin_f .tmm_desc ul li,
.tmm_plugin_f .tmm_desc ol li {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}