.xs-ratting-content {
display: inline-block;
}
.xs-review-rattting .xs-star {
display: inline-block;
}
.xs-review-rattting .screen-rattting-text {
display: none;
}
.xs-review-rattting .xs-star, .xs-review-rattting .xs-star.dashicons-star-filled, .xs-review-rattting .xs-star.dashicons-star-half {
color: #FF912C;
}
.xs-review-rattting .xs-star:before, .xs-review-rattting .xs-star.dashicons-star-filled:before, .xs-review-rattting .xs-star.dashicons-star-half:before {
display: inline-block;
width: 16px;
height: 14px;
font-size: 14px;
line-height: 1;
font-family: dashicons;
text-decoration: inherit;
font-weight: 400;
font-style: normal;
vertical-align: top;
text-align: center;
-webkit-transition: color 0.1s ease-in;
transition: color 0.1s ease-in;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .xs-review-rating-stars {
display: inline-block;
}
.xs-review-rating-stars div#review_data_show {
display: inline-block;
vertical-align: middle;
}
.xs-review-rating-stars ul {
list-style-type: none;
padding: 0;
margin: 0;
-moz-user-select: none;
-webkit-user-select: none;
min-height: 28px;
display: inline-block;
}
.xs-review-rating-stars ul > li.star {
display: inline-block;
line-height: 17px;
}
.xs-review-rating-stars ul > li.star > i.xs-star {
color: #ccc;
}
.xs-review-rating-stars ul > li.star.hover > i.xs-star {
color: #FFCC36;
}
.xs-review-rating-stars ul > li.star.selected > i.xs-star {
color: #FF912C;
}
.xs-review-rating-stars ul > li.square {
display: block;
width: 30px;
height: 30px;
float: left;
border: 2px solid #ccc;
background-color: white;
margin: 2px;
text-decoration: none;
font-size: 14px;
font-weight: 600;
line-height: 2;
text-align: center;
color: #ccc;
line-height: 24px;
}
.xs-review-rating-stars ul > li.square.hover {
border: 2px solid #FFCC36;
color: #FFCC36;
}
.xs-review-rating-stars ul > li.square.selected {
border: 2px solid #FF912C;
color: #FF912C;
} .xs-review-rating-stars ul > li.bar {
display: block;
width: 12px;
padding: 5px 0;
height: 40px;
float: left;
background-color: #ccc;
margin: 2px;
text-align: center;
font-weight: 600;
position: relative;
}
.xs-review-rating-stars ul > li.bar span {
display: none;
position: absolute;
-webkit-transition-delay: 1s;
transition-delay: 1s;
transition-timing-function: ease-in;
-webkit-transition-timing-function: ease-in;
top: 20px;
}
.xs-review-rating-stars ul > li.bar:hover span {
display: block;
top: -20px;
left: 2px;
}
.xs-review-rating-stars ul > li.bar.hover {
background-color: #FFCC36;
}
.xs-review-rating-stars ul > li.bar.selected {
background-color: #FF912C;
} .xs-review-rating-stars ul > li.movie {
display: block;
width: 60px;
height: 8px;
float: left;
background-color: #ccc;
margin: 1px;
font-weight: 600;
position: relative;
}
.xs-review-rating-stars ul > li.movie span {
display: none;
position: absolute;
-webkit-transition-delay: 1s;
transition-delay: 1s;
transition-timing-function: ease-in;
-webkit-transition-timing-function: ease-in;
top: 20px;
}
.xs-review-rating-stars ul > li.movie:hover span {
display: block;
top: -20px;
left: 50%;
}
.xs-review-rating-stars ul > li.movie.hover {
background-color: #FFCC36;
}
.xs-review-rating-stars ul > li.movie.selected {
background-color: #FF912C;
} .xs-review-rating-stars ul > li.pill {
padding: 7px 15px;
background-color: #ccc;
color: #fff;
font-size: 13px;
line-height: 1;
text-align: center;
font-weight: 600;
float: left;
}
.xs-review-rating-stars ul > li.pill:first-child {
border-top-left-radius: 999px;
border-bottom-left-radius: 999px;
}
.xs-review-rating-stars ul > li.pill:last-child {
border-top-right-radius: 999px;
border-bottom-right-radius: 999px;
}
.xs-review-rating-stars ul > li.pill.hover {
background-color: #FFCC36;
}
.xs-review-rating-stars ul > li.pill.selected {
background-color: #FF912C;
} .xs-review-rating-stars ul > li.reversed {
display: block;
width: 22px;
height: 22px;
float: left;
background-color: #ccc;
margin: 1px;
text-align: center;
position: relative;
}
.xs-review-rating-stars ul > li.reversed span {
display: none;
position: absolute;
-webkit-transition-delay: 1s;
transition-delay: 1s;
transition-timing-function: ease-in;
-webkit-transition-timing-function: ease-in;
top: 20px;
}
.xs-review-rating-stars ul > li.reversed:hover span {
display: block;
top: -20px;
left: 50%;
}
.xs-review-rating-stars ul > li.reversed.hover {
background-color: #FFCC36;
}
.xs-review-rating-stars ul > li.reversed.selected {
background-color: #FF912C;
} .xs-slidecontainer {
width: 100%;
display: inline-block;
position: relative;
top: 0px;
}
.xs-slidecontainer .background-slider {
min-width: 0%;
height: 10px;
background-color: #FF912C;
border-radius: 10px; }
.xs-review-rating-slider #review_data_show {
display: inline-block;
margin-left: 3px;
}
.xs-review-rating-slider {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 97%;
}
.xs-slider-range {
-webkit-appearance: none;
width: 100%;
height: 10px;
background: #ccc;
outline: none;
opacity: 0.7;
-webkit-transition: 0.2s;
-webkit-transition: opacity 0.2s;
transition: opacity 0.2s;
position: relative;
top: 0px;
z-index: 999;
}
.xs-slider-range:hover {
opacity: 1;
}
.xs-slider-range::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
background: #FF912C;
cursor: pointer;
border-radius: 100px;
}
.xs-slider-range::-moz-range-thumb {
width: 20px;
height: 20px;
background: #FF912C;
cursor: pointer;
border-radius: 100px;
} #xs-review-box .write-reivew-headding, #xs-review-box .total-reivew-headding {
font-weight: bold;
padding: 0px 13px;
margin-bottom: 41px;
}
.xs-review {
position: relative;
}
.xs-review .style-review-percentange {
font-weight: bold;
display: inline-block;
}
.xs-review-box {
margin-top: 50px;
}
#xs_review_form_public_data .xs-review-box .xs-review {
margin: 0px;
width: 49%;
display: inline-block !important;
padding: 13px 13px;
}
#xs_review_form_public_data .xs-review-box .xs-review.xs-save-button {
width: 100%;
}
#xs_review_form_public_data .xs-review-box .xs-review label {
float: none;
display: block;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
#xs_review_form_public_data .xs-review-box .xs-radio, #xs_review_form_public_data .xs-review-box .xs-select {
clear: both;
display: block;
width: 100%;
}
#xs_review_form_public_data .xs-review-box .xs-radio > label {
float: left;
display: inline-block;
margin-right: 10px;
}
#xs_review_form_public_data .xs-review-box .xs-review input[type=text] {
float: none;
display: block;
width: 100%;
font-size: inherit;
line-height: inherit;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: transparent;
border: 1px solid #ccc;
}
#xs_review_form_public_data .xs-review-box .xs-textarea {
width: 99%;
background: transparent;
}
.public-xs-review-box .review_message_show {
padding: 0px 13px;
}
.review_message_show > p {
padding: 10px 15px;
color: #111;
background-color: rgba(0, 123, 255, 0.1);
border: 1px solid rgba(0, 123, 255, 0.1);
border-radius: 4px;
}
.public-xs-review-box, .view-review-list {
background: transparent;
padding: 40px 30px;
border: 0px solid #ccc;
border-radius: 10px;
box-shadow: 0 18px 40px 0px #0a000026;
-webkit-box-shadow: 0 18px 40px 0px #0a000026;
margin-bottom: 30px;
}
.public-xs-review-box .xs-review input, .public-xs-review-box .xs-review textarea {
background: transparent;
border: 1px solid #ddd;
border-radius: 10px;
-webkit-box-shadow: none;
box-shadow: none;
padding: 10px 15px;
}
.public-xs-review-box .xs-review textarea {
width: 100%;
min-height: 100px;
resize: none;
}
.public-xs-review-box .xs-review input.xs-slider-range {
padding: 0px;
}
.public-xs-review-box .xs-save-button button {
background: #007bff;
border-radius: 100px;
color: #fff;
padding: 13px 45px;
-webkit-box-shadow: 0 18px 40px 0px #0a000026;
box-shadow: 0 18px 40px 0px #0a000026;
}
.public-xs-review-box .xs-save-button button:hover {
-webkit-box-shadow: 0 18px 40px 0px #0a000038;
box-shadow: 0 18px 40px 0px #0a000038;
} .view-review-list .xs-reviewer-details {
padding: 0px 13px; width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.view-review-list .border-div {
clear: both;
border-bottom: 1px solid #ddd;
margin: 20px 13px;
}
.xs-reviewer-details .xs-review-title > h3 {
margin-bottom: 0px;
}
.xs-reviewer-details .review-reviwer-image-section {
display: inline-block;
width: 100%;
float: left;
max-width: 62px;
}
.xs-reviewer-details .review-reviwer-info-section {
display: inline-block;
width: 90%;
}
.view-review-list .xs-reviewer-author-image {
display: inline-block;
padding-right: 20px;
vertical-align: top;
}
.view-review-list .xs-reviewer-author-image > img {
width: 100%;
border-radius: 100%;
max-width: 100px;
height: auto;
}
.view-review-list .xs-reviewer-author {
font-size: 15px;
color: #202020;
font-weight: 600;
display: block;
clear: both;
}
.view-review-list .xs-review-title > h3 {
margin-top: 10px;
font-size: 16px;
font-weight: 600;
color: #202020;
}
.xs-reviewer-details .xs-review-summery > p {
margin-bottom: 10px;
color: #0a0000ad;
}
.view-review-list .xs-review-rattting, .view-review-list .xs-review-date {
display: inline-block;
}
.view-review-list .xs-review-rattting {
vertical-align: -webkit-baseline-middle;
}
.view-review-list .xs-review-rattting.xs-percentange {
vertical-align: middle;
width: 100%;
max-width: 200px;
background: #ccc;
height: 10px;
line-height: 1;
font-size: 13px;
position: relative;
border-radius: 0px;
}
.view-review-list .xs-review-rattting.xs-percentange .percentange_check {
background: #FF912C;
height: 10px;
border-radius: 0px;
} .view-review-list .xs-review-rattting.xs-percentange .percentange_check .show-per-data {
color: #fff;
padding: 0px;
line-height: 10px;
text-align: center;
position: absolute;
right: 2px;
font-size: 11px;
font-weight: 600;
}
.view-review-list .xs-review-date {
font-size: 14px;
color: #202020;
} :root {
--size: 100px;
--bord: 15px;
}
.xs-review-rattting.xs-pie {
width: var(--size);
height: var(--size);
margin: 1em auto;
border-radius: 50%;
background-image: conic-gradient(#FF912C var(--value), lightgrey var(--value));
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xs-review-rattting.xs-pie::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: calc(100% - var(--bord));
height: calc(100% - var(--bord));
background: white;
border-radius: inherit;
-webkit-animation: progress-xs-pie 1s ease-out forwards;
animation: progress-xs-pie 1s ease-out forwards;
} .xs-review-rattting.xs-pie p {
position: relative;
font-size: 2em;
z-index: 999;
top: 21px;
}  .xs-review-overview-list { -webkit-box-flex: 0;
-ms-flex: 0 0 72%;
flex: 0 0 72%;
max-width: 72%;
padding-right: 16px;
border-right: 1px solid #efeeee;
}
.xs-review-overview-list.left-full {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding-right: 0px;
border-right: 0px solid #efeeee;
}
.xs-review-overview-list .percentange-label {
display: block;
width: 94%;
min-width: 94%;
font-weight: bold;
font-size: 14px;
}
.xs-review-overview-list .percentange-label > span {
float: right;
}
.xs-review-overview-list .overview-bar {
vertical-align: middle;
width: 94%;
max-width: 94%;
background: #f7f7f7;
height: 13px;
line-height: 1;
font-size: 13px;
position: relative;
border-radius: 0px; display: inline-block;
}
.xs-review-overview-list .overview-bar .percentange_check {
background: #FF912C;
height: 13px;
border-radius: 0px;
} .xs-review-overview-list .overview-bar .percentange_check .show-per-data {
float: right;
color: #fff;
margin-right: 2px;
}
.xs-review-overview-list-right { }
.xs-review-overview-list-right .total_overview_rattings {
display: block;
text-align: center;
font-size: 14px;
line-height: 25px;
margin-top: 21px;
}
.xs-review-overview-list-right .total_overview_rattings > span {
font-size: 6em;
}
.xs-review-overview-list-right .total_overview_rattings > strong {
line-height: 3em;
}
.xs-review-overview-list-right .total_overview_rattings_text {
font-size: 16px;
text-align: center;
font-weight: 600;
margin-top: 0px;
}
.xs-review-overview-list-right .total_overview_rattings_value {
text-align: center;
margin: 0 auto;
width: 100%;
margin-top: 40px;
display: block;
}
.xs-review-overview-list-right .total_overview_rattings_value .xs-star:before {
width: 20px;
height: 20px;
font-size: 20px;
}
.xs-review-overview-list-right .total_overview_rattings_value > span {
height: 29px;
display: inline-block;
vertical-align: -webkit-baseline-middle;
font-weight: 600;
} .xs-review-pagination ul.page-numbers {
list-style: none;
display: block;
text-align: center;
}
.xs-review-pagination ul.page-numbers li {
float: left;
padding: 0px 6px;
}
.xs-review-pagination ul.page-numbers li > a {
color: #0a0000ad;
}
.xs-review-pagination ul.page-numbers li > span.current {
color: #FF912C;
} .xs-review-overview-list.custom-rat .border-div {
clear: both;
border-bottom: 1px solid #ddd;
margin: 18px 0px;
}
.xs-review-overview-list-right.custom-rat { -ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
text-align: center;
padding-left: 13px;
width: 100%;
}
.xs-review-overview-list.custom-rat .overview-summary {
margin-top: 50px;
}
.xs-review-overview-list.custom-rat .overview-summary h2 {
font-weight: bold;
font-size: 30px;
} .xs-review-overview-list.custom-rat .xs-overview-star {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
width: 100%;
}
.xs-review-overview-list.custom-rat .xs-overview-star .data-rat {
text-align: right;
width: 35%;
vertical-align: middle;
}
.xs-review-overview-list.custom-rat .xs-overview-star .data-rat-label {
width: 50%;
font-weight: 600;
font-size: 15px;
vertical-align: middle;
}
.xs-review-overview-list.custom-rat .xs-overview-star .data-rat-label-range {
width: 14%;
text-align: right;
vertical-align: middle;
font-weight: 600;
font-size: 15px;
padding-top: 2px;
}
.xs-review-overview-list.custom-rat .xs-overview-star .data-rat .xs-star:before {
width: 17px;
height: 16px;
font-size: 15px;
} .xs-review-overview-list.custom-rat .xs-overview-data .data-rat-label-range {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.xs-review-overview-list.custom-rat .xs-overview-data .data-rat {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.xs-review-overview-list.custom-rat .xs-overview-data .xs-review-rattting {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.xs-review-overview-list.custom-rat .xs-review-rattting {
max-width: 100%;
} .xs-review-overview-list.custom-rat .xs-overview-point {
display: block;
}
.xs-review-overview-list.custom-rat .xs-overview-point .data-rat-label {
width: 79%;
font-weight: 600;
font-size: 15px;
vertical-align: middle;
display: inline-block;
}
.xs-review-overview-list.custom-rat .xs-overview-point .data-rat-label-range {
width: 19%;
text-align: right;
vertical-align: middle;
font-weight: 600;
font-size: 15px;
display: inline-block;
}
.xs-review-overview-list.custom-rat .xs-overview-point .data-rat {
text-align: center;
width: 100%;
vertical-align: middle;
}
.xs-review-overview-list.custom-rat .xs-overview-point .xs-percentange .show-per-data {
display: none;
}
.xs-review-overview-list.custom-rat .no-border-div {
border-bottom: 0px solid #ddd;
} .xs-review-overview-list.custom-rat .xs-overview-percentage {
display: block;
}
.xs-review-overview-list.custom-rat .xs-overview-percentage .data-rat-label {
width: auto;
font-weight: 600;
font-size: 15px;
vertical-align: middle;
display: inline-block;
}
.xs-review-overview-list.custom-rat .xs-overview-percentage .data-rat-label:after {
content: "-";
}
.xs-review-overview-list.custom-rat .xs-overview-percentage .data-rat-label-range {
width: auto;
text-align: left;
vertical-align: middle;
font-weight: 600;
font-size: 15px;
display: inline-block;
}
.xs-review-overview-list.custom-rat .xs-overview-percentage .data-rat {
text-align: center;
width: 100%;
vertical-align: middle;
}
.xs-review-overview-list.custom-rat .xs-overview-percentage .xs-percentange .show-per-data {
display: none;
}
.xs-review-overview-list.custom-rat .xs-overview-percentage .data-rat .xs-percentange {
height: 8px;
border-radius: 4px;
}
.xs-review-overview-list.custom-rat .xs-overview-percentage .data-rat .xs-percentange .percentange_check {
background: #226bdc96;
height: 8px;
border-radius: 4px;
} .xs-review-overview-list.custom-rat .xs-overview-pie {
text-align: center;
position: relative;
}
.xs-review-overview-list.custom-rat .xs-overview-pie {
width: 33%;
float: left;
}
.xs-review-overview-list.custom-rat .xs-overview-pie .data-rat-label-range {
display: none;
}
.xs-review-overview-list.custom-rat .xs-overview-pie .data-rat-label {
position: relative;
top: 0;
z-index: 999;
line-height: 16px;
font-size: 13px;
text-align: center;
width: 100%;
}
.xs-review-overview-list.custom-rat .xs-overview-pie .xs-review-rattting.xs-pie p {
top: 10px;
} .public-xs-review-box,
.view-review-list { border-radius: 0;
}
.xs-review-overview-list-right.custom-rat { border-radius: 0;
}
.public-xs-review-box .xs-save-button button {
border-radius: 0;
border: none;
cursor: pointer;
}
.xs-review-box .xs-review-box-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.xs-review-box .xs-review-media {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
padding-right: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.xs-review-box .xs-review-media.review-full {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-right: 0px;
}
.xs-review-box .total_overview_rattings_value {
-ms-flex-item-align: center !important;
-ms-grid-row-align: center !important;
align-self: center !important;
text-align: center;
}
.xs-review-box .total_overview_rattings_value span {
font-weight: 700;
font-size: 20px;
}
.xs-review-box.view-review-list .xs-reviewer-author-image {
padding-right: 7px;
}
.xs-review-box .xs-reviewer-details .review-reviwer-info-section {
padding-left: 10px;
}
.wur-pie-data {
position: absolute !important;
top: 50%;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.wur-pie-data p {
margin: 0;
color: #3a3a3a;
font-weight: bold;
font-size: 20px;
line-height: 20px;
}
@media screen and (max-width: 767px) {
.view-review-list .xs-reviewer-details {
padding: 0;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.xs-review-box-item .xs-reviewer-details {
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xs-reviewer-details .review-reviwer-image-section {
float: none;
}
.xs-review-box .total_overview_rattings_value {
width: 100%;
margin-top: 0;
margin-bottom: 30px;
}
#xs_review_form_public_data .xs-review-box .xs-review {
width: 100%;
padding: 5px 0;
}
.xs-review-overview-list,
.xs-review-box .xs-review-media {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
border: none;
padding: 0;
}
.xs-review-overview-list-right .total_overview_rattings {
line-height: 1;
margin-top: 0;
}
#xs-user-review-box {
text-align: center;
}
#xs-user-review-box .xs-review-box-item {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
#xs-user-review-box .xs-reviewer-details {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
#xs_review_form_public_data {
text-align: center;
}
#xs-review-box .write-reivew-headding,
#xs-review-box .total-reivew-headding {
padding: 0px;
margin: 0;
}
.total-reivew-headding {
text-align: center;
}
.public-xs-review-box .xs-save-button button {
padding: 13px 30px;
border-radius: 10px;
}
.public-xs-review-box, .view-review-list {
background: transparent;
padding: 30px 30px;
}
.xs-overview-data.xs-overview-percentage .xs-overview-star .data-rat-label,
.xs-overview-data.xs-overview-star .data-rat-label,
.xs-overview-data.xs-overview-percentage .xs-overview-data .data-rat-label-range,
.xs-overview-data.xs-overview-star .data-rat-label-range,
.xs-overview-data.xs-overview-percentage .xs-overview-star .data-rat,
.xs-overview-data.xs-overview-star .data-rat {
width: 100% !important;
text-align: center !important;
}
.xs-overview-data.xs-overview-star {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.xs-review-overview-list.custom-rat .xs-overview-star {
display: block;
}
} .xs-overview-pie .data-rat > .wur-rat-cont > div {
font-size: 1.1rem;
position: relative;
top: 50px;
}@font-face{font-family:dashicons;src:url(//www.dhanvriddhi.in/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//www.dhanvriddhi.in/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//www.dhanvriddhi.in/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}@font-face {
font-family: "Flaticon";
src: url(http://www.dhanvriddhi.in/wp-content/themes/brainbizz/fonts/flaticon/Flaticon.eot);
src: url(http://www.dhanvriddhi.in/wp-content/themes/brainbizz/fonts/flaticon/Flaticon.eot?#iefix) format("embedded-opentype"),
url(http://www.dhanvriddhi.in/wp-content/themes/brainbizz/fonts/flaticon/Flaticon.woff) format("woff"),
url(http://www.dhanvriddhi.in/wp-content/themes/brainbizz/fonts/flaticon/Flaticon.ttf) format("truetype"),
url(http://www.dhanvriddhi.in/wp-content/themes/brainbizz/fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(http://www.dhanvriddhi.in/wp-content/themes/brainbizz/fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
font-family: Flaticon;
font-size: inherit;
font-style: normal;
}
.flaticon-search:before { content: "\f100"; }
.flaticon-ticket:before { content: "\f101"; }
.flaticon-download:before { content: "\f102"; }
.flaticon-back:before { content: "\f103"; }
.flaticon-play:before { content: "\f104"; }
.flaticon-play-1:before { content: "\f105"; }
.flaticon-triangle:before { content: "\f106"; }
.flaticon-map:before { content: "\f107"; }
.flaticon-user:before { content: "\f108"; }
.flaticon-mail:before { content: "\f109"; }
.flaticon-phone:before { content: "\f10a"; }
.flaticon-microphone:before { content: "\f10b"; }
.flaticon-bag:before { content: "\f10c"; }
.flaticon-food:before { content: "\f10d"; }
.flaticon-idea:before { content: "\f10e"; }
.flaticon-mouse:before { content: "\f10f"; }
.flaticon-mouse-1:before { content: "\f110"; }
.flaticon-mouse-2:before { content: "\f111"; }
.flaticon-circle:before { content: "\f112"; }
.flaticon-link:before { content: "\f113"; }
.flaticon-chain:before { content: "\f114"; }
.flaticon-document:before { content: "\f115"; }
.flaticon-project:before { content: "\f116"; }
.flaticon-chat:before { content: "\f117"; }
.flaticon-tag:before { content: "\f118"; }
.flaticon-instagram:before { content: "\f119"; }
.flaticon-share:before { content: "\f11a"; }
.flaticon-earth:before { content: "\f11b"; }
.flaticon-click:before { content: "\f11c"; }
.flaticon-check:before { content: "\f11d"; }
.flaticon-information-circular-button-symbol:before { content: "\f11e"; }
.flaticon-close-cross-circular-interface-button:before { content: "\f11f"; }
.flaticon-acceptance-circular-button:before { content: "\f120"; }
.flaticon-right-arrow-circular-button:before { content: "\f121"; }
.flaticon-back-button:before { content: "\f122"; }
.flaticon-pin:before { content: "\f123"; }
.flaticon-right-arrow:before { content: "\f124"; }
.flaticon-share-1:before { content: "\f125"; }
.flaticon-instagram-1:before { content: "\f126"; }
.flaticon-check-1:before { content: "\f127"; }
.flaticon-email:before { content: "\f128"; }
.flaticon-clock:before { content: "\f129"; }
.flaticon-search-1:before { content: "\f12a"; }
.flaticon-check-2:before { content: "\f12b"; }
.flaticon-phone-call:before { content: "\f12c"; }
.flaticon-placeholder:before { content: "\f12d"; }
.flaticon-user-1:before { content: "\f12e"; }
.flaticon-layers:before { content: "\f12f"; }
.flaticon-cube:before { content: "\f130"; }
.flaticon-download-1:before { content: "\f131"; }
.flaticon-heart:before { content: "\f132"; }
.flaticon-settings:before { content: "\f133"; }
.flaticon-chat-1:before { content: "\f134"; }
.flaticon-medal:before { content: "\f135"; }
.flaticon-trash:before { content: "\f136"; }
.flaticon-star:before { content: "\f137"; }
.flaticon-photo-camera:before { content: "\f138"; }
.flaticon-ticket-1:before { content: "\f139"; }
.flaticon-agreement:before { content: "\f13a"; }
.flaticon-news:before { content: "\f13b"; }
.flaticon-handshake:before { content: "\f13c"; }
.flaticon-rocket:before { content: "\f13d"; }
.flaticon-world:before { content: "\f13e"; }
.flaticon-arrow:before { content: "\f13f"; }
.flaticon-arrow-down-sign-to-navigate:before { content: "\f140"; }
.flaticon-arrowhead-thin-outline-to-the-left:before { content: "\f141"; }
.flaticon-navigate-up-arrow:before { content: "\f142"; }
.flaticon-quotation-mark:before { content: "\f143"; }
.flaticon-bag-1:before { content: "\f144"; }
.flaticon-sale:before { content: "\f145"; }
.flaticon-cart:before { content: "\f146"; }
.flaticon-close:before { content: "\f147"; }
.flaticon-bag-2:before { content: "\f148"; }
.flaticon-search-2:before { content: "\f149"; }
.flaticon-magnifying-glass:before { content: "\f14a"; }
.flaticon-magnifying-glass-1:before { content: "\f14b"; }
.flaticon-star-1:before { content: "\f14c"; }
.flaticon-discount:before { content: "\f14d"; }
.flaticon-close-1:before { content: "\f14e"; }
.flaticon-money:before { content: "\f14f"; }
.flaticon-bank:before { content: "\f150"; }
.flaticon-diamond:before { content: "\f151"; }
.flaticon-chess:before { content: "\f152"; }
.flaticon-money-1:before { content: "\f153"; }
.flaticon-pie-chart:before { content: "\f154"; }
.flaticon-graph:before { content: "\f155"; }
.flaticon-chart:before { content: "\f156"; }
.flaticon-coin:before { content: "\f157"; }
.flaticon-chart-1:before { content: "\f158"; }
.flaticon-idea-1:before { content: "\f159"; }
.flaticon-money-2:before { content: "\f15a"; }
.flaticon-gear:before { content: "\f15b"; }
.flaticon-play-2:before { content: "\f15c"; }
.flaticon-quote:before { content: "\f15d"; }
.flaticon-cart-1:before { content: "\f15e"; }
.flaticon-graph-1:before { content: "\f15f"; }
.flaticon-yield:before { content: "\f160"; }
.flaticon-speed:before { content: "\f161"; }
.flaticon-accept:before { content: "\f162"; }
.flaticon-quote-1:before { content: "\f163"; }
.flaticon-pencil:before { content: "\f164"; }
.flaticon-chat-2:before { content: "\f165"; }
.flaticon-heart-1:before { content: "\f166"; }
.flaticon-down-arrow:before { content: "\f167"; }
.flaticon-bookmark:before { content: "\f168"; }
.flaticon-head:before { content: "\f169"; }
.flaticon-target:before { content: "\f16a"; }
.flaticon-chess-1:before { content: "\f16b"; }
.flaticon-smartphone:before { content: "\f16c"; }
.flaticon-world-1:before { content: "\f16d"; }
.flaticon-plane:before { content: "\f16e"; }
.flaticon-tick:before { content: "\f16f"; }
.flaticon-more:before { content: "\f170"; }
.flaticon-cancel:before { content: "\f171"; }
.flaticon-info:before { content: "\f172"; }
.flaticon-danger:before { content: "\f173"; }
.flaticon-rocket-1:before { content: "\f174"; }
.flaticon-portfolio:before { content: "\f175"; }@font-face{font-family:'FontAwesome';src:url(//www.dhanvriddhi.in/wp-content/themes/brainbizz/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0);src:url(//www.dhanvriddhi.in/wp-content/themes/brainbizz/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.dhanvriddhi.in/wp-content/themes/brainbizz/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.dhanvriddhi.in/wp-content/themes/brainbizz/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.dhanvriddhi.in/wp-content/themes/brainbizz/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.dhanvriddhi.in/wp-content/themes/brainbizz/fonts/font-awesome/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:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;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:#fff}.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}html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
vertical-align: baseline;
font-family: inherit;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
outline: 0;
padding: 0;
margin: 0;
border: 0; }
body {
position: relative;
overflow-x: hidden; }
body, html {
max-width: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased; }
mark {
padding: 0 5px;
color: inherit; }
strong {
font-weight: 700; }
pre {
padding: 20px;
word-wrap: break-word;
white-space: pre-wrap;
background: #eeeeee; }
code, kbd, tt, var, pre {
font-family: monospace; }
ul,
ol {
padding: 0 0 20px 0; }
li ul {
padding-bottom: 0; }
textarea {
min-height: 50px;
height: 122px; }
p a {
-webkit-transition: color 300ms;
-o-transition: color 300ms;
-moz-transition: color 300ms;
transition: color 300ms; }
img {
vertical-align: top;
max-width: 100%;
height: auto;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
label,
legend {
display: block;
margin-bottom: 5px;
font-weight: 500;
font-size: 18px; }
iframe {
width: 100%;
display: block; }
table {
width: 100%;
border-collapse: collapse; }
p {
margin: 0 0 20px 0; }
p:empty {
display: none;
padding: 0;
margin: 0; }
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
*:focus {
outline: none !important; }
a {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
text-decoration: none; }
a:active,
a:focus,
a:hover {
text-decoration: none; }  body input:not([type='checkbox']):not([type='submit']),
select,
textarea {
height: 50px;
max-width: 100%;
display: block;
font-size: 14px;
font-weight: 400;
line-height: 1.7;
padding: 10px 20px;
-webkit-appearance: none;
font-family: inherit;
border: 1px solid #e4e4e4;
background: transparent;
outline: none;
margin: 0;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease; }
form.post-password-form p:first-child {
margin-bottom: 24px; }
form.post-password-form label {
float: left;
width: -webkit-calc(100% - 130px);
width: -moz-calc(100% - 130px);
width: calc(100% - 130px);
max-width: 240px;
font-size: 16px; }
form.post-password-form label input[type='password'] {
width: 100%;
background: #fff; }
form.post-password-form input[type='submit'] {
margin-top: 30px; }
.select__field:before {
display: block;
position: absolute;
content: "\f140";
font-family: 'Flaticon';
right: 30px;
font-size: 10px;
z-index: 0;
line-height: 50px;
pointer-events: none; }
textarea {
height: 120px;
padding-top: 20px; }
input[type="submit"],
button {
display: inline-block;
font-size: 13px;
font-weight: 700;
vertical-align: top;
text-transform: uppercase;
letter-spacing: 0.13em;
line-height: 34px;
padding: 7px 37px 7px;
margin-bottom: 16px;
color: #ffffff;
border-width: 1px;
border-style: solid;
-webkit-transition: all 400ms;
-o-transition: all 400ms;
-moz-transition: all 400ms;
transition: all 400ms;
outline: none;
cursor: pointer;
-webkit-appearance: none;
height: 50px;
font-family: inherit; }
input[type="submit"]:hover {
background: transparent; }
dl {
margin-bottom: 1.75em; }
dt {
font-weight: 700; }
dd {
margin: 0 0 1.75em; } .wgl-container {
width: 1170px;
margin-right: auto;
margin-left: auto; }
.wgl-container.full-width {
width: 100%;
margin-left: 0;
margin-right: 0; }
.wgl-container .wgl_wrapper {
left: 0 !important; }
.fullwidth-wrapper {
width: 100%;
padding: 0 30px; }
.wgl-container:after,
.wgl-container:before,
.row:after,
.row:before,
.clearfix:after,
.clearfix:before {
display: table;
line-height: 0;
content: ""; }
.wgl-container:after,
.row:after,
.clear,
.clearfix:after {
clear: both; }
[class*=wgl_col-] {
float: left;
min-height: 1px; }
.row {
margin-left: -15px;
margin-right: -15px; }
.row [class*=wgl_col-] {
display: block;
width: 100%;
padding-right: 15px;
padding-left: 15px; } .slick-slider a,
.slick-slider a:hover,
.slick-slider a:focus {
-webkit-transition: all 400ms;
-o-transition: all 400ms;
-moz-transition: all 400ms;
transition: all 400ms; }
a:hover {
color: inherit; } .z-index-1 {
z-index: 1; }
.relative {
position: relative; }
.text-uppercase {
text-transform: uppercase; }
.bypostauthor {
opacity: 1; }
.ohidden {
overflow: hidden; }
.ovisible {
overflow: visible; } p + .alignfull,
p + .alignwide {
margin-top: 2em; }
main .alignfull {
margin-left: -webkit-calc( -100vw / 2 + 100% / 2);
margin-left: -moz-calc( -100vw / 2 + 100% / 2);
margin-left: calc( -100vw / 2 + 100% / 2);
margin-right: -webkit-calc( -100vw / 2 + 100% / 2);
margin-right: -moz-calc( -100vw / 2 + 100% / 2);
margin-right: calc( -100vw / 2 + 100% / 2);
max-width: 100vw; }
main .alignfull img {
width: 100vw; }
main .alignwide {
max-width: none;
width: 75vw;
margin-left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%); }
main .sidebar_right .alignfull,
main .sidebar_left .alignfull,
main .sidebar_right .alignwide,
main .sidebar_left .alignwide {
width: auto;
max-width: 110%;
margin-left: -15px;
margin-right: -15px;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0); }
main .sidebar_right .alignfull,
main .sidebar_left .alignfull {
margin-left: -30px;
margin-right: -30px; }
main .sidebar_right .alignfull img,
main .sidebar_left .alignfull img {
width: 100%; }  .acenter {
text-align: center; }
.aleft {
text-align: left; }
.aright {
text-align: right; }
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto; }
.alignleft {
float: left;
margin: 0 30px 10px 0; }
.alignright {
float: right;
margin: 0 0 10px 30px; }
.wp-caption.aligncenter {
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
margin: 0.5em 0; }
.wp-caption,
.gallery-caption {
font-style: italic;
max-width: 100%; }
#main {
padding: 40px 0;
position: relative;
z-index: 0;
min-height: 50vh;
overflow-x: hidden; }
.row.sidebar_left #main-content {
float: right; }
hr {
border: none;
border-bottom: 1px solid #1d1f21;
margin: 20px 0 20px; }
hr.wp-block-separator {
max-width: 100px; }
hr.wp-block-separator.is-style-wide, hr.wp-block-separator.is-style-dots {
max-width: 100%; } table td,
table th {
padding: 5px 10px;
border: 1px solid #ccc;
text-align: left; }
table:not(:last-child) {
margin-bottom: 22px; } blockquote {
position: relative;
z-index: 1;
font-size: 24px;
font-weight: 400;
font-style: normal;
line-height: 42px;
text-align: left;
padding: 0 0 0 30px;
margin: 0; }
blockquote p:last-of-type {
margin-bottom: 5px; }
blockquote cite {
display: block;
position: relative;
margin-top: 0;
font-size: 16px;
font-style: normal;
font-weight: 400;
text-transform: capitalize;
color: #7e7e7e; }
blockquote:before {
content: '';
width: 2px;
height: -webkit-calc(100% - 22px);
height: -moz-calc(100% - 22px);
height: calc(100% - 22px);
position: absolute;
top: 8px;
left: 0; }
.col-md-delimiter .vc_column_container:not(:last-child):before {
content: '';
position: absolute;
z-index: 1;
right: 0;
top: 50%;
width: 1px;
height: 65%;
background: #eee;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); } .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .mejs-container {
margin-bottom: 20px; } .wp-block-gallery {
margin-bottom: 16px; }
.wp-block-gallery li.blocks-gallery-item {
padding-left: 0;
margin-bottom: 16px; }
.wp-block-gallery li.blocks-gallery-item:before {
display: none; }
.wp-block-gallery li.blocks-gallery-item figcaption {
line-height: 1.5; }
.wp-block-gallery.alignwide {
clear: both; } .wgl-theme-header {
position: relative;
z-index: 2; }
.wgl-theme-header .wrapper a {
color: inherit; }
.wgl-theme-header .wrapper .brainbizz_module_button a {
margin-bottom: 0; }
.wgl-theme-header .wrapper a:hover {
opacity: 1; }
.wgl-theme-header .wgl-sticky-header .wgl-logotype-container > a,
.wgl-theme-header .wgl-sticky-header .wgl-logotype-container > a > img {
max-height: none !important; }
.wgl-theme-header .wgl-mobile-header {
display: none; }
.wgl-theme-header .mobile_nav_wrapper .primary-nav .menu {
display: none; }
.wgl-theme-header.header_overlap {
position: absolute;
z-index: 99;
width: 100%;
left: 0;
top: 0; }
.wgl-theme-header.header_shadow {
-webkit-box-shadow: 1px 0 30px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 1px 0 30px rgba(0, 0, 0, 0.1);
box-shadow: 1px 0 30px rgba(0, 0, 0, 0.1); }
.wgl-theme-header .woo_mini_cart { position: absolute;
top: -webkit-calc(100% + 15px);
top: -moz-calc(100% + 15px);
top: calc(100% + 15px);
right: auto;
left: 0;
width: 280px;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
visibility: hidden;
opacity: 0 !important;
-webkit-transition-duration: 0;
-moz-transition-duration: 0;
-o-transition-duration: 0;
transition-duration: 0;
z-index: 600;
-webkit-box-shadow: 13px 11px 38px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 13px 11px 38px 0px rgba(0, 0, 0, 0.1);
box-shadow: 13px 11px 38px 0px rgba(0, 0, 0, 0.1);
-webkit-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
transition: all .3s ease-in;
padding: 27px 30px; }
.wgl-theme-header .woo_mini_cart p {
margin-bottom: 0; }
.wgl-theme-header .woo_mini_cart ul {
margin: 0; }
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total {
text-align: left;
font-size: 18px;
font-weight: 400;
margin-bottom: 10px;
margin-top: 20px; }
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__total strong {
font-weight: 500; }
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a {
font-size: 13px;
font-weight: bold;
line-height: 48px;
margin: 0;
cursor: pointer;
text-decoration: none;
overflow: visible;
padding: 0 25px;
left: auto;
display: inline-block;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-shadow: none;
margin-right: 0;
margin-bottom: 10px;
color: #fff;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-width: 1px;
border-style: solid;
text-transform: uppercase;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: transparent; }
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:last-child {
margin-bottom: 0; }
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout {
border-width: 1px;
border-style: solid;
margin-right: 0; }
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a.checkout:hover {
color: #fff; }
.wgl-theme-header .woo_mini_cart .woocommerce-mini-cart__buttons a:not(.checkout):hover {
background: #fff !important; }
.wgl-theme-header .wgl-header-row .header_side[class^="position_center"] .header_area_container > div.mini-cart {
padding: 0; }
.wgl-theme-header .mini-cart {
display: inline-block;
position: relative; }
.wgl-theme-header .mini-cart a {
color: inherit; }
.wgl-theme-header .mini-cart a.woo_icon {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%; }
.wgl-theme-header .mini-cart:hover .woo_mini_cart {
visibility: visible;
opacity: 1 !important;
top: 100%; }
.wgl-theme-header .mini-cart .woo_mini_cart:before {
position: absolute;
top: -38px;
left: 0;
right: 0;
height: 38px;
width: 100%;
content: ''; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li {
list-style: none;
clear: both;
margin-top: 0;
margin-bottom: 30px;
text-align: left;
position: relative;
padding-right: 0;
line-height: 1.1;
padding-left: 0; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:last-child {
margin-bottom: 0; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a {
display: block;
color: inherit;
font-size: 15px;
font-weight: 500;
line-height: inherit;
padding-right: 14px; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a:hover {
opacity: .8; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li a.remove {
display: inline;
padding-right: 0; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity {
display: block;
margin-top: 10px;
font-size: 14px;
font-weight: 500;
color: #a0a0a0; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity .woocommerce-Price-amount.amount {
font-size: 14px; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li span.quantity .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol {
display: inline-block;
margin-right: 2px;
font-size: 14px; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:after {
display: block;
content: "";
height: 0;
clear: both; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove {
float: right;
font: 0/0 serif;
text-shadow: none;
color: inherit !important;
margin: 0;
position: absolute;
right: -3px;
top: 5px;
z-index: 2; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove:before {
position: relative;
content: "\f14e";
font-family: 'flaticon';
font-size: 10px;
line-height: 0;
display: inline-block;
color: #acb2bb;
text-rendering: auto;
top: 3px;
right: 2px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove:hover {
opacity: .8; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li .remove:hover:before {
color: #ff144b; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li img {
max-width: 80px;
margin-right: 20px;
margin-left: 0;
float: left;
position: relative; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:first-child {
margin-top: 0; }
.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:last-child {
margin-bottom: 0; }
.wgl-theme-header .mini-cart .flaticon-shopcart-icon:before {
content: "\f15e";
font-family: Flaticon;
font-size: 20px;
vertical-align: middle; }
.wgl-theme-header [class^="position_right"] .woo_mini_cart {
right: 0;
left: auto; }
.wgl-theme-header [class^="position_left"] .woo_mini_cart {
right: auto;
left: 0; }
.wgl-theme-header [class^="position_center"] .woo_mini_cart {
right: auto;
left: auto; }
.wgl-theme-header .woo_mini-count span {
color: #ffffff;
font-size: 11px;
min-width: 20px;
padding: 0;
height: 20px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
margin-top: 2px;
margin-left: 10px;
line-height: 20px;
font-weight: 600;
font-style: normal;
z-index: 1;
text-align: center;
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
vertical-align: middle; }
.wgl-header-row .wgl-header-row_wrapper {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row nowrap;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-moz-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between; }
.wgl-header-row .header_side.display_normal {
-webkit-box-flex: 0;
-webkit-flex: 0 auto;
-moz-box-flex: 0;
-ms-flex: 0 auto;
flex: 0 auto; }
.wgl-header-row .header_side.display_grow {
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1; }
.wgl-header-row .header_side.display_grow .primary-nav > .menu {
white-space: nowrap; }
.wgl-header-row .header_side.v_align_middle {
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center; }
.wgl-header-row .header_side.v_align_bottom {
-webkit-align-self: flex-end;
-ms-flex-item-align: end;
align-self: flex-end; }
.wgl-header-row .header_side.v_align_top {
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start; }
.wgl-header-row .header_side.h_align_right {
text-align: right; }
.wgl-header-row .header_side.h_align_center {
text-align: center; }
.wgl-header-row .header_side.h_align_left {
text-align: left; }
.wgl-header-row .header_side.display_grow.h_align_right {
margin-left: auto; }
.wgl-header-row .header_side.display_grow.h_align_center {
margin-right: auto;
margin-left: auto; }
.wgl-header-row .header_side.display_grow.h_align_left {
margin-right: auto; }
.wgl-header-row .header_side.display_grow.h_align_left .header_area_container {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.wgl-header-row .header_side.display_grow.h_align_center .header_area_container {
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.wgl-header-row .header_side.display_grow.h_align_right .header_area_container {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.wgl-header-row .header_side[class^="position_left"] .header_area_container > *:last-child {
padding-right: 0; }
.wgl-header-row .header_side[class^="position_right"] .header_area_container > *:first-child {
padding-left: 0; }
.wgl-header-row .header_side[class^="position_left"] .primary-nav ul li ul {
left: 0;
right: auto; }
.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li ul .sub-menu {
left: 100%;
right: auto; }
.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(1) > .sub-menu,
.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(2) > .sub-menu,
.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(3) > .sub-menu,
.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(4) > .sub-menu {
left: 0;
right: auto; }
.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(1) > .sub-menu .sub-menu,
.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(2) > .sub-menu .sub-menu,
.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(3) > .sub-menu .sub-menu,
.wgl-header-row .header_side[class^="position_left"] .primary-nav > ul > li:nth-last-child(4) > .sub-menu .sub-menu {
left: 100%;
right: auto; }
.wgl-header-row .header_side,
.wgl-header-row .header_render_editor,
.wgl-header-row .wrapper,
.wgl-header-row .header_area_container {
max-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.header_area_container {
max-height: 100%;
height: 100%;
display: inline-block; }
.header_area_container > * {
display: inline-block;
vertical-align: middle; }
.delimiter {
position: relative;
display: inline-block; }
.large_delimiter {
display: inline-block;
padding-left: 30px;
padding-right: 30px; }
.large_delimiter:after {
content: "";
display: block;
width: 1px;
height: 50px;
line-height: 50px;
opacity: .2;
visibility: visible;
border: 0;
position: absolute;
font-size: initial;
margin-left: 0;
top: 0;
background: #fff; } .wgl-logotype-container img {
vertical-align: middle;
max-height: 100%; }
.wgl-logotype-container a {
color: inherit; }
.wgl-logotype-container .logo-name {
color: inherit;
font-size: 40px; } .primary-nav {
letter-spacing: 0.02em; }
.primary-nav .lavalamp-object {
height: 2px;
z-index: 0; }
.primary-nav a {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
.primary-nav ul li {
display: inline-block;
vertical-align: middle;
line-height: inherit; }
.primary-nav ul li:before {
display: none; }
.primary-nav > ul li {
position: relative;
padding-left: 0; }
.primary-nav > ul li.mega-menu {
position: static; }
.primary-nav > ul li.mega-menu > ul.mega-menu {
left: auto; }
.primary-nav > ul {
height: 100%;
padding: 0; }
.primary-nav > ul > li {
height: 100%; }
.primary-nav > ul > li > a {
position: relative;
z-index: 1;
display: inline-block;
vertical-align: middle;
height: 100%;
opacity: 1;
color: inherit;
padding: 0 20px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
text-transform: uppercase; }
.primary-nav > ul > li > a > span {
position: relative; }
.primary-nav > ul > li.menu-item.current-menu-ancestor > a > span:after,
.primary-nav > ul > li.menu-item.current-menu-item > a > span:after {
width: -webkit-calc(100% + 4px);
width: -moz-calc(100% + 4px);
width: calc(100% + 4px); }
.primary-nav > ul > li > ul:before {
position: absolute;
top: -15px;
left: 0;
right: 0;
height: 15px;
width: 100%;
content: ''; }
.primary-nav ul li ul li {
display: block; }
.primary-nav ul li ul ul {
top: -3px;
left: 100%; }
.primary-nav ul li ul,
.primary-nav ul li div.mega-menu-container {
display: block;
position: absolute;
left: 0;
top: -webkit-calc(100% + 15px);
top: -moz-calc(100% + 15px);
top: calc(100% + 15px);
min-width: 265px;
white-space: nowrap;
padding: 27px 0;
opacity: 0;
z-index: 555;
visibility: hidden;
text-align: left;
-webkit-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
transition: all .3s ease-in;
border: 0;
-webkit-box-shadow: 13px 11px 38px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 13px 11px 38px 0px rgba(0, 0, 0, 0.1);
box-shadow: 13px 11px 38px 0px rgba(0, 0, 0, 0.1);
margin-top: 0; }
.primary-nav ul li ul .menu-item {
padding: 4px 38px;
-webkit-transition: padding 0.5s;
-o-transition: padding 0.5s;
-moz-transition: padding 0.5s;
transition: padding 0.5s;
line-height: inherit; }
.primary-nav ul li ul .menu-item a {
color: inherit;
opacity: 1;
width: 100%;
display: block;
-webkit-transition: color .4s, opacity .4s;
-o-transition: color .4s, opacity .4s;
-moz-transition: color .4s, opacity .4s;
transition: color .4s, opacity .4s; }
.primary-nav > ul > li.mega-menu:after {
display: none; }
.primary-nav ul li ul li:hover ul {
top: -18px; }
.primary-nav ul li:hover > ul,
.primary-nav ul li:hover > div.mega-menu-container {
opacity: 1;
visibility: visible;
-webkit-transform: rotateX(0) translateZ(0);
-moz-transform: rotateX(0) translateZ(0);
transform: rotateX(0) translateZ(0);
top: 100%; }
.primary-nav ul li:hover > ul.mega-menu > ul.mega-menu,
.primary-nav ul li:hover > ul.mega-menu > li > ul.mega-menu,
.primary-nav ul li:hover > ul > ul.mega-menu,
.primary-nav ul li:hover > ul > li > ul.mega-menu,
.primary-nav ul li:hover > div.mega-menu-container.mega-menu > ul.mega-menu,
.primary-nav ul li:hover > div.mega-menu-container.mega-menu > li > ul.mega-menu,
.primary-nav ul li:hover > div.mega-menu-container > ul.mega-menu,
.primary-nav ul li:hover > div.mega-menu-container > li > ul.mega-menu {
opacity: 1;
visibility: visible;
-webkit-transform: rotateX(0) translateZ(0);
-moz-transform: rotateX(0) translateZ(0);
transform: rotateX(0) translateZ(0); }
.primary-nav ul li:hover > ul > li.current-menu-ancestor.current-menu-parent > a:before, .primary-nav ul li:hover > ul > li.current-menu-ancestor.current-menu-parent > span:before, .primary-nav ul li:hover > ul > li.current-menu-ancestor.current-menu-parent > a > span:before,
.primary-nav ul li:hover > ul > li.current-menu-item > a:before,
.primary-nav ul li:hover > ul > li.current-menu-item > span:before,
.primary-nav ul li:hover > ul > li.current-menu-item > a > span:before,
.primary-nav ul li:hover > ul > li.current_page_item > a:before,
.primary-nav ul li:hover > ul > li.current_page_item > span:before,
.primary-nav ul li:hover > ul > li.current_page_item > a > span:before,
.primary-nav ul li:hover > div.mega-menu-container > li.current-menu-ancestor.current-menu-parent > a:before,
.primary-nav ul li:hover > div.mega-menu-container > li.current-menu-ancestor.current-menu-parent > span:before,
.primary-nav ul li:hover > div.mega-menu-container > li.current-menu-ancestor.current-menu-parent > a > span:before,
.primary-nav ul li:hover > div.mega-menu-container > li.current-menu-item > a:before,
.primary-nav ul li:hover > div.mega-menu-container > li.current-menu-item > span:before,
.primary-nav ul li:hover > div.mega-menu-container > li.current-menu-item > a > span:before,
.primary-nav ul li:hover > div.mega-menu-container > li.current_page_item > a:before,
.primary-nav ul li:hover > div.mega-menu-container > li.current_page_item > span:before,
.primary-nav ul li:hover > div.mega-menu-container > li.current_page_item > a > span:before {
width: 100%;
opacity: 1;
visibility: visible; }
.primary-nav ul li ul li > a > span {
position: relative; }
.primary-nav ul li ul li > a > span:before {
content: '';
display: inline-block;
height: 1px;
width: 0%;
vertical-align: middle;
margin-right: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: width .4s, opacity .4s ease;
-o-transition: width .4s, opacity .4s ease;
-moz-transition: width .4s, opacity .4s ease;
transition: width .4s, opacity .4s ease;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%); }
.primary-nav ul li ul li:hover > a > span:before {
width: 100%;
opacity: 1;
visibility: visible; }
.primary-nav ul li ul li.menu-item-has-children > a:after {
content: '\f13f';
font-family: Flaticon;
font-size: 9px;
font-weight: 100;
position: absolute;
z-index: 1;
right: 37px; }
.primary-nav > ul > li.menu-item-has-children > a:after,
.primary-nav > ul > li.mega-menu.mega-cat > a:after {
content: '\f140';
font-family: Flaticon;
font-size: 9px;
font-weight: 100;
margin-left: 5px; }
.primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu {
left: auto; }
.primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu {
right: 0; }
.primary-nav > .menu > .menu-item:nth-last-child(1) > .sub-menu .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(2) > .sub-menu .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(3) > .sub-menu .sub-menu,
.primary-nav > .menu > .menu-item:nth-last-child(4) > .sub-menu .sub-menu {
right: 100%; }
.admin-bar .wgl-sticky-header {
top: 32px; } .primary-nav ul li.mega-menu-links > ul {
padding: 0 24px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%; }
.primary-nav ul li.mega-menu-links > ul > li {
margin-top: 17px;
float: left;
padding: 0 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-weight: bold;
text-transform: uppercase; }
.primary-nav ul li.mega-menu-links > ul > li:hover ~ li {
z-index: 0; }
.primary-nav ul li.mega-menu-links > ul > li.hide-mega-headings > a {
display: none; }
.primary-nav ul li.mega-menu-links > ul > li > a {
position: relative;
padding-top: 18px;
padding-bottom: 22px; }
.primary-nav ul li.mega-menu-links > ul > li > a:after {
display: none; }
.primary-nav ul li.mega-menu-links > ul > li > a:before {
content: "";
display: block;
position: absolute;
left: 0;
bottom: 0;
background: #d30;
width: 35px;
height: 2px; }
.primary-nav ul li.mega-menu-links.mega-columns-1col > ul > li {
width: 100%; }
.primary-nav ul li.mega-menu-links.mega-columns-2col > ul > li {
width: 50%; }
.primary-nav ul li.mega-menu-links.mega-columns-3col > ul > li {
width: 33.33333%; }
.primary-nav ul li.mega-menu-links.mega-columns-4col > ul > li {
width: 25%; }
.primary-nav ul li.mega-menu-links.mega-columns-5col > ul > li {
width: 20%; }
.primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
position: relative;
left: 0 !important;
right: auto !important;
padding-top: 10px;
padding-bottom: 10px;
top: 0;
opacity: 0;
min-width: auto;
visibility: hidden;
margin-top: 0;
background: transparent;
border: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li {
padding-left: 0;
padding-right: 0;
text-transform: none; }
.primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul {
left: 100% !important;
right: auto !important; } .primary-nav ul li.mega-menu.mega-cat > ul.mega-menu {
width: 1170px; }
.primary-nav ul li.mega-menu.mega-cat > ul.mega-menu.sub-menu-columns-item {
width: 100%; }
.primary-nav ul li.mega-menu.mega-cat > ul.mega-menu > li > ul {
position: relative;
left: 0 !important;
right: auto !important;
top: 0;
opacity: 0;
min-width: auto;
visibility: hidden;
margin-top: 0; }
.primary-nav ul li.mega-menu.mega-cat.mega-columns-1col .ajax_menu .item {
width: 100%; }
.primary-nav ul li.mega-menu.mega-cat.mega-columns-2col .ajax_menu .item {
width: 50%; }
.primary-nav ul li.mega-menu.mega-cat.mega-columns-3col .ajax_menu .item {
width: 33.33333%; }
.primary-nav ul li.mega-menu.mega-cat.mega-columns-4col .ajax_menu .item {
width: 25%; }
.primary-nav ul li.mega-menu.mega-cat.mega-columns-5col .ajax_menu .item {
width: 20%; }
.primary-nav ul li.mega-menu.mega-cat .ajax_menu .item {
padding-left: 10px;
padding-right: 10px;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .vertical-posts {
float: left;
width: 80%;
padding-top: 20px;
padding-left: 10px;
padding-right: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .vertical-posts .preloader_type {
width: 80%;
margin-left: 20%; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container {
overflow: hidden;
width: 100%;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item {
opacity: 0;
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: opacity .4s ease, -webkit-transform .6s ease;
transition: opacity .4s ease, -webkit-transform .6s ease;
-o-transition: opacity .4s ease, -o-transform .6s ease;
-moz-transition: transform .6s ease, opacity .4s ease, -moz-transform .6s ease;
transition: transform .6s ease, opacity .4s ease;
transition: transform .6s ease, opacity .4s ease, -webkit-transform .6s ease, -moz-transform .6s ease, -o-transform .6s ease; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(5) {
-webkit-transition-delay: .4s;
-moz-transition-delay: .4s;
-o-transition-delay: .4s;
transition-delay: .4s; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(4) {
-webkit-transition-delay: .3s;
-moz-transition-delay: .3s;
-o-transition-delay: .3s;
transition-delay: .3s; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(3) {
-webkit-transition-delay: .2s;
-moz-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(2) {
-webkit-transition-delay: .1s;
-moz-transition-delay: .1s;
-o-transition-delay: .1s;
transition-delay: .1s; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu .item:nth-child(1) {
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container .ajax_menu.fadeIn-menu .item {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu { position: relative;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical {
width: 20%;
padding: 0;
background: rgba(0, 0, 0, 0.04);
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-top: 0;
margin: 0;
padding-bottom: 1500px;
margin-bottom: -1500px;
border: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding-top: 19px; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item {
-webkit-transition: background .4s, color .3s, border-color .4s;
-o-transition: background .4s, color .3s, border-color .4s;
-moz-transition: background .4s, color .3s, border-color .4s;
transition: background .4s, color .3s, border-color .4s;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
padding: 0; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.menu-item > a {
padding: 10px 28px 10px 28px; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-vertical li.is-active {
background: #fff;
border-top: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal { border: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 20px;
background: transparent; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal:after {
display: block;
content: '';
height: 0;
clear: both; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li {
float: left;
padding: 0;
margin-right: 10px; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li:last-child {
margin-right: 0; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li.is-active > a {
color: #fff; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal > li > a {
display: block;
padding: 3px 13px;
font-size: 14px;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: background .3s, color .3s;
-o-transition: background .3s, color .3s;
-moz-transition: background .3s, color .3s;
transition: background .3s, color .3s; }
.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container > .mega-cat-content.horizontal-posts {
padding: 0 10px; } .mega_menu_wrapper_overlay {
background: #fff;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 1;
-webkit-transition: opacity .2s ease;
-o-transition: opacity .2s ease;
-moz-transition: opacity .2s ease;
transition: opacity .2s ease; }
.mega_menu_wrapper_preloader {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
width: 16px;
height: 16px; }
.preloader_type {
width: 100%;
height: 100%;
position: relative; }
.mega_menu_wrapper_preloader span {
height: 16px;
width: 16px;
background-color: #999;
-webkit-animation: wgl_circle 1.4s infinite ease-in-out both;
-moz-animation: wgl_circle 1.4s infinite ease-in-out both;
-o-animation: wgl_circle 1.4s infinite ease-in-out both;
animation: wgl_circle 1.4s infinite ease-in-out both;
position: absolute;
top: 0;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%; }
.mega_menu_wrapper_preloader span:first-of-type {
left: -22px;
-webkit-animation-delay: -.32s;
-moz-animation-delay: -.32s;
-o-animation-delay: -.32s;
animation-delay: -.32s; }
.mega_menu_wrapper_preloader span:nth-of-type(2) {
-webkit-animation-delay: -.16s;
-moz-animation-delay: -.16s;
-o-animation-delay: -.16s;
animation-delay: -.16s; }
.mega_menu_wrapper_preloader span:last-of-type {
left: 22px; }
@-webkit-keyframes wgl_circle {
0%, 80%, to {
-webkit-transform: scale(0);
opacity: 0; }
40% {
-webkit-transform: scale(1);
opacity: 1; } }
@-moz-keyframes wgl_circle {
0%, 80%, to {
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0);
opacity: 0; }
40% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@-o-keyframes wgl_circle {
0%, 80%, to {
-webkit-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0; }
40% {
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@keyframes wgl_circle {
0%, 80%, to {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
opacity: 0; }
40% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1; } } .wgl-sticky-header {
position: fixed;
z-index: 99999;
top: 0;
left: 0;
width: 100%;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
overflow: hidden;
opacity: 0; }
.wgl-sticky-header.sticky_active {
opacity: 1;
overflow: visible;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.wgl-sticky-header.header_sticky_shadow {
-webkit-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1); } .lavalamp {
position: static; }
.lavalamp-object {
position: absolute;
top: 0;
left: 0;
height: 3px; } .lavalamp .lavalamp-object {
-webkit-transition-property: -webkit-transform, width, height;
-moz-transition-property: -moz-transform, width, height;
-o-transition-property: -o-transform, width, height;
-webkit-transition-property: width, height, -webkit-transform;
transition-property: width, height, -webkit-transform;
-o-transition-property: width, height, -o-transform;
-moz-transition-property: transform, width, height, -moz-transform;
transition-property: transform, width, height;
transition-property: transform, width, height, -webkit-transform, -moz-transform, -o-transform; }
.lavalamp .lavalamp-object.ease-in-out {
-webkit-transition-timing-function: ease-in-out;
-moz-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out; }
.lavalamp .lavalamp-object.linear {
-webkit-transition-timing-function: linear;
-moz-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear; }
.lavalamp .lavalamp-object.easeInQuad {
-webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
-moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
-o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }
.lavalamp .lavalamp-object.easeInCubic {
-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-moz-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.lavalamp .lavalamp-object.easeInQuart {
-webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
-moz-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
-o-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.lavalamp .lavalamp-object.easeInQuint {
-webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
.lavalamp .lavalamp-object.easeInSine {
-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
-moz-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
-o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
.lavalamp .lavalamp-object.easeInExpo {
-webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
-moz-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
-o-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035); }
.lavalamp .lavalamp-object.easeInCirc {
-webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
-moz-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
-o-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335); }
.lavalamp .lavalamp-object.easeInBack {
-webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
-moz-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
-o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }
.lavalamp .lavalamp-object.easeOutQuad {
-webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
-moz-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.lavalamp .lavalamp-object.easeOutCubic {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.lavalamp .lavalamp-object.easeOutQuart {
-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
-o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
.lavalamp .lavalamp-object.easeOutQuint {
-webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
-o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }
.lavalamp .lavalamp-object.easeOutSine {
-webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
-moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
-o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
.lavalamp .lavalamp-object.easeOutExpo {
-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
-moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.lavalamp .lavalamp-object.easeOutCirc {
-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
-moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
-o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
.lavalamp .lavalamp-object.easeOutBack {
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.lavalamp .lavalamp-object.easeInOutQuad {
-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
-moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
-o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }
.lavalamp .lavalamp-object.easeInOutCubic {
-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
-moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
.lavalamp .lavalamp-object.easeInOutQuart {
-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
-moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
-o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
.lavalamp .lavalamp-object.easeInOutQuint {
-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
-moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
-o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
.lavalamp .lavalamp-object.easeInOutSine {
-webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
-moz-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
-o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }
.lavalamp .lavalamp-object.easeInOutExpo {
-webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
-moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
-o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
transition-timing-function: cubic-bezier(1, 0, 0, 1); }
.lavalamp .lavalamp-object.easeInOutCirc {
-webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
-moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
-o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }
.lavalamp .lavalamp-object.easeInOutBack {
-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
-moz-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
-o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); } .hamburger-box {
display: inline-block;
position: relative;
width: 30px;
height: 20px;
vertical-align: sub; }
.mobile-hamburger-toggle {
padding: 0 0;
display: none;
cursor: pointer;
-webkit-transition-property: opacity, -webkit-filter;
transition-property: opacity, -webkit-filter;
-o-transition-property: opacity, filter;
-moz-transition-property: opacity, filter;
transition-property: opacity, filter;
transition-property: opacity, filter, -webkit-filter;
-webkit-transition-duration: 0.15s;
-moz-transition-duration: 0.15s;
-o-transition-duration: 0.15s;
transition-duration: 0.15s;
-webkit-transition-timing-function: linear;
-moz-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible; }
.mobile-hamburger-toggle:hover {
opacity: 0.7; }
.hamburger-inner {
display: block;
top: 50%;
margin-top: -1px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
position: absolute;
width: 30px;
height: 2px;
background-color: currentColor;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: -webkit-transform  0.15s ease;
transition: -webkit-transform  0.15s ease;
-o-transition: -o-transform  0.15s ease;
-moz-transition: transform  0.15s ease, -moz-transform  0.15s ease;
transition: transform  0.15s ease;
transition: transform  0.15s ease, -webkit-transform  0.15s ease, -moz-transform  0.15s ease, -o-transform  0.15s ease; }
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block;
top: -9px; }
.hamburger-inner::after {
top: auto;
bottom: -9px; }
.hamburger-box .hamburger-inner {
top: 1px;
-webkit-transition: background-color 0s 0.13s linear;
-o-transition: background-color 0s 0.13s linear;
-moz-transition: background-color 0s 0.13s linear;
transition: background-color 0s 0.13s linear; }
.hamburger-box .hamburger-inner::before {
top: 9px;
-webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-moz-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger-box .hamburger-inner::after {
top: 18px;
-webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
-moz-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -moz-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -o-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.mobile-hamburger-toggle.is-active .hamburger-inner {
-webkit-transition-delay: 0.22s;
-moz-transition-delay: 0.22s;
-o-transition-delay: 0.22s;
transition-delay: 0.22s;
background-color: transparent; }
.mobile-hamburger-toggle.is-active .hamburger-inner::before {
top: 0;
-webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 9px, 0) rotate(45deg);
-moz-transform: translate3d(0, 9px, 0) rotate(45deg);
transform: translate3d(0, 9px, 0) rotate(45deg); }
.mobile-hamburger-toggle.is-active .hamburger-inner::after {
top: 0;
-webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -o-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 9px, 0) rotate(-45deg);
-moz-transform: translate3d(0, 9px, 0) rotate(-45deg);
transform: translate3d(0, 9px, 0) rotate(-45deg); }
.mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children:after,
.mobile_nav_wrapper .primary-nav > ul > li.menu-item-has-children > a:after {
display: none; }
.mobile_nav_wrapper .primary-nav ul li a {
position: relative;
text-transform: uppercase; }
.mobile_nav_wrapper .primary-nav ul ul li a {
text-transform: capitalize; }
.mobile_nav_wrapper .primary-nav > ul > li.menu-item-has-children > a:after,
.mobile_nav_wrapper .primary-nav > ul > li.mega-menu.mega-cat > a:after {
display: none; }
.mobile_nav_wrapper .primary-nav > ul > li > a > span.button_switcher:after,
.mobile_nav_wrapper .primary-nav ul li ul li > a:before {
display: none; }
.primary-nav ul li ul .menu-item.back a {
display: inline-block !important; }
.primary-nav ul li ul .menu-item.back:before {
content: "\f177";
padding-right: 5px;
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;
position: static;
width: auto;
height: auto;
cursor: pointer;
-webkit-transition: color 0.4s;
-o-transition: color 0.4s;
-moz-transition: color 0.4s;
transition: color 0.4s; }
.mobile_nav_wrapper .primary-nav ul li ul {
padding: 0 30px 0 30px;
opacity: 1;
-webkit-transition: all 0ms;
-o-transition: all 0ms;
-moz-transition: all 0ms;
transition: all 0ms;
background-color: transparent;
color: inherit;
position: relative;
top: 0;
left: 0;
width: 100%;
visibility: visible;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.wgl-menu_outer {
position: fixed;
z-index: -10;
height: 0%;
width: 100%;
opacity: 0;
background-color: #222328;
overflow-y: auto;
overflow-x: hidden;
-webkit-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
transition: opacity 0.2s; } body.mobile_switch_on .wgl-mobile-header {
position: fixed;
width: 100%; }
body.mobile_switch_on .wgl-menu_outer {
opacity: 1;
z-index: 999; }
.mobile_nav_wrapper .primary-nav {
padding-top: 30px; }
.mobile_nav_wrapper .primary-nav > ul {
min-height: 508px; }
.mobile_nav_wrapper .primary-nav > ul.mobile_switch_on {
position: relative;
left: 0;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0 30px 30px 30px;
text-align: left; }
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li {
height: auto;
display: block;
float: none;
padding: 0; }
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li div.mega-menu-container {
display: none; }
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li:before {
display: none; }
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu {
min-height: inherit !important;
padding-right: 30px !important;
padding-left: 30px !important;
max-width: none !important;
background-image: none !important; }
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li {
width: 100%;
margin-top: 0; }
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li.hide-mega-headings a {
display: block; }
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links > .mega-menu.sub-menu li ul.show_sub_menu {
visibility: visible;
opacity: 1; }
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a {
padding: 10px 0;
margin: 0; }
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a span {
display: inline; }
.mobile_nav_wrapper .primary-nav > ul > li > a span:before {
display: none; }
.mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children > a:after,
.mobile_nav_wrapper .primary-nav > ul > li.menu-item-has-children > a:after {
display: none; }
.mobile_nav_wrapper .primary-nav ul li {
position: static; }
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul > li > a:before {
display: none; }
.mobile_nav_wrapper .primary-nav ul li ul.sub-menu,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
margin-top: 0;
border: none;
height: 100%;
position: absolute;
right: -100% !important;
left: auto !important;
top: 0px;
width: 100%;
z-index: 999;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
-moz-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
background-color: #222328; }
.mobile_nav_wrapper .primary-nav ul li ul.sub-menu:after,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul:after,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul:after {
display: none; }
.mobile_nav_wrapper .primary-nav ul li ul.sub-menu.show_sub_menu,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul > li ul.show_sub_menu,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul.show_sub_menu {
right: 0 !important;
display: block !important; }
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links > ul.mega-menu > li > ul {
padding-top: 0;
padding-bottom: 0; }
.mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:hover, .mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:focus {
padding-left: 0; } .mobile_nav_wrapper .primary-nav .button_switcher {
width: 50px;
height: 50px;
z-index: 1;
cursor: pointer;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
right: 0; }
.mobile_nav_wrapper .primary-nav .button_switcher:before {
content: '';
display: inline-block;
border-top-width: 1px;
border-top-style: solid;
border-left-width: 1px;
border-left-style: solid;
-webkit-transform: translate(-50%, -50%) rotate(135deg);
-moz-transform: translate(-50%, -50%) rotate(135deg);
-ms-transform: translate(-50%, -50%) rotate(135deg);
-o-transform: translate(-50%, -50%) rotate(135deg);
transform: translate(-50%, -50%) rotate(135deg);
opacity: 0.8;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
background: none !important;
position: absolute;
top: 50%;
left: 50%;
margin: auto;
width: 8px;
height: 8px;
visibility: visible;
margin-top: 0; }
@media only screen and (max-width: 1200px) {
.wgl-theme-header .wgl-sticky-header {
display: none; } } .page-header {
display: table;
width: 100%;
padding: 10px 0;
position: relative; }
.page-header_wrapper {
display: table-row;
vertical-align: middle; }
.page-header_wrapper:before, .page-header_wrapper:after {
content: ''; }
.page-header_wrapper .wgl-container {
display: table-cell;
vertical-align: bottom; }
.page-header_align_left .page-header_breadcrumbs {
text-align: right; }
.page-header_align_right .page-header_content {
direction: rtl; }
.page-header_align_right .page-header_breadcrumbs {
text-align: left; }
.page-header_align_center .page-header_content {
display: table;
width: 100%; }
.page-header_align_center .page-header_title,
.page-header_align_center .page-header_breadcrumbs {
display: table-row;
text-align: center; }
.page-header_title, .page-header_breadcrumbs {
display: table-cell;
vertical-align: middle; }
.page-header_title {
width: 100%;
color: inherit; }
.page-header_breadcrumbs a {
color: inherit;
opacity: 0.7; }
.page-header_breadcrumbs a:hover {
opacity: 1; }
.page-header_breadcrumbs .breadcrumbs {
white-space: nowrap; }
.page-header_breadcrumbs .divider {
display: inline-block;
vertical-align: middle;
height: 17px;
border-left-width: 1px;
border-color: inherit;
border-left-style: solid;
margin: 0 1px;
opacity: 0.7; }
.page-header_breadcrumbs .divider:last-child {
display: none; } .header_search {
position: relative; }
.header_search:before {
content: '';
display: inline-block;
vertical-align: middle;
position: relative;
height: 100%; }
.header_search-button {
display: inline-block;
vertical-align: middle;
cursor: pointer;
width: 20px;
height: 20px;
margin-top: 0;
position: relative; }
.header_search-button:before, .header_search-button:after {
content: '';
position: absolute;
top: 0;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 3px solid currentColor; }
.header_search-button:before {
width: 90%;
height: 90%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border-width: 2px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.3s, background-color 0s linear 0s;
-o-transition: all 0.3s, background-color 0s linear 0s;
-moz-transition: all 0.3s, background-color 0s linear 0s;
transition: all 0.3s, background-color 0s linear 0s; }
.header_search-button:after {
border-width: 0.5px;
width: 0;
height: 35%;
left: 90%;
top: 90%;
margin-left: 0;
margin-top: 0;
background-color: currentColor;
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
-moz-transform: translate(-50%, -50%) rotate(-45deg);
-ms-transform: translate(-50%, -50%) rotate(-45deg);
-o-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
.header_search.search_alt .header_search-field {
opacity: 0;
visibility: hidden;
-webkit-transform: scale3d(0.8, 0.8, 0.8);
-moz-transform: scale3d(0.8, 0.8, 0.8);
transform: scale3d(0.8, 0.8, 0.8);
position: fixed;
z-index: 100001;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-height: 100vh;
opacity: 0;
visibility: hidden;
-webkit-transition: all 300ms;
-o-transition: all 300ms;
-moz-transition: all 300ms;
transition: all 300ms;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.header_search.search_alt .header_search-field .search-form {
position: relative;
z-index: 1;
width: 80%;
max-width: 1170px; }
.header_search.search_alt .header_search-field .search-form:after {
display: inline-block;
position: absolute;
z-index: 1;
width: 50px;
height: 100%;
top: 0;
right: 0;
content: "\f14a";
font: normal normal normal 14px/1 flaticon;
font-size: 21px;
line-height: 60px;
text-align: center;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
transition: opacity 0.3s; }
.header_search.search_alt .header_search-field .search-form:hover:after {
opacity: 0.6; }
.header_search.search_alt .header_search-field .search-field {
height: 58px;
width: 100%;
font-weight: 300;
padding: 0px 40px 0 18px;
background: #ffffff; }
.header_search.search_alt .header_search-field .search-button {
position: absolute;
z-index: 2;
height: 100%;
width: 50px;
right: 0;
top: 0;
font-size: 0;
background: transparent;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
outline: none;
padding: 0;
margin: 0;
cursor: pointer; }
.header_search.search_alt .header_search-field .search-button:focus, .header_search.search_alt .header_search-field .search-button:active {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: transparent; }
.header_search.search_alt .header_search-field .header_search-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 80%;
max-width: 1170px;
margin-bottom: 40px; }
.header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_bg {
font-size: 120px;
font-weight: 900;
color: #f6f6f6;
line-height: 30px; }
.header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_description {
font-weight: 500;
font-size: 40px;
line-height: 52px; }
.header_search.search_alt .header_search-field .header_search-close {
position: fixed;
top: 12.5%;
right: 3.8%;
cursor: pointer;
font-size: 70px;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
color: #979797; }
.header_search.search_standard .header_search-field {
position: absolute;
z-index: 2;
top: 100%;
right: 0;
padding: 20px;
opacity: 0;
visibility: hidden;
-webkit-transform: scale3d(0.8, 0.8, 0.8);
-moz-transform: scale3d(0.8, 0.8, 0.8);
transform: scale3d(0.8, 0.8, 0.8);
-webkit-transition: all 300ms;
-o-transition: all 300ms;
-moz-transition: all 300ms;
transition: all 300ms;
-webkit-box-shadow: 13px 11px 38px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 13px 11px 38px 0px rgba(0, 0, 0, 0.1);
box-shadow: 13px 11px 38px 0px rgba(0, 0, 0, 0.1);
margin-top: 0; }
.header_search.search_standard .header_search-field .search-form {
position: relative;
z-index: 1; }
.header_search.search_standard .header_search-field .search-form:after {
display: inline-block;
position: absolute;
z-index: 1;
width: 50px;
height: 100%;
top: 0;
right: 0;
content: "\f14a";
font: normal normal normal 14px/1 flaticon;
font-size: 21px;
line-height: 50px;
text-align: center;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
transition: opacity 0.3s;
color: #bababa; }
.header_search.search_standard .header_search-field .search-form:hover:after {
opacity: 0.6; }
.header_search.search_standard .header_search-field .search-field {
height: 50px;
width: 270px;
font-weight: 300;
padding: 0px 40px 0 18px;
background: #ffffff; }
.header_search.search_standard .header_search-field .search-field:focus, .header_search.search_standard .header_search-field .search-field:active {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-color: #dddddd; }
.header_search.search_standard .header_search-field .search-button {
position: absolute;
z-index: 2;
height: 100%;
width: 50px;
right: 0;
top: 0;
font-size: 0;
background: transparent;
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
outline: none;
padding: 0;
margin: 0;
cursor: pointer; }
.header_search.search_standard .header_search-field .search-button:focus, .header_search.search_standard .header_search-field .search-button:active {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: transparent; }
.header_search.header_search-open.search_standard .header_search-field, .header_search.header_search-open.search_alt .header_search-field {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
.header_search.header_search-open.search_standard .header_search-button:before, .header_search.header_search-open.search_alt .header_search-button:before {
width: 0;
height: 100%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-width: 0.5px;
left: 50%;
background-color: currentColor;
-webkit-transition: all 0.3s, background-color 0s linear 0.3s;
-o-transition: all 0.3s, background-color 0s linear 0.3s;
-moz-transition: all 0.3s, background-color 0s linear 0.3s;
transition: all 0.3s, background-color 0s linear 0.3s;
-webkit-transform: translateX(-0.5px) rotate(45deg);
-moz-transform: translateX(-0.5px) rotate(45deg);
-ms-transform: translateX(-0.5px) rotate(45deg);
-o-transform: translateX(-0.5px) rotate(45deg);
transform: translateX(-0.5px) rotate(45deg); }
.header_search.header_search-open.search_standard .header_search-button:after, .header_search.header_search-open.search_alt .header_search-button:after {
height: 100%;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
-moz-transform: translate(-50%, -50%) rotate(-45deg);
-ms-transform: translate(-50%, -50%) rotate(-45deg);
-o-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg); }
.header_search.header_search-open.search_standard .header_search-close, .header_search.header_search-open.search_alt .header_search-close {
opacity: 1; }
.header_search.header_search-open.search_standard .header_search-close:before, .header_search.header_search-open.search_alt .header_search-close:before {
content: "\f14e";
font: normal normal normal 14px/1 flaticon;
font-size: 21px;
cursor: pointer; }
@media screen and (max-width: 600px) {
.header_search-field .header_search-wrap .header_search-heading_bg {
font-size: 90px; } }
@media screen and (max-width: 480px) {
.header_search .header_search-field .brainbizz_module_double_headings {
text-align: center; }
.header_search .header_search-field .search-field {
max-width: 340px; }
.header_search-field .search-form {
width: auto; }
.header_search-field .header_search-wrap .header_search-heading_bg {
font-size: 60px; }
.header_search-field .header_search-wrap .header_search-heading_description {
font-size: 30px; } }
@media only screen and (max-width: 440px) {
.header_search .header_search-field .search-field {
max-width: 260px; }
.header_search-field .search-form {
width: auto; } }
@media only screen and (max-width: 369px) {
.header_search .header_search-field .search-field {
max-width: 240px; }
.header_search-field .search-form {
width: auto; } }
@media only screen and (max-width: 329px) {
.header_search .header_search-field .search-field {
max-width: 200px; }
.header_search-field .search-form {
width: auto; } }
@media only screen and (max-width: 280px) {
.header_search .header_search-field .search-field {
max-width: 180px; }
.header_search-field .search-form {
width: auto; } } span.highlighter {
padding: 0 0.3em; } .dropcap {
float: left;
font-size: 3em;
line-height: 50px;
width: 50px;
height: 50px;
color: #ffffff;
margin-right: 13px;
font-weight: 400;
text-align: center;
margin-top: 8px; }
p.has-drop-cap:not(:focus):first-letter {
font-size: 3em;
line-height: 1.2;
font-weight: 600; }
small {
font-size: 0.8em; }
code, tt, kbd {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word; }
i, cite, em, var, address, dfn, q {
font-style: italic; }
kbd {
font-family: monospace; }
sub {
vertical-align: sub;
font-size: smaller; }
sup {
vertical-align: super;
font-size: smaller; } .footer_wrapper {
padding: 24px 0; }
.footer_top-area p {
margin-bottom: 19px; }
.footer_top-area strong {
font-weight: inherit; }
.footer_top-area .textwidget img {
margin-bottom: 20px; }
.footer_top-area .widget.widget_wgl_posts .recent-posts-widget {
padding-top: 0; }
.footer_top-area .primary-nav.footer-menu .menu-item a {
font-weight: 500; }
.footer_top-area .footer-link, footer ul.menu li a {
position: relative;
z-index: 1; }
.footer_top-area .footer-link:before, footer ul.menu li a:before {
content: '';
position: absolute;
z-index: 1;
display: block;
bottom: 0;
border-bottom: 1px solid;
width: 0;
right: auto;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
visibility: visible;
-webkit-transition: all .3s ease-in-out 0s,border-color 0s;
-o-transition: all .3s ease-in-out 0s,border-color 0s;
-moz-transition: all .3s ease-in-out 0s,border-color 0s;
transition: all .3s ease-in-out 0s,border-color 0s; }
.footer_top-area .footer-link:hover, footer ul.menu li a:hover {
color: #ffffff !important; }
.footer_top-area .footer-link:hover:before {
width: 100%; }
.footer {
position: relative; }
.footer .blog-post {
margin-bottom: 20px; }
.footer .blog-posts .blog-style-tiny_img .blog-post_media {
width: 90px; }
.footer .blog-posts .item:last-child .blog-post {
margin-bottom: 0; }
.footer .gallery-caption {
display: none; }
.footer .mc4wp-form-fields {
position: relative; }
.footer .mc4wp-form-fields input[type="email"] {
width: 100%;
background-color: transparent;
color: #b1b1b1;
height: 50px;
font-size: 14px;
border: 1px solid #686868;
padding-right: 130px;
padding-left: 20px; }
.footer .mc4wp-form-fields input[type="submit"] {
position: absolute;
z-index: 1;
top: 5px;
right: 5px;
-webkit-transition: all 400ms;
-o-transition: all 400ms;
-moz-transition: all 400ms;
transition: all 400ms;
margin-bottom: 0;
padding: 0 10px;
width: 110px;
height: 40px;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
letter-spacing: 0; }
.footer .mc4wp-form-fields input[type="submit"]:hover, .footer .mc4wp-form-fields input[type="submit"]:active, .footer .mc4wp-form-fields input[type="submit"]:focus {
color: #fff; }
.footer .brainbizz_wave_footer {
display: block;
position: absolute;
top: 0;
width: 100%; }
.footer .brainbizz_wave_footer svg {
width: 100%;
left: 0;
top: 0;
height: 100%;
position: absolute; }
.primary-nav.footer-menu .menu-item {
display: inline-block;
margin: 0 20px; }
.copyright {
font-size: 14px; }
.copyright p {
margin: 0px; } .error404 {
background-color: #f6f4f0; }
.error404 .page-header {
margin-bottom: -50px !important; }
.banner_404 {
margin-bottom: 35px;
line-height: 1;
text-align: center; }
.banner_404_content {
display: inline-block; }
.banner_404_content span, .banner_404_content img {
float: left; }
.banner_404_content span {
display: inline-block;
margin-top: 6px; }
.banner_404_content span:first-child {
margin-right: 12px; }
.banner_404_content span:last-child {
margin-left: 12px; }
.page_404_wrapper {
padding: 80px 50px 60px;
margin-top: -30px;
margin-bottom: -40px;
background-position: 65% 50%;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
text-align: center;
max-width: 730px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
-webkit-box-shadow: 6px 10px 38px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 6px 10px 38px 0px rgba(0, 0, 0, 0.1);
box-shadow: 6px 10px 38px 0px rgba(0, 0, 0, 0.1); }
.page_404_wrapper .search-form {
position: relative;
z-index: 1;
display: inline-block;
margin-bottom: 20px; }
.page_404_wrapper .search-form .search-field,
.page_404_wrapper .search-form {
width: 100%;
max-width: 450px; }
.page_404_wrapper .search-form .search-field {
margin-bottom: 0; }
.page_404_wrapper .search-form .search-field::-webkit-input-placeholder {
color: #616161; }
.page_404_wrapper .search-form .search-field::-moz-placeholder {
color: #616161; }
.page_404_wrapper .search-form .search-field::-ms-input-placeholder {
color: #616161; }
.page_404_wrapper .search-form .search-field::placeholder {
color: #616161; }
.page_404_wrapper input[type="submit"].search-button {
position: absolute;
z-index: 2;
height: 100%;
width: 50px;
right: 0;
top: 0;
font-size: 0;
border: none;
background: transparent;
padding: 0;
cursor: pointer; }
.page_404_wrapper .search-form:after {
content: "\f14a";
position: absolute;
z-index: 1;
height: 100%;
width: 46px;
right: 0;
top: 0;
color: #151515;
display: inline-block;
font-family: flaticon;
font-size: 21px;
line-height: 50px;
text-align: center;
text-rendering: auto;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0); }
.page_404_wrapper .banner_404_title {
margin-bottom: 10px;
font-size: 40px; }
.page_404_wrapper .banner_404_text {
max-width: 450px;
margin-bottom: 30px;
margin-left: auto;
margin-right: auto; }
.page_404_wrapper .search_404_text {
margin-bottom: 40px; }
.page_404_wrapper .brainbizz_404_button.wgl_button .wgl_button_link:hover {
background-color: #ffffff !important; } header.searh-header {
margin-bottom: 30px; }
header.searh-header .page-title {
font-size: 40px; }
header.searh-header-404 .page-title {
margin-bottom: 10px;
font-size: 40px; }
.search-no-results {
background: #f6f4f0; }
.search-no-results .page_404_wrapper {
margin-bottom: 30px; }  .blog-style-standard .blog-post_wrapper {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease; }
.blog-style-standard .wgl_col-12 .blog-post_content {
padding: 0 0 8px; }
.blog-style-standard .wgl_col-12 .post_media {
margin-bottom: 24px; }
.blog-style-standard .item:last-child .blog-post.hide_media {
border-bottom: 0; }
.blog-style-standard .blog-post.format-link .blog-post_wrapper > .blog-post_media {
border: 0; }
.blog-style-standard .blog-post.format-link .blog-post_media {
margin-bottom: 4px; }
.blog-style-standard .blog-post.format-quote .blog-post_content, .blog-style-standard .blog-post.format-gallery .blog-post_content, .blog-style-standard .blog-post.format-link .blog-post_content, .blog-style-standard .blog-post.format-audio .blog-post_content {
border: 0; }
.blog-style-standard .blog-post .blog-post_media {
margin-bottom: 20px; }
.blog-style-standard .blog-post .blog-post_content > .blog-post_meta-wrap {
margin-bottom: 9px; }
.blog-style-standard .blog-post .blog-post_content > .meta-wrapper {
margin-bottom: 9px; }
.blog-style-standard .blog-post.hide_media {
border-bottom: 1px solid rgba(54, 59, 91, 0.1);
margin-bottom: 30px; }
.blog-style-standard .blog-post.hide_media .blog-post_content {
padding-bottom: 10px; }
.blog-style-standard .format-standard .blog-post_content {
padding: 0; }
.blog-style-standard.blog_carousel .slick-slide {
margin-bottom: 70px;
padding-top: 20px; }
.blog-style-standard.blog_carousel .slick-slide.item_slick {
margin-bottom: 0; }
.blog-style-standard.blog_carousel .slick-slide .slick-slide {
padding-top: 0; }
.blog-style-standard.blog_carousel .slick-slide .blog-post.format-quote, .blog-style-standard.blog_carousel .slick-slide .blog-post.format-link {
margin-top: 0; }
.blog-style-standard .blog-post_media-slider img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.blog-style-standard .blog-post_title + .blog-post_text {
margin-top: 9px; }
.blog-style-standard .blog-post_text {
font-size: 16px; }
.blog-post {
margin-left: 20px;
margin-bottom: 70px;
position: relative; }
.blog-post_text {
margin-bottom: 14px; }
.blog-post_text *:last-child {
margin-bottom: 0; }
.blog-post.format-no_featured, .blog-post.format-standard, .blog-post.format-quote, .blog-post.format-audio, .blog-post.format-link {
margin-bottom: 90px; }
.blog-post_wrapper .share_post-container {
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
color: #fff;
line-height: 0;
font-size: 0;
vertical-align: middle; }
.blog-post_wrapper .share_post-container .share_post {
display: block;
color: inherit; }
.blog-post_wrapper .share_post-container span {
line-height: inherit;
display: block; }
.blog-post_wrapper .share_post-container > a {
width: 32px;
height: 32px;
line-height: 32px;
display: block;
text-align: center;
pointer-events: none; }
.blog-post_wrapper .share_post-container > a:before {
font-size: 12px;
font-family: 'FontAwesome';
font-weight: normal;
content: "\f1e0";
padding: 0; }
.blog-post_wrapper .share_social-wpapper {
padding: 0;
display: block;
right: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
visibility: hidden;
font-size: 0;
line-height: 0; }
.blog-post_wrapper .share_social-wpapper ul {
padding: 0;
line-height: inherit;
white-space: nowrap; }
.blog-post_wrapper .share_social-wpapper ul li {
text-align: center;
width: 32px;
height: 32px;
padding: 0 2.5px;
line-height: 32px;
display: inline-block;
vertical-align: top;
-webkit-transition: all .3s;
-o-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
opacity: 1;
visibility: visible; }
.blog-post_wrapper .share_social-wpapper ul li:before {
display: none; } .share_social-wpapper {
display: inline-block; }
.share_post > a:before,
.share_social-wpapper a span {
font-size: 14px; }
.share_link, .share_post {
position: relative;
display: inline-block;
-webkit-transition: all .45s ease-in-out;
-o-transition: all .45s ease-in-out;
-moz-transition: all .45s ease-in-out;
transition: all .45s ease-in-out;
line-height: 20px; }
.share_link span.fa, .share_post span.fa {
text-align: center;
width: 30px;
height: 30px;
line-height: 30px;
color: #bcbcbc;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
-moz-transition: all .5s ease;
transition: all .5s ease;
font-size: 14px; }
.share_link + .share_link {
margin-left: 5px; }
.hidden_block {
display: none !important; }
.format-video .blog-post_media .blog-post_media_part,
.format-audio .blog-post_media .blog-post_media_part {
width: 100%;
padding-bottom: 58%;
overflow: hidden; }
.format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax),
.format-audio .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
padding-bottom: 0; }
.wgl_col-6.item .format-video .blog-post_media .blog-post_media_part,
.wgl_col-6.item .format-audio .blog-post_media .blog-post_media_part,
.wgl_col-4.item .format-video .blog-post_media .blog-post_media_part,
.wgl_col-4.item .format-audio .blog-post_media .blog-post_media_part,
.wgl_col-3.item .format-video .blog-post_media .blog-post_media_part,
.wgl_col-3.item .format-audio .blog-post_media .blog-post_media_part {
padding-bottom: 82.86%; }
.wgl_col-6.item .format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax),
.wgl_col-6.item .format-audio .blog-post_media .blog-post_media_part.video_image:not(.video_parallax),
.wgl_col-4.item .format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax),
.wgl_col-4.item .format-audio .blog-post_media .blog-post_media_part.video_image:not(.video_parallax),
.wgl_col-3.item .format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax),
.wgl_col-3.item .format-audio .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
padding-bottom: 0; }
.format-audio .blog-post_media .blog-post_media_part {
padding-bottom: 58%; }
.format-video .blog-post_media iframe,
.format-audio .blog-post_media iframe {
position: absolute;
z-index: 1;
height: 100%; } .blog-posts-list {
margin-top: 70px; }
.blog-posts-list:after {
display: block;
height: 0;
content: '';
clear: both; }
.home .sidebar_right .blog-posts-list,
.home .sidebar_left .blog-posts-list,
.archive .sidebar_right .blog-posts-list,
.archive .sidebar_left .blog-posts-list {
margin-top: 20px; }
.archive .blog-posts-list {
margin-top: 20px; }
.home .row.sidebar_right,
.home .row.sidebar_left {
margin-top: 50px; }
.blog-post.format-standard-image .blog-post_media {
position: relative;
z-index: 1; }
.blog-post.format-standard-image .blog-post_media .blog-post_media_part {
overflow: hidden; }
.blog-post.format-standard-image .blog-post_media .blog-post_feature-link:before {
opacity: 0;
content: '';
position: absolute;
top: 0;
left: 0;
display: block;
z-index: 2;
background-color: rgba(40, 40, 40, 0.5);
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
transition: opacity 0.3s;
width: 100%;
height: 100%; }
.blog-post.format-standard-image .blog-post_media .blog-post_feature-link {
display: inline-block;
position: relative;
z-index: 1; }
.blog-post.format-standard-image .blog-post_media:hover .blog-post_feature-link:before {
opacity: 1; } .blog-posts .blog-style-medium_img .blog-post.format-standard-image .blog-post_media .blog-post_media_part {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.blog-posts .blog-style-medium_img .format-video .blog-post_media .blog-post_media_part, .blog-posts .blog-style-medium_img .format-audio .blog-post_media .blog-post_media_part {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper, .blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper {
overflow: visible; }
.blog-posts .blog-style-medium_img .blog-post_wrapper {
background: transparent;
padding: 0;
overflow: hidden; }
.blog-posts .blog-style-medium_img .blog-post_wrapper:after {
display: block;
height: 0;
content: '';
clear: both; }
.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper > .blog-post_media,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper > .blog-post_media {
width: 100%;
float: none;
padding-right: 0; }
.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper > .blog-post_content,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper > .blog-post_content {
width: 100%;
float: none;
padding-right: 0; }
.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper {
padding: 50px; }
.blog-posts .blog-style-medium_img .format-quote .blog-post_wrapper .blog-post_content,
.blog-posts .blog-style-medium_img .format-link .blog-post_wrapper .blog-post_content {
width: 100%;
float: none; }
.blog-posts .blog-style-medium_img .format-standard .blog-post_wrapper {
padding: 50px; }
.blog-posts .blog-style-medium_img .format-standard .blog-post_wrapper .blog-post_content {
width: 100%;
float: none; }
.blog-posts .blog-style-medium_img .format-audio .blog-post_media .blog-post_media_part {
margin-bottom: 0;
padding-bottom: 237px; }
.blog-posts .blog-style-medium_img .format-audio .blog-post_content {
padding-top: 30px !important; }
.blog-posts .blog-style-medium_img .blog-post_media {
width: 250px;
padding-right: 30px;
margin-bottom: 0;
float: left; }
.blog-posts .blog-style-medium_img .blog-post_media .blog-post_media {
width: 100%;
margin-right: 0;
margin-left: 0;
margin-top: 0;
float: none;
margin-bottom: 0;
padding-right: 0; }
.blog-posts .blog-style-medium_img .blog-post_title {
clear: none; }
.blog-posts .blog-style-medium_img .blog-post_text {
margin-bottom: 11px; }
.blog-posts .blog-style-medium_img .blog-post_meta-wrap {
padding-bottom: 0;
margin-top: 15px;
margin-bottom: 10px; }
.blog-posts .blog-style-medium_img .blog-post_meta-wrap .meta-wrapper > span:before {
font-size: 12px; }
.blog-posts .blog-style-medium_img .blog-post_media .blog-post_feature-link:before {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
left: 0;
top: 0;
width: 100%;
height: 100%; }
.blog-posts .blog-style-medium_img .blog-post_content {
padding-top: 25px;
padding-right: 30px;
padding-left: 0;
margin-left: 0;
float: left;
width: -webkit-calc(100% - 250px);
width: -moz-calc(100% - 250px);
width: calc(100% - 250px); }
.blog-posts .blog-style-medium_img .blog-post_content > .meta-wrapper {
margin-bottom: 10px; }
.blog-posts .blog-style-medium_img .button-read-more {
float: none; } .blog-posts .blog-style-tiny_img .blog-post .blog-post_wrapper {
padding: 0; }
.blog-posts .blog-style-tiny_img .blog-post .blog-post_link > .link_post {
margin-top: 0; }
.blog-posts .blog-style-tiny_img .blog-post .blog-post_link:before {
top: 0; }
.blog-posts .blog-style-tiny_img .blog-post .blog-post_quote-text {
margin-top: 0; }
.blog-posts .blog-style-tiny_img .blog-post.format-standard .blog-post_media {
width: auto;
margin-right: 0;
float: none; }
.blog-posts .blog-style-tiny_img .format-link .blog-post_media, .blog-posts .blog-style-tiny_img .format-quote .blog-post_media {
width: 100%;
margin-right: 0;
float: none; }
.blog-posts .blog-style-tiny_img .blog-post_media {
width: 110px;
margin-right: 20px;
margin-bottom: 0;
float: left; }
.blog-posts .blog-style-tiny_img .blog-post_media .blog-post_media {
width: 100%;
margin-right: 0;
margin-left: 0;
margin-top: 0;
float: none;
margin-bottom: 0; }
.blog-posts .blog-style-tiny_img .blog-post_media .blog-post_feature-link:before {
left: 0;
width: 100%;
height: 100%;
top: 0; }
.blog-posts .blog-style-tiny_img .blog-post_title {
clear: none; }
.blog-posts .blog-style-tiny_img .meta-wrapper {
padding-top: 0;
padding-bottom: 0;
line-height: 1; }
.blog-posts .blog-style-tiny_img .blog-post_meta-wrap, .blog-posts .blog-style-tiny_img .meta-wrapper {
padding-left: 0;
padding-right: 0;
background: none; }
.blog-posts .blog-style-tiny_img .blog-post_text {
margin-bottom: 0; }
.mega-ajax-content .item .blog-post_media {
margin-bottom: 14px; }
.mega-ajax-content .item .blog-post_title {
margin-bottom: 5px; }
.mega-ajax-content .item .blog-post_content {
white-space: normal; }
.mega-ajax-content .item .meta-wrapper {
background: none;
padding-left: 0;
padding-right: 0; }
.mega-ajax-content .format-video .blog-post_media .blog-post_media_part, .mega-ajax-content .format-audio .blog-post_media .blog-post_media_part {
padding-bottom: 62%; }
.blog_carousel .blog-post {
margin-bottom: 0; }
.blog_carousel .brainbizz_module_carousel .slick-dots {
margin-top: 0; }
.blog-post_meta-wrap:after {
content: '';
display: table;
clear: both; }
.blog-post_meta-wrap .meta-wrapper {
border-top-width: 0 !important;
max-width: -webkit-calc(100% - 50px);
max-width: -moz-calc(100% - 50px);
max-width: calc(100% - 50px);
float: left;
padding-top: 0;
padding-bottom: 0; }
.meta-wrapper > span {
margin-right: 30px; }
.meta-wrapper > span.author_post a {
position: relative; }
.meta-wrapper > span:last-child {
margin-right: 0; }
.single_meta .brainbizz_module_videobox img {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.single_meta .meta-wrapper {
padding-top: 0;
font-size: 16px; }
.single_meta .meta-wrapper span {
margin-right: 30px; }
.single_meta .meta-wrapper span:before {
margin-top: -2px;
font-size: 18px; }
.single_meta .blog-post_title {
line-height: 1.32;
margin-bottom: 18px;
margin-top: 7px; }
.single_meta .blog-post_media {
margin-bottom: 24px; }
.single_meta .blog-post_quote-text {
padding-top: 0; }
.single_meta .blog-post_link > .link_post {
margin-bottom: 0; }
.single_meta .link_post:after, .single_meta .blog-post_quote-text:after {
color: #f6f4f0; }
.single_meta .blog-post_media, .single_meta.format-quote .blog-post_media {
margin-bottom: 42px; }
.blog-post_meta-wrap {
line-height: 0; }
.meta-wrapper {
margin-bottom: 0px;
color: #6f6f6f;
font-weight: 400;
padding-top: 0;
font-size: 14px;
text-transform: capitalize;
line-height: 0; }
.meta-wrapper > span.author_post a:after {
border-color: #6f6f6f; }
.meta-wrapper a {
color: #6f6f6f; }
.meta-wrapper * {
line-height: 30px;
-webkit-transition: color 0.3s;
-o-transition: color 0.3s;
-moz-transition: color 0.3s;
transition: color 0.3s; }
.meta-wrapper span {
opacity: 1;
display: inline-block;
vertical-align: middle;
margin-right: 15px; }
.meta-wrapper span:hover {
opacity: 1; }
.meta-wrapper span.author_post {
text-transform: lowercase; }
.meta-wrapper span.author_post:before {
content: "\f164"; }
.meta-wrapper span.author_post a {
text-transform: capitalize; }
.meta-wrapper span.comments_post:before {
content: "\f165"; }
.meta-wrapper span:before {
font-family: 'Flaticon';
font-size: 16px;
display: inline-block;
border: 0;
vertical-align: middle;
margin-right: 8px;
margin-top: -4px; }
.meta-wrapper .author_post img {
margin-right: 6px; }
.blog-post_link {
position: relative;
z-index: 1; }
.blog-post_link > .link_post {
display: inline-block;
margin-bottom: 9px; }
.blog-post_link a:after {
content: "\f113";
font-family: 'Flaticon';
font-size: 74px;
opacity: 1;
color: #fff;
position: absolute;
top: 0;
margin-top: -12px;
margin-left: -45px;
z-index: -1; }
.blog-post_title {
position: relative; }
.blog-post.format-standard.link .blog-post_title:before {
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;
margin-right: 20px;
content: "\f0c1"; }
.blog-posts .blog-post_title {
display: block;
clear: both;
word-wrap: break-word;
margin-top: 9px; }
.blog-posts h4.blog-post_title {
margin-top: 4px; }
.blog-posts h3.blog-post_title {
margin-top: 9px; }
.blog-post_quote-text {
font-weight: 400;
font-size: 24px;
line-height: 36px;
position: relative;
z-index: 1;
margin-top: 2px;
padding-left: 0;
padding-bottom: 0; }
.blog-post_quote-text:after {
color: #fff;
content: "\f163";
font-family: 'Flaticon';
font-size: 74px;
line-height: 1;
font-weight: 400;
opacity: 1;
position: absolute;
z-index: -1;
margin-top: -20px;
margin-left: -40px; }
.blog-post_quote-author .blog-post_quote-image {
width: 75px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
vertical-align: middle;
margin-right: 20px; }
.blog-post.format-quote .blog-post_quote-author {
font-size: 16px;
font-weight: 500;
margin-top: 7px;
text-align: left; }
.blog-post.format-quote .blog-post_quote-author-pos {
font-weight: 300; }
.format-no_featured .blog-post_wrapper,
.format-standard .blog-post_wrapper,
.format-quote .blog-post_wrapper,
.format-audio .blog-post_wrapper,
.format-link .blog-post_wrapper {
padding: 68px 52px 50px;
background: #f6f4f0; }
.format-audio .blog-post_wrapper > .blog-post_media {
margin-bottom: 0; }
.format-audio .blog-post_wrapper > .blog-post_content {
padding: 20px 25px 20px 0px; }
.format-quote .blog-post_wrapper .blog-post_content,
.format-standard .blog-post_wrapper .blog-post_content,
.format-link .blog-post_wrapper .blog-post_content {
padding: 0 !important; }
.blog-post.sticky-post .blog-post_wrapper {
border-width: 25px 25px 25px 25px;
border-style: solid;
border-color: #eeeeee;
padding: 43px 25px 25px 25px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.blog-post_content p {
margin-bottom: 8px; } .blog-post_content h1,
.row > div > h1,
.blog-post_content h2,
.row > div > h2,
.blog-post_content h3,
.row > div > h3,
.blog-post_content h4,
.row > div > h4,
.blog-post_content h5,
.row > div > h5,
.blog-post_content h6,
.row > div > h6 {
margin-bottom: 8px; } .blog-post.standard .blog-post_media, .blog-post.format-standard .blog-post_media {
margin-bottom: 12px; }
.blog-post .blog-post_media {
position: relative; }
.blog-post .blog-post_media img {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.blog-post .blog-post_media .blog-post_media_part {
position: relative; }
.blog-post .blog-post_media .blog-post_media_part .parallax-video .blog-post_feature-link {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 99999; } .single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap {
margin-bottom: 9px;
margin-top: 0; }
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap .meta-wrapper * {
line-height: 30px; }
.single_type-1 .blog-post.blog-post-single-item .blog-post_content > .meta-wrapper {
margin-bottom: 0;
margin-top: 18px; }
.single_type-1 .single_meta .blog-post_media {
margin-bottom: 42px; }
.single_type-1 .single_meta .blog-post_title {
margin-top: 0;
margin-bottom: 2px; } .single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap {
margin-bottom: 9px;
margin-top: 0; }
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_meta-wrap .meta-wrapper * {
line-height: 30px; }
.single_type-2 .blog-post.blog-post-single-item .blog-post_content > .meta-wrapper {
margin-bottom: 9px; }
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_title {
margin-top: 0;
margin-bottom: 2px; }
.single_type-2 .blog-post.blog-post-single-item .blog-post_content > .blog-post_media {
margin-bottom: 32px; } .post_featured_bg {
position: relative;
margin-bottom: 60px;
background: #272728;
margin-top: -40px; }
.post_featured_bg .blog-post_meta-categories a,
.post_featured_bg .blog-post_meta-categories span {
color: #fff; }
.post_featured_bg .blog-post_meta-categories a:hover,
.post_featured_bg .blog-post_meta-categories span:hover {
color: #fff; }
.post_featured_bg .blog-post_meta-categories .lavalamp-object {
background: #fff; }
.post_featured_bg .meta-wrapper span:before {
color: inherit; }
.post_featured_bg .meta-wrapper span:after {
background: #fff; }
.post_featured_bg .parallax-video {
z-index: 1 !important; }
.post_featured_bg .parallax-video + .wgl-container {
z-index: 2;
position: relative; }
.post_featured_bg .blog-post_bg_media {
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center 0; }
.post_featured_bg .blog-post_meta-wrap {
position: relative; }
.post_featured_bg .blog-post {
margin-bottom: 0;
margin-left: 0;
margin-top: 0; }
.post_featured_bg .blog-post_title {
margin-bottom: 5px;
margin-top: 4px;
padding-bottom: 35px;
margin-bottom: 30px;
border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
.post_featured_bg .blog-post_likes-wrap .wgl-likes {
padding-right: 0; }
.post_featured_bg .blog-post_title,
.post_featured_bg .wgl-likes .sl-count,
.post_featured_bg .meta-wrapper {
color: #fff;
background: none;
padding-left: 0;
padding-right: 0; }
.post_featured_bg .blog-post_title .comments_post a, .post_featured_bg .blog-post_title a,
.post_featured_bg .wgl-likes .sl-count .comments_post a,
.post_featured_bg .wgl-likes .sl-count a,
.post_featured_bg .meta-wrapper .comments_post a,
.post_featured_bg .meta-wrapper a {
color: #fff; }
.post_featured_bg .blog-post_title > span.author_post a:after,
.post_featured_bg .wgl-likes .sl-count > span.author_post a:after,
.post_featured_bg .meta-wrapper > span.author_post a:after {
border-color: #fff; }
.post_featured_bg .blog-post_title > span.author_post a:hover,
.post_featured_bg .wgl-likes .sl-count > span.author_post a:hover,
.post_featured_bg .meta-wrapper > span.author_post a:hover {
color: inherit !important; }
.post_featured_bg .blog-post_meta-wrap {
background: none; }
.post_featured_bg .content-container {
position: relative; }
.post_featured_bg .wgl-likes .sl-icon {
color: #fff; } .format-quote .blog-post_media {
margin-bottom: 15px; } .blog-post_meta-categories {
position: relative;
padding-left: 46px;
z-index: 1; }
.blog-post_meta-categories .current-menu-item {
height: 1px;
width: 50px;
display: inline-block;
vertical-align: middle;
left: -20px;
position: absolute;
top: 0%;
margin-top: 15px; }
.blog-post_meta-categories a, .blog-post_meta-categories span {
font-size: 13px;
font-weight: 500;
color: #6f6f6f;
text-transform: uppercase;
letter-spacing: .5px; }
.blog-post_meta-categories span {
display: inline-block;
margin-right: 14px; }
.blog-post_meta-categories span:after {
content: '|';
position: absolute;
margin-left: 5px;
margin-top: -.5px; }
.blog-post_meta-categories span:last-child:after {
display: none; }
.blog-post_meta-categories .lavalamp-object {
height: 1px;
z-index: -1; } .single_meta .blog-post_meta-date {
position: static;
margin-bottom: 40px; }
.blog-post_meta-date {
width: 75px;
height: 75px;
position: absolute;
top: -20px;
left: -20px;
z-index: 3;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-shadow: 6px 5px 18px 0px rgba(0, 0, 0, 0.21);
-moz-box-shadow: 6px 5px 18px 0px rgba(0, 0, 0, 0.21);
box-shadow: 6px 5px 18px 0px rgba(0, 0, 0, 0.21); }
.blog-post_meta-date span {
display: block;
text-align: center;
color: #fff; }
.blog-post_meta-date .date_post {
font-size: 11px;
color: #fff;
font-weight: 600; }
.blog-post_meta-date .date_post span {
font-size: 24px;
line-height: 12px;
padding-top: 18px; }
.single #main-content > .blog-post {
margin-bottom: 43px;
margin-left: 0; }
.blog-post_meta-desc .blog-post_meta-read_more {
max-width: -webkit-calc(100% - 50px);
max-width: -moz-calc(100% - 50px);
max-width: calc(100% - 50px);
float: left;
padding-top: 0;
padding-bottom: 0; }
.blog-post_meta-desc:after {
content: '';
display: table;
clear: both; }
.blog-post_meta-desc .share_post-container {
float: right; }
.button-read-more {
display: inline-block;
position: relative;
z-index: 1;
vertical-align: middle;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
margin-bottom: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 0;
text-transform: uppercase;
font-size: 13px;
font-weight: bold;
padding-right: 20px; }
.button-read-more:after {
content: '\f124';
font-family: 'Flaticon';
font-size: 14px;
opacity: 1;
color: #fff;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
vertical-align: middle;
position: absolute;
z-index: -1;
right: 0; }
.button-read-more:hover:after {
-webkit-animation: move-arrow 1s infinite;
-moz-animation: move-arrow 1s infinite;
-o-animation: move-arrow 1s infinite;
animation: move-arrow 1s infinite; }
@-webkit-keyframes move-arrow {
0% {
right: 0px; }
50% {
right: 3px; }
100% {
right: 0px; } }
@-moz-keyframes move-arrow {
0% {
right: 0px; }
50% {
right: 3px; }
100% {
right: 0px; } }
@-o-keyframes move-arrow {
0% {
right: 0px; }
50% {
right: 3px; }
100% {
right: 0px; } }
@keyframes move-arrow {
0% {
right: 0px; }
50% {
right: 3px; }
100% {
right: 0px; } }
.tagcloud-wrapper {
float: left;
margin: 0; }
.tagcloud-wrapper .title_tags {
font-size: 14px;
margin-right: 18px; }
.single_post_info .tagcloud {
float: left; }
.single_post_info .blog-post_views-wrap {
float: left; }
.single_post_info .blog-post_views-wrap + .blog-post_likes-wrap {
margin-left: 20px; }
.single_post_info .blog-post_likes-wrap {
float: left; }
.single_post_info:after {
content: '';
display: table;
clear: both; }
.single_post_info div:only-child {
float: none !important;
display: block;
text-align: center; }
.single_post_info div:only-child .single_info-share_social-wpapper {
float: right; }
.single_post_info .single_info-share_social-wpapper {
float: left;
line-height: 30px;
padding-top: 0;
padding-bottom: 0;
border-top: 0; }
.single_post_info .single_info-share_social-wpapper .share_social-wpapper {
margin-top: 0; }
.single_post_info .single_info-share_social-wpapper + .blog-post_views-wrap {
margin-right: 20px; }
.single_post_info .single_info-share_social-wpapper .share_link + .share_link {
margin-left: 15px; }
.single_post_info.post_info {
padding-top: 24px;
padding-bottom: 40px;
clear: both;
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.divider_post_info {
margin-top: 40px;
margin-bottom: 40px;
clear: both;
border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.blog-post_excerpt {
margin: 0 0 38px;
font-size: 20px;
font-weight: 400;
line-height: 1.8; }
.blog-post_excerpt > p:last-child {
margin-bottom: 0; }
.blog-post_info-wrap {
float: right;
line-height: 0; }
.blog-post_likes-wrap {
float: right; }
.blog-post_likes-wrap + .share_post {
padding-right: 20px; }
.blog-post_likes-wrap .wgl-likes {
line-height: 30px; } .blog_columns-2:not(.blog_masonry) .wgl_col-6:nth-child(2n+1) {
clear: left; }
.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
clear: left; }
.blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(4n+1) {
clear: left; } .brainbizz-post-navigation {
padding: 0;
margin-bottom: -30px; }
.brainbizz-post-navigation:after {
display: block;
height: 0;
content: '';
clear: both; }
.prev-link,
.next-link {
font-size: 13px;
font-weight: 700;
-webkit-transition: all 300ms;
-o-transition: all 300ms;
-moz-transition: all 300ms;
transition: all 300ms;
position: relative;
text-transform: uppercase;
background: #f2f2f2;
z-index: 1;
padding: 20px 7.5px;
float: right;
color: #939393; }
.prev-link_icon,
.next-link_icon {
display: inline-block;
width: 0;
height: 0px;
margin-left: 5px;
margin-right: 5px;
position: relative;
vertical-align: top;
color: inherit; }
.prev-link_icon:before,
.next-link_icon:before {
content: '\f124';
font-family: 'Flaticon';
font-size: 12px;
display: inline-block;
border: 0;
vertical-align: middle;
font-style: normal;
position: absolute;
left: -6px;
top: 2px; }
.prev-link:hover,
.next-link:hover {
color: #ffffff !important; }
.prev-link {
float: left; }
.prev-link_wrapper {
float: left;
margin-bottom: 30px; }
.prev-link_wrapper a:hover .image_prev:after, .prev-link_wrapper a:hover .image_prev:before {
visibility: visible;
opacity: 1; }
.prev-link_wrapper a:hover .image_prev:before {
margin-left: 0; }
.prev-link_wrapper a:hover .image_prev.no_image:before {
opacity: 0;
visibility: hidden; }
.prev-link_wrapper a:hover .image_prev.no_image .no_image_post:before {
margin-left: 0;
opacity: 1;
visibility: visible; }
.prev-link_wrapper .image_prev {
display: inline-block;
width: 70px;
height: 70px;
overflow: hidden;
vertical-align: top;
margin-right: 20px;
position: relative;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
.prev-link_wrapper .image_prev .no_image_post {
background: #f6f4f0;
display: block;
width: 100%;
height: 100%; }
.prev-link_wrapper .image_prev.no_image:before {
opacity: 1;
visibility: visible;
margin-left: 0; }
.prev-link_wrapper .image_prev.no_image .no_image_post:before {
content: '\f103';
font-family: 'Flaticon';
font-size: 21px;
position: absolute;
line-height: 70px;
left: 0;
margin-left: 20px;
right: 0;
opacity: 1;
color: #fff;
display: block;
text-align: center;
z-index: 2;
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease; }
.prev-link_wrapper .image_prev:before {
content: '\f103';
font-family: 'Flaticon';
font-size: 21px;
position: absolute;
line-height: 70px;
left: 0;
margin-left: 20px;
right: 0;
opacity: 1;
color: #fff;
display: block;
text-align: center;
z-index: 2;
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease; }
.prev-link_wrapper .image_prev:after {
display: block;
content: '';
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease; }
.prev-link_wrapper .prev_title {
max-width: 210px;
font-weight: 500;
line-height: 24px;
display: inline-block; }
.prev-link_icon {
margin-left: 5px;
margin-right: 5px; }
.prev-link_icon:before {
content: "\f140";
left: auto;
right: -6px; }
.next-link:before {
right: 0;
left: auto;
-webkit-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
-o-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
-moz-transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s;
transition: width 0.3s linear 0s, right 0s linear 0.3s, left 0s linear 0.3s; }
.next-link:hover:before {
right: auto;
left: 0; }
.next-link_wrapper {
text-align: right;
float: right;
margin-bottom: 30px; }
.next-link_wrapper a:hover .image_next:after, .next-link_wrapper a:hover .image_next:before {
visibility: visible;
opacity: 1; }
.next-link_wrapper a:hover .image_next:before {
margin-right: 0; }
.next-link_wrapper a:hover .image_next.no_image:before {
opacity: 0;
visibility: hidden; }
.next-link_wrapper a:hover .image_next.no_image .no_image_post:before {
margin-right: 0;
opacity: 1;
visibility: visible; }
.next-link_wrapper .image_next {
display: inline-block;
width: 70px;
height: 70px;
overflow: hidden;
vertical-align: top;
margin-left: 20px;
position: relative;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
.next-link_wrapper .image_next.no_image:before {
opacity: 1;
visibility: visible;
margin-right: 0; }
.next-link_wrapper .image_next.no_image .no_image_post:before {
content: '\f124';
font-family: 'Flaticon';
font-size: 21px;
position: absolute;
line-height: 70px;
left: 0;
margin-right: 20px;
right: 0;
opacity: 1;
color: #fff;
display: block;
text-align: center;
z-index: 2;
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease; }
.next-link_wrapper .image_next .no_image_post {
background: #f6f4f0;
display: block;
width: 100%;
height: 100%; }
.next-link_wrapper .image_next:before {
content: '\f124';
font-family: 'Flaticon';
font-size: 21px;
position: absolute;
line-height: 70px;
left: 0;
margin-right: 20px;
right: 0;
opacity: 1;
color: #fff;
display: block;
text-align: center;
z-index: 2;
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease; }
.next-link_wrapper .image_next:after {
display: block;
content: '';
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease; }
.next-link_wrapper .next_title {
max-width: 210px;
display: inline-block;
text-align: right;
font-weight: 500;
line-height: 24px; }
.info_prev-link_wrapper > a,
.info_next-link_wrapper > a {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center; }
.prev-link-info_wrapper > span,
.next-link-info_wrapper > span {
display: block; }
.prev-link-info_wrapper .meta-wrapper,
.next-link-info_wrapper .meta-wrapper {
background: none;
padding-left: 0;
padding-right: 0; } .author-info_wrapper {
background-color: #f6f4f0;
padding: 72px 60px 46px 60px;
margin: 99px 0 40px;
position: relative; }
.author-info_wrapper .title_soc_share {
font-size: 14px;
font-weight: 600;
margin-right: 20px; }
.author-info_avatar {
text-align: center;
position: absolute;
top: 0;
margin-top: -60px;
width: 100%;
left: 0; }
.author-info_avatar img {
width: 120px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-box-shadow: 13px 11px 24px 0px rgba(0, 0, 0, 0.17);
-moz-box-shadow: 13px 11px 24px 0px rgba(0, 0, 0, 0.17);
box-shadow: 13px 11px 24px 0px rgba(0, 0, 0, 0.17); }
.author-info_content {
overflow: hidden;
margin-top: 5px; }
.author-info_name {
margin-bottom: 2px !important;
font-size: 24px;
font-weight: 400 !important;
line-height: 52px;
text-align: center; }
.author-info_name span {
font-weight: inherit;
font-size: inherit;
line-height: inherit;
font-family: inherit;
margin-right: 7px; }
.author-info_description {
margin-bottom: 18px;
font-size: 16px;
font-weight: 400;
line-height: 30px;
text-align: center; }
.author-info_social-link {
display: inline-block;
margin-right: 13px;
color: #bfc1c2;
font-size: 14px; }
.author-info_social-link:hover.fa-twitter {
color: #45b7e1; }
.author-info_social-link:hover.fa-facebook {
color: #244baf; }
.author-info_social-link:hover.fa-linkedin {
color: #0266cc; }
.author-info_social-wrapper {
line-height: 1;
text-align: center; }
.single
.single.related_posts {
margin-top: 66px; }
.single
.single.related_posts .brainbizz_module_title {
padding-bottom: 24px;
margin-bottom: 0; }
.single
.single.related_posts .blog-post_title {
font-weight: 400;
margin-top: 7px; }
.single
.single.related_posts .blog-post_title a {
font-weight: 400; }
@media only screen and (max-width: 1200px) {
.vc_row:not(.vc_row-no-padding) .vc_column_container > .vc_column-inner,
.vc_row:not(.vc_row-no-padding) .theiaStickySidebar > .vc_column-inner {
padding-left: 15px !important;
padding-right: 15px !important; } }
@media only screen and (max-width: 992px) {
.vc_col-sm-8 .blog-posts .blog-style-medium_img .blog-post_media, .vc_col-sm-9 .blog-posts .blog-style-medium_img .blog-post_media {
width: 100%;
margin-right: 0;
margin-left: 0;
padding-right: 30px;
text-align: left;
margin-top: 30px;
padding-left: 30px; }
.vc_col-sm-8 .blog-posts .blog-style-medium_img .blog-post_content, .vc_col-sm-9 .blog-posts .blog-style-medium_img .blog-post_content {
padding-bottom: 20px;
padding-right: 30px;
padding-left: 30px;
margin-left: 0;
float: left;
width: 100%;
width: 100%;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.vc_col-sm-8 .blog-style-standard.row .wgl_col-6, .vc_col-sm-9 .blog-style-standard.row .wgl_col-6 {
width: 100%; }
.blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4 {
width: 50%; }
.blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
clear: none; }
.blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(2n+1) {
clear: left; } }
@media only screen and (max-width: 768px) {
.blog-style-tiny_img.blog_columns-3:not(.blog_masonry) .wgl_col-4 {
width: 100%; } }
@media only screen and (max-width: 600px) {
.blog-posts .blog-style-medium_img .blog-post_media {
width: 180px; }
.blog-posts .blog-style-medium_img .blog-post_content {
width: -webkit-calc(100% - 180px);
width: -moz-calc(100% - 180px);
width: calc(100% - 180px); } }
@media only screen and (max-width: 1024px) {
.blog_columns-2:not(.blog_masonry) .wgl_col-6:nth-child(2n+1) {
clear: none; }
.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
clear: none; }
.blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(4n+1) {
clear: none; }
.blog_columns-2:not(.blog_masonry) .wgl_col-6:nth-child(2n+1) {
clear: left; }
.blog_columns-3:not(.blog_masonry) .wgl_col-4:nth-child(3n+1) {
clear: left; }
.blog_columns-4:not(.blog_masonry) .wgl_col-3:nth-child(2n+1) {
clear: left; }
.brainbizz-post-navigation {
margin-bottom: 0; } }
@media only screen and (max-width: 600px) {
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper,
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .meta-wrapper {
max-width: 100%; } }
@media screen and (max-width: 420px) {
.single_meta .meta-wrapper span:after {
display: none; }
.blog-posts .blog-style-medium_img .blog-post_media {
width: 100%;
padding-right: 0; }
.blog-posts .blog-style-medium_img .blog-post_content {
width: 100%;
padding-left: 30px; } }
.blog-post_wrapper .brainbizz_module_videobox img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.blog-post_wrapper .blog-post_content .brainbizz_module_videobox .videobox_wrapper_link:before {
display: none; }
.blog-post_wrapper .blog-post_content .brainbizz_module_videobox {
margin-bottom: 50px; }
.blog-post_bg_media {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; }
.blog-post_bg_media:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
display: block;
left: 0;
top: 0;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease; }
.blog-post_bg_media .slider-wrapper, .blog-post_bg_media .blog-post_media-slider {
height: 100%; } .slider-wrapper.brainbizz_module_carousel .blog-post_media-slider_slick {
height: 100%; }
.slider-wrapper.brainbizz_module_carousel .blog-post_media-slider_slick .item_slick {
height: 100%;
width: 100%;
position: relative;
z-index: 5; }
.slider-wrapper.brainbizz_module_carousel .blog-post_media-slider_slick .item_slick span {
height: 100%;
width: 100%;
display: block;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center;
-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
-o-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
-moz-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
overflow: hidden; }
.slider-wrapper.brainbizz_module_carousel .blog-post_media-slider_slick .item_slick span img {
-webkit-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
-webkit-transform: scale(1.25, 1.25);
-moz-transform: scale(1.25, 1.25);
-ms-transform: scale(1.25, 1.25);
-o-transform: scale(1.25, 1.25);
transform: scale(1.25, 1.25); }
.slider-wrapper.brainbizz_module_carousel .blog-post_media-slider_slick .item_slick.slick-active span img {
-webkit-transform: scale(1, 1);
-moz-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1); }
.slider-wrapper.brainbizz_module_carousel .blog-post_media-slider_slick .slick-list,
.slider-wrapper.brainbizz_module_carousel .blog-post_media-slider_slick .slick-track {
height: 100%; }
.slider-wrapper.brainbizz_module_carousel .slick-slider {
z-index: auto;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden; }
.slider-wrapper.brainbizz_module_carousel .slick-slider .slick-arrow {
z-index: 100; }
.blog_carousel_title-arrow .brainbizz_module_carousel .slick-prev.slick-arrow, .blog_carousel_title-arrow .brainbizz_module_carousel .slick-next.slick-arrow {
display: none !important; }
.blog_title.brainbizz_module_title {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
padding-bottom: 15px; }
.wgl_module_title.item_title {
position: relative; }
.wgl_module_title.item_title .carousel_arrows {
position: absolute;
right: 0;
top: 2px;
text-align: center;
z-index: 2; }
.wgl_module_title.item_title .carousel_arrows span[class*="slick_arrow"] {
cursor: pointer;
display: inline-block;
width: 25px;
height: 25px;
background: #f2f2f2;
margin-left: 10px;
-webkit-transition: all 0.45s ease;
-o-transition: all 0.45s ease;
-moz-transition: all 0.45s ease;
transition: all 0.45s ease; }
.wgl_module_title.item_title .carousel_arrows span[class*="slick_arrow"] span {
display: block;
line-height: 25px;
text-align: center; }
.wgl_module_title.item_title .carousel_arrows span[class*="slick_arrow"] span:after {
content: '\f124';
font-family: 'Flaticon';
font-size: 14px;
display: inline-block;
border: 0;
color: #939393 !important;
vertical-align: top;
line-height: 25px; }
.wgl_module_title.item_title .carousel_arrows span[class*="slick_arrow"]:hover span:after {
color: #fff !important; }
.wgl_module_title.item_title .carousel_arrows span[class*="slick_arrow"].left_slick_arrow span:after {
content: "\f140"; }
.row.sidebar_left .content-container {
float: right; }
.container-grid.row > .brainbizz_module_carousel {
margin-left: 0;
margin-right: 0; }
.container-grid.row > .brainbizz_module_carousel.navigation_offset_element {
padding-left: 40px;
padding-right: 40px;
overflow: hidden; }
.container-grid.row > .brainbizz_module_carousel.navigation_offset_element > .slick-slider {
overflow: visible; }
.container-grid.row > .brainbizz_module_carousel.navigation_offset_element .slick-list {
overflow: hidden; }
.blog_title {
margin-bottom: 30px; }
.blog_subtitle {
margin-bottom: 45px;
font-size: 18px;
line-height: 1.6; } .blog-post_views-wrap {
text-align: center;
line-height: 30px;
font-size: 14px; }
.blog-post_views-wrap .counts {
font-weight: 400;
color: #e96d60; }
.blog-post_views-wrap .counts_text {
color: #b0b0b0;
font-size: 14px;
font-weight: 400;
text-transform: capitalize; } .attachment_media .meta-wrapper {
margin-bottom: 10px; }
.parallax-video {
position: absolute !important;
z-index: 2 !important;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.jarallax {
position: relative;
z-index: 0; }
.jarallax > .jarallax-img {
position: absolute;
-o-object-fit: cover;
object-fit: cover; font-family: 'object-fit: cover;';
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1; } .wgl-likes {
display: inline-block;
font-size: 16px;
text-transform: capitalize;
font-weight: 400;
cursor: pointer; }
.wgl-likes .sl-count {
color: #b0b0b0; }
.wgl-likes .sl-icon {
margin-right: 11px;
color: #c10e0e;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
display: inline-block;
font-size: 18px; }
.wgl-likes:hover .sl-icon {
-webkit-animation-name: pulse_like;
-moz-animation-name: pulse_like;
-o-animation-name: pulse_like;
animation-name: pulse_like;
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-moz-animation-iteration-count: infinite;
-o-animation-iteration-count: infinite;
animation-iteration-count: infinite; }
@-webkit-keyframes pulse_like {
25% {
-webkit-transform: scale(1.2);
transform: scale(1.2); }
75% {
-webkit-transform: scale(0.9);
transform: scale(0.9); } }
@-moz-keyframes pulse_like {
25% {
-moz-transform: scale(1.2);
transform: scale(1.2); }
75% {
-moz-transform: scale(0.9);
transform: scale(0.9); } }
@-o-keyframes pulse_like {
25% {
-o-transform: scale(1.2);
transform: scale(1.2); }
75% {
-o-transform: scale(0.9);
transform: scale(0.9); } }
@keyframes pulse_like {
25% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2); }
75% {
-webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9); } }   .isotope-item {
z-index: 2; }
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1; } .isotope,
.isotope .isotope-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s; }
.isotope {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width; }
.isotope .isotope-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-o-transition-property: -o-transform, opacity;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
-o-transition-property: opacity, -o-transform;
-moz-transition-property: transform, opacity, -moz-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform, -moz-transform, -o-transform; } .isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
-webkit-transition-duration: 0s;
-moz-transition-duration: 0s;
-o-transition-duration: 0s;
transition-duration: 0s; } body ul li,
body ol li {
position: relative;
z-index: 1;
padding-left: 20px;
list-style: none;
line-height: 40px; }
body ul li:before {
content: '';
position: absolute;
z-index: 1;
font-size: 1em;
width: 5px;
height: 5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
display: block;
left: 2px;
top: 18px; }
body ul > li:last-child,
body ol > li:last-child {
padding-bottom: 0; }
body ul.brainbizz_dash li {
padding-left: 25px; }
body ul.brainbizz_dash li:before {
content: "";
width: 10px;
height: 2px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
top: 20px; }
body ul.brainbizz_plus li {
padding-left: 25px; }
body ul.brainbizz_plus li:before {
position: absolute;
z-index: 1;
content: "";
width: 8px;
height: 2px;
left: 7px;
top: 20px; }
body ul.brainbizz_plus li:after {
position: absolute;
z-index: 1;
content: "";
width: 2px;
height: 8px;
left: 10px;
top: 17px; }
body ul.brainbizz_check li {
padding-left: 25px; }
body ul.brainbizz_check li:before {
content: "\f11d";
font-family: flaticon;
width: 0;
height: 0;
top: 0;
font-size: 10px; }
body ul.no-list-style li {
padding: 0; }
body ul.no-list-style li:before {
display: none; }
body ol {
counter-reset: li; }
body ol li {
counter-increment: li; }
body ol > li {
position: relative; }
body ol > li:before { content: "." counter(li);
position: absolute;
z-index: 1;
left: 0;
font-size: inherit;
display: inline-block;
line-height: inherit;
direction: rtl;
font-weight: 600;
width: auto;
height: auto; }
body ul ol > li:before {
top: 0;
background-color: transparent !important; }
body li ol {
margin-bottom: 0;
padding-bottom: 0; } .single.related_posts + .row #comments {
padding-top: 0;
margin-top: -10px; }
#comments {
margin-top: 20px;
margin-bottom: 44px; }
#comments > h3 {
margin-bottom: 8px;
padding-bottom: 16px;
z-index: 10;
position: relative; }
#comments .pingback .comment-body {
padding: 20px 50px;
margin-bottom: 30px;
background: #f6f4f0;
line-height: 30px; }
#comments .pingback .edit-link .comment-edit-link {
font-size: 12px;
color: #7e7676;
margin-left: 5px; }
#comments .pingback .edit-link .comment-edit-link:hover {
color: #b9a9cd; }
#comments .comment-notes {
margin-bottom: 20px; }
#comments .form-submit {
margin-bottom: 0;
clear: both; }
#comments .comment-respond {
margin-top: 75px; }
#comments .commentlist {
list-style: none;
margin: 0;
padding: 0;
position: relative;
line-height: inherit; }
#comments .commentlist li {
padding: 0; }
#comments .commentlist li:before {
display: none; }
#comments .commentlist + * {
margin-top: 75px; }
#comments .commentlist .comment-respond {
margin: 20px 0; }
#comments .commentlist .comment {
padding: 0; }
#comments .commentlist .comment:before, #comments .commentlist .comment:after {
display: none; }
#comments .commentlist .comment .stand_comment {
padding: 40px 60px 22px 140px;
margin-bottom: 30px;
background: #f6f4f0;
min-height: 160px; }
#comments .commentlist .comment .stand_comment .thiscommentbody {
position: relative;
z-index: 1;
min-height: 80px; }
#comments .commentlist .comment .commentava {
position: absolute;
z-index: 1;
left: -90px;
top: 4px;
height: 70px;
width: 70px;
-webkit-box-shadow: 13px 11px 24px 0px rgba(0, 0, 0, 0.17);
-moz-box-shadow: 13px 11px 24px 0px rgba(0, 0, 0, 0.17);
box-shadow: 13px 11px 24px 0px rgba(0, 0, 0, 0.17);
overflow: hidden;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
#comments .commentlist .comment.pingback .stand_comment {
padding-left: 0; }
#comments .commentlist .comment .children .comment {
margin-left: 70px; }
#comments .commentlist .comment .children .stand_comment .commentava {
left: -90px;
width: 70px;
height: 70px; }
#comments .commentlist > .comment > .children > .comment {
margin-left: 90px; }
#comments .commentlist > .comment:last-child .stand_comment:last-child {
border-bottom: 0; }
#comments .commentlist .comment_info {
padding-right: 90px; }
#comments .commentlist .comment_info .meta-wrapper {
margin-bottom: 0;
opacity: 1;
float: none;
padding: 0;
line-height: 22px;
background: none;
color: #a0a0a0; }
#comments .commentlist .comment_info .meta-wrapper * {
font-size: 14px; }
#comments .commentlist .comment_author_says {
font-size: 18px;
font-weight: 600;
line-height: 18px;
padding-top: 0; }
#comments .commentlist .comment_author_says a {
font-weight: inherit;
font-size: inherit; }
#comments .commentlist .comment_content {
margin-top: 0;
font-weight: 400;
line-height: 30px; }
#comments .commentlist .comment_content p {
margin-bottom: 0;
padding-bottom: 5px; }
#comments .commentlist .comment_content h1, #comments .commentlist .comment_content h2, #comments .commentlist .comment_content h3, #comments .commentlist .comment_content h4, #comments .commentlist .comment_content h5, #comments .commentlist .comment_content h6 {
margin-bottom: 8px; }
#comments .comment-reply-link {
display: inline-block;
position: relative;
z-index: 1;
vertical-align: middle;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
margin-bottom: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 0;
text-transform: uppercase;
font-size: 13px;
font-weight: bold;
padding-right: 20px; }
#comments .comment-reply-link:after {
content: '\f124';
font-family: 'Flaticon';
font-size: 14px;
opacity: 1;
color: #fff;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease;
vertical-align: middle;
position: absolute;
z-index: -1;
right: 0; }
#comments .comment-reply-link:hover:after {
-webkit-animation: move-arrow 1s infinite;
-moz-animation: move-arrow 1s infinite;
-o-animation: move-arrow 1s infinite;
animation: move-arrow 1s infinite; }
#comments #cancel-comment-reply-link {
font-weight: 300;
opacity: 0.8;
text-transform: capitalize; }
#comments small #cancel-comment-reply-link {
font-size: 18px;
margin-left: 10px; }
.comments-title {
margin-bottom: 28px; }
body .comment-respond .comment-reply-title {
position: relative;
font-size: 30px;
font-weight: 500; }
body .comment-respond .comment-form {
margin-left: -10px;
margin-right: -10px; }
body .comment-respond .comment-form [class*="wgl_col-"],
body .comment-respond .comment-form > p {
position: relative;
padding-left: 10px;
padding-right: 10px; }
body .comment-respond label {
margin: 0; }
body .comment-respond .form_field {
width: 100%;
margin-bottom: 20px !important; }
body .comment-respond textarea.form_field {
resize: none;
margin-bottom: 20px !important; }
.wp-block-latest-comments > li {
padding-left: 0; }
.wp-block-latest-comments > li:before {
display: none; } .wpcf7-form-control-wrap {
display: block;
margin-bottom: 20px; }
.wpcf7 .wpcf7-response-output {
margin: 0; }
.wpcf7 input:not([type="submit"]),
.wpcf7 select,
.wpcf7 textarea {
width: 100%; }
.wpcf7-form .row {
margin-left: -10px;
margin-right: -10px; }
.wpcf7-form .row [class*=wgl_col-] {
position: relative;
padding-left: 10px;
padding-right: 10px; }
.wpcf7 .ajax-loader {
display: none !important; }
.wpcf7-not-valid {
border-color: #ff0000; }
.wpcf7-not-valid-tip {
padding-top: 5px; }
.wpcf7 .form-icon {
position: absolute;
z-index: 1;
top: 9px;
right: 35px;
font-size: 14px;
color: #bababa; }
.wpb_text_column .wpcf7 .wpcf7-form-control-wrap {
display: block;
margin-bottom: 20px; }
.sign_up {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-right: -20px; }
.sign_up input[type='submit'] {
margin-left: 20px;
height: 50px; }
.sign_up input[type="email"] {
width: 350px; }
.sign_up .ajax-loader {
display: none; } #mc_embed_signup .mc-field-group {
width: -webkit-calc(100% - 160px);
width: -moz-calc(100% - 160px);
width: calc(100% - 160px);
margin-right: 20px;
float: left;
position: relative;
z-index: 1; }
#mc_embed_signup .mc-field-group input {
width: 100%;
padding-bottom: 0;
padding-top: 0;
background-color: rgba(255, 255, 255, 0.1);
color: #979797;
height: 40px; }
#mc_embed_signup .mc-field-group input::-webkit-input-placeholder {
color: #979797; }
#mc_embed_signup .mc-field-group input::-moz-placeholder {
color: #979797; }
#mc_embed_signup .mc-field-group input::-ms-input-placeholder {
color: #979797; }
#mc_embed_signup .mc-field-group input::placeholder {
color: #979797; }
#mc_embed_signup .button-submit input {
width: 140px;
margin-bottom: 0;
text-transform: uppercase;
font-weight: 600; }
#mc_embed_signup div.mce_inline_error {
margin-bottom: 0 !important;
position: absolute;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
-webkit-box-shadow: 0px 0px 15px 0px rgba(40, 71, 178, 0.15);
-moz-box-shadow: 0px 0px 15px 0px rgba(40, 71, 178, 0.15);
box-shadow: 0px 0px 15px 0px rgba(40, 71, 178, 0.15);
background: #fff !important;
color: #6B0505 !important;
border-top: 0 !important;
margin-top: 5px !important;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.wgl-mailchimp-2 #mc_embed_signup .mc-field-group {
width: 100%;
float: left;
position: relative;
z-index: 1;
margin-right: 0; }
.wgl-mailchimp-2 #mc_embed_signup .mc-field-group input {
width: 100%;
background-color: transparent;
color: #ffffff;
height: 50px;
font-size: 14px;
border: 1px solid #8b8b8b; }
.wgl-mailchimp-2 #mc_embed_signup .mc-field-group input::-webkit-input-placeholder {
color: #ffffff; }
.wgl-mailchimp-2 #mc_embed_signup .mc-field-group input::-moz-placeholder {
color: #ffffff; }
.wgl-mailchimp-2 #mc_embed_signup .mc-field-group input::-ms-input-placeholder {
color: #ffffff; }
.wgl-mailchimp-2 #mc_embed_signup .mc-field-group input::placeholder {
color: #ffffff; }
.wgl-mailchimp-2 #mc_embed_signup .mc-field-group .mce_inline_error {
width: 100%; }
.wgl-mailchimp-2 #mc_embed_signup .button-submit {
position: absolute;
z-index: 1;
top: 5px;
right: 5px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; }
.wgl-mailchimp-2 #mc_embed_signup .button-submit input {
margin-bottom: 0;
padding: 0 10px;
width: 130px;
height: 40px; }
.wgl-mailchimp-2 #mc_embed_signup .button-submit:hover input {
color: #ffffff; } .brainbizz_module_carousel {
margin-left: -15px;
margin-right: -15px; }
.brainbizz_module_carousel .slick-slider {
position: relative;
z-index: 1;
display: block;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
overflow: hidden; }
.brainbizz_module_carousel .slick-list {
position: relative;
z-index: 1;
display: block; }
.brainbizz_module_carousel .slick-track {
position: relative;
z-index: 1; }
.brainbizz_module_carousel .slick-track:after {
content: '';
display: table;
clear: both; }
.brainbizz_module_carousel .slick-slide {
padding-left: 15px;
padding-right: 15px;
float: left;
height: 100%;
min-height: 1px;
cursor: pointer; }
.brainbizz_module_carousel .slick-slide.dragging img {
pointer-events: none; }
.brainbizz_module_carousel .slick-loading .slick-track,
.brainbizz_module_carousel .slick-loading .slick-slide {
visibility: hidden; } .wgl-pagination {
padding: 11px 0 30px 20px; }
.wgl-pagination .page {
display: inline-block;
vertical-align: top;
margin: 0 2.5px;
padding: 0; }
.wgl-pagination .page-numbers {
position: relative;
z-index: 1;
height: 40px;
width: 40px;
line-height: 40px;
font-size: 16px;
font-weight: 600;
display: block;
padding: 0;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
text-align: center; }
.wgl-pagination .page-numbers .fa {
font-weight: 700;
font-size: 21px; }
.wgl-pagination .page > a:hover {
color: #fff; }
.wgl-pagination .page .current {
cursor: default;
color: #ffffff; }
.wgl-pagination .page:before, .wgl-pagination .page:after {
display: none; }
.wgl-pagination .page:first-child {
margin-left: 0; }
.wgl-pagination .page:last-child {
margin-right: 0; }
.page-link {
clear: both; } .load_more_item {
padding: 9px 40px;
font-weight: 600;
text-transform: uppercase;
display: inline-block;
font-size: 13px;
color: #fff;
min-width: 155px;
border-width: 1px;
border-style: solid;
white-space: nowrap;
margin: 0 20px !important; }
.load_more_item:hover {
background: transparent; }
.text-center.load_more_wrapper {
text-align: center; }
.load_more_wrapper {
margin-top: 50px;
position: relative;
z-index: 1; }
@-webkit-keyframes rotating {
from {
-webkit-transform: rotate(0);
transform: rotate(0); }
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-moz-keyframes rotating {
from {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
transform: rotate(0); }
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transform: rotate(360deg); } }
@-o-keyframes rotating {
from {
-webkit-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0); }
to {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes rotating {
from {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0); }
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg); } }
.load_more_wrapper.blog_load_more {
margin-top: 0; }
.load_more_wrapper.full_width_btn .load_more_item {
width: 100%; }
.load_more_wrapper .load_more_item {
-webkit-transition: .3s ease;
-o-transition: .3s ease;
-moz-transition: .3s ease;
transition: .3s ease;
position: relative; }
.load_more_wrapper .load_more_item.loading:before {
color: inherit; }
.load_more_wrapper .load_more_item:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
opacity: 0;
margin: -10px 0 0 -8px;
position: absolute;
content: "\f021";
top: 50%;
left: 50%;
z-index: 99;
color: #fff;
font-size: 19px;
-webkit-animation: rotating 2s linear infinite;
-moz-animation: rotating 2s linear infinite;
-o-animation: rotating 2s linear infinite;
animation: rotating 2s linear infinite;
-webkit-transition: .3s ease;
-o-transition: .3s ease;
-moz-transition: .3s ease;
transition: .3s ease; }
.load_more_wrapper .loading {
height: 50px;
width: 50px !important;
margin: 0 auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
min-width: initial;
padding: 0; }
.load_more_wrapper .loading.load_more_item:before {
opacity: 1; }
.load_more_wrapper .loading span {
position: absolute;
opacity: 0; } .wgl-row-animation {
position: relative;
z-index: 1; }
.wgl-row-animation .wpb_column {
position: relative;
z-index: 2; }
.wgl-row-animation .wgl-row_background {
position: absolute;
z-index: 1;
top: 50%;
left: 70%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.particles-js {
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: 50% 50%; } #preloader-wrapper {
background-color: #fdfaf8;
z-index: 10000;
position: fixed;
width: 100%;
height: 100%; }
.preloader-container {
position: relative;
width: 82px;
height: 82px;
left: 50%;
top: 50%;
margin-top: -41px;
margin-left: -41px; }
.preloader-container > div {
position: relative;
width: 25px;
height: 25px;
margin: 1px;
float: left;
background: tomato;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
-o-transform-origin: center center;
transform-origin: center center;
-webkit-animation: loader 2s infinite linear;
-moz-animation: loader 2s infinite linear;
-o-animation: loader 2s infinite linear;
animation: loader 2s infinite linear; }
.preloader-container > div:nth-of-type(1), .preloader-container > div:nth-of-type(5), .preloader-container > div:nth-of-type(9) {
-webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
-o-animation-delay: 0.4s;
animation-delay: 0.4s; }
.preloader-container > div:nth-of-type(4), .preloader-container > div:nth-of-type(8) {
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s; }
.preloader-container > div:nth-of-type(2), .preloader-container > div:nth-of-type(6) {
-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
-o-animation-delay: 0.6s;
animation-delay: 0.6s; }
.preloader-container > div:nth-of-type(3) {
-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
-o-animation-delay: 0.8s;
animation-delay: 0.8s; }
@-webkit-keyframes loader {
0% {
-webkit-transform: scale(0);
transform: scale(0); }
40% {
-webkit-transform: scale(1);
transform: scale(1); }
80% {
-webkit-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(0);
transform: scale(0); } }
@-moz-keyframes loader {
0% {
-moz-transform: scale(0);
transform: scale(0); }
40% {
-moz-transform: scale(1);
transform: scale(1); }
80% {
-moz-transform: scale(1);
transform: scale(1); }
100% {
-moz-transform: scale(0);
transform: scale(0); } }
@-o-keyframes loader {
0% {
-o-transform: scale(0);
transform: scale(0); }
40% {
-o-transform: scale(1);
transform: scale(1); }
80% {
-o-transform: scale(1);
transform: scale(1); }
100% {
-o-transform: scale(0);
transform: scale(0); } }
@keyframes loader {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
transform: scale(0); }
40% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
80% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
100% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
transform: scale(0); } } #scroll_up {
position: fixed;
z-index: 20;
width: 44px;
height: 44px;
line-height: 44px;
right: 0;
bottom: 30px;
opacity: 0;
text-align: center;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: translateX(130%);
-moz-transform: translateX(130%);
-ms-transform: translateX(130%);
-o-transform: translateX(130%);
transform: translateX(130%);
cursor: pointer; }
#scroll_up:after {
content: "\f103";
font-family: Flaticon;
font-size: 22px;
display: inline-block;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg); }
#scroll_up.active {
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%); }
#scroll_up:hover:after {
-webkit-animation: scroll_up_anim 1.5s infinite;
-moz-animation: scroll_up_anim 1.5s infinite;
-o-animation: scroll_up_anim 1.5s infinite;
animation: scroll_up_anim 1.5s infinite; }
@-webkit-keyframes scroll_up_anim {
0% {
-webkit-transform: rotate(90deg) translateX(-3px);
transform: rotate(90deg) translateX(-3px); }
50% {
-webkit-transform: rotate(90deg) translateX(3px);
transform: rotate(90deg) translateX(3px); }
100% {
-webkit-transform: rotate(90deg) translateX(-3px);
transform: rotate(90deg) translateX(-3px); } }
@-moz-keyframes scroll_up_anim {
0% {
-moz-transform: rotate(90deg) translateX(-3px);
transform: rotate(90deg) translateX(-3px); }
50% {
-moz-transform: rotate(90deg) translateX(3px);
transform: rotate(90deg) translateX(3px); }
100% {
-moz-transform: rotate(90deg) translateX(-3px);
transform: rotate(90deg) translateX(-3px); } }
@-o-keyframes scroll_up_anim {
0% {
-o-transform: rotate(90deg) translateX(-3px);
transform: rotate(90deg) translateX(-3px); }
50% {
-o-transform: rotate(90deg) translateX(3px);
transform: rotate(90deg) translateX(3px); }
100% {
-o-transform: rotate(90deg) translateX(-3px);
transform: rotate(90deg) translateX(-3px); } }
@keyframes scroll_up_anim {
0% {
-webkit-transform: rotate(90deg) translateX(-3px);
-moz-transform: rotate(90deg) translateX(-3px);
-o-transform: rotate(90deg) translateX(-3px);
transform: rotate(90deg) translateX(-3px); }
50% {
-webkit-transform: rotate(90deg) translateX(3px);
-moz-transform: rotate(90deg) translateX(3px);
-o-transform: rotate(90deg) translateX(3px);
transform: rotate(90deg) translateX(3px); }
100% {
-webkit-transform: rotate(90deg) translateX(-3px);
-moz-transform: rotate(90deg) translateX(-3px);
-o-transform: rotate(90deg) translateX(-3px);
transform: rotate(90deg) translateX(-3px); } } .wpml-ls a span:focus {
outline: none; }
li.wpml-ls-menu-item ul li a {
width: auto; }
.wpml-ls-legacy-dropdown {
width: auto;
text-align: center; }
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu {
opacity: 1;
visibility: visible;
top: 100%; }
.sitepress_container > .wpml-ls {
position: relative;
display: inline-block;
vertical-align: middle;
height: 100%;
z-index: 1; }
.sitepress_container > .wpml-ls > ul, .sitepress_container > .wpml-ls > ul > li {
position: relative;
display: inline-block;
vertical-align: middle;
height: 100%; }
.sitepress_container > .wpml-ls li a {
position: relative;
display: inline-block;
vertical-align: middle;
height: 100%;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.sitepress_container > .wpml-ls li a:before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%; }
.sitepress_container > .wpml-ls li a .wpml-ls-flag {
width: 20px;
height: 20px; }
.wpml-ls-legacy-dropdown .wpml-ls-current-language a:hover {
background: none;
border: 0;
color: inherit !important; }
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
background: none;
border: 0;
color: inherit !important; }
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
border-top: 0;
padding: 10px 0;
margin-top: 0;
min-width: 150px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: left;
opacity: 0;
visibility: hidden;
-webkit-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
transition: all .3s ease-in;
top: -webkit-calc(100% + 15px);
top: -moz-calc(100% + 15px);
top: calc(100% + 15px);
-webkit-box-shadow: 13px 11px 38px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 13px 11px 38px 0px rgba(0, 0, 0, 0.1);
box-shadow: 13px 11px 38px 0px rgba(0, 0, 0, 0.1); }
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item {
line-height: 30px;
padding: 4px 25px; }
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:before {
display: none; }
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a {
padding: 0;
width: 100%;
line-height: inherit;
position: relative;
-webkit-transition: color 200ms;
-o-transition: color 200ms;
-moz-transition: color 200ms;
transition: color 200ms; }
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:link {
-webkit-transition: color 200ms;
-o-transition: color 200ms;
-moz-transition: color 200ms;
transition: color 200ms; }
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a span {
position: relative; }
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a span:before {
content: '';
display: inline-block;
height: 1px;
width: 0%;
vertical-align: middle;
margin-right: 0;
opacity: 0;
visibility: hidden;
-webkit-transition: width .4s, opacity .4s ease;
-o-transition: width .4s, opacity .4s ease;
-moz-transition: width .4s, opacity .4s ease;
transition: width .4s, opacity .4s ease;
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%); }
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a:hover span:before {
width: 100%;
opacity: 1;
visibility: visible; }
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before {
content: '';
position: absolute;
z-index: -1;
top: -10px;
left: 0;
width: 100%;
height: 10px; }
.wpml-ls-legacy-dropdown a {
background: none;
border: 0;
color: inherit; }
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
padding: 5px 0;
line-height: 0; }
.wpml-ls-legacy-dropdown a:hover {
color: inherit;
background: none;
-webkit-transition: 0s;
-o-transition: 0s;
-moz-transition: 0s;
transition: 0s; }
.wpml-ls-legacy-dropdown a:active {
color: inherit;
background: none;
-webkit-transition: 0s;
-o-transition: 0s;
-moz-transition: 0s;
transition: 0s; }
.wpml-ls-legacy-dropdown a:visited {
color: inherit;
background: none;
-webkit-transition: 0s;
-o-transition: 0s;
-moz-transition: 0s;
transition: 0s; }
.wpml-ls-legacy-dropdown a:link {
color: inherit;
background: none;
-webkit-transition: 0s;
-o-transition: 0s;
-moz-transition: 0s;
transition: 0s; }
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
content: '';
display: inline-block;
width: auto;
height: auto;
border: 0;
position: static;
vertical-align: middle;
margin-left: 7px;
opacity: 1;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
-webkit-backface-visibility: hidden;
margin-top: 0;
content: '\f140';
font-family: Flaticon;
font-size: 9px;
font-weight: 100;
margin-left: 5px;
-webkit-transition: color 0.3s;
-o-transition: color 0.3s;
-moz-transition: color 0.3s;
transition: color 0.3s; }  .woo_product_post_media {
margin: 0; }
@-webkit-keyframes wgl_fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0); }
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@-moz-keyframes wgl_fadeInUp {
0% {
opacity: 0;
-moz-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0); }
100% {
opacity: 1;
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
@-o-keyframes wgl_fadeInUp {
0% {
opacity: 0;
transform: translate3d(0, 40px, 0); }
100% {
opacity: 1;
transform: translate3d(0, 0, 0); } }
@keyframes wgl_fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 40px, 0);
-moz-transform: translate3d(0, 40px, 0);
transform: translate3d(0, 40px, 0); }
100% {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); } }
ul.wgl-products,
.woocommerce .products ul.wgl-products {
padding: 0;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row wrap;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -30px; }
ul.wgl-products.animated_products li,
.woocommerce .products ul.wgl-products.animated_products li {
opacity: 0;
-webkit-transform: translate3d(0, 20px, 0);
-moz-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0); }
ul.wgl-products.animated_products li.visible_item,
.woocommerce .products ul.wgl-products.animated_products li.visible_item {
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: .3s;
-moz-animation-duration: .3s;
-o-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-name: wgl_fadeInUp;
-moz-animation-name: wgl_fadeInUp;
-o-animation-name: wgl_fadeInUp;
animation-name: wgl_fadeInUp; }
ul.wgl-products li,
.woocommerce .products ul.wgl-products li {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-flow: column nowrap;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
margin: 0 30px 40px 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease; }
ul.wgl-products li:before,
.woocommerce .products ul.wgl-products li:before {
display: none; }
ul.wgl-products .woocommerce-loop-product__title,
.woocommerce .products ul.wgl-products .woocommerce-loop-product__title {
font-size: 16px;
text-align: center;
margin-top: 16px;
line-height: 22px;
margin-bottom: 0;
font-weight: 500; }
ul.wgl-products .woocommerce-loop-product__title a,
.woocommerce .products ul.wgl-products .woocommerce-loop-product__title a {
font-family: inherit;
font-weight: inherit;
font-size: inherit;
line-height: inherit;
color: inherit; }
ul.wgl-products .star-rating,
.woocommerce .products ul.wgl-products .star-rating {
float: none;
margin: 7px auto 10px;
letter-spacing: 9px;
width: 7.24em;
font-size: 14px;
line-height: 1; }
ul.wgl-products .star-rating:before,
.woocommerce .products ul.wgl-products .star-rating:before {
content: '\f005\f005\f005\f005\f005';
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
ul.wgl-products .price,
.woocommerce .products ul.wgl-products .price {
font-size: 16px;
font-weight: 500;
text-align: center;
display: inline-block;
line-height: 35px; }
ul.wgl-products .price del,
.woocommerce .products ul.wgl-products .price del {
margin-right: 16px;
color: #b5b5b5; }
.woocommerce .woocommerce-product-rating .star-rating {
margin: 0;
letter-spacing: 10px;
width: 7.59em;
font-size: 16px;
line-height: 1;
margin-right: 20px;
margin-left: 6px; }
.woocommerce .woocommerce-product-rating .star-rating:before {
content: '\f005\f005\f005\f005\f005';
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.woocommerce .star-rating {
letter-spacing: 9px;
width: 7.24em;
font-size: 14px;
line-height: 1; }
.woocommerce .star-rating:before {
content: '\f005\f005\f005\f005\f005';
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.woocommerce .star-rating span:before {
content: '\f005\f005\f005\f005\f005';
font-family: FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.columns-3 ul.wgl-products li {
width: -webkit-calc(33.33333% - 30px);
width: -moz-calc(33.33333% - 30px);
width: calc(33.33333% - 30px); }
.columns-4 ul.wgl-products li {
width: -webkit-calc(25% - 30px);
width: -moz-calc(25% - 30px);
width: calc(25% - 30px); }
.columns-2 ul.wgl-products li {
width: -webkit-calc(50% - 30px);
width: -moz-calc(50% - 30px);
width: calc(50% - 30px); }
.columns-1 ul.wgl-products li {
width: -webkit-calc(100% - 30px);
width: -moz-calc(100% - 30px);
width: calc(100% - 30px); }
ul.wgl-products li {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease; }
ul.wgl-products li .picture {
position: relative;
overflow: hidden; }
ul.wgl-products li .picture img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all 4.5s ease-out;
-o-transition: all 4.5s ease-out;
-moz-transition: all 4.5s ease-out;
transition: all 4.5s ease-out;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden; }
ul.wgl-products li .picture:after {
display: block;
height: 100%;
width: 100%;
background-color: rgba(14, 16, 20, 0.5);
content: '';
position: absolute;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
pointer-events: none; }
ul.wgl-products li:hover a.add_to_cart_button, ul.wgl-products li:hover a.button {
visibility: visible;
opacity: 1;
bottom: 0; }
ul.wgl-products li:hover a.add_to_cart_button:hover, ul.wgl-products li:hover a.button:hover {
color: #fff; }
ul.wgl-products li:hover .picture:after {
opacity: 1; }
ul.wgl-products li a.add_to_cart_button, ul.wgl-products li a.button, ul.wgl-products li .added_to_cart.wc-forward {
font-weight: bold;
display: inline-block;
background-image: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-shadow: none;
position: absolute;
left: -1px;
bottom: 10px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
opacity: 0;
visibility: hidden;
font-size: 13px;
line-height: 49px;
padding: 0 37px;
z-index: 2;
text-align: center;
color: #fff;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
white-space: nowrap;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
min-width: 180px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: -webkit-calc(100% + 2px);
width: -moz-calc(100% + 2px);
width: calc(100% + 2px);
text-transform: uppercase; }
ul.wgl-products li a.add_to_cart_button:before, ul.wgl-products li a.button:before, ul.wgl-products li .added_to_cart.wc-forward:before {
content: "\f15e";
font-family: 'flaticon';
margin-right: 15px;
font-size: 16px;
font-weight: 400;
-webkit-transition: all .9s ease;
-o-transition: all .9s ease;
-moz-transition: all .9s ease;
transition: all .9s ease; }
ul.wgl-products li a.button.added:after, ul.wgl-products li button.button.added:after, ul.wgl-products li input.button.added::after {
font-size: 16px;
color: #fff;
vertical-align: inherit;
margin-left: 0; }
ul.wgl-products li a.button.added, ul.wgl-products li button.button.added, ul.wgl-products li input.button.added {
font-size: 0;
height: 50px;
vertical-align: inherit;
color: transparent;
bottom: 0;
opacity: 0;
visibility: visible;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transition-delay: .2s;
-moz-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s; }
ul.wgl-products li a.button.added:before, ul.wgl-products li button.button.added:before, ul.wgl-products li input.button.added:before {
display: none; }
ul.wgl-products li a.button.added + .added_to_cart, ul.wgl-products li button.button.added + .added_to_cart, ul.wgl-products li input.button.added + .added_to_cart {
-webkit-animation-delay: .3s;
-moz-animation-delay: .3s;
-o-animation-delay: .3s;
animation-delay: .3s;
-webkit-animation-name: wgl_flash_in;
-moz-animation-name: wgl_flash_in;
-o-animation-name: wgl_flash_in;
animation-name: wgl_flash_in;
-webkit-animation-duration: .2s;
-moz-animation-duration: .2s;
-o-animation-duration: .2s;
animation-duration: .2s;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
-o-animation-fill-mode: forwards;
animation-fill-mode: forwards; }
ul.wgl-products li a.button.loading, ul.wgl-products li button.button.loading, ul.wgl-products li input.button.loading {
font-size: 0;
height: 50px;
vertical-align: inherit;
color: #fff;
bottom: 0;
opacity: 1;
visibility: visible;
-webkit-transition: .6s ease;
-o-transition: .6s ease;
-moz-transition: .6s ease;
transition: .6s ease;
padding: 0;
min-width: 50px; }
ul.wgl-products li a.button.loading:before, ul.wgl-products li button.button.loading:before, ul.wgl-products li input.button.loading:before {
margin-right: 0;
text-align: center;
display: inline-block;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f110";
font-family: FontAwesome;
-webkit-animation: fa-spin 2s infinite linear;
-moz-animation: fa-spin 2s infinite linear;
-o-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
margin-left: 0;
background: transparent;
color: #fff; }
ul.wgl-products li a.button.loading:after, ul.wgl-products li button.button.loading:after, ul.wgl-products li input.button.loading:after {
display: none; }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(1turn);
transform: rotate(1turn); } }
@-moz-keyframes fa-spin {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-moz-transform: rotate(1turn);
transform: rotate(1turn); } }
@-o-keyframes fa-spin {
0% {
-o-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-o-transform: rotate(1turn);
transform: rotate(1turn); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(1turn);
-moz-transform: rotate(1turn);
-o-transform: rotate(1turn);
transform: rotate(1turn); } }
@-webkit-keyframes wgl_flash_in {
from {
opacity: 0;
visibility: hidden; }
to {
opacity: 1;
bottom: 0;
visibility: visible; } }
@-moz-keyframes wgl_flash_in {
from {
opacity: 0;
visibility: hidden; }
to {
opacity: 1;
bottom: 0;
visibility: visible; } }
@-o-keyframes wgl_flash_in {
from {
opacity: 0;
visibility: hidden; }
to {
opacity: 1;
bottom: 0;
visibility: visible; } }
@keyframes wgl_flash_in {
from {
opacity: 0;
visibility: hidden; }
to {
opacity: 1;
bottom: 0;
visibility: visible; } }
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #fff; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
width: 1px;
height: 16px;
margin-left: -0.5px;
margin-top: -8px;
top: 50%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
text-align: center; }
.woocommerce .products .star-rating {
margin: 5px auto 10px; }
.woocommerce .widget_price_filter .ui-slider-horizontal {
height: 4px;
margin-bottom: 24px;
margin-left: 0;
margin-right: 0; }
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #fff;
border: 1px solid #eeeeee; }
.woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:before {
display: none; }
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
padding-left: 0;
padding-right: 15px; }
.woocommerce .widget_shopping_cart .cart_list li:before, .woocommerce.widget_shopping_cart .cart_list li:before {
display: none; }
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
float: left;
width: 80px;
margin-left: 0;
margin-right: 20px;
margin-top: -2px; }
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
left: auto;
right: 9px;
font: 0/0 serif;
text-shadow: none;
color: transparent;
margin: 0;
top: 18px; }
.woocommerce .widget_shopping_cart .cart_list li a.remove:before, .woocommerce.widget_shopping_cart .cart_list li a.remove:before {
content: "\f14e";
font-family: 'flaticon';
font-size: 11px;
line-height: 1;
display: inline-block;
color: #a8abbe;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover:before, .woocommerce.widget_shopping_cart .cart_list li a.remove:hover:before {
opacity: .6;
color: #ff144b; }
.widget.widget_price_filter .widget-title, .widget.widget_products .widget-title, .widget.widget_shopping_cart .widget-title {
padding-bottom: 13px;
margin-bottom: 2px; }
.widget.widget_price_filter .widget-title {
margin-bottom: 25px; }
.widget.widget_product_tag_cloud .widget-title {
margin-bottom: 14px; }
.widget.widget_products .widget-title, .widget.widget_shopping_cart .widget-title {
margin-bottom: 16px; }
.widget_product_search .woocommerce-product-search {
position: relative;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: -webkit-box-shadow 0.4s;
transition: -webkit-box-shadow 0.4s;
-o-transition: box-shadow 0.4s;
-moz-transition: box-shadow 0.4s, -moz-box-shadow 0.4s;
transition: box-shadow 0.4s;
transition: box-shadow 0.4s, -webkit-box-shadow 0.4s, -moz-box-shadow 0.4s;
margin-bottom: 15px; }
.widget_product_search .woocommerce-product-search:before {
width: 60px;
height: 48px;
position: absolute;
right: 0;
cursor: pointer;
padding: 0;
margin: 0;
font-weight: 400;
content: "\f14a";
color: #363b5b;
display: inline-block;
font-family: 'Flaticon';
font-size: 21px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
text-align: center;
line-height: 48px;
opacity: 1;
text-align: center;
margin-top: 0; }
.widget_product_search .woocommerce-product-search [type="submit"] {
font-size: 0;
width: 40px;
height: 48px;
opacity: 0;
position: absolute;
right: 0;
cursor: pointer;
padding: 0;
margin: 0;
margin-top: 0; }
.widget_product_search .woocommerce-product-search .search-field {
width: 100%;
height: 50px;
padding: 0px 50px 0 18px;
border: none;
outline: none;
font-weight: 400;
background: #ffffff;
border: 1px solid #e4e4e4;
overflow: hidden; }
.widget_product_search .woocommerce-product-search .search-field::-webkit-input-placeholder {
font-size: 14px;
font-weight: 400;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; }
.widget_product_search .woocommerce-product-search .search-field::-moz-placeholder {
font-size: 14px;
font-weight: 400;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; }
.widget_product_search .woocommerce-product-search .search-field::-ms-input-placeholder {
font-size: 14px;
font-weight: 400;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; }
.widget_product_search .woocommerce-product-search .search-field::placeholder {
font-size: 14px;
font-weight: 400;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; }
.widget_product_search .woocommerce-product-search .search-field:focus::-webkit-input-placeholder {
opacity: 0; }
.widget_product_search .woocommerce-product-search .search-field:focus::-moz-placeholder {
opacity: 0; }
.widget_product_search .woocommerce-product-search .search-field:focus::-ms-input-placeholder {
opacity: 0; }
.widget_product_search .woocommerce-product-search .search-field:focus::placeholder {
opacity: 0; }
.woocommerce .star-rating span:before {
color: #f9d322; }
.woocommerce span.onsale {
display: inline-block;
font-size: 12px;
font-weight: 500;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-weight: bold;
width: auto;
line-height: 23px;
height: auto;
padding: 2px 14px 0;
min-width: 45px;
min-height: auto;
text-transform: uppercase;
color: #ffffff;
left: 15px;
top: 15px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #0e1014; }
.product_list_widget .product-title {
font-size: 15px;
font-weight: 500;
line-height: 24px;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
-moz-transition: color 0.3s ease;
transition: color 0.3s ease; }
.product_list_widget del {
margin-right: 14px;
color: #b5b5b5; }
.product_list_widget del .woocommerce-Price-amount {
color: inherit; }
.woocommerce del {
margin-right: 4px;
color: #b5b5b5; }
.woocommerce del .woocommerce-Price-amount {
color: inherit; }
.woocommerce div.product p.price del {
opacity: 1;
font-size: 16px; }
.product_list_widget .woocommerce-Price-amount {
font-size: 14px;
font-weight: 400;
margin-top: 8px;
margin-right: 4px; }
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
font-weight: 500;
font-size: 15px;
line-height: 24px; }
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
padding: 0;
margin-bottom: 30px; }
.woocommerce ul.cart_list li:last-child, .woocommerce ul.product_list_widget li:last-child {
margin-bottom: 0; }
.woocommerce .widget_price_filter .price_slider_amount .button {
font-size: 13px;
font-weight: bold;
line-height: 38px;
margin: 0;
cursor: pointer;
text-decoration: none;
overflow: visible;
padding: 0 32px;
left: auto;
border: 0;
display: inline-block;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-shadow: none;
text-transform: uppercase;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #fff;
border-width: 1px;
border-style: solid;
text-transform: uppercase; }
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
background: transparent; }
.woocommerce .widget_price_filter .price_slider_amount {
font-size: 16px;
line-height: 50px;
font-weight: 400;
text-transform: capitalize;
margin-bottom: 15px; }
.woocommerce .widget_price_filter .price_slider_amount span {
font-weight: 400;
font-size: 16px; }
.woocommerce .widget_price_filter .price_slider_amount span.from {
margin-left: 10px; }
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
margin-top: 16px; }
.woocommerce ul.cart_list li .quantity {
font-weight: 400;
font-size: 14px; }
.woocommerce ul.cart_list li .quantity .woocommerce-Price-amount {
font-weight: 500; }
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
border: 0;
padding-top: 23px;
margin-bottom: 20px;
font-size: 18px;
font-weight: 600; }
.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
font-size: 13px;
font-weight: bold;
line-height: 48px;
margin: 0;
cursor: pointer;
text-decoration: none;
overflow: visible;
padding: 0 25px;
left: auto;
display: inline-block;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-shadow: none;
margin-right: 0;
margin-bottom: 10px;
color: #fff;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-width: 1px;
border-style: solid;
text-transform: uppercase;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.woocommerce .widget_shopping_cart .buttons a.checkout, .woocommerce.widget_shopping_cart .buttons a.checkout {
background: transparent; }
.woocommerce .widget_shopping_cart .buttons a.checkout:hover, .woocommerce.widget_shopping_cart .buttons a.checkout:hover {
color: #fff !important; }
.woocommerce .widget_shopping_cart .buttons a:not(.checkout):hover, .woocommerce.widget_shopping_cart .buttons a:not(.checkout):hover {
background: transparent !important; }
.woocommerce .widget_shopping_cart .buttons a:last-child, .woocommerce.widget_shopping_cart .buttons a:last-child {
margin-bottom: 0; }
.woocommerce .widget_shopping_cart .buttons a:last-child,
.woocommerce.widget_shopping_cart .buttons a:last-child {
margin-right: 0; }
.woocommerce > .brainbizz_module_message_box {
margin-bottom: 20px; }
.woocommerce-mini-cart__buttons.buttons a.button {
width: 100%; }
.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
font-size: 20px;
text-transform: capitalize;
font-weight: 500; }
.woocommerce .widget_shopping_cart .total .woocommerce-Price-amount, .woocommerce.widget_shopping_cart .total .woocommerce-Price-amount {
margin-left: 5px; }
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
display: inline;
width: 50%;
margin: 0 0 30px;
float: left;
font-size: 16px; }
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
display: inline;
width: 50%;
margin: 0 0 30px;
float: left;
text-align: right; }
.woocommerce .woocommerce-ordering select {
float: right;
border: 0;
padding: 6px 16px;
outline: none;
margin: 0;
width: 270px;
max-width: 100%;
display: block;
font-size: 14px;
line-height: 1.4;
background-color: #ffffff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: inherit;
border: 1px solid #e4e4e4;
font-weight: 400; }
.wgl-products-catalog, .wgl-products-related {
clear: both;
overflow: hidden; }
.wgl-products-catalog {
margin-top: 10px; }
.woo_product_image {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.wgl-woocommerce-sorting {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.wgl-woocommerce-sorting:after {
dispay: block;
height: 0;
content: "";
clear: both; }
.wgl-woocommerce-sorting .brainbizz_module_message_box {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.wgl-woocommerce-sorting .brainbizz_module_message_box:before {
display: none; } .woocommerce nav.woocommerce-pagination {
text-align: left;
margin: 20px 0 0 0;
padding: 0;
list-style: none; }
.woocommerce nav.woocommerce-pagination ul {
display: block;
white-space: nowrap;
clear: both;
border: 0;
border-right: 0;
margin: 0;
text-align: left;
padding: 11px 0 30px 0;
font-size: 0; }
.woocommerce nav.woocommerce-pagination ul li {
display: inline-block;
vertical-align: top;
padding: 0;
border: 0;
float: none;
margin: 0 2.5px;
overflow: visible; }
.woocommerce nav.woocommerce-pagination ul li span.current {
color: #fff; }
.woocommerce nav.woocommerce-pagination ul li span.current:after {
width: 100%;
opacity: 1;
visibility: visible; }
.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
border: none;
text-transform: uppercase;
position: relative;
z-index: 1;
height: 40px;
width: 40px;
line-height: 40px;
font-size: 16px;
font-weight: 600;
display: block;
padding: 0;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
text-align: center; }
.woocommerce nav.woocommerce-pagination ul li span:hover, .woocommerce nav.woocommerce-pagination ul li a:hover {
color: #fff; }
.woocommerce nav.woocommerce-pagination ul li span.next,
.woocommerce nav.woocommerce-pagination ul li span.prev,
.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
background: transparent;
font-size: 21px; }
.woocommerce nav.woocommerce-pagination ul li span.next, .woocommerce nav.woocommerce-pagination ul li span.prev, .woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev {
font-weight: 700; }
.woocommerce nav.woocommerce-pagination ul li:first-child {
margin-left: 0; }
.woocommerce nav.woocommerce-pagination ul li:before {
display: none; }
.woocommerce nav.woocommerce-pagination ul li a.current, .woocommerce nav.woocommerce-pagination ul li span {
cursor: default; } .woocommerce-tabs .comment-reply-title {
font-weight: 400;
font-size: 30px;
line-height: 42px;
display: block; }
.woocommerce div.product .woocommerce-tabs .panel > h2 {
display: none; }
.woocommerce div.product .woocommerce-tabs .panel #comments > h2 {
display: none; }
.woocommerce div.product .woocommerce-tabs .panel #respond #commentform label {
display: block;
font-weight: 500; }
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes {
border: 0; }
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes tr {
border: 0; }
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
background: #f6f4f0;
font-weight: 500;
font-size: 18px;
padding: 14px 70px;
border-bottom: 0;
color: #fff;
border: 1px solid #dddddd; }
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes td {
font-style: normal;
border: 0;
background: #fff;
border: 1px solid #dddddd;
padding-left: 20px;
padding-right: 20px; } .woocommerce .summary .product_meta {
border-top: 1px solid #ebebeb;
padding-top: 29px;
padding-bottom: 28px;
margin-top: 3px;
padding-left: 6px; }
.woocommerce .summary .product_meta > span {
display: block;
margin-bottom: 0;
font-weight: 600;
font-size: 16px;
line-height: 36px; }
.woocommerce .summary .product_meta > span:last-child {
margin-bottom: 0; }
.woocommerce .summary .product_meta > span span, .woocommerce .summary .product_meta > span a {
font-weight: 500; }
.woocommerce .summary .product_meta > span span:first-child, .woocommerce .summary .product_meta > span a:first-child {
margin-left: 0; }
.woocommerce .summary form.cart {
border-top: 1px solid rgba(77, 77, 77, 0.1);
margin-bottom: 0 !important;
padding-top: 40px;
padding-bottom: 35px; }
.woocommerce-product-gallery figure {
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.woocommerce-product-gallery figure > div {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.woocommerce-product-gallery .flex-viewport {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.woocommerce-product-gallery .flex-viewport figure {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.woocommerce-product-gallery .flex-viewport figure > div {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block; }
.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer; }
.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5; }
.woocommerce-product-gallery .flex-control-thumbs img.flex-active, .woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1; }
.woocommerce-product-gallery img {
display: block; }
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%; }
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%; }
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%; }
.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99; }
a.woocommerce-product-gallery__trigger {
text-decoration: none; }
.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: 20px;
right: 20px;
height: 45px;
width: 45px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
color: #ffffff; }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
background: #000;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
top: 24px;
left: 27px; }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:after {
background: #fff; }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
border: 2px solid #000;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
top: 14px;
left: 14px; }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:before {
border: 2px solid #fff; }
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0; }
.product .flex-control-nav li {
margin-left: 0;
padding: 0; }
.product .flex-control-nav li:before {
display: none; }
.product .flex-control-nav li img {
margin: 0 auto; }
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
width: 48%;
max-width: 540px;
margin-bottom: 2.5em; }
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
width: 49%; }
.woocommerce div.product div.images .flex-control-thumbs li {
margin-right: 20px;
margin-bottom: 20px;
width: 120px;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: visible; }
.woocommerce div.product div.images .flex-control-thumbs li img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
opacity: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.17);
-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.17);
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.17); }
.woocommerce div.product .woocommerce-product-rating {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.woocommerce div.product .summary .woocommerce-product-rating {
margin-bottom: 1em; }
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
clear: none; }
.woocommerce div.product div.images .flex-control-thumbs li:last-child {
margin-right: 0; }
.woocommerce div.product div.images .flex-control-thumbs {
margin-top: 20px;
overflow: visible !important; }
.woocommerce div.product div.images .flex-control-thumbs:after {
display: block;
height: 0;
content: '';
clear: both; }
.woocommerce div.product .product_title {
font-size: 36px;
font-weight: 400;
line-height: 1;
margin-top: 0;
margin-bottom: 12px; }
.woocommerce div.product .summary p.price, div.product .summary span.price,
.woocommerce div.product .summary .woocommerce-variation-price .price {
margin-top: 12px;
font-size: 24px;
margin-bottom: 32px; }
.woocommerce div.product .summary p.price .woocommerce-Price-currencySymbol, div.product .summary span.price .woocommerce-Price-currencySymbol,
.woocommerce div.product .summary .woocommerce-variation-price .price .woocommerce-Price-currencySymbol {
margin-right: 5px; }
.woocommerce-review-link {
color: #7b7d90;
font-size: 14px; }
.woocommerce div.product .summary p.price ins, div.product .summary span.price ins {
text-decoration: none; }
.woocommerce div.product p.price, .woocommerce div.product span.price {
font-size: 16px; }
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
font-weight: 500; }
.woocommerce div.product form.cart .variations tr {
border: 0; }
.woocommerce div.product form.cart .variations td.label {
display: list-item;
padding: 0;
list-style: none;
background-color: transparent; }
.woocommerce div.product form.cart .variations td.value {
margin-bottom: 30px; }
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
text-align: left;
line-height: 1;
padding: 0;
display: list-item;
padding: 0;
list-style: none;
background-color: transparent; }
.woocommerce div.product form.cart .variations select {
min-width: auto;
display: inline-block;
margin-right: 0; }
.woocommerce div.product form.cart div.quantity {
margin-right: 20px; }
.woocommerce div.product form.cart div.quantity .qty {
height: 50px;
width: 90px;
display: inline-block;
vertical-align: middle;
background: transparent;
border: 0;
padding: 0 20px 0 10px;
font-size: 20px;
font-weight: 400;
background: #f3f3f3; }
.woocommerce div.product form.cart div.quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce div.product form.cart div.quantity input[type=number]::-webkit-outer-spin-button {
opacity: 1; }
.woocommerce div.product form.cart .button {
font-size: 13px;
height: 50px;
font-weight: bold;
line-height: 48px;
padding: 0 37px;
border-width: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
text-transform: uppercase;
border-width: 1px;
border-style: solid;
background: transparent;
position: relative;
-webkit-transition: all .6s ease;
-o-transition: all .6s ease;
-moz-transition: all .6s ease;
transition: all .6s ease;
color: #fff; }
.woocommerce div.product form.cart .button:hover {
background: #fff !important; }
.woocommerce div.product form.cart .button.disabled {
color: #fff !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs {
margin: 0;
padding: 0;
overflow: visible; }
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
display: inline-block;
font-size: 14px;
font-weight: bold;
letter-spacing: 0.08em;
position: relative;
z-index: 0;
margin: 0;
padding: 0;
float: left;
line-height: 2;
text-align: center;
cursor: pointer;
-webkit-transition: 0s;
-o-transition: 0s;
-moz-transition: 0s;
transition: 0s;
background: transparent;
margin-right: 21px;
border: 1px solid #dddddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
-webkit-box-shadow: 13px 11px 38px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 13px 11px 38px 0px rgba(0, 0, 0, 0.1);
box-shadow: 13px 11px 38px 0px rgba(0, 0, 0, 0.1);
border-color: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover:after {
display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child:after {
display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
margin-right: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 11px 39px;
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
text-decoration: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0; }
.woocommerce #review_form #respond p a {
color: #f9d322;
margin-right: 9px; }
.woocommerce #reviews #comment {
height: 118px; }
.woocommerce #reviews #comments ol.commentlist li .raiting-meta-wrapper {
display: block;
position: absolute;
right: 0;
top: 0; }
.woocommerce #reviews #comments ol.commentlist li img.avatar {
float: none;
position: static;
top: 0;
left: 0;
padding: 0;
background: none;
border: 0;
margin: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
display: block;
height: auto;
width: 100%; }
.woocommerce div.product .woocommerce-tabs .panel {
padding: 20px 0 27px 0;
margin-bottom: 16px; }
.woocommerce div.product .woocommerce-tabs .panel #comments {
padding-top: 0;
margin-top: 0;
margin-bottom: 0; }
.related.products {
margin-top: 0; }
.related > h2 {
text-align: left;
font-size: 30px;
font-weight: 400;
line-height: 52px;
margin-bottom: 10px;
position: relative;
z-index: 1;
padding-bottom: 12px;
text-transform: capitalize; }
.woocommerce div.product form.cart .group_table tr {
border: 0; }
.woocommerce div.product form.cart .group_table tr .woocommerce-grouped-product-list-item__label {
text-align: left; }
.woocommerce div.product form.cart .group_table tr td {
vertical-align: middle; }
.woocommerce div.product form.cart .group_table tr td label {
margin-bottom: 0;
font-weight: 400;
font-size: 18px; } .woocommerce #respond input#submit {
display: inline-block;
font-size: 13px;
font-weight: bold;
vertical-align: top;
text-transform: uppercase;
letter-spacing: 0.09em;
line-height: 34px;
padding: 9px 34px 9px;
margin-bottom: 16px;
color: #ffffff;
border-width: 1px;
border-style: solid;
-webkit-transition: all 400ms;
-o-transition: all 400ms;
-moz-transition: all 400ms;
transition: all 400ms;
outline: none;
cursor: pointer;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin-top: 10px; }
.woocommerce #respond input#submit:hover {
background: transparent; }
.woocommerce #respond form#commentform > p {
padding-left: 0;
padding-right: 0; }
.woocommerce #respond form#commentform > p.comment-form-author, .woocommerce #respond form#commentform > p.comment-form-email {
width: 50%;
float: left;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 16px; }
.woocommerce #respond form#commentform > p.comment-form-author input, .woocommerce #respond form#commentform > p.comment-form-email input {
position: relative;
width: 100%; }
.woocommerce #respond form#commentform > p.comment-notes {
margin-bottom: 20px; }
.woocommerce #respond form#commentform > p textarea {
position: relative; }
.woocommerce #respond form#commentform .comment-form-rating, .woocommerce #respond form#commentform .comment-notes, .woocommerce #respond form#commentform .comment-form-comment, .woocommerce #respond form#commentform .form-submit {
padding-left: 15px;
padding-right: 15px; }
.woocommerce #respond form#commentform .comment-form-rating {
margin-bottom: 16px;
padding: 0 0 0 20px; }
.woocommerce #respond form#commentform {
margin-left: -15px;
margin-right: -15px; } .woocommerce ul#shipping_method .amount {
font-weight: 500; }
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
font-size: 18px; }
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping th {
line-height: 36px;
vertical-align: top; }
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
width: 90px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.woocommerce table.shop_table {
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
margin: 0;
font-size: 18px; }
.woocommerce table.shop_table .woocommerce-Price-amount.amount {
font-size: 18px;
font-weight: 500;
color: #46e1ac; }
.woocommerce table.shop_table.cart input.button {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
line-height: 45px;
padding: 0 30px;
text-align: center;
font-size: 13px;
font-weight: bold;
height: 45px;
border-width: 1px;
border-style: solid;
letter-spacing: 0; }
.woocommerce table.shop_table div.quantity .qty {
height: 40px;
width: 97px;
display: inline-block;
vertical-align: middle;
background: #f3f3f3;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
padding: 0;
font-size: 18px; }
.woocommerce table.shop_table td {
padding-left: 0;
padding-right: 0;
border: 0;
border-top: 1px solid #ebebeb;
padding-top: 20px;
padding-bottom: 20px; }
.woocommerce table.shop_table td.product-total .woocommerce-Price-amount.amount {
color: #838990; }
.woocommerce table.shop_table td.product-remove {
padding-left: 8px;
padding-right: 8px; }
.woocommerce table.shop_table td.product-name .product-quantity {
font-weight: 400;
opacity: .6; }
.woocommerce table.shop_table td.product-quantity .quantity input[type="number"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
display: inline-block;
position: relative;
height: 50px;
width: 97px;
display: inline-block;
vertical-align: middle;
background: #f3f3f3;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border: 0;
padding: 0 20px 0 15px;
font-size: 18px; }
.woocommerce table.shop_table td.product-quantity .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce table.shop_table td.product-quantity .quantity input[type=number]::-webkit-outer-spin-button {
opacity: 1; }
.woocommerce table.shop_table td.product-quantity .quantity .number-input {
border: 2px solid #ddd;
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -moz-inline-box;
display: -ms-inline-flexbox;
display: inline-flex; }
.woocommerce table.shop_table td.product-quantity .quantity .number-input,
.woocommerce table.shop_table td.product-quantity .quantity .number-input * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.woocommerce table.shop_table td.product-quantity .quantity .number-input button {
outline: none;
-webkit-appearance: none;
background-color: transparent;
border: none;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 3rem;
height: 3rem;
cursor: pointer;
margin: 0;
position: relative; }
.woocommerce table.shop_table td.product-quantity .quantity .number-input button:before,
.woocommerce table.shop_table td.product-quantity .quantity .number-input button:after {
display: inline-block;
position: absolute;
content: '';
width: 1rem;
height: 2px;
background-color: #212121;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.woocommerce table.shop_table td.product-quantity .quantity .number-input button.plus:after {
-webkit-transform: translate(-50%, -50%) rotate(90deg);
-moz-transform: translate(-50%, -50%) rotate(90deg);
-ms-transform: translate(-50%, -50%) rotate(90deg);
-o-transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(90deg); }
.woocommerce table.shop_table td.product-quantity .quantity .number-input input[type=number] {
max-width: 5rem;
padding: .5rem;
border: solid #ddd;
border-width: 0 2px;
font-size: 2rem;
height: 3rem;
font-weight: bold;
text-align: center;
background: transparent; }
.woocommerce table.shop_table td.product-quantity .quantity span {
font-size: 11px;
cursor: pointer;
display: block;
position: absolute;
left: 0;
top: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
margin-left: 15px; }
.woocommerce table.shop_table td.product-quantity .quantity span:before {
content: "\f068";
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; }
.woocommerce table.shop_table td.product-quantity .quantity span.plus {
margin-left: 0;
margin-right: 15px;
right: 0;
left: auto; }
.woocommerce table.shop_table td.product-quantity .quantity span.plus:before {
content: "\f067"; }
.woocommerce table.shop_table td.product-name, .woocommerce table.shop_table td.product-thumbnail {
text-align: left; }
.woocommerce table.shop_table td.product-thumbnail {
white-space: nowrap;
width: 1%;
padding-left: 10px; }
.woocommerce table.shop_table td.product-name {
padding-left: 34px;
font-weight: 400; }
.woocommerce table.shop_table td.product-name a {
color: inherit; }
.woocommerce table.shop_table tbody tr:first-child td {
border-top: 0; }
.woocommerce table.shop_table thead {
background: #f6f4f0; }
.woocommerce table.shop_table thead tr {
border: 0; }
.woocommerce table.shop_table thead th {
padding: 0;
line-height: 50px;
font-weight: 500;
font-size: 18px;
border: 0;
color: #fff; }
.woocommerce table.shop_table thead th.product-name {
padding-left: 40px;
text-align: left; }
.woocommerce table.shop_table tfoot tr th {
text-align: left;
padding-left: 40px; }
.woocommerce table.shop_table th {
border: 0; }
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
background: #fff; }
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
content: '';
display: block;
border: 1em solid #fff;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
position: absolute;
top: -.75em;
left: 0;
margin: -1em 0 0 2em; }
#add_payment_method .cart-collaterals .shipping-calculator-button::after, .woocommerce-cart .cart-collaterals .shipping-calculator-button::after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
display: none; }
#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
margin-top: 0;
font-size: 18px; }
.woocommerce-cart .cart-collaterals .button, .woocommerce-checkout .cart-collaterals .button {
width: 100%; }
.woocommerce ul#shipping_method li {
padding-left: 0;
margin: 0; }
.woocommerce ul#shipping_method li:before {
display: none; }
.checkout.woocommerce-checkout #ship-to-different-address,
.checkout.woocommerce-checkout #ship-to-different-address span {
font-size: 18px;
line-height: 24px;
font-weight: 500; }
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
float: right;
border: 1px solid #ebebeb;
background: #fff;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 40px 40px 28px;
width: 372px;
margin-bottom: 60px;
margin-top: 30px; }
.woocommerce .cart-collaterals .cart_totals > h2,
.woocommerce-page .cart-collaterals .cart_totals > h2 {
font-size: 20px;
font-weight: 500;
line-height: 24px;
margin-bottom: 25px; }
.woocommerce .cart-collaterals .cart_totals table tr,
.woocommerce-page .cart-collaterals .cart_totals table tr {
border: 0; }
.woocommerce .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total th {
font-weight: 500; }
.woocommerce .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount {
font-weight: 400; }
.woocommerce .cart-collaterals .cart_totals table th, .woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table td {
text-align: left;
padding: 4px 0; }
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
width: 1%;
white-space: nowrap;
font-weight: 400;
font-size: 18px;
vertical-align: middle;
border: 0; }
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
padding-left: 10px;
font-weight: 400;
font-size: 22px;
text-align: right; }
.woocommerce .cart-collaterals .cart_totals table tbody tr:first-child td,
.woocommerce-page .cart-collaterals .cart_totals table tbody tr:first-child td {
font-size: 18px;
text-align: right; }
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
margin: 0;
border-bottom: 0;
border-top: 1px solid #ebebeb;
padding-bottom: 0;
padding-top: 18px; }
#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
padding: 14px 0; }
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
display: inline-block;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
padding: 0 37px;
line-height: 50px;
margin-bottom: 0;
letter-spacing: .07em;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-width: 1px;
border-style: solid;
letter-spacing: 0; }
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
background: transparent !important; }
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
border-top: 0; }
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease; }
.woocommerce button.button {
padding: 0 25px;
line-height: 50px;
color: #fff;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-size: 13px;
font-weight: bold;
vertical-align: top;
text-transform: uppercase;
letter-spacing: 0; }
.woocommerce form.checkout_coupon .form-row {
float: left; }
.woocommerce form.checkout_coupon {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.woocommerce form .form-row textarea {
height: 120px; }
.woocommerce form .form-row textarea:focus {
-webkit-box-shadow: 13px 11px 38px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 13px 11px 38px 0px rgba(0, 0, 0, 0.1);
box-shadow: 13px 11px 38px 0px rgba(0, 0, 0, 0.1); }
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
padding: 0;
background: transparent;
font-size: 13px;
line-height: 48px;
padding: 0 25px;
border-width: 1px;
border-style: solid;
font-weight: bold;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
letter-spacing: 0; }
.woocommerce .cart .button, .woocommerce .cart input.button {
font-size: 13px;
line-height: 45px;
padding: 0 25px;
border-width: 1px;
border-style: solid;
font-weight: bold;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #fff;
letter-spacing: 0; }
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
background: transparent; }
.woocommerce a.button {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #fff;
font-weight: bold;
line-height: 45px;
padding: 0 25px;
text-transform: capitalize; }
.woocommerce table.shop_table.cart input.button:hover {
background: transparent; }
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
background: transparent !important;
text-transform: uppercase; }
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
color: initial !important; } .woocommerce a.remove {
font-size: 0;
text-shadow: none;
color: transparent !important;
margin: 0;
display: inline;
line-height: inherit; }
.woocommerce a.remove:before {
content: "\f14e";
font-family: 'flaticon';
font-size: 12px;
display: inline-block;
color: #bfc1c2;
text-rendering: auto;
font-weight: initial;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
.woocommerce a.remove:hover:before {
color: #ff144b; }
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
width: 270px;
margin-right: 10px;
padding-left: 15px;
background: transparent;
font-weight: 400;
height: 45px;
font-size: 14px; } .woocommerce-error, .woocommerce-info, .woocommerce-message {
background-color: transparent; }
.woocommerce-message {
border-top: 0; }
.woocommerce-message a.button {
line-height: 40px;
font-size: 13px;
font-weight: bold;
margin: 0;
cursor: pointer;
text-decoration: none;
overflow: visible;
padding: 0 25px;
left: auto;
display: inline-block;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
text-shadow: none;
color: #fff;
text-transform: capitalize;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-width: 1px;
border-style: solid; }
.woocommerce-message a.button:hover {
background: transparent !important; }
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
color: #fff; }
.woocommerce .brainbizz_module_message_box .message_text {
line-height: 40px; }
.woocommerce-info {
border: 0;
font-size: 14px;
line-height: 1.7; } .woocommerce form .form-row .select2-container--default .select2-selection--single {
padding: 0 30px;
outline: none;
margin: 0;
width: 100%;
max-width: 100%;
display: block;
font-size: 14px;
line-height: 1.7;
border-width: 0;
border-style: solid;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
font-family: inherit;
height: 50px;
border-width: 1px;
border-style: solid;
border-color: #dddddd;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
height: 50px; }
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 50px;
padding-left: 0;
padding-right: 0;
color: #7a7a7a; }
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
right: 10px; }
.woocommerce form .form-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #c2c2c2 transparent transparent transparent; }
body .select2-dropdown {
border-color: #e4e4e4;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; } .checkout.woocommerce-checkout h3 {
margin-bottom: 0; }
.checkout.woocommerce-checkout .woocommerce-billing-fields > h3,
.checkout.woocommerce-checkout #order_review_heading {
margin-bottom: 20px; }
.woocommerce-notice.woocommerce-notice--info.woocommerce-info:before {
display: none; }
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
padding: 0 25px;
line-height: 45px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
font-size: 13px;
border-width: 1px;
border-style: solid; }
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
background: transparent; }
.woocommerce-error {
border-top: 0;
margin: 0;
padding: 0; }
.woocommerce-error:before {
display: none; }
.woocommerce-error li:before {
display: none !important; }
.woocommerce .col2-set {
width: 47.8260869565%;
float: left;
margin-right: 4.347826087%; }
.woocommerce .col2-set > .col-1, .woocommerce .col2-set > .col-2, .woocommerce .col2-set > [class^="col"] {
width: 100%;
float: none;
margin-bottom: 30px; }
.woocommerce #order_review_heading, .woocommerce #order_review {
width: 47.8260869565%;
float: right;
margin-right: 0; }
.woocommerce #order_review table.shop_table tbody tr:first-child td, .woocommerce #order_review table.shop_table tbody tr:first-child th {
padding-top: 35px; }
.woocommerce #order_review table.shop_table tfoot tr:last-child td, .woocommerce #order_review table.shop_table tfoot tr:last-child th {
padding-bottom: 35px; }
.woocommerce #order_review table.shop_table td,
.woocommerce #order_review table.shop_table tfoot th {
padding-top: 15px;
padding-bottom: 15px; }
.woocommerce #add_payment_method #payment div.form-row,
.woocommerce .woocommerce-cart #payment div.form-row,
.woocommerce .woocommerce-checkout #payment div.form-row {
margin-bottom: 0; }
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
border-color: #f7f7f7;
background-color: #f7f7f7; }
.woocommerce-checkout #payment {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0; }
.woocommerce form .form-row .required {
text-decoration: none;
font-weight: 400; }
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
padding: 2em 1.5em 0;
border-bottom: 0; }
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
padding-top: 0;
line-height: 1.7;
padding-left: 0; }
#add_payment_method #payment ul.payment_methods li:before, .woocommerce-cart #payment ul.payment_methods li:before, .woocommerce-checkout #payment ul.payment_methods li:before {
display: none !important; }
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
padding: 0em 2em 2.5em; }
.woocommerce-billing-fields__field-wrapper {
margin-top: -6px; }
.woocommerce form .form-row label {
font-weight: 500; }
.woocommerce div.product form.cart .reset_variations {
font-size: 0;
text-shadow: none;
color: transparent !important;
margin: 0 0 0 5px;
display: inline;
line-height: inherit; }
.woocommerce div.product form.cart .reset_variations:before {
content: "\f0e2";
font-family: 'FontAwesome';
font-size: 16px;
display: inline-block;
color: #737373;
text-rendering: auto;
font-weight: initial;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; } .woocommerce-notices-wrapper {
margin-bottom: 20px; }
.woocommerce .woocommerce-checkout .brainbizz_module_message_box {
margin-bottom: 20px; }
.woocommerce .woocommerce-checkout .type_error .message_icon_wrap {
background: transparent; }
.woocommerce .woocommerce-checkout .type_error .message_icon_wrap .message_icon {
color: #fd2231; }
.woocommerce .woocommerce-checkout .type_error .message_close_button {
display: none; }  @media only screen and (max-width: 1200px) {
.woocommerce-mini-cart__buttons.buttons {
display: block; }
.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
width: 100%; }
ul.wgl-products li a.add_to_cart_button, ul.wgl-products li a.button, ul.wgl-products li .added_to_cart.wc-forward {
font-size: 0;
line-height: 0;
min-height: 50px;
min-width: 0;
padding: 0; }
ul.wgl-products li a.add_to_cart_button:before, ul.wgl-products li a.button:before, ul.wgl-products li .added_to_cart.wc-forward:before {
left: 50%;
margin-left: 0;
margin-right: 0;
line-height: 50px; }
ul.wgl-products li a.button.loading:before, ul.wgl-products li button.button.loading:before, ul.wgl-products li input.button.loading:before {
left: 0; } }
@media only screen and (max-width: 1024px) {
.woocommerce-mini-cart__buttons.buttons {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex; }
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
margin-right: 10px;
margin-bottom: 0;
width: auto; } }
@media only screen and (max-width: 992px) {
.columns-4 ul.wgl-products li {
width: -webkit-calc(50% - 30px);
width: -moz-calc(50% - 30px);
width: calc(50% - 30px); } }
@media only screen and (max-width: 768px) {
.wgl-products-wrapper ul.wgl-products li {
width: -webkit-calc(50% - 30px);
width: -moz-calc(50% - 30px);
width: calc(50% - 30px); }
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
width: 100%; }
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
width: 100%;
clear: both; }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
width: 100%; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
margin-right: 0; }
.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
border: 0; }
.woocommerce table.shop_table td.product-name,
.woocommerce table.shop_table thead th.product-name,
.woocommerce table.shop_table tfoot tr th {
padding-left: 20px; }
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
background-color: transparent; }
.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
display: block;
width: auto; }
.woocommerce .col2-set {
width: 100%;
float: left;
margin-right: 0; }
.woocommerce #order_review_heading, .woocommerce #order_review {
width: 100%; }
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
width: auto; } }
@media only screen and (max-width: 600px) {
.woocommerce form.checkout_coupon .form-row {
width: 100%; }
.wgl-products-wrapper ul.wgl-products li,
.woocommerce .wgl-products-wrapper ul.wgl-products li {
width: 100%;
margin-right: 0; }
ul.wgl-products, .woocommerce .products ul.wgl-products {
margin-right: 0; }
.wgl-woocommerce-sorting {
display: block; }
.wgl-woocommerce-sorting p.woocommerce-result-count {
width: 100%;
margin: 0 0 20px 0;
text-align: right; }
.wgl-woocommerce-sorting form.woocommerce-ordering {
width: 100%;
margin: 0 0 30px 0; }
.woocommerce table.shop_attributes th {
width: auto; }
.woocommerce div.product .woocommerce-tabs .panel table.shop_attributes th {
padding: 14px 20px; }
.woocommerce .brainbizz_module_message_box .message_text {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-moz-box-orient: vertical;
-moz-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; }
.woocommerce .brainbizz_module_message_box .message_text a {
width: -webkit-max-content;
width: -moz-max-content;
width: max-content; } }
@media only screen and (max-width: 426px) {
.woocommerce .brainbizz_module_message_box .message_text {
line-height: inherit; } } .rev_slider .tp-caption a {
color: inherit;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease; }
.rev_slider .tp-caption .brainbizz_module_social a {
line-height: 26px !important;
-webkit-transition: all .3s ease !important;
-o-transition: all .3s ease !important;
-moz-transition: all .3s ease !important;
transition: all .3s ease !important; }
.add_wave_rev_slider .tp-bgimg.defaultimg:before {
content: "";
display: block;
position: absolute;
bottom: 0;
width: 100%;
background: url(//www.dhanvriddhi.in/wp-content/themes/brainbizz/img/wave_header.svg);
height: 20%;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%; } body .footer .widget .widget-title {
color: #fff; }
body .footer .widget_rss ul li .rsswidget,
body .footer select {
color: #ffffff; }
body .footer select:focus,
body .footer select:active {
border: 1px solid #dddddd;
background: transparent; }
body .footer ul li:before {
background: #fff; }
body .footer ul li.recentcomments {
color: #fff; }
body .footer .widget_rss ul li .rss-date,
body .footer .widget_rss ul li cite {
color: #fff;
opacity: .7; }
body .widget {
position: relative;
z-index: 1; }
body .widget:not(:first-child) {
padding-top: 43px; }
body .widget .widget-title {
font-size: 14px;
line-height: 1.4;
text-align: center;
font-weight: 600;
margin-bottom: 12px;
padding-bottom: 12px;
position: relative;
text-transform: uppercase;
letter-spacing: 0.01em;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 1; }
body .widget .widget-title:before, body .widget .widget-title:after {
content: '';
position: relative;
z-index: -1;
top: 50%;
height: 2px;
width: -webkit-calc(100% - 20px);
width: -moz-calc(100% - 20px);
width: calc(100% - 20px);
background: #ececec;
left: 0; }
body .widget .widget-title:before {
left: 0; }
body .widget .widget-title:right {
right: 0; }
body .widget .widget-title .rsswidget {
margin-right: 5px;
line-height: 0; }
body .widget .widget-title .widget-title_wrapper {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-moz-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin: 0 20px; }
body .widget ul li {
font-weight: 400;
font-size: 18px; }
body .widget ul li a {
color: inherit;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease; }
body .widget ul li:before {
display: none; }
body .widget > ul,
body .widget > div > ul {
padding-bottom: 0; }
body .widget > #recentcomments {
margin-top: -7px; }
body .widget > ul > li li,
body .widget > div > ul > li li {
padding-top: 10px;
padding-bottom: 0;
padding-left: 20px; }
body .widget_archive ul, body .widget_recent_entries ul, body .widget_categories ul, body .widget_product_categories ul, body .widget_meta ul {
margin-top: -7px; }
body .widget_archive ul li, body .widget_recent_entries ul li, body .widget_categories ul li, body .widget_product_categories ul li, body .widget_meta ul li {
padding: 5px 0 5px 20px;
line-height: 30px; }
body .widget_archive ul li:before, body .widget_recent_entries ul li:before, body .widget_categories ul li:before, body .widget_product_categories ul li:before, body .widget_meta ul li:before {
display: block;
content: "";
width: 5px;
height: 5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
position: absolute;
z-index: 1;
left: 2px;
top: 20px;
color: inherit; }
body .widget_archive ul ul, body .widget_recent_entries ul ul, body .widget_categories ul ul, body .widget_product_categories ul ul, body .widget_meta ul ul {
margin-top: 0; }
body .widget_archive ul ul li:before, body .widget_recent_entries ul ul li:before, body .widget_categories ul ul li:before, body .widget_product_categories ul ul li:before, body .widget_meta ul ul li:before {
top: 25px; }
body .widget_categories ul li, body .widget_product_categories ul li, body .widget_meta ul li, body .widget_archive ul li {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease; }
body .widget_categories ul li .post_count, body .widget_product_categories ul li .post_count, body .widget_meta ul li .post_count, body .widget_archive ul li .post_count {
font-size: 14px;
font-weight: 600;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
vertical-align: super;
display: inline-block;
margin-top: -30px; }
body .widget_categories ul li .post_count:before, body .widget_product_categories ul li .post_count:before, body .widget_meta ul li .post_count:before, body .widget_archive ul li .post_count:before {
content: "("; }
body .widget_categories ul li .post_count:after, body .widget_product_categories ul li .post_count:after, body .widget_meta ul li .post_count:after, body .widget_archive ul li .post_count:after {
content: ")"; }
body .widget_categories ul li:before, body .widget_product_categories ul li:before, body .widget_meta ul li:before, body .widget_archive ul li:before {
display: none; }
body .widget_categories ul li > a:before, body .widget_product_categories ul li > a:before, body .widget_meta ul li > a:before, body .widget_archive ul li > a:before {
display: block;
content: "";
width: 5px;
height: 5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
position: absolute;
z-index: 1;
left: 2px;
top: 20px;
color: inherit;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease; }
body .widget_categories ul li ul li a:before, body .widget_product_categories ul li ul li a:before, body .widget_meta ul li ul li a:before, body .widget_archive ul li ul li a:before {
top: 25px; }
body .widget_categories ul li ul li:last-child, body .widget_product_categories ul li ul li:last-child, body .widget_meta ul li ul li:last-child, body .widget_archive ul li ul li:last-child {
padding-bottom: 0; }
body .widget_categories ul li ul li:after, body .widget_product_categories ul li ul li:after, body .widget_meta ul li ul li:after, body .widget_archive ul li ul li:after {
bottom: initial;
top: 0; }
body .widget_categories ul li a:hover, body .widget_product_categories ul li a:hover, body .widget_meta ul li a:hover, body .widget_archive ul li a:hover {
padding-left: 13px; }
body .widget_categories ul li a:hover:before, body .widget_product_categories ul li a:hover:before, body .widget_meta ul li a:hover:before, body .widget_archive ul li a:hover:before {
-webkit-transform: translateX(13px);
-moz-transform: translateX(13px);
-ms-transform: translateX(13px);
-o-transform: translateX(13px);
transform: translateX(13px); }
body .widget_categories select, body .widget_product_categories select, body .widget_meta select, body .widget_archive select {
width: 100%;
margin-bottom: 10px; }
body .widget_categories a, body .widget_product_categories a, body .widget_meta a, body .widget_archive a {
text-transform: capitalize;
padding-right: 5px;
display: inline; }
body .widget_comments > ul > li:before {
content: "\f109";
position: relative;
z-index: 1;
font-family: flaticon;
top: 0;
width: auto;
height: auto;
display: inline-block !important;
vertical-align: middle;
background-color: transparent !important;
margin-right: 10px; }
body .widget_recent_entries ul li .post-date {
font-size: 0.8em;
float: right; }
body .widget_recent_entries ul li:before {
font-family: 'flaticon';
content: "\f115";
font-size: 14px;
width: 0;
height: 0;
left: 0px;
top: 5px; }
body .widget_recent_entries ul li:after {
content: '';
clear: both;
display: table; }
body .widget_pages ul {
margin-top: -7px; }
body .widget_pages ul ul {
margin-top: 0; }
body .widget_recent_comments ul li, body .widget_pages ul li {
padding: 5px 0;
line-height: 30px; }
body .widget_rss .widget-title > a {
font-size: 20px;
line-height: 1.4;
text-align: center;
font-weight: 500;
margin-bottom: 12px;
padding-bottom: 12px;
position: relative;
text-transform: capitalize;
letter-spacing: 0.01em; }
body .widget_rss .widget-title > a img {
display: none; }
body .widget_rss ul li {
padding: 40px 0 0 0; }
body .widget_rss ul li:first-child {
padding-top: 0; }
body .widget_rss ul li .rsswidget {
font-size: 18px;
font-weight: 400;
line-height: 28px;
display: inline-block; }
body .widget_rss ul li .rss-date {
font-size: 16px;
display: block;
font-style: normal;
line-height: 1.5;
margin: 0 0 20px; }
body .widget_rss ul li .rssSummary {
font-size: 14px;
line-height: 24px;
margin-bottom: 15px; }
body .widget_rss ul li cite {
display: block;
position: relative;
margin-top: 0;
font-size: 16px;
font-style: normal;
font-weight: 400;
text-transform: capitalize;
color: #7e7e7e; }
body .widget_rss ul li cite:before {
content: '\2013';
margin-right: 5px; }
.wp-block-archives-dropdown {
display: inline-block;
position: relative; }
.wp-block-archives-dropdown select {
min-width: 270px; }
ul.wp-block-archives.wp-block-archives-list li:before {
display: none; }
ul.wp-block-archives.wp-block-archives-list li a {
color: inherit; }
ul.wp-block-archives.wp-block-archives-list li a:before {
display: block;
content: "";
width: 5px;
height: 5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
position: absolute;
z-index: 1;
left: 2px;
top: 20px;
color: inherit;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease; }
ul.wp-block-archives.wp-block-archives-list li a:hover {
padding-left: 13px; }
ul.wp-block-archives.wp-block-archives-list li a:hover:before {
-webkit-transform: translateX(13px);
-moz-transform: translateX(13px);
-ms-transform: translateX(13px);
-o-transform: translateX(13px);
transform: translateX(13px); }
ul.wp-block-latest-posts li:before {
font-family: 'flaticon';
content: "\f115";
font-size: 14px;
width: 0;
height: 0;
left: 0px;
top: 13px;
line-height: 1; }
ul.wp-block-latest-posts li a {
color: inherit; }
ul.wp-block-categories.wp-block-categories-list li:before {
display: none; }
ul.wp-block-categories.wp-block-categories-list li a {
color: inherit; }
ul.wp-block-categories.wp-block-categories-list li a:before {
display: block;
content: "";
width: 5px;
height: 5px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
position: absolute;
z-index: 1;
left: 2px;
top: 20px;
color: inherit;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
-moz-transition: all .3s ease;
transition: all .3s ease; }
ul.wp-block-categories.wp-block-categories-list li a:hover {
padding-left: 13px; }
ul.wp-block-categories.wp-block-categories-list li a:hover:before {
-webkit-transform: translateX(13px);
-moz-transform: translateX(13px);
-ms-transform: translateX(13px);
-o-transform: translateX(13px);
transform: translateX(13px); }
ul.wp-block-categories.wp-block-categories-list li .post_count {
font-size: 14px;
font-weight: 600;
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
vertical-align: super;
display: inline-block;
margin-top: -30px; }
ul.wp-block-categories.wp-block-categories-list li .post_count:before {
display: inline-block;
content: '('; }
ul.wp-block-categories.wp-block-categories-list li .post_count:after {
display: inline-block;
content: ')'; } body .widget_search .search-form {
position: relative;
z-index: 1; }
body .widget_search .search-form .search-field {
width: 100%;
height: 50px;
padding: 0px 50px 0 18px;
border: none;
outline: none;
font-weight: 400;
background: #ffffff;
border: 1px solid #e4e4e4;
overflow: hidden;
margin-bottom: 10px; }
body .widget_search .search-form .search-field::-webkit-input-placeholder {
font-size: 16px;
font-weight: 400;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; }
body .widget_search .search-form .search-field::-moz-placeholder {
font-size: 16px;
font-weight: 400;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; }
body .widget_search .search-form .search-field::-ms-input-placeholder {
font-size: 16px;
font-weight: 400;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; }
body .widget_search .search-form .search-field::placeholder {
font-size: 16px;
font-weight: 400;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; }
body .widget_search .search-form .search-field:focus::-webkit-input-placeholder {
opacity: 0; }
body .widget_search .search-form .search-field:focus::-moz-placeholder {
opacity: 0; }
body .widget_search .search-form .search-field:focus::-ms-input-placeholder {
opacity: 0; }
body .widget_search .search-form .search-field:focus::placeholder {
opacity: 0; }
body .widget_search .search-form .search-button, body .widget_search .search-form:after {
position: absolute;
z-index: 1;
top: 0;
right: 0;
width: 50px;
height: 48px;
font-size: 0;
text-align: center;
opacity: 0;
padding: 0;
margin: 0;
cursor: pointer; }
body .widget_search .search-form .search-button {
z-index: 2; }
body .widget_search .search-form:after {
content: "\f14a";
font-family: 'Flaticon';
line-height: 50px;
font-size: 20px;
display: inline-block;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
right: 5px; } body .widget_wgl_posts .recent-posts-widget {
padding: 0;
margin-top: -5px;
margin-bottom: 15px; }
body .widget_wgl_posts .recent-posts-widget li {
padding: 0;
line-height: inherit; }
body .widget_wgl_posts .recent-posts-widget li img {
float: left;
max-width: 70px;
margin-top: 5px; }
body .widget_wgl_posts .recent-posts-widget li:after {
content: '';
clear: both;
position: relative;
display: table;
height: 0; }
body .widget_wgl_posts .recent-posts-widget li:not(:first-child) {
margin-top: 33px; }
body .widget_wgl_posts .recent-posts-widget .recent-posts-image_wrapper {
overflow: hidden;
margin-right: 20px; }
body .widget_wgl_posts .recent-posts-widget .recent-posts-image_wrapper,
body .widget_wgl_posts .recent-posts-widget .recent-posts-content_wrapper {
float: left; }
body .widget_wgl_posts .recent-posts-widget .with_image .recent-posts-content_wrapper {
width: -webkit-calc(100% - 90px);
width: -moz-calc(100% - 90px);
width: calc(100% - 90px); }
body .widget_wgl_posts .recent-posts-widget .meta-wrapper {
padding: 0;
background: transparent;
font-size: 14px;
padding-top: 5px; }
body .widget_wgl_posts .recent-posts-widget .recent-posts-content_wrapper {
width: -webkit-calc(100% - 20px);
width: -moz-calc(100% - 20px);
width: calc(100% - 20px); }
body .widget_wgl_posts .recent-posts-widget .post_title {
font-size: 14px;
line-height: 24px;
font-weight: 500 !important; }
body .widget_wgl_posts .recent-posts-widget .post_title a {
font-weight: 500; }
body .widget_wgl_posts .recent-posts-widget .counter_posts {
font-size: 16px;
font-weight: 500;
color: #fff;
width: 30px;
height: 30px;
line-height: 24px;
text-align: center;
border: 3px solid #fafafa;
display: inline-block;
position: absolute;
left: 0;
top: 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
margin-left: -13px;
margin-top: -15px; }
body .widget_postshero .with_image .recent-posts-content {
height: 240px;
position: relative; }
body .widget_postshero .post_title {
font-size: 22px; }
body .widget_postshero .post_title a:hover {
opacity: 0.8; }
body .widget_postshero .meta-wrapper {
background: rgba(18, 19, 20, 0.4);
color: #ffffff;
font-size: 12px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-align-self: flex-start;
-ms-flex-item-align: start;
align-self: flex-start;
padding: 0 10px; }
body .widget_postshero .post_cat a {
color: #ffffff;
font-size: 11px;
text-transform: uppercase;
font-weight: 600;
padding: 3px 10px; }
body .widget_postshero .post_cat a:hover {
background: rgba(18, 19, 20, 0.4); }
body .widget_postshero .meta-data:before {
content: "\f148";
font-family: 'Flaticon';
font-size: 12px;
display: inline-block;
border: 0;
vertical-align: middle;
margin-right: 7px;
color: #ffffff; }
body .widget_postshero li {
padding: 0 !important;
line-height: inherit; }
body .widget_postshero li:not(:last-child) {
margin-bottom: 30px; }
body .widget_postshero li:after {
display: none; }
body .widget_postshero li.with_image .recent-posts-content_wrapper {
position: absolute;
z-index: 1;
bottom: 0;
width: 100%;
height: 100%;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
body .widget_postshero li.with_image .recent-posts-image_wrapper:before, body .widget_postshero li.with_image .recent-posts-image_wrapper:after {
content: '';
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; }
body .widget_postshero li.with_image .recent-posts-image_wrapper:before {
background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000020), color-stop(60%, rgba(0, 0, 0, 0)));
background: -webkit-linear-gradient(bottom, #000020 0, rgba(0, 0, 0, 0) 60%);
background: -moz- oldlinear-gradient(bottom, #000020 0, rgba(0, 0, 0, 0) 60%);
background: -o-linear-gradient(bottom, #000020 0, rgba(0, 0, 0, 0) 60%);
background: linear-gradient(to top, #000020 0, rgba(0, 0, 0, 0) 60%);
opacity: 0.4; }
body .widget_postshero li.with_image .recent-posts-image_wrapper:after {
background: #000020;
opacity: 0; }
body .widget_postshero li.with_image:hover .recent-posts-image_wrapper:before {
opacity: 0; }
body .widget_postshero li.with_image:hover .recent-posts-image_wrapper:after {
opacity: 0.4; }
body .widget_postshero li.with_image .post_cat {
position: absolute;
z-index: 1;
top: 20px;
left: 20px;
line-height: 1; }
body .widget_postshero li.with_image .post_title {
margin-bottom: 15px; }
body .widget_postshero li.with_image .post_title a {
color: #ffffff;
font-weight: 500; } .tagcloud {
font-size: 0;
line-height: 0;
margin-bottom: -10px; }
.tagcloud a {
position: relative;
z-index: 1;
display: inline-block;
font-size: 14px !important;
line-height: 28px;
font-weight: 600;
margin-right: 10px;
margin-bottom: 10px;
padding: 0 15px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
border: 1px solid transparent;
background: #f6f4f0;
color: #000; }
.tagcloud a:hover {
color: #fff !important; } body .widget_nav_menu ul.menu li {
line-height: 26px; }
body .widget_nav_menu ul.menu > li {
padding-left: 0; }
body .widget_nav_menu ul.menu > li li {
padding-left: 14px;
padding-top: 7px;
padding-bottom: 7px; }
body .widget_nav_menu ul.menu > li > a {
display: block;
padding: 10px 0; }
body .widget_nav_menu ul.menu .sub-menu > li:last-child:after {
display: none; }
body .widget_nav_menu ul.menu > .menu-item-has-children .sub-menu .menu-item-has-children {
padding-bottom: 0; }
body .widget_nav_menu ul.menu > .menu-item-has-children .sub-menu .menu-item-has-children > a {
display: block;
margin-bottom: 10px; } .author-widget_wrapper {
text-align: center; }
.author-widget_img-wrapper {
margin-bottom: 18px;
position: relative;
display: inline-block; }
.author-widget_img-wrapper img {
width: 210px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.author-widget_title {
font-size: 22px;
line-height: 36px;
font-weight: 400;
margin-bottom: 0; }
.author-widget_text {
line-height: 30px;
margin: 0;
padding: 0 15px; }
.author-widget_social {
position: absolute;
right: -26px;
top: -24px;
width: 90px;
height: 90px;
line-height: 90px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
white-space: nowrap; }
.author-widget_social-link {
color: #fff !important;
margin: 0 6px; }
.author-widget_social-link:hover {
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
-o-transform: translateY(-5px);
transform: translateY(-5px); }
.author-widget_img_sign-wrapper {
width: 140px;
margin: 25px auto 0;
text-align: center; } .textwidget p:last-child {
margin-bottom: 0; } .widget.brainbizz_widget.brainbizz_banner-widget {
padding: 30px 0 33px;
text-align: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
max-width: 370px;
margin-top: 50px; }
.widget.brainbizz_widget.brainbizz_banner-widget .banner-widget_img-wrapper {
margin-bottom: 20px;
max-width: 37%;
margin: 0 auto 17px;
text-align: center; }
.widget.brainbizz_widget.brainbizz_banner-widget .banner-widget_text_sub {
font-size: 18px;
margin-bottom: 1px;
color: #fff; }
.widget.brainbizz_widget.brainbizz_banner-widget .banner-widget_text {
font-size: 42px;
color: #fff;
margin-bottom: 28px; }
.widget.brainbizz_widget.brainbizz_banner-widget .banner-widget_text_bg {
font-size: 60px;
font-weight: 900;
color: #fffefe;
text-transform: uppercase;
margin-top: -20px;
position: relative;
text-align: center;
z-index: -1; }
.widget.brainbizz_widget.brainbizz_banner-widget .banner-widget_button {
display: inline-block;
width: 150px;
height: 50px;
line-height: 50px;
font-size: 13px;
font-weight: bold;
color: #ffffff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-width: 1px;
border-style: solid;
text-transform: uppercase;
margin-bottom: 5px; }
.widget.brainbizz_widget.brainbizz_banner-widget .banner-widget_button:hover {
background-color: transparent; } body .widget_media_gallery .widget-title {
margin-bottom: 10px; }
body .widget_media_gallery .gallery {
margin: -5px !important;
padding-bottom: 15px; }
body .widget_media_gallery .gallery-item {
margin: 0 !important; }
body .widget_media_gallery .gallery-item .gallery-icon {
margin: 5px;
position: relative;
z-index: 1;
overflow: hidden; }
body .widget_media_gallery .gallery-item .gallery-icon > a {
display: block; }
body .widget_media_gallery .gallery-item .gallery-icon a:before {
content: '';
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
transition: opacity 0.4s;
background: #000; }
body .widget_media_gallery .gallery-item .gallery-icon a:hover:before {
opacity: 0.4; }
body .widget_media_gallery .gallery-item img {
border: 0 !important; }
body .widget_media_gallery .gallery .gallery-caption {
display: none; } body .widget_calendar .widget-title {
margin-bottom: 10px; }
body .widget_calendar .calendar_wrap {
border: 1px solid #f2f2f2;
width: 100%;
max-width: 370px;
margin-bottom: 10px; }
body .widget_calendar .calendar_wrap table td {
font-size: 14px;
padding: 4px 0px;
position: relative;
z-index: 1;
text-align: center; }
body .widget_calendar .calendar_wrap table td > a {
display: inline-block;
width: 100%;
height: 100%;
color: #ffffff; }
body .widget_calendar .calendar_wrap table td#today {
color: #ffffff; }
body .widget_calendar .calendar_wrap table tr {
border: 0; }
body .widget_calendar .calendar_wrap table th {
padding: 5px 0px;
text-align: center; }
body .widget_calendar .calendar_wrap table caption {
font-size: 18px;
padding: 7px;
color: #ffffff; }
body .widget_calendar .calendar_wrap table tfoot {
display: none; }
body .widget_calendar .calendar_wrap table td#today:before,
body .widget_calendar .calendar_wrap tbody td > a:before {
content: '';
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0; }
.footer .calendar_wrap tbody,
.footer .calendar_wrap td#today {
color: inherit; } .widget-mailchimp .mc4wp-form-fields input[type="submit"] {
padding: 7px 15px;
height: 45px;
width: 100%;
font-weight: 600; }
.widget-mailchimp .mc4wp-form-fields input[type="email"] {
text-align: center;
margin-bottom: 10px;
width: 100%; }
.widget-mailchimp .mc4wp-alert p {
text-align: center; } .brainbizz_module_cats {
text-align: center;
margin-left: -15px;
margin-right: -15px; }
.brainbizz_module_cats.items-1 .cats_item-wrap {
width: 100%; }
.brainbizz_module_cats.items-1 .cats_item-wrap:nth-child(2) {
clear: left; }
.brainbizz_module_cats.items-1 .cats_item-wrap:nth-child(n+3) {
clear: left; }
.brainbizz_module_cats.items-2 .cats_item-wrap {
width: 50%; }
.brainbizz_module_cats.items-2 .cats_item-wrap:nth-child(3) {
clear: left; }
.brainbizz_module_cats.items-2 .cats_item-wrap:nth-child(2n+5) {
clear: left; }
.brainbizz_module_cats.items-3 .cats_item-wrap {
width: 33.33333%; }
.brainbizz_module_cats.items-3 .cats_item-wrap:nth-child(4) {
clear: left; }
.brainbizz_module_cats.items-3 .cats_item-wrap:nth-child(3n+7) {
clear: left; }
.brainbizz_module_cats.items-4 .cats_item-wrap {
width: 25%; }
.brainbizz_module_cats.items-4 .cats_item-wrap:nth-child(5) {
clear: left; }
.brainbizz_module_cats.items-4 .cats_item-wrap:nth-child(4n+9) {
clear: left; }
.brainbizz_module_cats.items-5 .cats_item-wrap {
width: 20%; }
.brainbizz_module_cats.items-5 .cats_item-wrap:nth-child(6) {
clear: left; }
.brainbizz_module_cats.items-5 .cats_item-wrap:nth-child(5n+11) {
clear: left; }
.brainbizz_module_cats.items-6 .cats_item-wrap {
width: 16.66666%; }
.brainbizz_module_cats.items-6 .cats_item-wrap:nth-child(7) {
clear: left; }
.brainbizz_module_cats.items-6 .cats_item-wrap:nth-child(6n+13) {
clear: left; }
.brainbizz_module_cats .cats_item {
position: relative;
z-index: 1;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center;
height: 350px;
background-color: #313131; }
.brainbizz_module_cats .cats_item:before {
content: '';
position: absolute;
z-index: -1;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #313131;
opacity: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; }
.brainbizz_module_cats .cats_item-wrap {
padding: 0 15px 30px;
float: left; }
.brainbizz_module_cats .cats_item-link {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
height: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center; }
.brainbizz_module_cats .cats_item-title {
font-weight: 700;
color: #fff;
text-transform: uppercase; }
.brainbizz_module_cats .cats_item-count {
position: absolute;
z-index: 1;
bottom: 0;
left: 50%;
font-size: 14px;
color: #ffffff;
padding: 3px 20px;
-webkit-transform: translate(-50%, 50%);
-moz-transform: translate(-50%, 50%);
-ms-transform: translate(-50%, 50%);
-o-transform: translate(-50%, 50%);
transform: translate(-50%, 50%); }
.brainbizz_module_cats .cats_item-image + .cats_item-title {
margin-top: 7px; }
.brainbizz_module_cats .cats_item:hover:before {
opacity: 0.4; }
.brainbizz_module_cats .brainbizz_module_carousel .slick-prev {
left: 10px; }
.brainbizz_module_cats .brainbizz_module_carousel .slick-next {
right: 10px; }
.brainbizz_module_cats .brainbizz_module_carousel:hover .slick-prev {
left: 20px; }
.brainbizz_module_cats .brainbizz_module_carousel:hover .slick-next {
right: 20px; } .wgl_button {
position: relative;
z-index: 20; }
.wgl_button a {
display: inline-block;
vertical-align: top;
margin-bottom: 20px;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.07em;
line-height: 20px;
color: #fff;
border-width: 1px;
border-style: solid;
white-space: nowrap;
text-align: center;
text-transform: uppercase;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
-moz-transition: 0.4s;
transition: 0.4s; }
.wgl_button a:hover {
background: #fff; }
.wgl_button-full .wgl_button_link {
display: block;
text-align: center; }
.wgl_button-inline {
display: inline-block; }
.wgl_button-xl .wgl_button_link {
min-width: 170px;
padding: 17px 30px; }
.wgl_button-l .wgl_button_link {
min-width: 160px;
padding: 14px 30px; }
.wgl_button-m .wgl_button_link {
min-width: 150px;
padding: 12px 25px; }
.wgl_button-s .wgl_button_link {
min-width: 130px;
padding: 9px 20px;
font-size: 12px; }
.wgl_button .wgl_button-icon {
font-size: 15px; }
.wgl_button-icon_right .wgl_button-icon {
padding-left: 10px; }
.wgl_button-icon_left .wgl_button-icon {
padding-right: 10px; }
.tp-caption .brainbizz_module_button .wgl_button_link {
-webkit-transition: 0.3s !important;
-o-transition: 0.3s !important;
-moz-transition: 0.3s !important;
transition: 0.3s !important; }  .brainbizz_module_carousel .brainbizz_carousel_list {
overflow: hidden; }
.brainbizz_module_carousel .slick-prev,
.brainbizz_module_carousel .slick-next {
position: absolute;
left: auto;
right: 65px;
z-index: 100;
cursor: pointer;
display: block;
text-align: center;
font-size: 0px;
font-weight: 400;
letter-spacing: 0px;
width: 50px;
height: 50px;
text-indent: 0px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
background: rgba(33, 33, 34, 0.5);
margin: 0;
top: auto;
bottom: 0;
border: none;
color: #fff;
opacity: 1;
padding: 0; }
.brainbizz_module_carousel .slick-prev:after,
.brainbizz_module_carousel .slick-next:after {
border: 0;
color: inherit;
vertical-align: middle;
font-weight: 400;
content: '\f124';
font-family: Flaticon;
font-size: 19px;
display: inline-block;
vertical-align: middle;
line-height: 50px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s; }
.brainbizz_module_carousel .slick-prev:after {
content: "\f103";
padding-right: 0; }
.brainbizz_module_carousel .slick-next {
right: 15px;
left: auto; }
.brainbizz_module_carousel .slick-next:before {
display: block;
position: absolute;
content: '';
height: 25px;
width: 1px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
bottom: 0;
margin-left: -.5px;
background: rgba(255, 255, 255, 0.2); } .brainbizz_module_carousel .slick-dots {
min-height: 50px;
line-height: 0;
padding-bottom: 0;
margin: 30px 15px 0 15px; }
.brainbizz_module_carousel .slick-dots li {
display: inline-block;
cursor: pointer;
line-height: 0;
padding: 5px;
opacity: 1; }
.brainbizz_module_carousel .slick-dots li button {
position: relative;
z-index: 1;
display: inline-block;
font-size: 0;
padding: 0;
margin: 0;
border: 0;
vertical-align: bottom; }
.brainbizz_module_carousel .slick-dots li button:focus {
outline: none; }
.brainbizz_module_carousel .slick-dots li:before {
display: none; }
.brainbizz_module_carousel .slick-dots li:last-child {
margin-right: 0; }
.brainbizz_module_carousel .vc_row {
margin-left: 0;
margin-right: 0; }
.brainbizz_module_carousel.pag_align_left .slick-dots {
text-align: left; }
.brainbizz_module_carousel.pag_align_right .slick-dots {
text-align: right; }
.brainbizz_module_carousel.pag_align_center .slick-dots {
text-align: center; }
.brainbizz_module_carousel.pagination_circle .slick-dots li button {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 10px;
height: 10px;
opacity: 0.3; }
.brainbizz_module_carousel.pagination_circle .slick-dots li button:hover {
-webkit-box-shadow: 0 2px 6px 0;
-moz-box-shadow: 0 2px 6px 0;
box-shadow: 0 2px 6px 0; }
.brainbizz_module_carousel.pagination_circle .slick-dots li.slick-active button {
opacity: 1;
width: 14px;
height: 14px;
-webkit-box-shadow: 0 2px 6px 0;
-moz-box-shadow: 0 2px 6px 0;
box-shadow: 0 2px 6px 0; }
.brainbizz_module_carousel.pagination_circle_border .slick-dots li {
margin: 5px 6px; }
.brainbizz_module_carousel.pagination_circle_border .slick-dots li button {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 8px;
height: 8px;
border: 2px solid red;
background: transparent; }
.brainbizz_module_carousel.pagination_line .slick-dots li {
margin: 0 5px;
padding: 10px 0; }
.brainbizz_module_carousel.pagination_line .slick-dots li button {
width: 25px;
height: 3px;
opacity: 0.5;
background: transparent; }
.brainbizz_module_carousel.pagination_line .slick-dots li button:before {
content: '';
position: absolute;
z-index: 1;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background: #282828;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
.brainbizz_module_carousel.pagination_line .slick-dots li:hover button:before {
height: 3px; }
.brainbizz_module_carousel.pagination_line .slick-dots li.slick-active button {
opacity: 1; }
.brainbizz_module_carousel.pagination_line .slick-dots li.slick-active button:before {
height: 3px; }
.brainbizz_module_carousel.pagination_square .slick-dots li button {
width: 8px;
height: 8px;
opacity: 0.3; }
.brainbizz_module_carousel.pagination_square .slick-dots li.slick-active button {
opacity: 1; }
.brainbizz_module_carousel.pagination_line_circle .slick-dots li {
margin: 0;
padding: 10px 5px; }
.brainbizz_module_carousel.pagination_line_circle .slick-dots li button {
width: 6px;
height: 6px;
opacity: 0.5;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px; }
.brainbizz_module_carousel.pagination_line_circle .slick-dots li:hover button {
opacity: 1; }
.brainbizz_module_carousel.pagination_line_circle .slick-dots li.slick-active button {
opacity: 1;
width: 25px; }
.wpb_single_image img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; } .brainbizz_module_clients {
text-align: center; }
.brainbizz_module_clients .clients_image {
float: left;
padding: 5px 0 30px 0; }
.brainbizz_module_clients.items-1 .clients_image {
width: 100%; }
.brainbizz_module_clients.items-1 .clients_image:nth-child(2) {
clear: left; }
.brainbizz_module_clients.items-1 .clients_image:nth-child(n+3) {
clear: left; }
.brainbizz_module_clients.items-2 .clients_image {
width: 50%; }
.brainbizz_module_clients.items-2 .clients_image:nth-child(3) {
clear: left; }
.brainbizz_module_clients.items-2 .clients_image:nth-child(2n+5) {
clear: left; }
.brainbizz_module_clients.items-3 .clients_image {
width: 33.33333%; }
.brainbizz_module_clients.items-3 .clients_image:nth-child(4) {
clear: left; }
.brainbizz_module_clients.items-3 .clients_image:nth-child(3n+7) {
clear: left; }
.brainbizz_module_clients.items-4 .clients_image {
width: 25%; }
.brainbizz_module_clients.items-4 .clients_image:nth-child(5) {
clear: left; }
.brainbizz_module_clients.items-4 .clients_image:nth-child(4n+9) {
clear: left; }
.brainbizz_module_clients.items-5 .clients_image {
width: 20%; }
.brainbizz_module_clients.items-5 .clients_image:nth-child(6) {
clear: left; }
.brainbizz_module_clients.items-5 .clients_image:nth-child(5n+11) {
clear: left; }
.brainbizz_module_clients.items-6 .clients_image {
width: 16.66666%; }
.brainbizz_module_clients.items-6 .clients_image:nth-child(7) {
clear: left; }
.brainbizz_module_clients.items-6 .clients_image:nth-child(6n+13) {
clear: left; }
.brainbizz_module_clients img {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s; }
.brainbizz_module_clients.item_anim-zoom .clients_image img {
-webkit-transform: scale(0.95);
-moz-transform: scale(0.95);
-ms-transform: scale(0.95);
-o-transform: scale(0.95);
transform: scale(0.95); }
.brainbizz_module_clients.item_anim-zoom .clients_image:hover img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
.brainbizz_module_clients.item_anim-opacity .clients_image img {
opacity: 0.5; }
.brainbizz_module_clients.item_anim-opacity .clients_image:hover img {
opacity: 1; }
.brainbizz_module_clients.item_anim-grayscale .clients_image img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
opacity: 0.2; }
.brainbizz_module_clients.item_anim-grayscale .clients_image:hover img {
-webkit-filter: grayscale(0);
filter: grayscale(0);
opacity: 1; }
.brainbizz_module_clients.item_anim-shadow .clients_image img {
padding: 32px 15px; }
.brainbizz_module_clients.item_anim-shadow .clients_image:hover img {
-webkit-box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 38px rgba(0, 0, 0, 0.1); }
.brainbizz_module_clients.item_anim-contrast .clients_image:hover img {
-webkit-filter: contrast(300%);
filter: contrast(300%); }
.brainbizz_module_clients.item_anim-blur .clients_image:hover img {
-webkit-filter: blur(1px);
filter: blur(1px); }
.brainbizz_module_clients.item_anim-invert .clients_image:hover img {
-webkit-filter: invert(100%);
filter: invert(100%); }
.brainbizz_module_clients.item_anim-ex_images .clients_image > a,
.brainbizz_module_clients.item_anim-ex_images .clients_image > div {
position: relative;
z-index: 1;
display: inline-block; }
.brainbizz_module_clients.item_anim-ex_images .hover_image {
position: absolute;
z-index: 1;
left: 0;
top: 0;
opacity: 0; }
.brainbizz_module_clients.item_anim-ex_images .clients_image:hover .hover_image {
opacity: 1; }
.brainbizz_module_clients.item_anim-ex_images .clients_image:hover .main_image {
opacity: 0; } .brainbizz_module_countdown {
text-align: center;
font-size: 100px; }
.countdown-section {
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
color: inherit; }
.countdown-section:last-child .countdown-amount:before, .countdown-section:last-child .countdown-amount:after {
display: none; }
.countdown-section .countdown-amount {
position: relative;
z-index: 1;
font-size: 1em;
font-weight: 500;
line-height: 1.32;
display: block;
color: inherit;
padding: 0 4px; }
.countdown-section .countdown-amount:before, .countdown-section .countdown-amount:after {
content: '';
position: absolute;
z-index: 1;
right: 0;
width: 0.09em;
height: 0.09em;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: #c10e0e;
-webkit-transform: translateX(50%);
-moz-transform: translateX(50%);
-ms-transform: translateX(50%);
-o-transform: translateX(50%);
transform: translateX(50%); }
.countdown-section .countdown-amount:before {
top: 35%; }
.countdown-section .countdown-amount:after {
bottom: 35%; }
.countdown-section .countdown-period {
display: block;
font-size: 0.275em;
line-height: 0.87;
color: inherit;
margin-top: 1px; }
.countdown-row {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center; }
.custom_countdown .countdown-section {
font-family: inherit; }
.custom_countdown .countdown-section .countdown-amount {
font-family: inherit;
font-weight: inherit; }
.custom_countdown .countdown-period {
font-family: inherit;
font-weight: inherit; }
.brainbizz_module_countdown.countdown_size_large {
font-size: 100px; }
.brainbizz_module_countdown.countdown_size_e_large {
font-size: 120px; }
.brainbizz_module_countdown.countdown_size_small {
font-size: 50px; }
.brainbizz_module_countdown.countdown_size_medium {
font-size: 80px; }
.brainbizz_module_countdown.countdown_align_left {
text-align: left; }
.brainbizz_module_countdown.countdown_align_left .countdown-amount:before, .brainbizz_module_countdown.countdown_align_left .countdown-amount:after {
display: none; }
.brainbizz_module_countdown.countdown_align_right {
text-align: right; }
.brainbizz_module_countdown.countdown_align_right .countdown-amount:before, .brainbizz_module_countdown.countdown_align_right .countdown-amount:after {
display: none; }
@media only screen and (max-width: 1300px) {
.brainbizz_module_countdown.countdown_size_large {
font-size: 80px; }
.brainbizz_module_countdown.countdown_size_custom {
font-size: 80px !important; }
.brainbizz_module_countdown.countdown_size_e_large {
font-size: 106px; }
.brainbizz_module_countdown.countdown_size_small {
font-size: 41px; }
.brainbizz_module_countdown.countdown_size_medium {
font-size: 58px; } }
@media only screen and (max-width: 992px) {
.brainbizz_module_countdown.countdown_size_large {
font-size: 70px; }
.brainbizz_module_countdown.countdown_size_custom {
font-size: 70px !important; }
.brainbizz_module_countdown.countdown_size_e_large {
font-size: 82px; }
.brainbizz_module_countdown.countdown_size_small {
font-size: 33px; }
.brainbizz_module_countdown.countdown_size_medium {
font-size: 46px; }
.countdown-section .countdown-amount:before, .countdown-section .countdown-amount:after {
width: 6px;
height: 6px; } }
@media only screen and (max-width: 768px) {
.brainbizz_module_countdown.countdown_size_large {
font-size: 50px; }
.brainbizz_module_countdown.countdown_size_custom {
font-size: 50px !important; }
.brainbizz_module_countdown.countdown_size_e_large {
font-size: 60px; }
.brainbizz_module_countdown.countdown_size_small {
font-size: 30px; }
.brainbizz_module_countdown.countdown_size_medium {
font-size: 40px; }
.countdown-section .countdown-amount:before, .countdown-section .countdown-amount:after {
width: 4px;
height: 4px; } } .brainbizz_module_counter .counter_title {
font-size: 14px;
line-height: 24px;
text-transform: uppercase;
max-width: 130px; }
@supports ((max-width: -webkit-min-content) or (max-width: -moz-min-content) or (max-width: min-content)) {
.brainbizz_module_counter .counter_title {
max-width: -webkit-min-content;
max-width: -moz-min-content;
max-width: min-content; } }
.brainbizz_module_counter .counter_value_content {
position: relative;
z-index: 1; }
.brainbizz_module_counter .counter_value_wrap,
.brainbizz_module_counter .counter_value_hide {
font-size: 55px;
line-height: 1.2;
white-space: nowrap; }
.brainbizz_module_counter .counter_value_wrap .counter_value,
.brainbizz_module_counter .counter_value_hide .counter_value {
font-weight: inherit;
font-size: inherit;
line-height: inherit;
font-family: inherit;
color: inherit; }
.brainbizz_module_counter .counter_value_wrap .counter_value_suffix,
.brainbizz_module_counter .counter_value_hide .counter_value_suffix {
font-size: 36px;
vertical-align: text-top;
position: relative;
left: 3px;
top: -15px; }
.brainbizz_module_counter:not(.layout_top) .counter_value_wrap {
position: absolute;
z-index: 1;
left: 0;
right: 0; }
.brainbizz_module_counter:not(.layout_top) .counter_value_hide > * {
opacity: 0;
visibility: hidden; }
.brainbizz_module_counter .counter_icon_wrapper {
margin-bottom: 20px; }
.brainbizz_module_counter .counter_icon {
-webkit-transition: .4s;
-o-transition: .4s;
-moz-transition: .4s;
transition: .4s;
font-size: 35px;
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: inherit;
text-align: center; }
.brainbizz_module_counter .counter_icon_container {
-webkit-transition: .4s;
-o-transition: .4s;
-moz-transition: .4s;
transition: .4s;
position: relative;
z-index: 1;
width: 65px;
height: 65px; }
.brainbizz_module_counter.counter_alignment_right .counter_icon_container {
margin-left: auto; }
.brainbizz_module_counter.counter_alignment_right .counter_content_wrapper {
text-align: right; }
.brainbizz_module_counter.counter_alignment_left .counter_icon_container {
margin-right: auto; }
.brainbizz_module_counter.counter_alignment_left .counter_content_wrapper {
text-align: left; }
.brainbizz_module_counter.counter_alignment_center {
text-align: center; }
.brainbizz_module_counter.counter_alignment_center .counter_icon_container {
margin-left: auto;
margin-right: auto; }
.brainbizz_module_counter.layout_top .counter_title {
margin-top: 2px;
margin-right: auto;
margin-left: auto; }
.brainbizz_module_counter.layout_left, .brainbizz_module_counter.layout_top_left {
text-align: left; }
.brainbizz_module_counter.layout_left .counter_icon_wrapper, .brainbizz_module_counter.layout_top_left .counter_icon_wrapper {
display: inline-block;
float: none;
margin-right: 20px;
margin-bottom: 20px; }
.brainbizz_module_counter.layout_right, .brainbizz_module_counter.layout_top_right {
text-align: right; }
.brainbizz_module_counter.layout_right .counter_icon_wrapper, .brainbizz_module_counter.layout_top_right .counter_icon_wrapper {
display: inline-block;
float: none;
margin-left: 20px;
margin-bottom: 20px; }
.brainbizz_module_counter.layout_left .counter_content_wrapper, .brainbizz_module_counter.layout_right .counter_content_wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center; }
.brainbizz_module_counter.layout_left .counter_content_wrapper {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-flow: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-flow: row;
flex-flow: row; }
.brainbizz_module_counter.layout_left .counter_content_wrapper .counter_value_wrap,
.brainbizz_module_counter.layout_left .counter_content_wrapper .counter_value_hide {
padding-right: 25px; }
.brainbizz_module_counter.layout_left .counter_content_wrapper .counter_title {
padding-left: 25px; }
.brainbizz_module_counter.layout_right .counter_content_wrapper {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-flow: row-reverse;
-moz-box-orient: horizontal;
-moz-box-direction: reverse;
-ms-flex-flow: row-reverse;
flex-flow: row-reverse; }
.brainbizz_module_counter.layout_right .counter_content_wrapper .counter_value_wrap,
.brainbizz_module_counter.layout_right .counter_content_wrapper .counter_value_hide {
padding-left: 25px; }
.brainbizz_module_counter.layout_right .counter_content_wrapper .counter_title {
padding-right: 25px; }
.brainbizz_module_counter.type_bordered .counter_icon_container {
border-style: solid;
border-width: 2px;
overflow: hidden; }
.brainbizz_module_counter.type_fill .counter_icon_container {
overflow: hidden; }
.brainbizz_module_counter.type_bordered .counter_icon_container, .brainbizz_module_counter.type_fill .counter_icon_container, .brainbizz_module_counter.type_tile .counter_icon_container {
background: #f7f8ff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.brainbizz_module_counter.counter_divider.layout_top,
.brainbizz_module_counter.counter_divider.layout_left .counter_value_hide,
.brainbizz_module_counter.counter_divider.layout_right .counter_value_hide {
position: relative; }
.brainbizz_module_counter.counter_divider.layout_top:after,
.brainbizz_module_counter.counter_divider.layout_left .counter_value_hide:after,
.brainbizz_module_counter.counter_divider.layout_right .counter_value_hide:after {
content: '';
display: block;
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: 1px;
height: 80px;
background-color: rgba(0, 0, 0, 0.1); }
.brainbizz_module_counter.counter_divider.layout_right .counter_value_hide:after {
right: unset;
left: 0; }
.brainbizz_module_counter.counter_bg_gradient .counter_icon_container:before, .brainbizz_module_counter.counter_bg_gradient .counter_icon_container:after {
content: '';
position: absolute;
z-index: -2;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transition: .4s;
-o-transition: .4s;
-moz-transition: .4s;
transition: .4s; }
.brainbizz_module_counter.counter_bg_gradient .counter_icon_container:before {
opacity: 1;
visibility: visible; }
.brainbizz_module_counter.counter_bg_gradient .counter_icon_container:after {
opacity: 0;
visibility: hidden; }
@media (max-width: 1200px) {
.brainbizz_module_counter.counter_divider.layout_top:after {
background-color: transparent; } } .brainbizz_module_title {
position: relative;
z-index: 1; } .brainbizz_module_text * {
line-height: inherit;
font-size: inherit; }
.brainbizz_module_text p {
margin-bottom: 0; }
.brainbizz_module_text.custom_font > *:not(.fa) {
font-family: inherit; } .brainbizz_module_demo_item {
margin-top: 20px; }
.brainbizz_module_demo_item .di_image-wrap {
position: relative;
z-index: 1;
-webkit-transition: -webkit-transform 0.6s;
transition: -webkit-transform 0.6s;
-o-transition: -o-transform 0.6s;
-moz-transition: transform 0.6s, -moz-transform 0.6s;
transition: transform 0.6s;
transition: transform 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s;
-webkit-box-shadow: 0px 17px 40px 0px rgba(54, 59, 91, 0.15);
-moz-box-shadow: 0px 17px 40px 0px rgba(54, 59, 91, 0.15);
box-shadow: 0px 17px 40px 0px rgba(54, 59, 91, 0.15);
max-width: 500px;
margin-left: auto;
margin-right: auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
overflow: hidden; }
.brainbizz_module_demo_item .di_image-wrap:hover {
-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
-ms-transform: translateY(-20px);
-o-transform: translateY(-20px);
transform: translateY(-20px); }
.brainbizz_module_demo_item .di_image-wrap:hover .di_image-link:before {
opacity: 0.6; }
.brainbizz_module_demo_item .di_image-wrap:hover .di_button {
opacity: 1; }
.brainbizz_module_demo_item .di_image-link {
display: block; }
.brainbizz_module_demo_item .di_image-link:before {
content: '';
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
background: #f3f3f3;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
transition: opacity 0.3s; }
.brainbizz_module_demo_item .di_button {
position: absolute;
z-index: 2;
left: 50%;
top: 50%;
-webkit-transform: translate3d(-50%, -50%, 0);
-moz-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
transition: opacity 0.3s;
opacity: 0; }
.brainbizz_module_demo_item .di_button a {
margin: 0;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px; }
.brainbizz_module_demo_item .di_button a:hover {
border-color: #ffffff;
background: #ffffff; }
.brainbizz_module_demo_item .di_title-wrap {
margin-top: 27px;
text-align: center; }
.brainbizz_module_demo_item .di_title-wrap > * {
display: inline-block; }
.brainbizz_module_demo_item .di_subtitle {
margin-right: 5px;
font-size: 22px; }
.brainbizz_module_demo_item .di_title {
font-size: 22px; }
.brainbizz_module_demo_item.coming_soon {
pointer-events: none; }
.brainbizz_module_demo_item.coming_soon .di_image-link:before {
opacity: 0.7; }
.brainbizz_module_demo_item .di_label {
position: absolute;
z-index: 1;
width: 100%;
height: 40px;
top: 50%;
margin-top: -20px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
background: transparent;
font-size: 28px;
opacity: 0.7; } .brainbizz_divider {
font-size: 0;
line-height: 0; }
.brainbizz_divider.divider_alignment_right {
text-align: right; }
.brainbizz_divider.divider_alignment_left {
text-align: left; }
.brainbizz_divider.divider_alignment_center {
text-align: center; }
.brainbizz_divider.divider_alignment_right .divider_custom, .brainbizz_divider.divider_alignment_left .divider_custom, .brainbizz_divider.divider_alignment_center .divider_custom {
display: inline-block; }
.brainbizz_divider .divider_line .divider_custom {
position: relative; }
.brainbizz_divider .divider_line .divider_custom .divider_line {
display: none;
position: absolute;
top: 0;
bottom: 0;
width: 70px; }
.brainbizz_divider .divider_line.divider_line_alignment_right .divider_custom .divider_line, .brainbizz_divider .divider_line.divider_line_alignment_left .divider_custom .divider_line, .brainbizz_divider .divider_line.divider_line_alignment_center .divider_custom .divider_line {
display: block; }
.brainbizz_divider .divider_line.divider_line_alignment_right .divider_custom .divider_line {
right: 0;
left: auto; }
.brainbizz_divider .divider_line.divider_line_alignment_left .divider_custom .divider_line {
right: auto;
left: 0; }
.brainbizz_divider .divider_line.divider_line_alignment_center .divider_custom .divider_line {
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%); } .brainbizz_module_double_headings .heading_title {
position: relative;
z-index: 1;
margin-top: 10px; }
.brainbizz_module_double_headings .heading_subtitle {
display: inline-block;
position: relative;
z-index: 1;
text-transform: uppercase; }
.brainbizz_module_double_headings .heading_subtitle:after, .brainbizz_module_double_headings .heading_subtitle:before {
content: '';
position: absolute;
z-index: 0;
top: 50%;
width: 50px;
height: 1px; }
.brainbizz_module_double_headings .heading_subtitle:after {
left: -webkit-calc(100% + 20px);
left: -moz-calc(100% + 20px);
left: calc(100% + 20px); }
.brainbizz_module_double_headings .heading_subtitle:before {
right: -webkit-calc(100% + 20px);
right: -moz-calc(100% + 20px);
right: calc(100% + 20px); }
.brainbizz_module_double_headings.aleft .heading_subtitle:before {
display: none; }
.brainbizz_module_double_headings.aright .heading_subtitle:after {
display: none; }
@media only screen and (min-width: 1200px) {
.brainbizz_module_double_headings .heading_title_desctop {
font-size: inherit !important;
line-height: inherit !important; } }
@media only screen and (min-width: 992px) {
.brainbizz_module_double_headings .heading_title_tablet {
font-size: inherit !important;
line-height: inherit !important; } }
@media only screen and (min-width: 768px) {
.brainbizz_module_double_headings .heading_title_mobile {
font-size: inherit !important;
line-height: inherit !important; } } .brainbizz_module_flipbox .flipbox_wrapper {
min-height: 290px;
text-align: center;
position: relative;
z-index: 1;
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
perspective: 1000px; }
.brainbizz_module_flipbox .flipbox_front,
.brainbizz_module_flipbox .flipbox_back {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: inherit;
-moz-perspective: inherit;
perspective: inherit;
min-height: inherit;
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
border-radius: inherit;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-color: #ffffff;
-webkit-box-shadow: 0px 26px 38px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 26px 38px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0px 26px 38px 0 rgba(0, 0, 0, 0.2);
-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
transition: -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
-o-transition: -o-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
-moz-transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -moz-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -webkit-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -moz-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8), -o-transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8); }
.brainbizz_module_flipbox .flipbox_front {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 30px 22px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.brainbizz_module_flipbox .flipbox_front .flipbox_logo,
.brainbizz_module_flipbox .flipbox_front .flipbox_title,
.brainbizz_module_flipbox .flipbox_front .flipbox_descr {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: inherit;
-moz-perspective: inherit;
perspective: inherit;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(35px, -10px, 70px) scale(0.86);
-moz-transform: translate3d(35px, -10px, 70px) scale(0.86);
transform: translate3d(35px, -10px, 70px) scale(0.86); }
.brainbizz_module_flipbox .flipbox_front .flipbox_logo {
display: block;
position: absolute;
z-index: 0;
left: 0;
top: 50%;
-webkit-transform: translate3d(7px, -50%, 35px) scale(0.95);
-moz-transform: translate3d(7px, -50%, 35px) scale(0.95);
transform: translate3d(7px, -50%, 35px) scale(0.95); }
.brainbizz_module_flipbox .flipbox_front .flipbox_title {
position: relative;
z-index: 1;
text-align: center;
width: 100%;
-webkit-transform: translate3d(0px, 0px, 70px) scale(0.86);
-moz-transform: translate3d(0px, 0px, 70px) scale(0.86);
transform: translate3d(0px, 0px, 70px) scale(0.86);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.brainbizz_module_flipbox .flipbox_front .flipbox_descr {
padding: 0 5px; }
.brainbizz_module_flipbox .flipbox_back {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center; }
.brainbizz_module_flipbox .flipbox_back .flipbox_back_content {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: inherit;
-moz-perspective: inherit;
perspective: inherit;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translateZ(70px) scale(0.86);
-moz-transform: translateZ(70px) scale(0.86);
transform: translateZ(70px) scale(0.86);
padding: 32px; }
.brainbizz_module_flipbox .flipbox_back .flipbox_logo {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0px, -10px, 35px) scale(0.86);
-moz-transform: translate3d(0px, -10px, 35px) scale(0.86);
transform: translate3d(0px, -10px, 35px) scale(0.86);
height: 20px; }
.brainbizz_module_flipbox .flipbox_back .flipbox_title {
margin-bottom: 10px; }
.brainbizz_module_flipbox .flipbox_back .brainbizz_module_button {
margin-top: 23px; }
.brainbizz_module_flipbox .flipbox_back .brainbizz_module_button a {
margin-bottom: 0; }
.brainbizz_module_flipbox .flipbox_title {
font-size: 34px;
line-height: 1.2; }
.brainbizz_module_flipbox .flipbox_title,
.brainbizz_module_flipbox .flipbox_button {
color: inherit; }
.brainbizz_module_flipbox.type_flip_right .flipbox_front {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
transform: rotateY(0deg); }
.brainbizz_module_flipbox.type_flip_right:hover .flipbox_front {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
transform: rotateY(180deg); }
.brainbizz_module_flipbox.type_flip_left .flipbox_front {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
transform: rotateY(0deg); }
.brainbizz_module_flipbox.type_flip_left:hover .flipbox_front {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
transform: rotateY(-180deg); }
.brainbizz_module_flipbox.type_flip_top .flipbox_front {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
transform: rotateX(0deg); }
.brainbizz_module_flipbox.type_flip_top:hover .flipbox_front {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
transform: rotateX(180deg); }
.brainbizz_module_flipbox.type_flip_bottom .flipbox_front {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
transform: rotateX(0deg); }
.brainbizz_module_flipbox.type_flip_bottom:hover .flipbox_front {
-webkit-transform: rotateX(-180deg);
-moz-transform: rotateX(-180deg);
transform: rotateX(-180deg); }
.brainbizz_module_flipbox.type_flip_right .flipbox_back {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
transform: rotateY(-180deg); }
.brainbizz_module_flipbox.type_flip_right:hover .flipbox_back {
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
transform: rotateY(0); }
.brainbizz_module_flipbox.type_flip_left .flipbox_back {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
transform: rotateY(180deg); }
.brainbizz_module_flipbox.type_flip_left:hover .flipbox_back {
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
transform: rotateY(0); }
.brainbizz_module_flipbox.type_flip_top .flipbox_back {
-webkit-transform: rotateX(-180deg);
-moz-transform: rotateX(-180deg);
transform: rotateX(-180deg); }
.brainbizz_module_flipbox.type_flip_top:hover .flipbox_back {
-webkit-transform: rotateX(0);
-moz-transform: rotateX(0);
transform: rotateX(0); }
.brainbizz_module_flipbox.type_flip_bottom .flipbox_back {
-webkit-transform: rotateX(180deg);
-moz-transform: rotateX(180deg);
transform: rotateX(180deg); }
.brainbizz_module_flipbox.type_flip_bottom:hover .flipbox_back {
-webkit-transform: rotateX(0);
-moz-transform: rotateX(0);
transform: rotateX(0); } .wgl-icon {
margin: 0;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s; }
.wgl-icon.icon_circle {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
background: #ffffff;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px; }
.wgl-icon.icon_circle.icon_shadow {
-webkit-box-shadow: 0 0 16px 3px rgba(3, 38, 94, 0.19);
-moz-box-shadow: 0 0 16px 3px rgba(3, 38, 94, 0.19);
box-shadow: 0 0 16px 3px rgba(3, 38, 94, 0.19); }
.wgl-icon.opacity_icon:hover {
opacity: .5; }
a .wgl-icon {
cursor: pointer; } .brainbizz_module_img_layer {
position: relative;
line-height: 0;
max-width: 100%; }
.brainbizz_module_img_layer .img_layer_image_wrapper {
position: relative;
line-height: 0;
display: block;
width: inherit;
max-width: 100%;
height: inherit;
max-height: 100%; }
.brainbizz_module_img_layer .img_layer_image_wrapper:not(:first-child) {
position: absolute;
left: 0;
top: 0; }
.brainbizz_module_img_layer .img_layer_image_wrapper .img_layer_image {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; }
.brainbizz_module_img_layer .img_layer_image_wrapper.fade_in .img_layer_image, .brainbizz_module_img_layer .img_layer_image_wrapper.slide_big_up .img_layer_image, .brainbizz_module_img_layer .img_layer_image_wrapper.slide_big_down .img_layer_image, .brainbizz_module_img_layer .img_layer_image_wrapper.slide_big_left .img_layer_image, .brainbizz_module_img_layer .img_layer_image_wrapper.slide_big_right .img_layer_image, .brainbizz_module_img_layer .img_layer_image_wrapper.slide_up .img_layer_image, .brainbizz_module_img_layer .img_layer_image_wrapper.slide_down .img_layer_image, .brainbizz_module_img_layer .img_layer_image_wrapper.slide_left .img_layer_image, .brainbizz_module_img_layer .img_layer_image_wrapper.slide_right .img_layer_image, .brainbizz_module_img_layer .img_layer_image_wrapper.flip_x .img_layer_image, .brainbizz_module_img_layer .img_layer_image_wrapper.flip_y .img_layer_image, .brainbizz_module_img_layer .img_layer_image_wrapper.zoom_in .img_layer_image {
opacity: 0;
visibility: hidden; }
.brainbizz_module_img_layer .img_layer_image_wrapper.slide_big_up .img_layer_image {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%); }
.brainbizz_module_img_layer .img_layer_image_wrapper.slide_big_down .img_layer_image {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%); }
.brainbizz_module_img_layer .img_layer_image_wrapper.slide_big_left .img_layer_image {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%); }
.brainbizz_module_img_layer .img_layer_image_wrapper.slide_big_right .img_layer_image {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%); }
.brainbizz_module_img_layer .img_layer_image_wrapper.slide_up .img_layer_image {
-webkit-transform: translateY(50%);
-moz-transform: translateY(50%);
-ms-transform: translateY(50%);
-o-transform: translateY(50%);
transform: translateY(50%); }
.brainbizz_module_img_layer .img_layer_image_wrapper.slide_down .img_layer_image {
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); }
.brainbizz_module_img_layer .img_layer_image_wrapper.slide_left .img_layer_image {
-webkit-transform: translateX(50%);
-moz-transform: translateX(50%);
-ms-transform: translateX(50%);
-o-transform: translateX(50%);
transform: translateX(50%); }
.brainbizz_module_img_layer .img_layer_image_wrapper.slide_right .img_layer_image {
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%); }
.brainbizz_module_img_layer .img_layer_image_wrapper.flip_x .img_layer_image {
-webkit-transform: rotateX(-100deg);
-moz-transform: rotateX(-100deg);
transform: rotateX(-100deg); }
.brainbizz_module_img_layer .img_layer_image_wrapper.flip_y .img_layer_image {
-webkit-transform: rotateY(-100deg);
-moz-transform: rotateY(-100deg);
transform: rotateY(-100deg); }
.brainbizz_module_img_layer .img_layer_image_wrapper.zoom_in .img_layer_image {
-webkit-transform: scale3d(0.2, 0.2, 0.2);
-moz-transform: scale3d(0.2, 0.2, 0.2);
transform: scale3d(0.2, 0.2, 0.2); }
.brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.fade_in .img_layer_image, .brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_up .img_layer_image, .brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_down .img_layer_image, .brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_left .img_layer_image, .brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_right .img_layer_image, .brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_up .img_layer_image, .brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_down .img_layer_image, .brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_left .img_layer_image, .brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_right .img_layer_image, .brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_x .img_layer_image, .brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_y .img_layer_image, .brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.zoom_in .img_layer_image {
opacity: 1;
visibility: visible; }
.brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_up .img_layer_image, .brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_down .img_layer_image, .brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_up .img_layer_image, .brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_down .img_layer_image {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_left .img_layer_image, .brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_big_right .img_layer_image, .brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_left .img_layer_image, .brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.slide_right .img_layer_image {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0); }
.brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_x .img_layer_image, .brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.flip_y .img_layer_image {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0); }
.brainbizz_module_img_layer.img_layer_animate .img_layer_image_wrapper.zoom_in .img_layer_image {
-webkit-transform: scale3d(1, 1, 1);
-moz-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); } .brainbizz_module_infobox {
-webkit-transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
transition: .5s; }
.brainbizz_module_infobox .infobox_wrapper {
position: relative;
z-index: 1;
-webkit-transition: inherit;
-o-transition: inherit;
-moz-transition: inherit;
transition: inherit; }
.brainbizz_module_infobox .infobox_wrapper .infobox_button {
margin-top: 20px; }
.brainbizz_module_infobox.infobox_alignment_left {
text-align: left; }
.brainbizz_module_infobox.infobox_alignment_left .infobox_icon_container {
margin-right: auto; }
.brainbizz_module_infobox.infobox_alignment_left.title_divider .infobox_title {
padding-left: 35%; }
.brainbizz_module_infobox.infobox_alignment_left.title_divider .infobox_title:before {
content: '';
position: absolute;
z-index: 1;
top: 40%;
left: 0;
width: 30%;
height: 1px;
background: red; }
.brainbizz_module_infobox.infobox_alignment_center {
text-align: center; }
.brainbizz_module_infobox.infobox_alignment_center .infobox_icon_container {
margin-left: auto;
margin-right: auto; }
.brainbizz_module_infobox.infobox_alignment_right {
text-align: right; }
.brainbizz_module_infobox.infobox_alignment_right .infobox_icon_container {
margin-left: auto; }
.brainbizz_module_infobox.infobox_alignment_right.title_divider .infobox_title {
padding-right: 35%; }
.brainbizz_module_infobox.infobox_alignment_right.title_divider .infobox_title:before {
content: '';
position: absolute;
z-index: 1;
top: 48%;
right: 0;
width: 30%;
height: 1px;
background: red; }
.brainbizz_module_infobox.layout_top .infobox_wrapper {
padding: 40px 35px 40px 40px; }
.brainbizz_module_infobox.layout_left .infobox_icon_wrapper, .brainbizz_module_infobox.layout_top_left .infobox_icon_wrapper {
float: left;
margin-right: 20px;
margin-bottom: 20px; }
.brainbizz_module_infobox.layout_right .infobox_icon_wrapper, .brainbizz_module_infobox.layout_top_right .infobox_icon_wrapper {
float: right;
margin-left: 30px;
margin-bottom: 20px; }
.brainbizz_module_infobox.layout_left .infobox_content_wrapper,
.brainbizz_module_infobox.layout_right .infobox_content_wrapper {
overflow: hidden; }
.brainbizz_module_infobox.type_bordered .infobox_icon, .brainbizz_module_infobox.type_fill .infobox_icon, .brainbizz_module_infobox.type_tile .infobox_icon, .brainbizz_module_infobox.type_default .infobox_icon {
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
width: inherit;
text-align: center; }
.brainbizz_module_infobox.type_bordered .infobox_icon_container {
border-style: solid;
border-width: 1px; }
.brainbizz_module_infobox.type_bordered .infobox_icon_container, .brainbizz_module_infobox.type_fill .infobox_icon_container, .brainbizz_module_infobox.type_tile .infobox_icon_container {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.brainbizz_module_infobox.type_tile .infobox_wrapper {
border: 1px solid #e4e4e4; }
.brainbizz_module_infobox.type_tile:not(.layout_top) .infobox_wrapper {
padding: 35px 15px 45px 15px; }
.brainbizz_module_infobox.type_fill .infobox_wrapper {
padding: 30px; }
.brainbizz_module_infobox .infobox_title {
position: relative;
z-index: 1;
line-height: 30px;
font-size: 22px;
font-weight: 400;
margin-bottom: 13px; }
.brainbizz_module_infobox .infobox_subtitle {
line-height: 1.2; }
.brainbizz_module_infobox .infobox_icon {
-webkit-transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
transition: .5s;
font-size: 40px; }
.brainbizz_module_infobox .infobox_icon_wrapper {
margin-bottom: 17px; }
.brainbizz_module_infobox .infobox_icon_wrapper .infobox_icon_container {
position: relative;
z-index: 1;
line-height: 0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; }
.brainbizz_module_infobox .infobox_icon_container {
position: relative;
z-index: 1; }
.brainbizz_module_infobox .infobox_icon_container .infobox_icon_number {
position: absolute;
z-index: 1;
height: 30px;
min-width: 30px;
line-height: 30px;
font-size: 14px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #ffffff;
background: #323232; }
.brainbizz_module_infobox .infobox_icon_container .infobox_icon_number.left_top {
left: 0;
top: 0; }
.brainbizz_module_infobox .infobox_icon_container .infobox_icon_number.right_top {
right: 0;
top: 0; }
.brainbizz_module_infobox .infobox_icon_container .infobox_icon_number.left_bottom {
left: 0;
bottom: 0; }
.brainbizz_module_infobox .infobox_icon_container .infobox_icon_number.right_bottom {
right: 0;
bottom: 0; }
.brainbizz_module_infobox:not(.type_full_size) .infobox_icon_container {
width: 70px;
height: 70px; } #sb_instagram {
position: relative;
z-index: 1; }
#sb_instagram .sbi_photo {
position: relative;
z-index: 3;
opacity: 1 !important; }
#sb_instagram .sbi_photo:before {
content: '';
position: absolute;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; }
#sb_instagram .sbi_photo:after {
content: "\f144";
font-family: Flaticon;
position: absolute;
z-index: 2;
left: 50%;
top: 50%;
font-size: 70px;
color: #ffffff;
opacity: 0;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
#sb_instagram .sbi_item.hover-active .sbi_photo:before {
opacity: 0.75; }
#sb_instagram .sbi_item.hover-active .sbi_photo:after {
opacity: 1; }
#sb_instagram .sbi_item:hover .sbi_photo:before {
opacity: 0.75 !important; }
#sb_instagram .sbi_item:hover .sbi_photo:after {
opacity: 1 !important; }
#sb_instagram #sbi_images:hover .sbi_item.hover-active .sbi_photo:before {
opacity: 0; }
#sb_instagram #sbi_images:hover .sbi_item.hover-active .sbi_photo:after {
opacity: 0; } .brainbizz_module_message_box {
--type_info_color: #1d8dff;
--type_success_color: #23da79;
--type_error_color: #c10e0e;
--type_warning_color: #ffa71d;
position: relative;
padding: 12px 50px 12px 80px;
min-height: 40px;
border: unset;
-webkit-box-shadow: 0px 7px 28px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 0px 7px 28px rgba(0, 0, 0, 0.08);
box-shadow: 0px 7px 28px rgba(0, 0, 0, 0.08); }
.brainbizz_module_message_box .message_title {
font-size: 16px;
line-height: 1.25;
font-weight: 600; }
.brainbizz_module_message_box .message_text {
font-size: 14px;
line-height: 20px; }
.brainbizz_module_message_box .message_icon_wrap {
position: absolute;
z-index: 1;
top: 50%;
left: 0;
width: 64px;
height: 64px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); }
.brainbizz_module_message_box .message_icon {
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
font-style: normal;
font-size: 34px;
width: 36px;
height: 36px;
line-height: 36px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
color: #ffffff;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.brainbizz_module_message_box .message_close_button {
display: block;
position: absolute;
z-index: 1;
top: 50%;
right: 15px;
width: 20px;
height: 20px;
font-size: 14px;
line-height: 20px;
text-align: center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
cursor: pointer; }
.brainbizz_module_message_box .message_close_button:before {
content: '\f14e';
font-family: 'flaticon'; }
.brainbizz_module_message_box.type_info {
border-color: var(--type_info_color); }
.brainbizz_module_message_box.type_info .message_icon_wrap {
background-color: var(--type_info_color); }
.brainbizz_module_message_box.type_info .message_close_button,
.brainbizz_module_message_box.type_info .message_title {
color: var(--type_info_color); }
.brainbizz_module_message_box.type_info .message_icon:before {
content: '\f172';
font-family: 'flaticon'; }
.brainbizz_module_message_box.type_success {
border-color: var(--type_success_color); }
.brainbizz_module_message_box.type_success .message_icon_wrap {
background-color: var(--type_success_color); }
.brainbizz_module_message_box.type_success .message_close_button,
.brainbizz_module_message_box.type_success .message_title {
color: var(--type_success_color); }
.brainbizz_module_message_box.type_success .message_icon:before {
content: '\f16f';
font-family: 'flaticon'; }
.brainbizz_module_message_box.type_error {
border-color: var(--type_error_color); }
.brainbizz_module_message_box.type_error .message_icon_wrap {
background-color: var(--type_error_color); }
.brainbizz_module_message_box.type_error .message_close_button,
.brainbizz_module_message_box.type_error .message_title {
color: var(--type_error_color); }
.brainbizz_module_message_box.type_error .message_icon:before {
content: '\f171';
font-family: 'flaticon'; }
.brainbizz_module_message_box.type_warning {
border-color: var(--type_warning_color); }
.brainbizz_module_message_box.type_warning .message_icon_wrap {
background-color: var(--type_warning_color); }
.brainbizz_module_message_box.type_warning .message_close_button,
.brainbizz_module_message_box.type_warning .message_title {
color: var(--type_warning_color); }
.brainbizz_module_message_box.type_warning .message_icon:before {
content: '\f173';
font-family: 'flaticon'; } .isotope-filter {
font-weight: 400;
font-size: 18px;
margin-bottom: 50px;
padding-top: 15px; }
.isotope-filter a {
display: inline-block;
margin-right: 50px;
color: inherit;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
position: relative;
line-height: 22px;
font-size: 13px;
font-weight: 600;
color: #b3b3b3;
text-transform: uppercase;
padding-bottom: 2px; }
.isotope-filter a:last-child {
margin-right: 0; }
.isotope-filter a:before {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%); }
.isotope-filter a.active:before, .isotope-filter a:hover:before {
width: 100%; }
.isotope-filter.filter_def.filter-center {
text-align: center; }
.isotope-filter.filter_def.filter-left {
text-align: left; }
.isotope-filter.filter_def.filter-right {
text-align: right; }
.isotope-filter.filter_def a .number_filter {
width: 20px;
height: 20px;
right: -20px;
line-height: 22px;
font-size: 10px;
color: #ffffff;
display: inline-block;
position: absolute;
bottom: 100%;
font-weight: 500;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease;
text-align: center; }
.isotope-filter.filter_def a:hover .number_filter {
opacity: 1;
visibility: visible; }
.isotope-filter.filter_def a:last-child {
margin-right: 0; }
.isotope-filter.filter_with_bg {
padding: 10px 30px;
background: #f7f7f7;
margin-bottom: 30px; } .row .wgl_portfolio_list-item {
padding-left: 0;
padding-right: 0;
float: none;
display: inline-block;
vertical-align: top; }
.wgl_portfolio_list-container {
margin-left: 0;
margin-right: 0; }
.wgl_portfolio_list-container .slick-dots {
padding: 0 0 25px 0; }
.wgl_portfolio_item-meta {
font-size: 13px; }
.wgl_portfolio_item-meta a,
.wgl_portfolio_item-meta span {
color: inherit; }
.wgl_portfolio_item-meta .post_cats {
position: relative;
z-index: 1;
display: block;
line-height: 20px;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s; }
.wgl_portfolio_item-meta .post_cats a {
position: relative;
display: inline-block;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px; }
.wgl_portfolio_item-meta .post_cats span.delimiter-comma {
margin-right: 2px;
margin-left: 2px;
-webkit-transition: color 0.4s;
-o-transition: color 0.4s;
-moz-transition: color 0.4s;
transition: color 0.4s; }
.wgl_portfolio_item-wrapper .swipebox {
position: absolute;
bottom: 40px;
left: 40px;
width: 30px;
height: 30px;
display: block;
z-index: 5;
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s; }
.wgl_portfolio_item-wrapper .swipebox:before {
content: '';
position: absolute;
z-index: 1;
width: 100%;
height: 2px;
left: 0;
top: 14px;
background: #ffffff;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s; }
.wgl_portfolio_item-wrapper .swipebox:after {
content: '';
position: absolute;
z-index: 1;
width: 2px;
height: 100%;
top: 0;
left: 14px;
background: #ffffff;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s; }
.wgl_portfolio_item-wrapper .swipebox:hover {
-webkit-transform: scale(1) rotate(-180deg) !important;
-moz-transform: scale(1) rotate(-180deg) !important;
-ms-transform: scale(1) rotate(-180deg) !important;
-o-transform: scale(1) rotate(-180deg) !important;
transform: scale(1) rotate(-180deg) !important; }
.wgl_portfolio_item-wrapper .single_link {
position: absolute;
bottom: 40px;
left: 40px;
width: 30px;
height: 30px;
display: block;
z-index: 5;
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
font-size: 22px;
color: #ffffff; } .wgl_portfolio_item-title .title {
font-size: 24px;
line-height: 1; }
.wgl_portfolio_item-title span, .wgl_portfolio_item-title a {
color: inherit;
font-weight: inherit;
font-size: inherit;
font-family: inherit;
line-height: inherit; } .wgl_portfolio_item-wrapper:hover .portfolio-post_overlay-figure {
opacity: 1; }
.portfolio-post_overlay-figure {
opacity: 0;
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
transition: opacity 0.4s; }
.portfolio-post_overlay-figure:before,
.portfolio-post_overlay-figure:after {
content: '';
display: block;
position: absolute;
top: 0%;
left: 50%;
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
-o-transform-origin: 0% 50%;
transform-origin: 0% 50%;
width: 1px;
height: 100%;
background: #ffffff; }
.portfolio-post_overlay-figure:after {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg); }
.item .gallery_type.inside_image .single_link,
.item .gallery_type.inside_image .swipebox {
top: 50%;
left: 50%;
margin-left: -15px;
margin-top: -15px; } .under_image .wgl_portfolio_item-image {
position: relative;
overflow: hidden;
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
-webkit-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out; }
.under_image.wgl_portfolio_item-wrapper .swipebox {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
.under_image.wgl_portfolio_item-wrapper .swipebox:before, .under_image.wgl_portfolio_item-wrapper .swipebox:after {
content: '';
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
background: #ffffff;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-moz-transition: all 0.6s;
transition: all 0.6s; }
.under_image.wgl_portfolio_item-wrapper .swipebox:before {
width: 20px;
height: 2px;
margin-top: -1px;
margin-left: -10px; }
.under_image.wgl_portfolio_item-wrapper .swipebox:after {
width: 2px;
height: 20px;
margin-top: -10px;
margin-left: -1px; }
.under_image.wgl_portfolio_item-wrapper .single_link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
.under_image.wgl_portfolio_item-wrapper .single_link:before {
-webkit-transition: all .7s;
-o-transition: all .7s;
-moz-transition: all .7s;
transition: all .7s;
-webkit-transform: translateX(-15px);
-moz-transform: translateX(-15px);
-ms-transform: translateX(-15px);
-o-transform: translateX(-15px);
transform: translateX(-15px); }
.under_image .post_cats {
margin-top: 14px; }
.under_image .post_cats a, .under_image .post_cats span {
color: #b3b3b3; }
.under_image .overlay {
content: "";
position: absolute;
z-index: 2;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
transition: all 0.4s ease; }
.under_image:hover .overlay {
opacity: 1;
z-index: 2;
visibility: visible; }
.under_image:hover .wgl_portfolio_item-image a {
z-index: 2; }
.under_image:hover .swipebox {
opacity: 1; }
.under_image:hover .swipebox:before {
width: 30px;
height: 2px;
margin-top: -1px;
margin-left: -15px; }
.under_image:hover .swipebox:after {
width: 2px;
height: 30px;
margin-top: -15px;
margin-left: -1px; }
.under_image:hover .single_link {
opacity: 1; }
.under_image:hover .single_link:before {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0); }
.under_image:hover .wgl_portfolio_item-image {
-webkit-clip-path: inset(6% 6% 6% 6%);
clip-path: inset(6% 6% 6% 6%); }
.under_image .wgl_portfolio_item-title {
margin-top: 0; }
.under_image.h_align_right .wgl_portfolio_item-description {
text-align: right; }
.under_image.h_align_center .wgl_portfolio_item-description {
text-align: center; }
.under_image .wgl_portfolio_item-description {
padding-top: 26px;
padding-bottom: 18px; } .inside_image {
position: relative;
overflow: hidden;
-webkit-transition: -webkit-transform 0.4s ease-in-out;
transition: -webkit-transform 0.4s ease-in-out;
-o-transition: -o-transform 0.4s ease-in-out;
-moz-transition: transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out; }
.inside_image .wgl_portfolio_item-image {
overflow: hidden; }
.inside_image .wgl_portfolio_item-description {
position: absolute;
z-index: 3;
top: 0%;
left: 0;
right: 0;
opacity: 1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 40px;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #fff; }
.inside_image .wgl_portfolio_item-description > * {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
opacity: 0; }
.inside_image .wgl_portfolio_item-image img {
width: 100%;
height: auto;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all 1s ease-out;
-o-transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
transition: all 1s ease-out; }
.inside_image .wgl_portfolio_item-title {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
opacity: 0;
margin-bottom: 6px; }
.inside_image .wgl_portfolio_item-title .title {
color: #fff;
line-height: 1.2;
display: inline-block;
opacity: 1; }
.inside_image .overlay {
position: absolute;
z-index: 0;
top: 0;
opacity: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
-webkit-transition-delay: 0s;
-moz-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
padding: 0; }
.inside_image .single_link:hover {
margin-left: 4px; }
.inside_image:hover {
z-index: 1; }
.inside_image:hover .wgl_portfolio_item-description {
opacity: 1; }
.inside_image:hover .wgl_portfolio_item-description > * {
opacity: 1; }
.inside_image:hover .overlay {
opacity: 1; }
.inside_image:hover .wgl_portfolio_item-title {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.inside_image:hover .wgl_portfolio_item-meta {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.inside_image:hover .swipebox, .inside_image:hover .single_link {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
.inside_image.always_info_animation .wgl_portfolio_item-description > * {
opacity: 1; }
.inside_image.always_info_animation .wgl_portfolio_item-title {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0); }
.inside_image.always_info_animation .overlay {
opacity: 0.4;
background: -webkit-gradient(linear, left bottom, left top, from(#0b0f27), to(rgba(11, 15, 39, 0)));
background: -webkit-linear-gradient(bottom, #0b0f27 0%, rgba(11, 15, 39, 0) 100%);
background: -moz- oldlinear-gradient(bottom, #0b0f27 0%, rgba(11, 15, 39, 0) 100%);
background: -o-linear-gradient(bottom, #0b0f27 0%, rgba(11, 15, 39, 0) 100%);
background: linear-gradient(to top, #0b0f27 0%, rgba(11, 15, 39, 0) 100%); }
.inside_image.always_info_animation .overlay:before {
content: '';
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity: 0;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
transition: opacity 0.5s;
background: #0b0f27; }
.inside_image.always_info_animation:hover .overlay {
opacity: 0.4; }
.inside_image.always_info_animation:hover .overlay:before {
opacity: 1; }
.wgl_portfolio_list-first {
padding-left: 45px;
padding-top: 26px; }
.wgl_portfolio_list-first .brainbizz_module_double_headings.aleft {
margin-bottom: 15px; }
.wgl_portfolio_list-first .brainbizz_module_double_headings.aleft .heading_bgtitle {
-webkit-transform: translateX(-50px);
-moz-transform: translateX(-50px);
-ms-transform: translateX(-50px);
-o-transform: translateX(-50px);
transform: translateX(-50px); }
.wgl_portfolio_list-first .brainbizz_module_button {
margin-top: 15px; }
.wgl_portfolio_list-first .brainbizz_module_button > a {
margin-bottom: 0; } .wgl_portfolio_single-item .wgl_portfolio_item-image {
margin-bottom: 34px; }
.wgl_portfolio_single-item .wgl_portfolio_item-title {
margin-bottom: 17px; }
.wgl_portfolio_single-item .wgl_portfolio_info-wrap {
margin-left: -15px;
margin-right: -15px; }
.wgl_portfolio_single-item .wgl_portfolio_info-wrap:after {
content: '';
clear: both;
display: table; }
.wgl_portfolio_single-item .wgl_portfolio_item-annotation {
padding: 28px 40px 35px;
background: #f6f4f0; }
.wgl_portfolio_single-item .single_post_info {
padding-bottom: 20px;
margin-bottom: 15px;
border-bottom: 0; }
.wgl_portfolio_single-item .wgl_portfolio_item-meta {
margin-bottom: 20px; }
.wgl_portfolio_single-item .wgl_portfolio_item-meta > * {
margin-right: 20px; }
.wgl_portfolio_single-item .wgl_portfolio_item-meta > *:last-child {
margin-right: 0; }
.wgl_portfolio_single-item .tags_likes_wrap {
padding-bottom: 35px;
border-bottom: 1px solid #ededed; }
.wgl_portfolio_single-item .tags_likes_wrap .wgl-likes {
float: right; }
.wgl_portfolio_single-item .tagcloud .tagcloud_desc {
font-size: 14px;
line-height: 30px;
vertical-align: top;
text-transform: uppercase;
color: #313131;
font-weight: 700;
margin-right: 20px; }
.single_info-share_social-wpapper {
padding-bottom: 5px;
padding-top: 22px;
border-top: 1px solid #d8d7d3; }
.single_info-share_social-wpapper > span {
font-size: 14px;
font-weight: 600;
margin-right: 15px;
text-transform: uppercase; }
.single_info-share_social-wpapper:only-child {
border: 0;
padding: 0; }
.single_info-share_social-wpapper .share_social-wpapper {
font-size: 0;
line-height: 0;
margin-top: 5px; }
.single_info-share_social-wpapper .share_twitter span.fa {
background-color: #13aef6; }
.single_info-share_social-wpapper .share_twitter span.fa:hover {
-webkit-box-shadow: 4px 4px 10px 0 rgba(19, 174, 246, 0.5);
-moz-box-shadow: 4px 4px 10px 0 rgba(19, 174, 246, 0.5);
box-shadow: 4px 4px 10px 0 rgba(19, 174, 246, 0.5);
-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
-o-transform: translateY(-3px);
transform: translateY(-3px); }
.single_info-share_social-wpapper .share_facebook span.fa {
background-color: #032ca2; }
.single_info-share_social-wpapper .share_facebook span.fa:hover {
-webkit-box-shadow: 4px 4px 10px 0 rgba(3, 44, 162, 0.5);
-moz-box-shadow: 4px 4px 10px 0 rgba(3, 44, 162, 0.5);
box-shadow: 4px 4px 10px 0 rgba(3, 44, 162, 0.5);
-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
-o-transform: translateY(-3px);
transform: translateY(-3px); }
.single_info-share_social-wpapper .share_google span.fa {
background-color: #ab3434; }
.single_info-share_social-wpapper .share_google span.fa:hover {
-webkit-box-shadow: 4px 4px 10px 0 rgba(171, 52, 52, 0.5);
-moz-box-shadow: 4px 4px 10px 0 rgba(171, 52, 52, 0.5);
box-shadow: 4px 4px 10px 0 rgba(171, 52, 52, 0.5);
-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
-o-transform: translateY(-3px);
transform: translateY(-3px); }
.single_info-share_social-wpapper .share_pinterest span.fa {
background-color: #cc0202; }
.single_info-share_social-wpapper .share_pinterest span.fa:hover {
-webkit-box-shadow: 4px 4px 10px 0 rgba(204, 2, 2, 0.5);
-moz-box-shadow: 4px 4px 10px 0 rgba(204, 2, 2, 0.5);
box-shadow: 4px 4px 10px 0 rgba(204, 2, 2, 0.5);
-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
-o-transform: translateY(-3px);
transform: translateY(-3px); }
.single_info-share_social-wpapper .share_linkedin span.fa {
background-color: #0266cc; }
.single_info-share_social-wpapper .share_linkedin span.fa:hover {
-webkit-box-shadow: 4px 4px 10px 0 rgba(2, 102, 204, 0.5);
-moz-box-shadow: 4px 4px 10px 0 rgba(2, 102, 204, 0.5);
box-shadow: 4px 4px 10px 0 rgba(2, 102, 204, 0.5);
-webkit-transform: translateY(-3px);
-moz-transform: translateY(-3px);
-ms-transform: translateY(-3px);
-o-transform: translateY(-3px);
transform: translateY(-3px); }
.single_info-share_social-wpapper .share_link + .share_link {
margin-left: 10px; }
.single_info-share_social-wpapper .share_link span {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #ffffff; }
.single_info-share_social-wpapper .share_link:hover span.fa {
color: #ffffff; }
.single_info-share_social-wpapper .share_twitter:hover span.fa {
background-color: #13aef6; }
.single_info-share_social-wpapper .share_facebook:hover span.fa {
background-color: #032ca2; }
.single_info-share_social-wpapper .share_google:hover span.fa {
background-color: #ab3434; }
.single_info-share_social-wpapper .share_pinterest:hover span.fa {
background-color: #cc0202; }
.single_info-share_social-wpapper .share_linkedin:hover span.fa {
background-color: #0266cc; }
.single_portfolio .brainbizz-post-navigation,
.single_portfolio .next-link_wrapper,
.single_portfolio .prev-link_wrapper {
margin-bottom: 0; }
.single_portfolio .related_portfolio {
margin-top: 70px;
margin-bottom: 50px; }
.single_portfolio .related_portfolio .brainbizz_module_carousel {
margin: 0; }
.single_portfolio .related_portfolio .brainbizz_module_title {
margin-bottom: 30px; }
.portfolio_info_item-info_desc {
width: 50%;
display: inline-block;
margin-bottom: 25px;
vertical-align: top; }
.portfolio_info_item-info_desc h5 {
margin-right: 14px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase; }
.portfolio_info_item-info_desc span {
font-size: 14px;
display: block;
line-height: 20px; }
.wgl_portfolio_item-annotation-wrap:only-child {
width: 100%; }
.wgl_portfolio_item-annotation-wrap:only-child .portfolio_info_item-info_desc {
width: initial;
margin-right: 35px; }
.wgl_portfolio_item-annotation-wrap:only-child .portfolio_info_item-info_desc h5, .wgl_portfolio_item-annotation-wrap:only-child .portfolio_info_item-info_desc span {
display: inline-block; } .brainbizz_module_pricing_plan {
text-align: center;
max-width: 400px;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
padding-top: 20px; }
.brainbizz_module_pricing_plan:hover .pricing_plan_wrap {
-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
-ms-transform: translateY(-20px);
-o-transform: translateY(-20px);
transform: translateY(-20px); }
.brainbizz_module_pricing_plan .pricing_plan_wrap {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
transition: .5s;
background-color: transparent; }
.brainbizz_module_pricing_plan .pricing_header {
padding: 53px 15px 47px;
text-align: center;
position: relative;
z-index: 1;
background-color: #f6f4f0; }
.brainbizz_module_pricing_plan .pricing_icon_wrapper {
font-size: 35px;
height: 1em;
line-height: 1em;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%); }
.brainbizz_module_pricing_plan .pricing_title {
display: block;
font-size: 24px;
font-weight: 500;
line-height: 30px;
padding-bottom: 27px; }
.brainbizz_module_pricing_plan .pricing_price_wrap {
font-size: 72px; }
.brainbizz_module_pricing_plan .pricing_cur {
display: inline-block;
vertical-align: top;
padding-right: 0.1111em;
font-size: 0.4286em;
line-height: 1;
font-weight: 400;
color: inherit; }
.brainbizz_module_pricing_plan .pricing_price {
display: inline-block;
vertical-align: top;
font-size: inherit;
line-height: 1;
font-weight: 400;
color: inherit;
position: relative; }
.brainbizz_module_pricing_plan .pricing_price .price_decimal {
position: absolute;
z-index: 0;
top: 0;
left: 100%;
padding-left: 0.0972em;
font-size: 0.4286em;
font-weight: 400;
color: inherit;
vertical-align: top; }
.brainbizz_module_pricing_plan .pricing_desc {
display: inline-block;
vertical-align: top;
font-size: 0.1944em;
line-height: 1;
font-weight: 400;
color: inherit;
padding-left: 0.125em;
padding-top: 3.4em; }
.brainbizz_module_pricing_plan .pricing_content_wrap {
-webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1); }
.brainbizz_module_pricing_plan .pricing_content {
padding: 30px 35px 3px;
font-size: 18px;
background-color: #ffffff;
color: #232323;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: rgba(0, 0, 0, 0.1); }
.brainbizz_module_pricing_plan .pricing_content li {
padding-left: 0;
line-height: 50px; }
.brainbizz_module_pricing_plan .pricing_content li:before {
display: none; }
.brainbizz_module_pricing_plan .pricing_content li i {
margin-right: 10px; }
.brainbizz_module_pricing_plan .pricing_footer {
font-size: 14px;
font-weight: 300;
line-height: 24px;
padding: 33px 50px 50px;
background-color: #ffffff; }
.brainbizz_module_pricing_plan .pricing_footer .pricing_description {
padding-bottom: 34px; }
.brainbizz_module_pricing_plan .pricing_footer .brainbizz_module_button {
margin-top: 0px;
display: inline-block; }
.brainbizz_module_pricing_plan .pricing_footer .brainbizz_module_button > a {
margin-bottom: 0;
font-size: 13px;
word-break: break-word;
white-space: normal; }
.brainbizz_module_pricing_plan .pricing_plan_wrap.highlighted .pricing_header .pricing_title {
color: #ffffff; }
.brainbizz_module_pricing_plan .pricing_plan_wrap.highlighted .pricing_header .pricing_price_wrap {
color: #ffffff; }
.brainbizz_module_pricing_plan .pricing_plan_wrap.highlighted .pricing_header .pricing_price_wrap .pricing_desc {
color: inherit; }
.brainbizz_module_pricing_plan .pricing_plan_wrap.highlighted .pricing_footer {
padding-bottom: 30px; }
.brainbizz_module_pricing_plan .pricing_plan_wrap.highlighted .pricing_footer .highlighting_wrap {
padding-top: 13px; }
.brainbizz_module_pricing_plan .pricing_plan_wrap.highlighted .pricing_footer .highlighting_wrap .highlighting_icon {
color: #18d367;
font-size: 45px;
line-height: 1.3;
padding-bottom: 3px; }
.brainbizz_module_pricing_plan .pricing_plan_wrap.highlighted .pricing_footer .highlighting_wrap .highlighting_text {
font-size: 12px;
font-weight: 500;
line-height: 24px;
color: #949494;
text-transform: uppercase; } .brainbizz_module_progress_bar .progress_bar_wrap {
position: relative;
z-index: 1;
width: 100%;
height: 3px;
background: #f3f3f3;
margin: 30px 0 64px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; }
.brainbizz_module_progress_bar .progress_bar_wrap:last-child {
margin-bottom: 20px; }
.brainbizz_module_progress_bar .progress_bar {
position: absolute;
z-index: 1;
width: 0;
height: inherit;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-transition: width 1s linear;
-o-transition: width 1s linear;
-moz-transition: width 1s linear;
transition: width 1s linear; }
.brainbizz_module_progress_bar .progress_label_wrap {
position: absolute;
z-index: 1;
left: 0;
top: -43px;
width: 100%;
white-space: nowrap; }
.brainbizz_module_progress_bar .progress_value_wrap {
position: absolute;
top: -41px;
right: 0; }
.brainbizz_module_progress_bar .progress_label,
.brainbizz_module_progress_bar .progress_value,
.brainbizz_module_progress_bar .progress_units {
font-size: 14px;
font-weight: 600;
text-transform: uppercase; } .brainbizz_module_services.bg_front_frame .services_front, .brainbizz_module_services.bg_front_color .services_front {
border: 1px solid rgba(255, 255, 255, 0.3); }
.brainbizz_module_services.service_fade .services_back,
.brainbizz_module_services.service_fade .services_button {
opacity: 0; }
.brainbizz_module_services.service_front_slide .services_front {
-webkit-transition: all 0.45s cubic-bezier(0.485, 0.065, 0.165, 0.95);
-o-transition: all 0.45s cubic-bezier(0.485, 0.065, 0.165, 0.95);
-moz-transition: all 0.45s cubic-bezier(0.485, 0.065, 0.165, 0.95);
transition: all 0.45s cubic-bezier(0.485, 0.065, 0.165, 0.95); }
.brainbizz_module_services.service_front_slide.anim_dir_to_bottom .services_button {
top: -200%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.brainbizz_module_services.service_front_slide.anim_dir_to_top .services_button {
bottom: -200%;
-webkit-transform: translate(-50%, 50%);
-moz-transform: translate(-50%, 50%);
-ms-transform: translate(-50%, 50%);
-o-transform: translate(-50%, 50%);
transform: translate(-50%, 50%); }
.brainbizz_module_services.service_front_slide.anim_dir_to_left .services_button {
right: -200%;
left: initial;
-webkit-transform: translateX(50%);
-moz-transform: translateX(50%);
-ms-transform: translateX(50%);
-o-transform: translateX(50%);
transform: translateX(50%); }
.brainbizz_module_services.service_front_slide.anim_dir_to_right .services_button {
left: -200%; }
.brainbizz_module_services.service_front_slide .services_back {
z-index: -1; }
.brainbizz_module_services.service_back_slide .services_back {
z-index: 1; }
.brainbizz_module_services.service_back_slide.anim_dir_to_bottom .services_back {
top: -100%; }
.brainbizz_module_services.service_back_slide.anim_dir_to_bottom .services_button {
top: -200%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.brainbizz_module_services.service_back_slide.anim_dir_to_top .services_back {
top: 100%; }
.brainbizz_module_services.service_back_slide.anim_dir_to_top .services_button {
bottom: -200%;
-webkit-transform: translate(-50%, 50%);
-moz-transform: translate(-50%, 50%);
-ms-transform: translate(-50%, 50%);
-o-transform: translate(-50%, 50%);
transform: translate(-50%, 50%); }
.brainbizz_module_services.service_back_slide.anim_dir_to_left .services_back {
left: 100%; }
.brainbizz_module_services.service_back_slide.anim_dir_to_left .services_button {
right: -200%;
left: initial;
-webkit-transform: translateX(50%);
-moz-transform: translateX(50%);
-ms-transform: translateX(50%);
-o-transform: translateX(50%);
transform: translateX(50%); }
.brainbizz_module_services.service_back_slide.anim_dir_to_right .services_back {
left: -100%; }
.brainbizz_module_services.service_back_slide.anim_dir_to_right .services_button {
left: -200%; }
.brainbizz_module_services .services_wrapper {
position: relative;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden; }
.brainbizz_module_services .services_front {
padding: 55px 40px;
width: 100%; }
.brainbizz_module_services .services_front .services_icon_wrapper {
line-height: 1;
margin-bottom: 28px; }
.brainbizz_module_services .services_front .services_icon {
font-size: 44px; }
.brainbizz_module_services .services_front .services_title {
font-size: 22px;
margin-bottom: 13px; }
.brainbizz_module_services .services_front .services_descr {
font-size: 14px;
line-height: 24px; }
.brainbizz_module_services .services_back {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
left: 0;
top: 0;
-webkit-transition: all 1s;
-o-transition: all 1s;
-moz-transition: all 1s;
transition: all 1s;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center; }
.brainbizz_module_services .services_button {
position: absolute;
z-index: 2;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: all 1s;
-o-transition: all 1s;
-moz-transition: all 1s;
transition: all 1s; }
.brainbizz_module_services.service_fade .services_wrapper:hover .services_back,
.brainbizz_module_services.service_fade .services_wrapper:hover .services_button {
opacity: 1; }
.brainbizz_module_services.service_front_slide.anim_dir_to_bottom .services_wrapper:hover .services_button {
top: 50%; }
.brainbizz_module_services.service_front_slide.anim_dir_to_bottom .services_wrapper:hover .services_front {
-webkit-transform: translateY(120%);
-moz-transform: translateY(120%);
-ms-transform: translateY(120%);
-o-transform: translateY(120%);
transform: translateY(120%); }
.brainbizz_module_services.service_front_slide.anim_dir_to_top .services_wrapper:hover .services_button {
bottom: 50%; }
.brainbizz_module_services.service_front_slide.anim_dir_to_top .services_wrapper:hover .services_front {
-webkit-transform: translateY(-120%);
-moz-transform: translateY(-120%);
-ms-transform: translateY(-120%);
-o-transform: translateY(-120%);
transform: translateY(-120%); }
.brainbizz_module_services.service_front_slide.anim_dir_to_left .services_wrapper:hover .services_button {
right: 50%; }
.brainbizz_module_services.service_front_slide.anim_dir_to_left .services_wrapper:hover .services_front {
-webkit-transform: translateX(-120%);
-moz-transform: translateX(-120%);
-ms-transform: translateX(-120%);
-o-transform: translateX(-120%);
transform: translateX(-120%); }
.brainbizz_module_services.service_front_slide.anim_dir_to_right .services_wrapper:hover .services_button {
left: 50%; }
.brainbizz_module_services.service_front_slide.anim_dir_to_right .services_wrapper:hover .services_front {
-webkit-transform: translateX(120%);
-moz-transform: translateX(120%);
-ms-transform: translateX(120%);
-o-transform: translateX(120%);
transform: translateX(120%); }
.brainbizz_module_services.service_back_slide .services_wrapper:hover .services_back {
left: 0;
top: 0; }
.brainbizz_module_services.service_back_slide.anim_dir_to_bottom .services_wrapper:hover .services_button {
top: 50%; }
.brainbizz_module_services.service_back_slide.anim_dir_to_top .services_wrapper:hover .services_button {
bottom: 50%; }
.brainbizz_module_services.service_back_slide.anim_dir_to_left .services_wrapper:hover .services_button {
right: 50%; }
.brainbizz_module_services.service_back_slide.anim_dir_to_right .services_wrapper:hover .services_button {
left: 50%; } .brainbizz_module_services_2 .services_wrapper {
position: relative;
z-index: 1;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center; }
.brainbizz_module_services_2 .services_logo {
position: absolute;
z-index: 1;
top: 50%;
left: 20%;
-webkit-transform: translate3d(0, -50%, 0);
-moz-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
-webkit-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out; }
.brainbizz_module_services_2 .services_content {
-webkit-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
width: 100%; }
.brainbizz_module_services_2 .services_title {
font-size: 42px; }
.brainbizz_module_services_2 .services_subtitle {
font-size: 18px;
margin-bottom: 3px; }
.brainbizz_module_services_2 .services_title,
.brainbizz_module_services_2 .services_subtitle {
left: 41%;
position: relative;
z-index: 2;
-webkit-transition: all 0.6s ease-in-out;
-o-transition: all 0.6s ease-in-out;
-moz-transition: all 0.6s ease-in-out;
transition: all 0.6s ease-in-out;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
display: inline-block;
max-width: 60%; }
.brainbizz_module_services_2 .services_wrapper:hover .services_logo {
left: 50%;
-webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
-moz-transform: translate3d(-50%, -50%, 0) scale(0.8);
transform: translate3d(-50%, -50%, 0) scale(0.8); }
.brainbizz_module_services_2 .services_wrapper:hover .services_title,
.brainbizz_module_services_2 .services_wrapper:hover .services_subtitle {
text-align: center;
left: 50%;
-webkit-transform: translate3d(-50%, 0, 0);
-moz-transform: translate3d(-50%, 0, 0);
transform: translate3d(-50%, 0, 0); } .brainbizz_module_social {
margin-left: -7px;
margin-right: -7px; }
.brainbizz_module_social .soc_icon {
text-align: center;
display: inline-block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #ffffff;
font-size: 14px;
margin-left: 7px;
margin-right: 7px;
margin-bottom: 14px; }
.brainbizz_module_social.with_bg .soc_icon {
width: 30px;
height: 30px;
line-height: 30px; }
.brainbizz_module_social.with_bg .soc_icon:hover {
background: #ffffff;
-webkit-box-shadow: 0 3px 16px 0px rgba(3, 38, 96, 0.2);
-moz-box-shadow: 0 3px 16px 0px rgba(3, 38, 96, 0.2);
box-shadow: 0 3px 16px 0px rgba(3, 38, 96, 0.2); } .brainbizz_module_spacing.responsive_active .spacing_size {
display: none; }
.brainbizz_module_spacing.responsive_active .spacing_size.spacing_size-initial {
display: block; } .wgl_module_team {
position: relative;
z-index: 1; }
.wgl_module_team.aleft .team-item_info {
left: 0;
padding-left: 0; }
.wgl_module_team.aright .team-item_info {
left: 80px;
padding-right: 0; }
.wgl_module_team .team-item {
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 0; }
.wgl_module_team .team-item_content {
position: relative;
z-index: 1;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
background: #ffffff;
margin-bottom: 105px; }
.wgl_module_team .team-title {
font-size: 20px;
font-weight: 400;
line-height: 1;
margin-bottom: 3px; }
.wgl_module_team .team-title a {
color: inherit;
font-weight: inherit;
font-size: inherit;
line-height: inherit; }
.wgl_module_team .team-item_excerpt {
position: relative;
z-index: 1;
font-size: 14px;
line-height: 1.71;
color: #8a8a8a;
max-height: 0;
opacity: 0;
-webkit-transition: all 0.6s, max-height 0.5s;
-o-transition: all 0.6s, max-height 0.5s;
-moz-transition: all 0.6s, max-height 0.5s;
transition: all 0.6s, max-height 0.5s;
overflow: hidden;
-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: bottom;
-moz-transform-origin: bottom;
-ms-transform-origin: bottom;
-o-transform-origin: bottom;
transform-origin: bottom; }
.wgl_module_team .team-item_excerpt:before {
content: '';
position: absolute;
z-index: 1;
top: 0;
left: 50%;
width: 50px;
height: 1px;
margin-left: -25px; }
.wgl_module_team .team-item_info {
position: absolute;
z-index: 1;
left: 40px;
bottom: -85px;
background: #ffffff;
width: -webkit-calc(100% - 80px);
width: -moz-calc(100% - 80px);
width: calc(100% - 80px);
padding: 30px 30px 15px;
-webkit-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1); }
.wgl_module_team .team-info_icons {
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #cacaca;
margin-left: auto;
margin-right: auto;
margin-bottom: 5px; }
.wgl_module_team .team-info_icons .team-icon {
position: relative;
padding: 8px 13px;
text-decoration: none;
color: inherit;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
font-size: 14px; }
.wgl_module_team .team-info_icons .team-icon.fa-google-plus {
font-size: 13px; }
.wgl_module_team .team-info_icons .team-icon:hover {
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px);
transform: translateY(-2px); }
.wgl_module_team .team-department {
font-size: 14px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s; }
.wgl_module_team .team-image {
width: 100%;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
z-index: -1;
position: relative; }
.wgl_module_team .team-item_content:hover .team-item_excerpt {
max-height: 400px;
opacity: 1;
-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition: all 0.4s, max-height 1.5s;
-o-transition: all 0.4s, max-height 1.5s;
-moz-transition: all 0.4s, max-height 1.5s;
transition: all 0.4s, max-height 1.5s;
padding-bottom: 18px;
padding-top: 19px;
margin-top: 15px; }
.wgl_module_team.team-col_1 .team-item {
width: 100%; }
.wgl_module_team.team-col_2 .team-item {
width: 50%; }
.wgl_module_team.team-col_2 .team-item:nth-child(2n+1) {
clear: left; }
.wgl_module_team.team-col_3 .team-item {
width: 33.33333333%; }
.wgl_module_team.team-col_3 .team-item:nth-child(3n+1) {
clear: left; }
.wgl_module_team.team-col_4 .team-item {
width: 25%; }
.wgl_module_team.team-col_4 .team-item:nth-child(4n+1) {
clear: left; }
.wgl_module_team.team-col_5 .team-item {
width: 20%; }
.wgl_module_team.team-col_5 .team-item:nth-child(5n+1) {
clear: left; }
.wgl_module_team .brainbizz_module_carousel-wrapper .brainbizz_module_carousel {
margin-left: 0;
margin-right: 0; }
.wgl_module_team .brainbizz_module_carousel-wrapper .brainbizz_module_carousel .team-item:not(:first-child) {
clear: none; } .single_team_page .team-single_wrapper {
position: relative;
z-index: 1;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 100px; }
.single_team_page .team-info_icons {
margin-top: 15px; }
.single_team_page .team-info_icons a {
display: inline-block;
position: relative;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
margin-right: 20px;
text-decoration: none;
overflow: hidden;
color: #cacaca; }
.single_team_page .team-info_icons a:last-child {
margin-right: 30px; }
.single_team_page .team-info_icons a:hover {
-webkit-transform: translateY(-2px);
-moz-transform: translateY(-2px);
-ms-transform: translateY(-2px);
-o-transform: translateY(-2px);
transform: translateY(-2px); }
.single_team_page .team-image_wrap {
position: relative;
z-index: 1; }
.single_team_page .team-image {
max-width: 470px; }
.single_team_page .team-title {
position: relative;
z-index: 1;
font-size: 36px;
font-weight: 500;
margin-bottom: 19px;
padding-bottom: 21px; }
.single_team_page .team-title:before {
content: '';
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
width: 50px;
height: 1px; }
.single_team_page .team-info_wrapper {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-color: #fff;
padding: 20px 0;
padding-left: 8%;
z-index: 1;
-webkit-box-shadow: 10px 17px 38px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 10px 17px 38px 5px rgba(0, 0, 0, 0.1);
box-shadow: 10px 17px 38px 5px rgba(0, 0, 0, 0.1);
margin-left: -70px;
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-ms-transform: translateY(50px);
-o-transform: translateY(50px);
transform: translateY(50px); }
.single_team_page .team-info_wrapper .team-info_item {
margin-bottom: 7px;
font-size: 16px; }
.single_team_page .team-info_wrapper .team-info_item:first-child {
margin-top: 0; }
.single_team_page .team-info_wrapper .team-info_item > * {
font-size: inherit;
font-family: inherit;
display: inline-block; }
.single_team_page .team-info_wrapper .team-info_item h5 {
text-transform: uppercase;
font-weight: 500; }
.single_team_page .team-info_wrapper .team-info_item a {
color: inherit; }
.single_team_page .team-info_wrapper .team-info_item span {
margin-left: 5px; }
.single_team_page .team-single_speaches-title {
font-weight: 400;
margin-bottom: 30px; }
.single_team_page .team-single_speaches-info .speech-info_item {
border: 1px solid #dddddd;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding: 30px;
margin-bottom: 30px; }
.single_team_page .team-single_speaches-info .speech-info_day {
font-size: 22px;
margin-bottom: 6px; }
.single_team_page .team-single_speaches-info .speech-info_time {
margin-bottom: 8px; }
.single_team_page .team-single_speaches-info .speech-info_time,
.single_team_page .team-single_speaches-info .speech-info_desc {
font-size: 18px; } .brainbizz_module_testimonials .testimonials_item {
padding-top: 35px;
padding-bottom: 30px;
-webkit-transition: -webkit-transform .3s;
transition: -webkit-transform .3s;
-o-transition: -o-transform .3s;
-moz-transition: transform .3s, -moz-transform .3s;
transition: transform .3s;
transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s; }
.brainbizz_module_testimonials .testimonials_image img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.brainbizz_module_testimonials .testimonials_quote {
font-size: 18px;
line-height: 36px;
letter-spacing: 0;
position: relative;
z-index: 0; }
.brainbizz_module_testimonials .testimonials_quote:after {
display: block;
position: absolute;
z-index: -1;
font-family: flaticon;
line-height: 0.3; }
.brainbizz_module_testimonials .testimonials_name {
font-size: 22px;
line-height: 30px;
font-weight: 400; }
.brainbizz_module_testimonials .testimonials_status {
display: block;
font-size: 14px;
line-height: 1.4; }
.brainbizz_module_testimonials.type_author_top_inline .testimonials_item {
padding-top: 60px; }
.brainbizz_module_testimonials.type_author_top_inline .testimonials_item .testimonials_item_wrap {
-webkit-transition: inherit;
-o-transition: inherit;
-moz-transition: inherit;
transition: inherit; }
.brainbizz_module_testimonials.type_author_top_inline .testimonials_item .testimonials_item_wrap:hover {
-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
-ms-transform: translateY(-20px);
-o-transform: translateY(-20px);
transform: translateY(-20px); }
.brainbizz_module_testimonials.type_author_top_inline .testimonials_item .testimonials_item_wrap .testimonials_content_wrap {
-webkit-box-shadow: 17px 14px 38px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 17px 14px 38px 0px rgba(0, 0, 0, 0.1);
box-shadow: 17px 14px 38px 0px rgba(0, 0, 0, 0.1);
border-bottom-width: 3px;
border-bottom-style: solid;
background-color: #ffffff; }
.brainbizz_module_testimonials.type_author_top_inline .testimonials_item .testimonials_item_wrap .testimonials_content_wrap .testimonials_meta_wrap {
padding: 17px 28px 0px; }
.brainbizz_module_testimonials.type_author_top_inline .testimonials_item .testimonials_item_wrap .testimonials_content_wrap .testimonials_meta_wrap .testimonials_image {
margin-top: -47px; }
.brainbizz_module_testimonials.type_author_top_inline .testimonials_item .testimonials_item_wrap .testimonials_content_wrap .testimonials_quote {
overflow: hidden;
padding: 27px 28px 40px; }
.brainbizz_module_testimonials.type_author_top_inline .testimonials_item .testimonials_item_wrap .testimonials_content_wrap .testimonials_quote:after {
content: '\f15d';
right: -5px;
bottom: 8px;
font-size: 100px;
color: #f6f4f0; }
.brainbizz_module_testimonials.type_author_top_inline .brainbizz_module_carousel .slick-slider .slick-list .testimonials_item_wrap .testimonials_content_wrap {
-webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1); }
.brainbizz_module_testimonials.type_author_bottom_inline .testimonials_item .testimonials_quote:after {
content: '\f15d';
top: -10px;
left: -13px;
font-size: 110px;
color: #ffffff; }
.brainbizz_module_testimonials.type_author_bottom_inline .testimonials_item .testimonials_meta_wrap {
margin-top: 45px; }
.brainbizz_module_testimonials.item_alignment_left {
text-align: left; }
.brainbizz_module_testimonials.item_alignment_center {
text-align: center; }
.brainbizz_module_testimonials.item_alignment_center .testimonials_quote,
.brainbizz_module_testimonials.item_alignment_center .testimonials_meta_wrap {
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.brainbizz_module_testimonials.item_alignment_right {
text-align: right; }
.brainbizz_module_testimonials.type_default .testimonials_image {
margin-bottom: 40px; }
.brainbizz_module_testimonials.type_default .testimonials_content_wrap {
margin-bottom: 30px; }
.brainbizz_module_testimonials.type_author_top_inline .testimonials_meta_wrap, .brainbizz_module_testimonials.type_author_bottom_inline .testimonials_meta_wrap {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center; }
.brainbizz_module_testimonials.type_author_top_inline.item_alignment_left .testimonials_image, .brainbizz_module_testimonials.type_author_bottom_inline.item_alignment_left .testimonials_image {
margin-right: 30px; }
.brainbizz_module_testimonials.type_author_top_inline.item_alignment_center .testimonials_image, .brainbizz_module_testimonials.type_author_bottom_inline.item_alignment_center .testimonials_image {
margin-right: 20px; }
.brainbizz_module_testimonials.type_author_top_inline.item_alignment_right .testimonials_meta_wrap, .brainbizz_module_testimonials.type_author_bottom_inline.item_alignment_right .testimonials_meta_wrap {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-moz-box-orient: horizontal;
-moz-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.brainbizz_module_testimonials.type_author_top_inline.item_alignment_right .testimonials_image, .brainbizz_module_testimonials.type_author_bottom_inline.item_alignment_right .testimonials_image {
margin-left: 30px; }
.brainbizz_module_testimonials.type_author_bottom .testimonials_meta_wrap {
padding-top: 30px; }
.brainbizz_module_testimonials.type_author_bottom .testimonials_meta_wrap .testimonials_image {
margin-right: 0;
margin-bottom: 10px; }
.brainbizz_module_testimonials.type_author_bottom .testimonials_meta_wrap .testimonials_image img {
display: inline-block; } .brainbizz_module_time_line_horizontal {
text-align: center;
position: relative;
z-index: 1;
padding: 0 60px; }
.brainbizz_module_time_line_horizontal:before {
content: '';
position: absolute;
z-index: -1;
width: 100%;
height: 2px;
top: 90px;
left: 0;
margin-top: -1px;
background: white;
opacity: 0.5; }
.brainbizz_module_time_line_horizontal .time_line-item {
position: relative;
z-index: 1;
padding: 0 25px; }
.brainbizz_module_time_line_horizontal.appear_anim .time_line-item {
opacity: 0; }
.brainbizz_module_time_line_horizontal .time_line-descr {
white-space: pre-line; }
.brainbizz_module_time_line_horizontal .time_line-date {
position: absolute;
z-index: 1;
left: 0;
top: 0;
width: 100%;
font-size: 20px; }
.brainbizz_module_time_line_horizontal .time_line-check_wrap {
position: relative;
z-index: 1;
width: 100%;
height: 80px;
margin: 50px 0 20px; }
.brainbizz_module_time_line_horizontal .time_line-check:before, .brainbizz_module_time_line_horizontal .time_line-check:after {
content: '';
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
-moz-transition: 0.4s;
transition: 0.4s; }
.brainbizz_module_time_line_horizontal .time_line-check:before {
width: 16px;
height: 16px;
background: green; }
.brainbizz_module_time_line_horizontal .time_line-check:after {
z-index: -1;
width: 50px;
height: 50px;
background: #010d2f;
opacity: 0.5;
-webkit-box-shadow: 0 0 0 0 #010d2f;
-moz-box-shadow: 0 0 0 0 #010d2f;
box-shadow: 0 0 0 0 #010d2f; }
.brainbizz_module_time_line_horizontal .time_line-item:hover .time_line-check:after {
-webkit-animation: time_line_horizontal_pulse 2s infinite;
-moz-animation: time_line_horizontal_pulse 2s infinite;
-o-animation: time_line_horizontal_pulse 2s infinite;
animation: time_line_horizontal_pulse 2s infinite; }
@-webkit-keyframes time_line_horizontal_pulse {
0% {
-webkit-box-shadow: 0 0 0 0 #010d2f;
box-shadow: 0 0 0 0 #010d2f; }
70% {
-webkit-box-shadow: 0 0 0 20px #010d2f;
box-shadow: 0 0 0 20px #010d2f; }
100% {
-webkit-box-shadow: 0 0 0 0 #010d2f;
box-shadow: 0 0 0 0 #010d2f; } }
@-moz-keyframes time_line_horizontal_pulse {
0% {
-moz-box-shadow: 0 0 0 0 #010d2f;
box-shadow: 0 0 0 0 #010d2f; }
70% {
-moz-box-shadow: 0 0 0 20px #010d2f;
box-shadow: 0 0 0 20px #010d2f; }
100% {
-moz-box-shadow: 0 0 0 0 #010d2f;
box-shadow: 0 0 0 0 #010d2f; } }
@-o-keyframes time_line_horizontal_pulse {
0% {
box-shadow: 0 0 0 0 #010d2f; }
70% {
box-shadow: 0 0 0 20px #010d2f; }
100% {
box-shadow: 0 0 0 0 #010d2f; } }
@keyframes time_line_horizontal_pulse {
0% {
-webkit-box-shadow: 0 0 0 0 #010d2f;
-moz-box-shadow: 0 0 0 0 #010d2f;
box-shadow: 0 0 0 0 #010d2f; }
70% {
-webkit-box-shadow: 0 0 0 20px #010d2f;
-moz-box-shadow: 0 0 0 20px #010d2f;
box-shadow: 0 0 0 20px #010d2f; }
100% {
-webkit-box-shadow: 0 0 0 0 #010d2f;
-moz-box-shadow: 0 0 0 0 #010d2f;
box-shadow: 0 0 0 0 #010d2f; } } .brainbizz_module_time_line_vertical {
position: relative;
z-index: 1;
padding: 70px 0; }
.brainbizz_module_time_line_vertical:before {
content: '';
position: absolute;
z-index: -1;
height: 100%;
width: 2px;
left: 50%;
top: 0;
margin-left: -1px;
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.15) 100px, rgba(0, 0, 0, 0.15) -webkit-calc(100% - 100px), transparent 100%);
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.15) 100px, rgba(0, 0, 0, 0.15) -moz-calc(100% - 100px), transparent 100%);
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.15) 100px, rgba(0, 0, 0, 0.15) calc(100% - 100px), transparent 100%); }
.brainbizz_module_time_line_vertical.appear_anim .time_line-item .time_line-date {
-webkit-transform: translateX(-20%);
-moz-transform: translateX(-20%);
-ms-transform: translateX(-20%);
-o-transform: translateX(-20%);
transform: translateX(-20%);
opacity: 0; }
.brainbizz_module_time_line_vertical.appear_anim .time_line-item .time_line-check {
opacity: 0; }
.brainbizz_module_time_line_vertical.appear_anim .time_line-item .time_line-content {
-webkit-transform: translateX(20%);
-moz-transform: translateX(20%);
-ms-transform: translateX(20%);
-o-transform: translateX(20%);
transform: translateX(20%);
opacity: 0; }
.brainbizz_module_time_line_vertical.appear_anim .time_line-item:nth-child(even) .time_line-date {
-webkit-transform: translateX(20%);
-moz-transform: translateX(20%);
-ms-transform: translateX(20%);
-o-transform: translateX(20%);
transform: translateX(20%); }
.brainbizz_module_time_line_vertical.appear_anim .time_line-item:nth-child(even) .time_line-content {
-webkit-transform: translateX(-20%);
-moz-transform: translateX(-20%);
-ms-transform: translateX(-20%);
-o-transform: translateX(-20%);
transform: translateX(-20%); }
.brainbizz_module_time_line_vertical .time_line-item {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 40px;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
transition: opacity 0.5s; }
.brainbizz_module_time_line_vertical .time_line-item:last-child {
margin-bottom: 0; }
.brainbizz_module_time_line_vertical .time_line-item:nth-child(even) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-moz-box-orient: horizontal;
-moz-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.brainbizz_module_time_line_vertical .time_line-item:nth-child(even) .time_line-date_wrap {
margin-right: -webkit-calc( 50% - 10px);
margin-right: -moz-calc( 50% - 10px);
margin-right: calc( 50% - 10px);
margin-left: 30px; }
.brainbizz_module_time_line_vertical .time_line-item:nth-child(even) .time_line-date {
right: auto;
left: 100%;
padding-left: 27px;
padding-right: 0; }
.brainbizz_module_time_line_vertical .time_line-item:nth-child(even) .time_line-image {
left: 0;
right: auto; }
.brainbizz_module_time_line_vertical .time_line-item:nth-child(even) .time_line-content {
text-align: right; }
.brainbizz_module_time_line_vertical .time_line-item:nth-child(even) .time_line-content:before {
left: auto;
right: 0; }
.brainbizz_module_time_line_vertical .time_line-item.item_active .time_line-check i {
opacity: 1;
line-height: 16px;
font-size: 11px;
text-align: center; }
.brainbizz_module_time_line_vertical .time_line-item.item_show .time_line-content, .brainbizz_module_time_line_vertical .time_line-item.item_show:nth-child(even) .time_line-content {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0); }
.brainbizz_module_time_line_vertical .time_line-item.item_show .time_line-check, .brainbizz_module_time_line_vertical .time_line-item.item_show:nth-child(even) .time_line-check {
opacity: 1; }
.brainbizz_module_time_line_vertical .time_line-item.item_show .time_line-date, .brainbizz_module_time_line_vertical .time_line-item.item_show:nth-child(even) .time_line-date {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0); }
.brainbizz_module_time_line_vertical .time_line-date_wrap {
margin-left: -webkit-calc( 50% - 10px);
margin-left: -moz-calc( 50% - 10px);
margin-left: calc( 50% - 10px);
margin-right: 30px;
position: relative;
z-index: 1; }
.brainbizz_module_time_line_vertical .time_line-check {
height: 20px;
width: 20px;
border: 3px solid;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #ffffff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
color: #ffffff;
-webkit-transition: opacity 0.8s;
-o-transition: opacity 0.8s;
-moz-transition: opacity 0.8s;
transition: opacity 0.8s; }
.brainbizz_module_time_line_vertical .time_line-check:before {
content: '';
position: absolute;
z-index: -1;
width: -webkit-calc(100% + 16px);
width: -moz-calc(100% + 16px);
width: calc(100% + 16px);
height: -webkit-calc(100% + 16px);
height: -moz-calc(100% + 16px);
height: calc(100% + 16px);
left: 50%;
top: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: rgba(255, 255, 255, 0.58);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
-webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16);
-moz-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16);
box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16); }
.brainbizz_module_time_line_vertical .time_line-check:after {
content: '';
position: absolute;
z-index: -1;
width: -webkit-calc(100% + 14px);
width: -moz-calc(100% + 14px);
width: calc(100% + 14px);
height: -webkit-calc(100% + 14px);
height: -moz-calc(100% + 14px);
height: calc(100% + 14px);
left: 50%;
top: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background: rgba(255, 255, 255, 0.58);
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0;
-webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16);
-moz-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16);
box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.16); }
.brainbizz_module_time_line_vertical .time_line-check i {
opacity: 0;
display: block; }
.brainbizz_module_time_line_vertical .time_line-date {
position: absolute;
z-index: 1;
top: 0;
right: 100%;
padding-right: 27px;
white-space: nowrap;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
line-height: 20px;
font-size: 24px; }
.brainbizz_module_time_line_vertical .time_line-content {
padding: 23px 30px;
overflow: hidden;
position: relative;
z-index: 1;
width: 100%;
max-width: 350px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
background: #ffffff;
-webkit-box-shadow: 5px 5px 28px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 5px 5px 28px 0 rgba(0, 0, 0, 0.1);
box-shadow: 5px 5px 28px 0 rgba(0, 0, 0, 0.1); }
.brainbizz_module_time_line_vertical .time_line-content:before {
content: '';
position: absolute;
z-index: 1;
width: 4px;
height: 100%;
left: 0;
top: 0; }
.brainbizz_module_time_line_vertical .time_line-image {
position: absolute;
z-index: -1;
right: 0;
top: 0; }
.brainbizz_module_time_line_vertical .time_line-title {
font-size: 18px;
line-height: 24px;
margin-bottom: 8px;
font-weight: 600; }
.brainbizz_module_time_line_vertical .time_line-descr {
line-height: 24px; }
.brainbizz_module_time_line_vertical .time_line-item:hover .time_line-content {
-webkit-transform: translateX(5px);
-moz-transform: translateX(5px);
-ms-transform: translateX(5px);
-o-transform: translateX(5px);
transform: translateX(5px);
background: white; }
.brainbizz_module_time_line_vertical .time_line-item:hover .time_line-date {
-webkit-transform: translateX(-5px);
-moz-transform: translateX(-5px);
-ms-transform: translateX(-5px);
-o-transform: translateX(-5px);
transform: translateX(-5px); }
.brainbizz_module_time_line_vertical .time_line-item:hover:nth-child(even) .time_line-content {
-webkit-transform: translateX(-5px);
-moz-transform: translateX(-5px);
-ms-transform: translateX(-5px);
-o-transform: translateX(-5px);
transform: translateX(-5px); }
.brainbizz_module_time_line_vertical .time_line-item:hover:nth-child(even) .time_line-date {
-webkit-transform: translateX(5px);
-moz-transform: translateX(5px);
-ms-transform: translateX(5px);
-o-transform: translateX(5px);
transform: translateX(5px); }
.brainbizz_module_time_line_vertical .time_line-item:hover .time_line-check:before {
-webkit-animation: time_line_vertical_pulse 2s infinite;
-moz-animation: time_line_vertical_pulse 2s infinite;
-o-animation: time_line_vertical_pulse 2s infinite;
animation: time_line_vertical_pulse 2s infinite; }
.brainbizz_module_time_line_vertical .time_line-item:hover .time_line-check:after {
-webkit-animation: time_line_vertical_pulse_2 2s infinite;
-moz-animation: time_line_vertical_pulse_2 2s infinite;
-o-animation: time_line_vertical_pulse_2 2s infinite;
animation: time_line_vertical_pulse_2 2s infinite; }
@-webkit-keyframes time_line_vertical_pulse {
0% {
width: -webkit-calc(100% + 16px);
width: calc(100% + 16px);
height: -webkit-calc(100% + 16px);
height: calc(100% + 16px);
opacity: 0; }
70% {
width: -webkit-calc(100% + 34px);
width: calc(100% + 34px);
height: -webkit-calc(100% + 34px);
height: calc(100% + 34px);
opacity: 1; }
100% {
width: -webkit-calc(100% + 16px);
width: calc(100% + 16px);
height: -webkit-calc(100% + 16px);
height: calc(100% + 16px);
opacity: 0; } }
@-moz-keyframes time_line_vertical_pulse {
0% {
width: -moz-calc(100% + 16px);
width: calc(100% + 16px);
height: -moz-calc(100% + 16px);
height: calc(100% + 16px);
opacity: 0; }
70% {
width: -moz-calc(100% + 34px);
width: calc(100% + 34px);
height: -moz-calc(100% + 34px);
height: calc(100% + 34px);
opacity: 1; }
100% {
width: -moz-calc(100% + 16px);
width: calc(100% + 16px);
height: -moz-calc(100% + 16px);
height: calc(100% + 16px);
opacity: 0; } }
@-o-keyframes time_line_vertical_pulse {
0% {
width: calc(100% + 16px);
height: calc(100% + 16px);
opacity: 0; }
70% {
width: calc(100% + 34px);
height: calc(100% + 34px);
opacity: 1; }
100% {
width: calc(100% + 16px);
height: calc(100% + 16px);
opacity: 0; } }
@keyframes time_line_vertical_pulse {
0% {
width: -webkit-calc(100% + 16px);
width: -moz-calc(100% + 16px);
width: calc(100% + 16px);
height: -webkit-calc(100% + 16px);
height: -moz-calc(100% + 16px);
height: calc(100% + 16px);
opacity: 0; }
70% {
width: -webkit-calc(100% + 34px);
width: -moz-calc(100% + 34px);
width: calc(100% + 34px);
height: -webkit-calc(100% + 34px);
height: -moz-calc(100% + 34px);
height: calc(100% + 34px);
opacity: 1; }
100% {
width: -webkit-calc(100% + 16px);
width: -moz-calc(100% + 16px);
width: calc(100% + 16px);
height: -webkit-calc(100% + 16px);
height: -moz-calc(100% + 16px);
height: calc(100% + 16px);
opacity: 0; } }
@-webkit-keyframes time_line_vertical_pulse_2 {
0% {
width: -webkit-calc(100% + 14px);
width: calc(100% + 14px);
height: -webkit-calc(100% + 14px);
height: calc(100% + 14px);
opacity: 0; }
70% {
width: -webkit-calc(100% + 18px);
width: calc(100% + 18px);
height: -webkit-calc(100% + 18px);
height: calc(100% + 18px);
opacity: 1; }
100% {
width: -webkit-calc(100% + 14px);
width: calc(100% + 14px);
height: -webkit-calc(100% + 14px);
height: calc(100% + 14px);
opacity: 0; } }
@-moz-keyframes time_line_vertical_pulse_2 {
0% {
width: -moz-calc(100% + 14px);
width: calc(100% + 14px);
height: -moz-calc(100% + 14px);
height: calc(100% + 14px);
opacity: 0; }
70% {
width: -moz-calc(100% + 18px);
width: calc(100% + 18px);
height: -moz-calc(100% + 18px);
height: calc(100% + 18px);
opacity: 1; }
100% {
width: -moz-calc(100% + 14px);
width: calc(100% + 14px);
height: -moz-calc(100% + 14px);
height: calc(100% + 14px);
opacity: 0; } }
@-o-keyframes time_line_vertical_pulse_2 {
0% {
width: calc(100% + 14px);
height: calc(100% + 14px);
opacity: 0; }
70% {
width: calc(100% + 18px);
height: calc(100% + 18px);
opacity: 1; }
100% {
width: calc(100% + 14px);
height: calc(100% + 14px);
opacity: 0; } }
@keyframes time_line_vertical_pulse_2 {
0% {
width: -webkit-calc(100% + 14px);
width: -moz-calc(100% + 14px);
width: calc(100% + 14px);
height: -webkit-calc(100% + 14px);
height: -moz-calc(100% + 14px);
height: calc(100% + 14px);
opacity: 0; }
70% {
width: -webkit-calc(100% + 18px);
width: -moz-calc(100% + 18px);
width: calc(100% + 18px);
height: -webkit-calc(100% + 18px);
height: -moz-calc(100% + 18px);
height: calc(100% + 18px);
opacity: 1; }
100% {
width: -webkit-calc(100% + 14px);
width: -moz-calc(100% + 14px);
width: calc(100% + 14px);
height: -webkit-calc(100% + 14px);
height: -moz-calc(100% + 14px);
height: calc(100% + 14px);
opacity: 0; } }
.wgl_timetabs {
padding-bottom: 30px; }
.wgl_timetabs .timetabs_headings {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-moz-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
position: relative;
margin: 20px 0; }
.wgl_timetabs .timetabs_headings .wgl_tab {
text-align: center;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
position: relative;
cursor: pointer;
padding: 20px 0;
font-size: 28px;
-webkit-transition: .3s;
-o-transition: .3s;
-moz-transition: .3s;
transition: .3s; }
.wgl_timetabs .timetabs_headings .wgl_tab .tab_title {
font-size: 1em;
line-height: 1.4;
color: #919191;
-webkit-transition: inherit;
-o-transition: inherit;
-moz-transition: inherit;
transition: inherit; }
.wgl_timetabs .timetabs_headings .wgl_tab .tab_subtitle {
font-size: 0.571em;
line-height: 1.4;
color: #afafaf;
-webkit-transition: inherit;
-o-transition: inherit;
-moz-transition: inherit;
transition: inherit; }
.wgl_timetabs .timetabs_headings .wgl_tab:before {
content: '';
display: block;
position: absolute;
top: 100%;
left: 0;
height: 3px;
width: 100%;
background-color: rgba(0, 0, 0, 0.05); }
.wgl_timetabs .timetabs_headings .wgl_tab:after {
content: '';
display: block;
position: absolute;
top: 100%;
left: 50%;
height: 3px;
width: 0%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: width .75s ease;
-o-transition: width .75s ease;
-moz-transition: width .75s ease;
transition: width .75s ease; }
.wgl_timetabs .timetabs_headings .wgl_tab.active:after {
width: 100%; }
.wgl_timetabs .timetabs_data .timetab_container {
display: block; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-flow: wrap;
-ms-flex-flow: wrap;
flex-flow: wrap;
padding: 35px;
font-size: 16px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
transition: .5s; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_time {
font-size: 1.125em;
font-weight: 500;
padding-left: 5px;
padding-right: 30px;
-webkit-flex-basis: 12.53%;
-ms-flex-preferred-size: 12.53%;
flex-basis: 12.53%;
text-align: center; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_img img {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper {
-webkit-flex-basis: 40%;
-ms-flex-preferred-size: 40%;
flex-basis: 40%;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding-left: 40px;
padding-right: 30px;
font-size: 1em; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper .item_title {
font-size: 1.25em;
line-height: 1.8;
font-weight: 500; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper .item_description {
font-size: 1em;
line-height: 1.875; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button {
padding-left: 40px;
padding-right: 5px; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button a {
margin-bottom: 0; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item:hover,
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item.hovered {
background-color: #ffffff;
-webkit-box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 15px 38px 0px rgba(0, 0, 0, 0.1); }
@media (max-width: 1200px) {
.wgl_timetabs .timetabs_headings .wgl_tab {
font-size: 24px; }
.wgl_timetabs .timetabs_data .timetab_container {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: wrap;
-ms-flex-flow: wrap;
flex-flow: wrap; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item {
display: block;
text-align: center;
width: 50%;
font-size: 15px; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_time {
padding: 0; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_img {
padding: 15px; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper {
padding: 0; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button {
text-align: inherit;
padding: 15px; } }
@media (max-width: 992px) {
.wgl_timetabs .timetabs_headings .wgl_tab {
font-size: 22px; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item {
padding: 20px;
font-size: 14px; } }
@media (max-width: 768px) {
.wgl_timetabs .timetabs_headings {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.wgl_timetabs .timetabs_headings .wgl_tab {
font-size: 18px;
padding: 15px 15px 5px 15px; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item {
padding: 15px;
width: 100%;
font-size: 13px; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .item_img {
padding: 10px; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper {
width: 75%;
margin: auto; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button {
padding: 10px; }
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .wgl_button a {
padding-top: 7px;
padding-bottom: 7px; } }
@media (max-width: 600px) {
.wgl_timetabs .timetabs_data .timetab_container .timetabs_item .content-wrapper {
width: 100%;
margin: 0; } } .wpb-js-composer .wgl-container .vc_row .vc_toggle {
margin-bottom: 0; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title {
padding: 10px 0;
border: unset;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: rgba(0, 0, 0, 0.1);
-webkit-transition: .4s;
-o-transition: .4s;
-moz-transition: .4s;
transition: .4s; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_title h4 {
font-size: 16px;
line-height: 30px;
font-weight: 600; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_content {
margin: 0;
padding: 23px 0 20px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: rgba(0, 0, 0, 0.1); }
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_content p:last-child {
margin-bottom: 0; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle .vc_toggle_icon {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
display: block;
height: 12px;
width: 12px;
color: inherit; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_check .vc_toggle_icon {
color: #d7d8de; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_check .vc_toggle_icon:before {
content: "\f123";
position: absolute;
z-index: 1;
top: -10px;
right: 0;
font-family: Flaticon;
font-size: 16px;
font-style: normal;
color: inherit; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_chevron .vc_toggle_icon:before {
content: '';
display: block;
position: absolute;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
left: 2px;
right: 3px;
top: 3px;
bottom: 2px;
border-style: solid;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg) translate(-25%, -25%);
-moz-transform: rotate(45deg) translate(-25%, -25%);
-ms-transform: rotate(45deg) translate(-25%, -25%);
-o-transform: rotate(45deg) translate(-25%, -25%);
transform: rotate(45deg) translate(-25%, -25%);
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_chevron.vc_toggle_active .vc_toggle_icon:before {
-webkit-transform: rotate(225deg) translate(-25%, -25%);
-moz-transform: rotate(225deg) translate(-25%, -25%);
-ms-transform: rotate(225deg) translate(-25%, -25%);
-o-transform: rotate(225deg) translate(-25%, -25%);
transform: rotate(225deg) translate(-25%, -25%); }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:before, .wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:after {
content: '';
display: block;
position: absolute;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-style: solid;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:before {
left: 0;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
border-width: 2px 0 0; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus .vc_toggle_icon:after {
left: 50%;
bottom: 0;
top: 0;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
border-width: 0 0 0 2px; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_plus.vc_toggle_active .vc_toggle_icon:after {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg); }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_triangle .vc_toggle_icon:before {
content: '';
display: block;
position: absolute;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
left: 0;
right: 0;
top: 0;
bottom: 0;
border-style: solid;
border-width: 6px;
border-bottom-color: transparent !important;
border-right-color: transparent !important;
border-left-color: transparent !important;
-webkit-transform: translateY(25%);
-moz-transform: translateY(25%);
-ms-transform: translateY(25%);
-o-transform: translateY(25%);
transform: translateY(25%);
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_color_triangle.vc_toggle_active .vc_toggle_icon:before {
-webkit-transform: rotate(180deg) translateY(25%);
-moz-transform: rotate(180deg) translateY(25%);
-ms-transform: rotate(180deg) translateY(25%);
-o-transform: rotate(180deg) translateY(25%);
transform: rotate(180deg) translateY(25%); }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_right .vc_toggle_title {
padding-right: 20px; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_right .vc_toggle_icon {
right: 0; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_left .vc_toggle_title {
padding-left: 20px; }
.wpb-js-composer .wgl-container .vc_row .vc_toggle.vc_toggle_size_left .vc_toggle_icon {
left: 0; } .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active {
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: rgba(0, 0, 0, 0.1); }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading {
border: unset;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: rgba(0, 0, 0, 0.1); }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon {
color: inherit; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading {
border: unset;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: rgba(0, 0, 0, 0.1);
vertical-align: middle;
margin: 0; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
font-size: inherit;
vertical-align: inherit;
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
border-radius: inherit; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
padding: 10px 20px 10px 0px;
line-height: 1;
color: inherit;
vertical-align: inherit;
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
border-radius: inherit;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a:before {
content: "\f123";
font-family: Flaticon;
position: absolute;
z-index: 1;
right: 20px;
font-size: 16px;
color: #d7d8de;
font-weight: 100; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a span {
font-size: 16px;
line-height: 32px;
font-weight: 600;
color: inherit;
vertical-align: inherit; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a .vc_tta-controls-icon-chevron:before {
right: 3px;
top: 3px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon {
color: inherit; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
right: 0px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right > a:before {
display: none; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon {
left: 0px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left > a:before {
display: none; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-body {
padding: 20px 0 20px 0;
border: unset;
-webkit-transform: unset;
-moz-transform: unset;
-ms-transform: unset;
-o-transform: unset;
transform: unset; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-body {
background: transparent;
color: #e2e2e2;
border-bottom-color: #2b2f52; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel.vc_active {
position: relative;
z-index: 1; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel.vc_active .vc_tta-panel-heading {
background: transparent; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel.vc_active .vc_tta-panel-title:before {
opacity: 0; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel.vc_active:before {
content: '';
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(255, 255, 255, 0.1); }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-heading {
background: transparent;
border-color: #2b2f52; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-title {
position: relative;
z-index: 1; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-title > a span,
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-title > a .vc_tta-controls-icon {
color: #ffffff; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-accordion .vc_tta-panels-container.vc_tta-style-dark .vc_tta-panel-title:before {
content: '';
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(255, 255, 255, 0.05); } .wpb-js-composer .wgl-container .vc_row .vc_pie_chart .wpb_pie_chart_heading {
font-size: 14px;
line-height: 1;
font-weight: 400;
margin-top: 15px; }
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart.color-white .wpb_pie_chart_heading,
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart.color-white .vc_pie_chart_value {
color: #ffffff; }
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart .vc_pie_chart_value {
font-size: 36px;
font-weight: 400; }
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart .vc_pie_chart_back {
border: 5px solid #eeeeee !important;
opacity: 1 !important;
width: -webkit-calc(100% - 1.5px) !important;
width: -moz-calc(100% - 1.5px) !important;
width: calc(100% - 1.5px) !important;
height: -webkit-calc(100% - 1.5px) !important;
height: -moz-calc(100% - 1.5px) !important;
height: calc(100% - 1.5px) !important;
top: 0.5px;
left: 0.5px; }
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart.color-white .vc_pie_chart_back {
border-color: rgba(255, 255, 255, 0.1) !important; }
.wpb-js-composer .wgl-container .vc_row .vc_pie_chart canvas {
display: block; } .vc_row .vc_progress_bar .vc_single_bar {
height: 5px;
background-color: #f2f6fd;
margin: 52px 0 20px 0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; }
.vc_row .vc_progress_bar .vc_single_bar .vc_bar {
height: 5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; }
.vc_row .vc_progress_bar .vc_single_bar .vc_bar:before {
content: '';
position: absolute;
z-index: 1;
width: 17px;
height: 17px;
right: -8px;
top: -6px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #ffffff;
-webkit-box-shadow: 0 0 18px 0 rgba(0, 69, 182, 0.16);
-moz-box-shadow: 0 0 18px 0 rgba(0, 69, 182, 0.16);
box-shadow: 0 0 18px 0 rgba(0, 69, 182, 0.16); }
.vc_row .vc_progress_bar .vc_single_bar .vc_label {
position: absolute;
padding: 0;
width: 100%;
top: -34px;
left: 0;
font-size: 12px;
font-weight: 500;
text-shadow: none !important;
text-transform: uppercase; }
.vc_row .vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
float: right; }
.vc_row .vc_progress_bar .vc_single_bar:first-child {
margin-top: 36px; } .vc_chart.vc_round-chart {
-webkit-background-size: 0 0;
-moz-background-size: 0;
-o-background-size: 0;
background-size: 0; }
.vc_chart.vc_round-chart .wpb_wrapper {
background-image: inherit;
background-repeat: no-repeat;
background-position: center; }
.vc_chart.vc_round-chart .wpb_wrapper canvas {
display: block; }
.vc_chart.vc_round-chart[data-vc-legend="1"] {
-webkit-background-size: 0 0;
-moz-background-size: 0;
-o-background-size: 0;
background-size: 0; }
.vc_chart.vc_round-chart[data-vc-legend="1"] .wpb_wrapper {
background-image: inherit;
-webkit-background-size: inherit inherit;
-moz-background-size: inherit;
-o-background-size: inherit;
background-size: inherit; }
.vc_chart.vc_round-chart[data-vc-legend="1"] .wpb_wrapper .vc_chart-with-legend {
background-image: inherit;
background-position: inherit;
background-repeat: inherit; }
.vc_chart.vc_round-chart[data-vc-legend="1"] .vc_chart-legend li {
padding-left: 10px; }
.vc_chart.vc_round-chart[data-vc-legend="1"] .vc_chart-legend li:before {
display: none; } div[data-vc-parallax-image] {
position: relative;
overflow: hidden; }
div[data-vc-parallax-image] .vc_parallax-inner {
pointer-events: none;
position: absolute;
left: 0;
right: 0;
top: 0;
background-attachment: scroll;
background-color: transparent;
background-image: inherit;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
z-index: 0;
background-position: 50% 0; }
html .wpb_content_element {
margin-bottom: 0; }
html .wpb_content_element:after {
display: block;
content: "";
clear: both;
height: 0; }
.vc_row {
position: relative; }
.vc_row.vc_row-flex > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
z-index: 1; }
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
.vc_row.vc_row-flex > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner > * {
min-height: 1em; } }
.vc_row.vc_row-o-content-top > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.vc_row.vc_row-o-content-bottom > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.vc_row.vc_row-o-content-middle > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
width: 100%; }
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
padding-top: 35px; }
.vc_row.vc_row-flex > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-flex > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.vc_row.vc_row-o-content-top > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-o-content-top > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.vc_row.vc_row-o-content-bottom > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-o-content-bottom > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.vc_row.vc_row-o-content-middle > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-o-content-middle > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
padding-top: 35px; }
.vc_row.vc_row-o-content-middle > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row.vc_row-o-content-middle > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container.sticky-sidebar > .theiaStickySidebar > .vc_column-inner {
padding-top: 35px; } .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
overflow: unset; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
overflow: unset;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
text-align: center;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
margin: 0;
width: 100%;
padding: 4px 25px;
border: unset;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: rgba(0, 0, 0, 0.1);
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
-webkit-transition: .4s;
-o-transition: .4s;
-moz-transition: .4s;
transition: .4s; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:before, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:after {
display: none !important; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
border-bottom-width: 2px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {
display: none; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
margin-bottom: 0; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
border: unset; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
line-height: 1; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
padding: 4px 0px;
border-top-style: unset;
border-right-style: unset;
border-left-style: unset;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: rgba(0, 0, 0, 0.1);
line-height: inherit;
text-transform: uppercase;
-webkit-transition: .4s;
-o-transition: .4s;
-moz-transition: .4s;
transition: .4s; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a > span.vc_tta-title-text {
font-size: 14px;
font-weight: 700;
color: inherit; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
border-bottom-width: 2px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
border: unset; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panels-container .vc_tta-panel-body {
padding: 20px 0 10px 0; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container {
padding-bottom: 10px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-panels-container .vc_tta-panel-body {
padding: 30px 0 20px 0; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left, .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right {
padding-top: 25px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:not(:last-child), .wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab:not(:last-child) {
margin-bottom: 10px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body {
padding: 0 0 0 30px; }
.wpb-js-composer .wgl-container .vc_row .vc_general.vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body {
padding: 0 30px 0 0; } .vc_wp_custommenu.menu-item-center .menu {
text-align: center; }
.vc_wp_custommenu.menu-item-right .menu {
text-align: right; }
.vc_wp_custommenu.menu-item-left .menu {
text-align: left; }
.vc_wp_custommenu.menu-item-block .menu .menu-item {
display: block; }
.vc_wp_custommenu .menu .menu-item {
display: inline-block; }
.vc_wp_custommenu .menu .menu-item a {
opacity: 1;
color: inherit;
padding: 0 16px;
margin: 0px 5px;
position: relative;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all 200ms;
-o-transition: all 200ms;
-moz-transition: all 200ms;
transition: all 200ms; }
.vc_wp_custommenu .menu .menu-item a:hover:before {
opacity: 1;
margin-top: 7px; }
.vc_wp_custommenu .menu .menu-item a:before {
position: absolute;
display: block;
top: 100%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
margin-left: -2px;
left: 50%;
width: 4px;
height: 4px;
border: 0;
margin-top: 2px;
content: '';
opacity: 0;
-webkit-backface-visibility: hidden;
-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
-o-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
-moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s; }
.vc_wp_custommenu .menu .menu-item.current-menu-item a:before {
width: 4px; }
.vc_wp_custommenu .menu .menu-item.current-menu-item > a:before, .vc_wp_custommenu .menu .menu-item.current-menu-ancestor > a:before {
opacity: 1;
margin-top: 7px; } .brainbizz_module_videobox {
position: relative;
z-index: 1; }
.brainbizz_module_videobox .videobox_content {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center; }
.brainbizz_module_videobox .title {
position: relative;
z-index: 2;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04rem; }
.brainbizz_module_videobox.button_align-left {
text-align: left; }
.brainbizz_module_videobox.button_align-left .videobox_content {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.brainbizz_module_videobox.button_align-left.title_pos-right .videobox_content {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.brainbizz_module_videobox.button_align-left.title_pos-top .videobox_content, .brainbizz_module_videobox.button_align-left.title_pos-bot .videobox_content {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-moz-box-align: start;
-ms-flex-align: start;
align-items: flex-start; }
.brainbizz_module_videobox.button_align-right {
text-align: right; }
.brainbizz_module_videobox.button_align-right .videobox_content {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end; }
.brainbizz_module_videobox.button_align-right.title_pos-top .videobox_content, .brainbizz_module_videobox.button_align-right.title_pos-bot .videobox_content {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end; }
.brainbizz_module_videobox.button_align-center {
text-align: center; }
.brainbizz_module_videobox.button_align-center .videobox_content {
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.brainbizz_module_videobox.button_align-center.title_pos-right .videobox_content {
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.brainbizz_module_videobox.button_align-inline {
display: inline-block; }
.brainbizz_module_videobox.with_image .videobox_content {
z-index: 3;
position: absolute;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
left: 0;
right: 0;
margin: 0 -40px; }
.brainbizz_module_videobox.title_pos-left .title {
margin-right: 35px; }
.brainbizz_module_videobox.title_pos-right .title {
margin-left: 35px; }
.brainbizz_module_videobox.title_pos-right .videobox_content {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-webkit-flex-direction: row-reverse;
-moz-box-orient: horizontal;
-moz-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start; }
.brainbizz_module_videobox.title_pos-top .title {
margin-bottom: 35px; }
.brainbizz_module_videobox.title_pos-top .videobox_content {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.brainbizz_module_videobox.title_pos-bot .title {
margin-top: 35px; }
.brainbizz_module_videobox.title_pos-bot .videobox_content {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-webkit-flex-direction: column-reverse;
-moz-box-orient: vertical;
-moz-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; }
.brainbizz_module_videobox img {
position: relative;
z-index: 1;
width: 100%;
-webkit-box-shadow: 10px 17px 38px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 10px 17px 38px 0px rgba(0, 0, 0, 0.15);
box-shadow: 10px 17px 38px 0px rgba(0, 0, 0, 0.15); }
.brainbizz_module_videobox .videobox_link {
position: relative;
z-index: 1;
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 80px;
height: 80px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%; }
.brainbizz_module_videobox .videobox_link .videobox_icon {
display: block;
position: absolute;
z-index: 1;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 15px;
border-color: transparent transparent transparent #ffffff;
top: 50%;
left: 50%;
-webkit-transform: translate(-35%, -50%);
-moz-transform: translate(-35%, -50%);
-ms-transform: translate(-35%, -50%);
-o-transform: translate(-35%, -50%);
transform: translate(-35%, -50%); }
.brainbizz_module_videobox .videobox_link .videobox_animation {
position: absolute;
z-index: 1;
width: 100%;
height: 100%;
top: 0%;
left: 0%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border-width: 0.5px;
border-style: solid;
opacity: 0;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1); }
.brainbizz_module_videobox .videobox_link:hover .videobox_animation {
-webkit-animation: pulse-circle 3.9s linear 0.0s infinite;
-moz-animation: pulse-circle 3.9s linear 0.0s infinite;
-o-animation: pulse-circle 3.9s linear 0.0s infinite;
animation: pulse-circle 3.9s linear 0.0s infinite; }
.brainbizz_module_videobox .videobox_link:hover .videobox_animation.circle_2 {
-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
-o-animation-delay: 1.3s;
animation-delay: 1.3s; }
.brainbizz_module_videobox .videobox_link:hover .videobox_animation.circle_3 {
-webkit-animation-delay: 2.6s;
-moz-animation-delay: 2.6s;
-o-animation-delay: 2.6s;
animation-delay: 2.6s; }
.brainbizz_module_videobox .videobox_wrapper_link {
position: relative;
z-index: 1;
display: block; }
.brainbizz_module_videobox .videobox_wrapper_link:before {
content: "";
display: block;
background-color: #000000;
opacity: 0;
position: absolute;
z-index: 2;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
transition: opacity 0.3s; }
.brainbizz_module_videobox .videobox_wrapper_link:hover:before {
opacity: 0.1; }
.brainbizz_module_videobox.always-pulse-animation .videobox_link .videobox_animation {
-webkit-animation: pulse-circle 3.9s linear 0.0s infinite;
-moz-animation: pulse-circle 3.9s linear 0.0s infinite;
-o-animation: pulse-circle 3.9s linear 0.0s infinite;
animation: pulse-circle 3.9s linear 0.0s infinite; }
.brainbizz_module_videobox.always-pulse-animation .videobox_link .videobox_animation.circle_2 {
-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
-o-animation-delay: 1.3s;
animation-delay: 1.3s; }
.brainbizz_module_videobox.always-pulse-animation .videobox_link .videobox_animation.circle_3 {
-webkit-animation-delay: 2.6s;
-moz-animation-delay: 2.6s;
-o-animation-delay: 2.6s;
animation-delay: 2.6s; }
.brainbizz_module_videobox.always-pulse-animation .videobox_link:hover .videobox_animation {
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none; }
@-webkit-keyframes pulse-circle {
0% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0; }
20% {
-webkit-transform: scale(1.44);
transform: scale(1.44);
opacity: 0.5; }
100% {
-webkit-transform: scale(3.2);
transform: scale(3.2);
opacity: 0; } }
@-moz-keyframes pulse-circle {
0% {
-moz-transform: scale(1);
transform: scale(1);
opacity: 0; }
20% {
-moz-transform: scale(1.44);
transform: scale(1.44);
opacity: 0.5; }
100% {
-moz-transform: scale(3.2);
transform: scale(3.2);
opacity: 0; } }
@-o-keyframes pulse-circle {
0% {
-o-transform: scale(1);
transform: scale(1);
opacity: 0; }
20% {
-o-transform: scale(1.44);
transform: scale(1.44);
opacity: 0.5; }
100% {
-o-transform: scale(3.2);
transform: scale(3.2);
opacity: 0; } }
@keyframes pulse-circle {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 0; }
20% {
-webkit-transform: scale(1.44);
-moz-transform: scale(1.44);
-o-transform: scale(1.44);
transform: scale(1.44);
opacity: 0.5; }
100% {
-webkit-transform: scale(3.2);
-moz-transform: scale(3.2);
-o-transform: scale(3.2);
transform: scale(3.2);
opacity: 0; } } @media only screen and (min-width: 768px) {
.row .wgl_col-12 {
width: 100%; }
.row .wgl_col-11 {
width: 91.66666667%; }
.row .wgl_col-10 {
width: 83.33333333%; }
.row .wgl_col-9 {
width: 75%; }
.row .wgl_col-8 {
width: 66.66666667%; }
.row .wgl_col-7 {
width: 58.33333333%; }
.row .wgl_col-6 {
width: 50%; }
.row .wgl_col-5 {
width: 41.66666667%; }
.row .wgl_col-4 {
width: 33.33333333%; }
.row .wgl_col-3 {
width: 25%; }
.row .wgl_col-1-5 {
width: 20%; }
.row .wgl_col-2 {
width: 16.66666667%; }
.row .wgl_col-1 {
width: 8.33333333%; } }
@media only screen and (max-width: 1024px) {
.row .wgl_col-6,
.row .wgl_col-5,
.row .wgl_col-4,
.row .wgl_col-3,
.row .wgl_col-1-5 {
width: 50%; }
.row .sidebar-container.wgl_col-3,
.row .sidebar-container.wgl_col-4,
.row #main-content.wgl_col-8,
.row #main-content.wgl_col-9 {
width: 100%; } }
@media only screen and (max-width: 992px) {
.page-header_content .page-header_title {
margin-bottom: 20px;
font-size: 24px !important;
line-height: 1 !important; }
.page-header_content .page-header_title,
.page-header_content .page-header_breadcrumb {
display: block; }
.page-header_align_left .page-header_breadcrumbs {
text-align: left; } }
@media only screen and (max-width: 768px) {
.page-header_content .page-header_title + .page-header_breadcrumb {
padding-top: 5px; }
.page-header_content .breadcrumbs {
white-space: normal; }
.col-md-delimiter .vc_column_container:before {
display: none; } }
@media only screen and (max-width: 767px) {
.row .wgl_col-6,
.row .wgl_col-5,
.row .wgl_col-4,
.row .wgl_col-3,
.row .wgl_col-1-5 {
width: 100%; }
.copyright {
text-align: center; }
.page_404_wrapper {
background-image: none !important; } }
@media only screen and (max-width: 1200px) {
.wgl-container {
width: 950px; }
.wgl_module_team.team-col_5 .team-item:nth-child(5n+1) {
clear: none; }
.wgl_module_team.team-col_4 .team-item:nth-child(4n+1) {
clear: none; }
.wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item {
width: 33.33333333%; }
.wgl_module_team.team-col_5 .team-item:nth-child(3n+1), .wgl_module_team.team-col_4 .team-item:nth-child(3n+1) {
clear: left; }
.row:after {
clear: both; } }
@media only screen and (min-width: 1200px) {
.wpb_column.col_pl-lg-0 > .vc_column-inner {
padding-left: 0; }
.wpb_column.col_pr-lg-35 > .vc_column-inner {
padding-right: 35px; }
.wpb_column.col_pr-lg-50 > .vc_column-inner {
padding-right: 50px; }
.wpb_column.col_ml-min-lg-10 > .vc_column-inner {
margin-left: -10px; } }
@media only screen and (max-width: 1024px) {
.footer .row .wgl_col-3 {
margin-bottom: 30px; }
.wgl_portfolio_single-item .wgl_portfolio_info-wrap > .wgl_col-8,
.wgl_portfolio_single-item .wgl_portfolio_info-wrap > .wgl_col-4 {
width: 100%; }
.author-info_avatar {
margin-right: 15px; }
.author-info_avatar img {
width: 50px; }
.author-info_wrapper {
padding: 30px 30px 25px 30px; } }
@media only screen and (max-width: 992px) {
.wgl-container {
width: 750px; }
.wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item, .wgl_module_team.team-col_3 .team-item {
width: 50%; }
.wgl_module_team.team-col_5 .team-item:nth-child(3n+1), .wgl_module_team.team-col_4 .team-item:nth-child(3n+1), .wgl_module_team.team-col_3 .team-item:nth-child(3n+1) {
clear: none; }
.wgl_module_team.team-col_5 .team-item:nth-child(2n+1), .wgl_module_team.team-col_4 .team-item:nth-child(2n+1), .wgl_module_team.team-col_3 .team-item:nth-child(2n+1) {
clear: left; }
.col-md-delimiter .vc_column_container.vc_col-sm-6:nth-child(2):before {
display: none; }
.single_team_page .team-single_wrapper {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border: none; }
.single_team_page .team-single_wrapper:before {
width: auto;
height: 100%;
left: 20px;
right: 20px;
top: 0;
bottom: 0; }
.single_team_page .team-single_wrapper .team-image {
margin: auto;
position: relative; }
.single_team_page .team-info_icons {
left: 20px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
text-align: center; }
.single_team_page .team-info_icons .team-icon:last-child {
margin-right: 0; }
.single_team_page .team-title:before {
left: 50%;
margin-left: -25px; }
.single_team_page .team-info_wrapper {
padding: 30px;
margin-left: 0;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.single_team_page .team-info_wrapper .team-title,
.single_team_page .team-info_wrapper .team-info_item {
text-align: center; } }
@media only screen and (max-width: 768px) {
.brainbizz_module_videobox.with_image.button_align-left .videobox_content {
left: 60px; }
.brainbizz_module_videobox.with_image.button_align-right .videobox_content {
right: 60px; } }
@media only screen and (max-width: 767px) {
.wgl-container {
width: 560px; }
.footer_top-area .row [class*=wgl_col-] + [class*=wgl_col-] {
margin-top: 35px; }
.sidebar-container {
padding-top: 35px; }
#comments .commentlist .comment .stand_comment,
#comments .commentlist .comment .children .stand_comment {
padding-left: 80px; }
#comments .commentlist .comment .children .comment {
margin-left: 30px; }
#comments .commentlist .comment .commentava,
#comments .commentlist .comment .children .stand_comment .commentava {
left: -60px;
height: 40px;
width: 40px; }
.mobile_text_center {
text-align: center; }
.format-standard .blog-post_wrapper,
.format-audio .blog-post_wrapper,
.format-quote .blog-post_wrapper,
.format-link .blog-post_wrapper {
padding: 24px 24px 24px 24px; }
.standard.sticky-post,
.format-standard.sticky-post .blog-post_wrapper {
padding: 12px 12px 12px 12px;
border-width: 12px; }
.row .wgl_portfolio_list-item {
padding-right: 0 !important; }
.wgl_portfolio_list-container.container-grid {
margin-right: 0 !important; }
.brainbizz_module_time_line_vertical:before {
left: 45px; }
.brainbizz_module_time_line_vertical .time_line-date_wrap {
margin-left: 35px !important;
margin-right: 35px !important; }
.brainbizz_module_time_line_vertical .time_line-date {
padding: 0 !important;
right: 100% !important;
left: auto !important; }
.brainbizz_module_time_line_vertical .time_line-content {
text-align: left !important; }
.brainbizz_module_time_line_vertical .time_line-content:before {
left: 0 !important;
right: auto !important; }
.brainbizz_module_time_line_vertical .time_line-item {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-webkit-flex-direction: row !important;
-moz-box-orient: horizontal !important;
-moz-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important; }
.brainbizz_module_time_line_vertical .time_line-date {
-webkit-transform: rotate3d(0, 0, 1, -90deg) !important;
-moz-transform: rotate3d(0, 0, 1, -90deg) !important;
transform: rotate3d(0, 0, 1, -90deg) !important; }
.brainbizz_module_time_line_vertical.appear_anim .time_line-date {
-webkit-transform: translateX(-20%) rotate3d(0, 0, 1, -90deg) !important;
-moz-transform: translateX(-20%) rotate3d(0, 0, 1, -90deg) !important;
transform: translateX(-20%) rotate3d(0, 0, 1, -90deg) !important; }
.brainbizz_module_time_line_vertical.appear_anim .time_line-content {
-webkit-transform: translateX(20%) !important;
-moz-transform: translateX(20%) !important;
-ms-transform: translateX(20%) !important;
-o-transform: translateX(20%) !important;
transform: translateX(20%) !important; }
.brainbizz_module_time_line_vertical.appear_anim .time_line-item.item_show .time_line-date {
-webkit-transform-origin: top;
-moz-transform-origin: top;
-ms-transform-origin: top;
-o-transform-origin: top;
transform-origin: top;
-webkit-transform: translate(15px, -9px) rotate3d(0, 0, 1, -90deg) !important;
-moz-transform: translate(15px, -9px) rotate3d(0, 0, 1, -90deg) !important;
transform: translate(15px, -9px) rotate3d(0, 0, 1, -90deg) !important;
width: 100px;
white-space: normal; }
.brainbizz_module_time_line_vertical.appear_anim .time_line-item.item_show .time_line-content {
-webkit-transform: translateX(0) !important;
-moz-transform: translateX(0) !important;
-ms-transform: translateX(0) !important;
-o-transform: translateX(0) !important;
transform: translateX(0) !important; }
.brainbizz_module_time_line_vertical .time_line-item:hover .time_line-content {
-webkit-transform: translateX(5px) !important;
-moz-transform: translateX(5px) !important;
-ms-transform: translateX(5px) !important;
-o-transform: translateX(5px) !important;
transform: translateX(5px) !important; }
.brainbizz_module_time_line_vertical .time_line-item.item_show:hover .time_line-content {
-webkit-transform: translateX(5px) !important;
-moz-transform: translateX(5px) !important;
-ms-transform: translateX(5px) !important;
-o-transform: translateX(5px) !important;
transform: translateX(5px) !important; }
.resp_align_center {
text-align: center !important; } }
@media only screen and (max-width: 600px) {
.wgl-container {
width: 90%; }
div[id*=wpadminb] {
top: -46px !important; }
.banner_404 {
font-size: 160px; }
.brainbizz_module_ico_progress {
padding: 15px !important; }
.brainbizz_module_ico_progress .brainbizz_module_button > a {
padding-left: 20px !important;
padding-right: 20px !important; }
#sb_instagram .sbi_photo {
padding-bottom: 100%;
height: 0 !important; }
#sb_instagram #sbi_images .sbi_item {
width: 33.3333% !important; }
#sb_instagram .sbi_photo:after {
font-size: 40px; }
.wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item, .wgl_module_team.team-col_3 .team-item, .wgl_module_team.team-col_2 .team-item {
width: 100%; }
.wgl_module_team.team-col_5 .team-item:nth-child(2n+1), .wgl_module_team.team-col_4 .team-item:nth-child(2n+1), .wgl_module_team.team-col_3 .team-item:nth-child(2n+1), .wgl_module_team.team-col_2 .team-item:nth-child(2n+1) {
clear: none; }
#comments .commentlist .comment .stand_comment,
#comments .commentlist .comment .children .stand_comment {
padding-right: 20px; }
#comments .commentlist .comment_info {
padding-right: 10px; } }
@media only screen and (max-width: 480px) {
.brainbizz_module_infobox.layout_top .infobox_wrapper {
padding: 15px 15px 25px 20px; }
.wgl_module_team .team-item_info {
padding: 28px 20px 15px; }
.wgl_module_team .team-item_content:hover .team-item_excerpt {
padding-bottom: 10px;
padding-top: 10px;
margin-top: 10px; }
#comments .commentlist .comment_author_says {
margin-bottom: 5px; }
#comments .commentlist .comment .children .comment {
margin-left: 15px; }
.brainbizz_module_services_2 .services_logo {
left: 10%; }
.brainbizz_module_services_2 .services_title,
.brainbizz_module_services_2 .services_subtitle {
left: 21%;
max-width: 75%; }
.page_404_wrapper {
padding: 50px 10px 40px; }
.page_404_wrapper .banner_404 {
line-height: 100px; }
.page_404_wrapper .banner_404 .banner_404_title {
font-size: 35px;
line-height: 1.5; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
#comments .commentlist .comment .children .stand_comment {
padding-left: 90px; }
#comments .commentlist .comment .children .stand_comment .commentava {
left: -70px;
width: 50px;
height: 50px; } } @media only screen and (min-width: 1280px) {
.text_desktop {
font-size: inherit !important;
line-height: inherit !important; } }
@media only screen and (min-width: 1024px) {
.text_tablet {
font-size: inherit !important;
line-height: inherit !important; } }
@media only screen and (min-width: 799px) {
.text_mobile {
font-size: inherit !important;
line-height: inherit !important; } }
@media only screen and (max-width: 1370px) {
.wgl_portfolio_list-first {
padding-left: 0;
padding-top: 0; } }
@media only screen and (min-width: 768px) {
.wgl_portfolio_list-first .brainbizz_module_double_headings.aleft {
margin-bottom: 0.78vw; }
.wgl_portfolio_list-first .brainbizz_module_double_headings.aleft .heading_bgtitle {
font-size: 6.25vw !important;
padding-top: 1.825vw; }
.wgl_portfolio_list-first .brainbizz_module_double_headings.aleft .heading_subtitle {
font-size: 1.15vw !important; }
.wgl_portfolio_list-first .brainbizz_module_double_headings.aleft .heading_title {
font-size: 2.1vw !important;
margin-top: 0.54vw; }
.wgl_portfolio_list-first > ul {
font-size: 0.9vw;
padding-bottom: 1vw; }
.wgl_portfolio_list-first > ul li {
line-height: 1.88vw; }
.wgl_portfolio_list-first .brainbizz_module_button {
margin-top: 0.78vw;
line-height: 1.565vw; }
.wgl_portfolio_list-first .brainbizz_module_button > a {
font-size: 0.68vw;
padding: 0.72vw 1.5vw;
min-width: 8.05vw;
line-height: 1.05vw; } }
.theme-gradient .banner-widget_button {
border-width: 0px; }
.theme-gradient input[type="submit"],
.theme-gradient button {
padding-top: 10px;
padding-bottom: 10px; }
.theme-gradient input[type="submit"],
.theme-gradient button,
.theme-gradient .load_more_item,
.theme-gradient .woocommerce .widget_price_filter .price_slider_amount button.button,
.theme-gradient .woocommerce .widget_shopping_cart .buttons a,
.theme-gradient .brainbizz_404_button a,
.theme-gradient .woocommerce a.button.alt,
.theme-gradient .woocommerce .cart .button, .theme-gradient .woocommerce .cart input.button,
.theme-gradient .woocommerce-message .button,
.theme-gradient .woocommerce #respond input#submit,
.theme-gradient ul.wgl-products li a.add_to_cart_button,
.theme-gradient ul.wgl-products li a.button,
.theme-gradient ul.wgl-products li .added_to_cart.wc-forward,
.theme-gradient .woocommerce div.product form.cart .button,
.theme-gradient .banner-widget_button {
border-width: 0;
color: #ffffff !important; }
.theme-gradient input[type="submit"]:hover,
.theme-gradient button:hover,
.theme-gradient .load_more_item:hover,
.theme-gradient .woocommerce .widget_shopping_cart .buttons a:hover,
.theme-gradient .woocommerce .widget_price_filter .price_slider_amount button.button:hover,
.theme-gradient .woocommerce #respond input#submit:hover,
.theme-gradient .woocommerce a.button.alt:hover,
.theme-gradient .woocommerce-message .button:hover,
.theme-gradient .brainbizz_404_button a:hover,
.theme-gradient ul.wgl-products li a.add_to_cart_button:hover,
.theme-gradient ul.wgl-products li a.button:hover,
.theme-gradient ul.wgl-products li .added_to_cart.wc-forward:hover,
.theme-gradient .woocommerce div.product form.cart .button:hover,
.theme-gradient .banner-widget_button:hover {
background-position: 100% !important; }
body .footer ul li:before{background-color:#c10e0e!important;}