.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.portfolio-menu,.portfolio-menu li{
list-style: none;
margin: 0;
padding: 0;      
}
.portfolio-menu > li {
display: block;
margin: 0;
padding: 0;
border: 0px;
display: inline-block;
}
.portfolio-menu li a:hover,
.portfolio-menu .current-menu-item a{
color:#ff6c54;
}
.portfolio-menu > li > a {
display: block;
position: relative;
margin: 0;
border: 0px;
font-size:14px;
padding: 12px 20px 12px 0px;
color: #1f1f1f;
}
#open-above-menu.portfolio-menu > li > a{
font-size: 13px;
}
.portfolio-menu li a i {
padding-right: 5px;
font-size: 16px;
text-shadow: none;
}
.portfolio-menu li ul.sub-menu li a i {
padding-right: 10px;
}
.portfolio-menu li.on-section a {
color:#111;
}
.portfolio-menu li ul.sub-menu li a:hover{
background:#eee;
}
.portfolio-menu li .menu-active {
position: relative;
}
.portfolio-menu > li > a > .arrow:before {  
margin-left:5px;
font-family: FontAwesome;
height: auto;
content: "\f107";
font-weight: 300;
text-shadow: none;
width: 10px;
}
.portfolio-menu li ul.sub-menu li > a > .arrow:before {
content: "\f105" !important;
}
.portfolio-menu  ul.sub-menu {
position: absolute;
box-shadow: 0 4px 10px 0 rgba(3,3,3,.1);
list-style: none;
margin-bottom: 0;
line-height: 18px;
text-align: left;
min-width: 166px;
opacity: 0;
visibility: hidden;
z-index: 99;
background-color: #fff;
margin: 0;
-webkit-transition: -webkit-transform .3s ease,opacity .3s ease,visibility .3s ease;
transition: transform .3s ease,opacity .3s ease,visibility .3s ease;
-webkit-transform: translateY(14px);
transform: translateY(14px);
border-bottom: 2px solid #ff6c54;
}
.portfolio-menu ul.sub-menu.slide {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.portfolio-menu li ul.sub-menu > li {
width: 185px;
}
.portfolio-menu li ul.sub-menu li a {
display: block;
height: auto;
min-height: 0 !important;
line-height: 1.8;
padding: 12px 15px;
text-decoration: none;
font-weight: normal;
background: none;
}
.portfolio-menu > li > ul.sub-menu > li {
position: relative;
line-height: initial;
}
.portfolio-menu > li > ul.sub-menu li > a > .arrow:before {
float: right;
margin-right: 0px;
display: inline;
font-size: 16px;
font-family: FontAwesome;
height: auto;
content: "\f104";
text-shadow: none;
}
.portfolio-menu > li > ul.sub-menu > li ul.sub-menu {
position: absolute;
left: 100%;
top: 0px;
list-style: none;
margin: 0;
}
.portfolio-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
position: absolute;
left: 185px;
top: 0px;
list-style: none;
} .menu-toggle {
display: none;
width: 100%;
}
.menu-toggle h3,.bar-menu-toggle h3 {
float: left;
color: #FFF;
padding: 0px 10px;
font-weight: 600;
font-size: 16px;
}
.menu-toggle .icon-bar{
display: block !important;
width: 20px;
height: 2px;
background-color: #fff;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
margin: 4px;
}
.menu-toggle .menu-btn{
float: right;
background: #111;
padding: 5px 4px;
border-color: #111;
}
.portfolio-menu .hide-menu {
display: none;
}
.menu-close-btn:hover{
cursor:pointer;
} ul[data-menu-style="accordion"] {
width: 250px;
}
ul[data-menu-style="accordion"] > li {    
display: block;
margin: 0;
padding: 0;
border: 0px;
float: none !important;
}
ul[data-menu-style="accordion"] li ul.sub-menu > li {
width: 100%;
}
ul[data-menu-style="accordion"] > li > a > .arrow:before {
float: right;
content: "\f105";
}
ul[data-menu-style="accordion"] li.menu-active > a > .arrow:before {
content: "\f107" !important;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu {
position: static;
}
ul[data-menu-style="accordion"] > li > a i {
padding-right: 10px;
color: #FF5737;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu {
position: static;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
position: static;
}
ul[data-menu-style="accordion"] > li {
border-bottom: 1px solid rgba(0,0,0,.1);
}
ul[data-menu-style="accordion"] ul.sub-menu li.menu-active > a > .arrow:before {
content: "\f107" !important;
}
body{
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.23s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
left: 0;
}   @media screen and (max-width: 1024px){
.portfolio-menu ul.sub-menu{
border:none;
}    
.main-header #open-above-menu,.below-header #open-above-menu{
display:block;
}
.abv-two .top-header-col1 .menu-toggle .menu-btn{
float:none;
}   
.mobile-menu-active .portfolio-menu .searchfrom #searchform{
display:block;
position: relative;
}
.mobile-menu-active .portfolio-menu  .searchfrom .search-btn{
display:none;
}
.mobile-menu-active li.menu-item.zta-custom-item{
padding:18px 0px;
border: none;
}
.mobile-menu-active .portfolio-menu .searchfrom{
float:left;
}
.main-header .menu-custom-search .content-social ul.social-icon li{
display: -webkit-inline-box;
}
.main-header .menu-custom-search .content-social ul.social-icon{
margin: 0;
display: block;
}
.demo{
width:96%;
padding:2%;
}
ul[data-menu-style="vertical"] , ul[data-menu-style="accordion"],
ul[data-menu-style="vertical"] li ul.sub-menu {
width: 100% !important;
} 
.portfolio-menu {
float: left;
width:100%;
}
.portfolio-menu > li {
position:relative;
float: none;
}       
.portfolio-menu > li > a i {
padding-right: 10px;
color: #FF5737;
}
.portfolio-menu > li > a > .arrow:before {
float: right;
content: "\f105";
}
.sider.left .portfolio-menu > li, .sider.right .portfolio-menu > li {
float: none;
}
.portfolio-menu li ul.sub-menu li a {
display: block;
margin: 0px 0px;
padding: 10px 40px 10px 0px!important;
text-decoration: none;
font-weight: normal;
background: none;
font-size: 12px;
}
li.menu-active > a > .arrow:before {
content: "\f107" !important;
}
.portfolio-menu li ul.sub-menu > li {
width: 100%;
}
.portfolio-menu li ul.sub-menu li ul.sub-menu li a{
padding-left: 30px;
}  
.portfolio-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a  {
padding-left: 50px;
}  
.portfolio-menu > li > ul.sub-menu {
position: static;
}
.portfolio-menu > li > ul.sub-menu > li ul.sub-menu {
position: static;
}
.portfolio-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
position: static;
}
.portfolio-menu li ul.sub-menu li.menu-active > a > .arrow:before {
content: "\f107" !important;
}
.portfolio-menu > li > a,.top-header-bar .portfolio-menu > li > a, 
.bottom-header-bar .portfolio-menu > li > a {
padding: 10px 40px 10px 0px!important;
}   
.top-header-bar.abv-two .top-header-col1 .menu-toggle .menu-btn,
.top-header-bar.abv-three .top-header-col1 .menu-toggle .menu-btn,
.bottom-header-bar.btm-two .bottom-header-col1 .menu-toggle .menu-btn,
.bottom-header-bar.btm-three .bottom-header-col1 .menu-toggle .menu-btn{
float:left;
} .logged-in.admin-bar .sider{
top:32px;
}
.sider.left {
display: block;
position: fixed;
top: 0;
height: 100vh;
z-index: 999999;
width: 280px;
padding: 2em 1.5em;
max-width: 100%;
-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
overflow-x: hidden;
overflow-y: auto;
font-size: 15px;
background-color: #fff;
-webkit-touch-callout: none;
user-select: none;
-webkit-overflow-scrolling: touch;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.sider.left {
left:-100%;
}
.sider.left .portfolio-menu > li,
.sider.right .portfolio-menu > li {
float: none;
line-height: initial;
width: 100%;
text-align: left;
}
.mobile-menu-active .sider::-webkit-scrollbar,.sider.overcenter ul#portfolio-menu::-webkit-scrollbar {
width: 5px;
}
.mobile-menu-active .sider.left,
.sticky-mobile-menu-active .sider.left,
.mobile-bottom-menu-active .sider.left{
left:0px;
}
body{
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.23s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
left: 0;
} .sider.right {
display: block;
position: fixed;
top: 0;
height: 100vh;
z-index: 999999;
width: 280px;
padding: 3em 1.5em;
max-width: 100%;
border-right: 1px solid rgba(0,0,0,.1);
overflow-x: hidden;
overflow-y: auto;
font-size: 15px;
background-color: #fff;
-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
-webkit-touch-callout: none;
user-select: none;
-webkit-overflow-scrolling: touch;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.sider.right {
right:-100%;
left: auto;
}
.mobile-menu-active .sider.right,
.sticky-mobile-menu-active .sider.right,
.mobile-bottom-menu-active .sider.right {
left:auto;
right:0;
transition: right 0.3s ease;
} .sticky-mobile-menu-active .overcenter,
.mobile-menu-active .sider.portfolio-menu-hide.overcenter,
.mobile-bottom-menu-active .sider.portfolio-menu-hide.overcenter{
display:none;
}
.mobile-menu-active .sider.overcenter,
.sticky-mobile-menu-active .sider.overcenter,
.mobile-bottom-menu-active .sider.overcenter{
position:fixed;
left:0px;
right:0;
top:0;
bottom:0;
margin:0 auto;
height: 100vh;
background: rgba(16,18,19,.95);
display:block;
z-index: 9999;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-animation: bodyfadeIn .3s;
-moz-animation: bodyfadeIn .3s;
-ms-animation: bodyfadeIn .3s;
-o-animation: bodyfadeIn .3s;
animation: bodyfadeIn .3s;
}
.mobile-menu-active .sider.overcenter{
padding: 90px 0 90px 0px!important;
}
.mobile-menu-active .sider.overcenter .portfolio-menu,
.sticky-mobile-menu-active .sider.overcenter .portfolio-menu,
.mobile-bottom-menu-active .sider.overcenter .portfolio-menu{
float: none;
max-width: 800px;
margin: 0 auto;
margin:auto;
}
.sticky-mobile-menu-active .sider.overcenter .menu-close-btn,
.mobile-bottom-menu-active .sider.overcenter .menu-close-btn{
margin-top:40px;
margin-left:40px;
}
.sider.overcenter{
-webkit-animation: bodyfadeIn .3s;
-moz-animation: bodyfadeIn .3s;
-ms-animation: bodyfadeIn .3s;
-o-animation: bodyfadeIn .3s;
animation: bodyfadeIn .3s;  
}
.overcenter{
display:none;  
} .menu-close-btn {
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.left .menu-close,.right .menu-close{
background:#111;
}
.menu-close a:hover{
color:#fff;
}
.menu-close-btn{
margin: 10px;
width: 14px;
display: block;
text-decoration: none;
top: .75em;
right: 1em;
min-width: 1em;
min-height: 1em;
transform-origin: center;
transition: all .3s linear;
transition-property: transform;
-webkit-backface-visibility: hidden;
font-size: 20px;
color:#fff;
}
.menu-close-btn:before {
-webkit-transform: rotateZ(-45deg);
-moz-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
}
.menu-close-btn:before,.menu-close-btn:after{
content: '';
display: block;
border-top: 1px solid;
position: absolute;
left: 0;
top: 50%;
width: 100%;
}
.menu-close-btn:after{
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
.menu-close-btn:hover{
-webkit-transform: rotateZ(90deg);
-moz-transform: rotateZ(90deg);
transform: rotateZ(90deg);
} .mhdrleftpan .sider{
left:0;
position: inherit;
}
header.mhdrleftpan .container,
header.mhdrrightpan .container{
width:100%;
max-width: 100%;
padding:0;
margin:0;
}
.mhdrleft .portfolio-menu {
padding-left:0!important;
}
.mhdrleftpan .sider .hide-menu,.mhdrrightpan .sider .hide-menu{
display:block;
}
.mhdrleftpan .menu-toggle,
.mhdrrightpan .menu-toggle{
display:none!important;
}
.mhdrleftpan .sider .menu-close-btn,
.mhdrrightpan .sider .menu-close-btn{
display:none;
}
.mhdrleftpan .sider.left,
.mhdrleftpan .sider.right,
.mhdrrightpan .sider.left,
.mhdrrightpan .sider.right{
width: 100%;
max-width: 100%;
padding-bottom:0;
height: auto;
}
.mhdrleftpan .sider.overcenter,
.mhdrrightpan .sider.overcenter{
display: block;
}
body.mobile-pan-active{overflow-x: hidden;} .mhdrrightpan .sider{
right:0;
left:auto;
position: inherit;
}
.mhdrright .portfolio-menu {
padding-right:0!important;
}
.mhdrrightpan .container{
width:100%;
max-width: 100%;
padding:0;
margin:0;
}
.menu-toggle .menu-btn{
display:flex;
margin: 0;
}
.menu-toggle .menu-btn span{
color:#fff;
}
.menu-toggle .menu-btn .text span,.bar-menu-toggle .menu-btn .text span{
margin-left:5px;
}
.portfolio-menu.collapse span.arrow{
position: absolute;
right: 20px;
height: 20px;
width: 40px;
line-height: 20px
}
.portfolio-menu.collapse li a .arrow:before{
margin-right: 12px;
font-size: 13px;
}
.portfolio-menu.collapse > li > ul.sub-menu li > a > .arrow:before{
margin-right: 10px;
font-size: 12px;
}
.sider .sider-inner ul#portfolio-menu,.portfolio-menu li ul.sub-menu{
background:transparent;
}
.sider  .sider-inner ul#portfolio-menu.portfolio-menu > li > a:hover{
background:transparent;
}
.right .menu-close{
width: 40px;
height: 40px;
top: 0;
position: absolute;
left: 0;
}
.left .menu-close{
width: 40px;
height: 40px;
top: 0;
position: absolute;
right: 0;
}
.main-header .sider-inner ul.portfolio-menu li ul.sub-menu,.sider-inner #open-above-menu.portfolio-menu > li > a:hover,
.sider-inner #open-above-menu.portfolio-menu li ul.sub-menu,.sider-inner #open-above-menu.portfolio-menu li ul.sub-menu li a:hover,
.sider-inner #open-above-menu.portfolio-menu li ul.sub-menu li:hover,.main-header .main-header-container nav{
background:transparent!important;
}
.two .main-header-col2 {
order: 3;
flex: none!important;
} .sider.overcenter .sider-inner .portfolio-menu li{
width:100%!important;
}
.sider.overcenter .sider-inner ul.portfolio-menu li a{
font-size:20px;
color:#fff;
font-family: 'Roboto-Bold';
line-height: initial;
padding: 10px 0px 10px 0px!important;
}
.sider.overcenter .portfolio-menu ul.sub-menu{
opacity: inherit;
display:none;
float: none;
text-align: center;
-webkit-transform: inherit;
transform: inherit;
transition: inherit;
}
.sider.overcenter .sider-inner ul.portfolio-menu li a:hover {
background:none;
color:#ff6c54;
}
.sider.overcenter .portfolio-menu.collapse span.arrow{
right:auto;
}
.overcenter .menu-close .menu-close-btn{
position: absolute;
}
.overcenter .menu-close-btn{
min-width:1.5em;
min-height:1.5em;
top: 1em;
}
.overcenter .menu-close-btn:before, .overcenter .menu-close-btn:after{
border-top:2px solid;
} .left .menu-item-has-children ul,.right .menu-item-has-children ul{
display:none;
}
.portfolio-menu li ul.sub-menu li a:hover{
background:none;
}
.portfolio-menu ul.sub-menu{
opacity: inherit;
display:none;
float: none;
-webkit-transform: inherit;
transform: inherit;
transition: inherit;   
}
.portfolio-menu ul.sub-menu.slide{
-webkit-transform: inherit;
transform: inherit;
transition: inherit; 
} .open-shop-mobile-menu-wrapper {
width: 100%;
top: 0;
position: fixed;
height: 100%;
background: rgba(0,0,0,.4);
z-index: 99;
visibility: hidden;
opacity: 0;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
z-index: 1001;
}
.mobile-menu-active .open-shop-mobile-menu-wrapper,.sticky-mobile-menu-active .open-shop-mobile-menu-wrapper  {
visibility: visible;
opacity: 1;
}
@-webkit-keyframes bodyfadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes bodyfadeIn{
0% {opacity: 0;}
100% {opacity: 1;}
}
}
@media screen and (max-width: 768px){ .header-pan-icon{
display: block;
}
.mhdrleftpan .header-pan-icon span{
position: fixed;
top: 10%;
left: 0;
background-color: #008ec2;
color: #fff;
font-size: 1.2em;
width:30px;
height:50px;
line-height:50px;
text-align: center;
z-index: 10000;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
.mhdrrightpan .header-pan-icon span{
left:auto;
right:0;
position: fixed;
top: 10%;
background-color: #008ec2;
color: #fff;
font-size: 1.2em;
width:30px;
height:50px;
line-height:50px;
text-align: center;
z-index: 10000;
-webkit-transition: right .2s ease-in-out;
-moz-transition: right .2s ease-in-out;
transition: right .2s ease-in-out;
}
.mobile-pan-active .mhdrleftpan .header-pan-icon span {
left: 270px;
}
.mobile-pan-active .mhdrrightpan .header-pan-icon span {
left: auto;
right:270px;
}
.mhdrleftpan #page.open-site{
margin-left:auto!important;
}
.mhdrrightpan #page.open-site{
margin-right:auto!important;
}
header.mhdrleftpan{
left: -270px!important;
right: auto;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
header.mhdrrightpan{
right: -270px!important;
left: auto;
-webkit-transition: right .2s ease-in-out;
-moz-transition: right .2s ease-in-out;
transition: right .2s ease-in-out;
}
.mobile-pan-active header.mhdrleftpan{
left: 0px!important;
right: auto;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
.mobile-pan-active header.mhdrrightpan{
right: 0px!important;
left: auto;
-webkit-transition: right .2s ease-in-out;
-moz-transition: right .2s ease-in-out;
transition: right .2s ease-in-out;
}
.mhdrleftpan #page.open-site {
left:0px!important;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
.mhdrrightpan #page.open-site {
right:0px!important;
-webkit-transition:  right .2s ease-in-out;
-moz-transition:  right .2s ease-in-out;
transition:  right .2s ease-in-out;
}
.mobile-pan-active.mhdrleftpan #page.open-site {
left:270px!important;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
.mobile-pan-active.mhdrrightpan #page.open-site {
right:270px!important;
-webkit-transition: right .2s ease-in-out;
-moz-transition: right .2s ease-in-out;
transition: right .2s ease-in-out;
}
.open-site .mhdrleftpan .pan-icon:before{
content: "\f101";
font-family:FontAwesome;
}
.mobile-pan-active .open-site .mhdrleftpan .pan-icon:before{
content: "\f100";
font-family:FontAwesome;
}
.open-site .mhdrrightpan .pan-icon:before{
content: "\f100";
font-family:FontAwesome;
}
.mobile-pan-active .open-site .mhdrrightpan .pan-icon:before{
content: "\f101";
font-family:FontAwesome;
}
.mhdrleftpan .site-content #primary,
.mhdrrightpan .site-content #primary {
margin: 0px;
}
header.mhdrleftpan .open-cart{
left: -270px!important;
right: auto;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
header.mhdrrightpan .open-cart{
right: -270px!important;
left: auto;
-webkit-transition: right .2s ease-in-out;
-moz-transition: right .2s ease-in-out;
transition: right .2s ease-in-out;
}
.cart-pan-active header.mhdrleftpan .open-cart{
left: 0px!important;
right:auto;
}
.cart-pan-active header.mhdrrightpan .open-cart{
right: 0px!important;
left: auto;
}
}
@media screen and (max-width:544px) { .inline .open-logo img{
height:auto;
}
.inline .two .main-header-container {
flex-wrap: nowrap;
}
.mhdrcenter.inline .two .main-header-container {
flex-wrap: wrap;
}
.stack .two .main-header-col1,
.stack .two .main-header-col2{
justify-content: center;
text-align:center;
width:100%;
}
.stack .portfolio-menu .menu-custom-search{
text-align:left;    
}
.main-header.mhdrright.stack .two .main-header-col1{
text-align:center;
}
.main-header.mhdrright .two .main-header-col2{
justify-content: center;
}
}
.mobile-menu-active .portfolio-menu ul.sub-menu,
.sticky-mobile-menu-active .portfolio-menu ul.sub-menu{
box-shadow:none;
}   #open-above-menu .menu-item-description,
#open-footer-menu  .menu-item-description{
display:none;
}
nav .menu-item-description{
position: absolute;
top: -3px;
left: calc(100% - 25px);
background-color:#111;
font-size: 11px;
padding: 3px 5px;
line-height: 10px;
color: #fff;
}
nav .menu-item-description:after {
position: absolute;
content: '';
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 6px solid transparent;
left: 3px;
bottom: -4px;
} .portfolio-menu > li:nth-child(4n+1) .menu-item-description{
background:rgb(233, 102, 86);
}
.portfolio-menu > li:nth-child(4n+1) .menu-item-description:after{
border-top: 4px solid rgb(233, 102, 86);
} .portfolio-menu > li:nth-child(4n-2) .menu-item-description{
background:rgb(243, 200, 36);
}
.portfolio-menu > li:nth-child(4n+2) .menu-item-description:after{
border-top: 4px solid rgb(243, 200, 36);
} .portfolio-menu > li:nth-child(4n-1) .menu-item-description{
background:rgb(52, 210, 147);
}
.portfolio-menu > li:nth-child(4n-1) .menu-item-description:after{
border-top: 4px solid rgb(52, 210, 147);
} .portfolio-menu > li:nth-child(4n) .menu-item-description{
background:rgb(58, 176, 226);
}
.portfolio-menu > li:nth-child(4n) .menu-item-description:after{
border-top: 4px solid rgb(58, 176, 226);
}
.mobile-menu-active nav .menu-item-description,
.sticky-mobile-menu-active nav .menu-item-description,
.pan-content nav .menu-item-description{
position: relative;
top: 0;
left: auto;
background-color: #111;
font-size: 11px;
padding: 3px 5px;
line-height: 10px;
color: #fff;
display: inline-block;
margin-left: 10px;
}@font-face {
font-family: 'FontAwesome';
src: url(//tributetribe.com/wp-content/themes/portfoliolite//third-party/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//tributetribe.com/wp-content/themes/portfoliolite//third-party/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//tributetribe.com/wp-content/themes/portfoliolite//third-party/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//tributetribe.com/wp-content/themes/portfoliolite//third-party/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//tributetribe.com/wp-content/themes/portfoliolite//third-party/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//tributetribe.com/wp-content/themes/portfoliolite//third-party/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}@font-face {
font-family: 'JosefinSans-Regular';
src: url(//tributetribe.com/wp-content/themes/portfoliolite/third-party/fonts/JosefinSans-Regular.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'JosefinSans-SemiBold';
src: url(//tributetribe.com/wp-content/themes/portfoliolite/third-party/fonts/JosefinSans-SemiBold.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'JosefinSans-Bold';
src: url(//tributetribe.com/wp-content/themes/portfoliolite/third-party/fonts/JosefinSans-Bold.ttf) format('truetype');
font-weight: normal;
font-style: normal;
} html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
border: 0;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}
body{
color: #2f2f2f;
background: #fff;
font-style: normal;
font-size: 14px;
line-height:1.8;
letter-spacing: 0.8px;
margin: 0;
padding: 0;
font-family:"JosefinSans-Regular", sans-serif;
font-weight: inherit;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased; 
-moz-osx-font-smoothing: grayscale; 
text-rendering: optimizeLegibility; 
-moz-font-feature-settings: "liga" on; 
}
header{-js-display: flex;
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;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
font-family: "JosefinSans-Bold", sans-serif;
color: #000;
line-height: 35px;
font-weight: 500;
}
h1 {
font-size: 30px;
line-height: 1.2;
}
h2 {
font-size: 28px;
line-height: 1.3;
}
h3 {
font-size: 26px;
line-height: 1.4;
}
h4 {
font-size: 24px;
line-height: 1.5;
}
h5 {
font-size: 22px;
line-height: 1.6;
}
h6 {
font-size: 20px;
line-height: 1.2;
}
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
margin-bottom: 20px;
}
.entry-content p {
margin-bottom:25px;
line-height:1.8;
}
a {
color:#666;
text-decoration: none!important;
cursor: pointer;
}
figcaption,
main {
display: block;
max-width: 100%;
}
figure {
margin: 1em 0;
}
embed, iframe, object, video {
margin-bottom: 1.5em;
max-width: 100%;
vertical-align: middle;
}
iframe{
width:100%;
height:100%;
}
hr{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-size: 1em;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
outline-width: 0;
}
a:focus,span:focus{
outline: thin dotted;
text-decoration: underline;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
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:#006799;
border-radius:0;
box-shadow: none;
clip: auto !important;
clip-path: none;
color: #fff;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 8px 25px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }  
a, a:hover, a:focus,button {
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
abbr[title] {
border-bottom: 1px #767676 dotted;
text-decoration: none;
}
b,strong {
font-weight: inherit;
}
code,
kbd,
samp {
font-size: 1em;
font-family: 'JosefinSans-Regular';
}
dfn {
font-style: italic;
}
mark {
background-color: #eee;
color: #222;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
audio,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
max-width: 100%;
height: auto;
display: block;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
select {
text-transform: none;
z-index: 1;
border: none;
height: 35px;
width:100%;
line-height: normal;
margin-bottom: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #f3f3f3;
position: relative;
border: 1px solid #ddd;
padding: 0px 10px;
font-size: 15px;
}
button{
border:0;
}
button:hover{
cursor: pointer;
}
fieldset {
border: 1px solid #bbb;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
display: inline-block;
vertical-align: baseline;
}
.page-links {
clear: both;
padding: 15px 0px;
width: 100%;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details,
menu {
display: block;
}
summary {
display: list-item;
}
canvas {
display: inline-block;
}
template {
display: none;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.5em;
width: 100%;
}
table, td, th {
border: 1px solid rgba(0,0,0,.1);
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td, th {
padding: 8px;
text-align: left;
border-width: 0 1px 1px 0;
}
th,th a,dt,b{
font-family:"Lato-Bold", sans-serif;
}
table, td, th {
border: 1px solid rgba(0,0,0,.1);
}
a:hover{
color:#ff6c54;
}
dd {
margin: 0 1.5em 1.5em;
}
ul {
list-style: disc;
}
ol, ul {
margin: 0 0 1.5em 3em;
}
address {
margin: 0 0 1.5em;
}
blockquote {
border-color: rgba(2,116,190,0.05);
}
blockquote {
margin: 1.5em 1em 1.5em 3em;
padding: 1.2em;
font-size: 1.1em;
line-height: inherit;
position: relative;
}
blockquote {
border-left: 5px solid rgba(0,0,0,.05);
padding: 20px;
font-size: 1.2em;
font-style: italic;
margin: 0 0 1.5em;
position: relative;
}
blockquote, q {
quotes: "" "";
}
pre {
background: #eee;
margin-bottom: 1.6em;
overflow: auto;
max-width: 100%;
padding: 1.6em;
}
code, kbd, pre, samp {
font-size: 1em;
}
*, :after, :before {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
} .container,
#page {
max-width: 1200px;
min-width: 240px;
margin-right: auto;
margin-left: auto;
position: relative;
clear: both;
box-sizing: border-box;
}
#page-top {
margin-top: 0;
}
.clearfix {
margin-top: 0;
padding: 0;
}
.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before {
display: table;
content: " ";
}
.clearfix:after,
.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after {
clear: both;
}
#page {
clear: both;
float: none;
}
.content-wrapper {
width: 70%;
max-width: 800px;
float: left;
}
#page.no-sidebar .content-wrapper {
width: 100%;
max-width: 1170px;
}
#page.no-sidebar .content-wrapper .sidebar{
display: none;
}
.sidebar-wrapper{
width: 27.5%;
float: right;
margin-top: 85px;
}
#page.left .sidebar-wrapper {
float: left;
}
#page.left .content-wrapper {
float: right;
}  .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .entry-content img {
margin: 0 0 0 0;
}
.alignleft, img.alignleft {
margin-right: 1.5em;
display: inline;
float: left;
}
.alignright, img.alignright {
margin-left: 1.5em;
display: inline;
float: right;
}
.aligncenter, img.aligncenter {
margin-right: auto;
margin-left: auto;
display: block;
clear: both;
}
.alignnone, img.alignnone { }
.wp-caption {
margin-bottom: 1.5em;
text-align: center;
padding-top: 5px;
}
.wp-caption img {
border: 0 none;
padding: 0;
margin: 0;
}
.wp-caption, .gallery-caption {
color: #666;
font-size: 13px;
font-size: 0.8125rem;
font-style: italic;
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption p.wp-caption-text {
line-height: 1.5;
font-size: 10px;
margin: 0;
}
.wp-smiley {
margin: 0 !important;
max-height: 1em;
}
blockquote.left {
margin-right: 20px;
text-align: right;
margin-left: 0;
width: 33%;
float: left;
}
blockquote.right {
margin-left: 20px;
text-align: left;
margin-right: 0;
width: 33%;
float: right;
}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {} .post-id {}
.post {}
.page {}
.attachment {}
.sticky {}
.hentry {}
.category-misc {}
.category-example {}
.tag-news {}
.tag-wordpress {}
.tag-markup {}
.bypostauthor{} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
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;
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; } .gallery:after {content:"";display:table;clear:both;}
.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}
.gallery figure {float:left; margin:0 2% 0.4em 0;}
.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}
.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}
.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}
.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}
.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}
.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}
.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}
.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}
.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;} [hidden] {
display: none;
} #reply-title{
padding: 10px 0;
}
.comment-notes{
font-size: 16px;
letter-spacing: 1px;
margin-top: 20px;
margin-bottom: 10px;
}
form p label{
display: block;
margin: 10px 0;
}
.logged-in-as{
margin: 20px 0;
}
.logged-in-as a{
color: #242424;
} .thunk-author-bio,.thunk-author-bio {
display: flex;
}
.author-info {
align-self: center;
margin-left: 20px;
}
.author-header a{
color:#626060;
}
.comment-list{
margin:0;
padding:0;
list-style: none;
}
.single article.comment-body{
padding:0;
} #page .comment{
margin-bottom:15px;
}
#page #comments{
margin-top:15px;
}
#page .comment-author
{
display: flex;
} 
#page .comment-author img{
margin-right: 15px;
}
#page .comment-author .fn{
margin-right: 5px;
}
#page .comment-author,
#page .comment-metadata,
#page .comment-content,
#page .reply{
margin-bottom: 15px;
}
#page ol.children{
list-style-type: none;
}
#page .comment-list{
margin: 10px 0;
list-style-type: none;
}
.plrx_enable {
background-size: cover !important;
background-attachment: fixed !important;
background-repeat: no-repeat!important;
}
.plrx_enable, section{
-webkit-backface-visibility: hidden;
}
#page,
.container{
padding-right: 20px;
padding-left: 20px;
}
.site-content{
position: relative;
}
.post-list figure{
margin: 0;
list-style-type: none;
}
.header.shrink{
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 108;
display: block;
border-bottom: 1.3px solid rgba(190, 190, 190, 0.19);
background-color: #fff;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
z-index:999;
}
.header.shrink{
display:block;
}
.shrink .logo{
padding:10px 0px;
}
.header.shrink{
-webkit-animation: fadein 0.5s; -moz-animation: fadein 0.5s; -ms-animation: fadein 0.5s; -o-animation: fadein 0.5s; animation: fadein 0.5s;
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-50px);
}
100% {
opacity: 1;
transform: translateY(0);
}
} 
@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
} @-moz-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
} @-webkit-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
} @-o-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}
.logged-in.admin-bar .header {
top: 28px;
}
.header.static{
position:static;
} .contain {
float: right;
position: absolute;
top: 8px;
right: 0;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.searchbox {
position: relative;
min-width: 40px;
width: 0%;
height: 40px;
top: 13px;
float: right;
overflow: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;  
}
.searchbox-input {
top: 0;
right: 0;
border: 0;
outline: 0;
width: 100%;
height: 40px;
margin: 0;
padding: 0px 0px 0px 5px;
border-bottom: 1px solid #666;
font-weight: 400;
font-size: 12px;
}
.searchbox-input::-webkit-input-placeholder {
color: #666;
}
.searchbox-icon,
.searchbox-submit {
width: 40px;
height: 40px;
display: block;
position: absolute;
top: 0;
font-family: verdana;
font-size: 16px;
right: 0;
padding: 0;
margin: 0;
border: 0;
outline: 0;
line-height: 40px;
text-align: center;
cursor: pointer;
color: #666;
background: #fff;
}
.searchbox-open {
width: 100%;
z-index: 2;
}
.content-area{
padding: 100px 0;
} .logo  a, .logo-cent a {
font-family: 'JosefinSans-Regular';
font-size: 36px;
line-height: 36px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.smaller .logo a {
font-size: 30px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.logo img {
max-width: 170px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
height: auto;
}
.smaller .logo img{
max-width: 140px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
height: auto;
}
.smaller .logo{
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
padding: 12px 0px;   
} .col-center.logo {
width: auto;
float: none;
text-align: center;
padding: 12px 0px!important;
margin: auto
}
.col-center .logo p{
line-height: 18px;
}
.col-center#main-menu-wrapper {
width: 100%!important;
float: none;
text-align: center;
}
.smaller .col-center.logo {
width: 100%!important;
float: none;
text-align: center;
padding: 10px 0px!important;;
}
.contain.col-center{
float: right;
top: 50px;
right: 0;
display: inline-block;
}
.smaller .contain.col-center{
top: 55px;
}
.home #header.hide{
display:none;
}
.home #header.hide.visible{
display:block;
}
.logo.col-center.split{
display:none;
}
#main-menu-wrapper.col-center.split nav{
padding:20px 0px;
margin-left: 50px;
}
.col-center.split .portfolio-menu > li > a{
padding:12px;
}
.col-center.split .portfolio-menu > li.logo-cent{
padding:12px;
}
.col-center.split .portfolio-menu > li.logo-cent.lgcnt{
padding:0
}
.col-center.split .portfolio-menu > li.logo-cent.lgcnt a{
padding:0;
}
.contain.col-center.split{
top: 8px;
}
.smaller #main-menu-wrapper.col-center.split nav{
padding:12px 0px;
}
.smaller .contain.col-center.split{
top: 12px;
}
.logo-cent{
text-align: center;
}
.smaller .logo-cent p{
display: none;
}
.stick-hdr .site-content{
top: 100px;
}   * {
margin: 0;
padding: 0;
text-decoration: none
}
.logo {
width:20%;
position: relative;
float: left;
padding: 20px 0px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
text-align:left;
}
#main-menu-wrapper{
width:80%;
float:left;
text-align: end;
}
#main-menu-wrapper nav {
z-index:99;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.smaller .navigation ul {
padding: 10px 0px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.smaller .searchbox{
top:3px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;  
} .flexslider .slides > li:first-child {
display: block;
-webkit-backface-visibility: visible;
}
.slider-top {
width: 100%;
}
.flex-container a:hover,
.flex-slider a:hover {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-slider .slides {
height: 100% !important;
-webkit-transition-delay: 1s;
-moz-transition-delay: 1s;
transition-delay: 1s;
}
.slides li {
height: 100vh;
margin-right: 0px;
display: none;
}
.flex-pauseplay span {
text-transform: capitalize;
}
.flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides img {
width: 100%;
display: block;
margin: 0;
padding: 0;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
}
.flexslider {
margin: 0;
background: #fff;
position: relative;
zoom: 1;
z-index: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: 100vh;
-moz-user-select: none;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
text-decoration: none;
position: absolute;
display: inline-block;
position: absolute;
top: 40%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flex-direction-nav .flex-prev {
background-size: 40% 40%;
height: 150px;
width: 80px;
opacity: 0.7;
left: 40px;
margin-left: -8px;
}
.flex-direction-nav .flex-next {
background-size: 40% 40%;
height: 150px;
width: 80px;
opacity: 0.7;
right: 40px;
margin-right: -8px;
}
.flex-pauseplay a:before {
font-family: "flexslider-icon";
font-size: 20px;
display: inline-block;
content: '\f004';
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-pauseplay a.flex-play:before {
content: '\f003';
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-moz-user-select: none;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}
.slider-top li {
width: 100% !important;
background-size: cover !important;
}
.overlay {
background: rgba(41, 41, 41, 0.68);
top: 0px;
width: 100%;
height: 100%;
z-index: -1;
}
.slider-caption {
display: table;
width: 100%;
height: 100vh;
position: absolute;
}
.portfolio-desc {
display: table-cell;
vertical-align: middle;
z-index: 999;
position: relative;
}
.portfolio-desc p.th-slider-heading {
font-size: 65px;
width: 100%;
line-height: 72px;
color:#fff;
margin-bottom:20px;
padding: 0;
font-family: 'JosefinSans-SemiBold';
font-style: normal;
}
.portfolio-desc p {
color: #fff;
font-size: 22px;
font-weight: 400;
letter-spacing: .6px;
margin-bottom: 30px;
min-width: 1px;
min-height: 32px;
line-height: 32px;
vertical-align: top;
}
.portfolio-desc button {
display: inline-block;
padding: 10px 20px;
background: transparent;
text-transform: uppercase;
color: #fff;
font-size: 13px;
line-height: 23px;
letter-spacing: 1px;
font-weight: bold;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
position: relative;
border: 1px solid #ff6c54;
cursor: pointer;
}
.portfolio-desc .exp-btn button {
margin-left: 30px;
background: #ff6c54;
}
.portfolio-desc .exp-btn button:hover {
background: transparent;
}
.portfolio-desc button:hover {
background: #ff6c54;
color: #fff;
}
button {
display: inline-block;
padding: 11px 30px;
background: #ff6c54;
text-transform: uppercase;
color: #fff;
font-size: 12px;
line-height: 22px;
letter-spacing: 0.30px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
position: relative;
border: 1px solid #ff6c54;
cursor: pointer;
margin: 0 auto;
font-family: 'JosefinSans-Bold';
margin-top: 40px;
border-radius: 4px;
}
.wp-block-search__inside-wrapper button{
margin-top: 0;
} 
button.load-more:hover {
color: #ff6c54;
background: transparent;
}
body {
height: auto!important;
} #portfolio-mywork-section:before,
#skill-info:before,
#team-info:before,
#price-package:before,
#latest-post:before,
.thunk-service:before,
.thunk-about:before,
.th-counter-section:before,
.thunk-brands-section:before,
.th-counter-section:before,
.thunk-custom-sect-first:before,
.th-woocommerce:before{
content: '';
background-color: rgba(0, 0, 0, 0);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 0;
display: block;
}
.th-woocommerce:before,.thunk-service:before ,#portfolio-mywork-section:before {
background: #F2F2F2;
}
section {
width: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
} .bx-wrapper {
position: relative;
margin: 0 auto 30px;
padding: 0;
*zoom: 1;
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.bx-wrapper img {
max-width: 100%;
}
.bxslider {
margin: 0;
padding: 0;
}
ul.bxslider {
list-style: none;
}
ul.bxslider li {
width: 100%!important;
}
.bx-viewport {
-webkit-transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
} .bx-wrapper .bx-loading {
min-height: 50px; height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
} .bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #666;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin:10px 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #fff;
} .bx-wrapper .bx-prev {
left: 10px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
background-position: 0 0;
}
.bx-wrapper .bx-next {
right: 10px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
text-indent: -9999px;
z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
} .bx-wrapper .bx-controls-auto {
text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
background-position: -86px -33px;
} #portfolio-mywork-section {
width: 100%;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.profolio-page {
width: 100%;
padding-top: 100px;
padding-bottom: 100px;
text-align: center;
overflow: hidden;
}
ul.portfolio-navi button {
border: 1px solid #DFDBDB;
font-size: 14px;
color:#666;
display: block;
line-height: 1;
padding: 11px 16px;
text-transform: uppercase;
margin: 0 10px;
border-radius: 0;
background-color: transparent;
outline: 0;
}
ul.portfolio-navi button.active.is-checked,
ul.portfolio-navi button:visited,
ul.portfolio-navi button:focus {
background: transparent;
color: #ff6c54;
border-color: #ff6c54;
}
ul.portfolio-navi {
display: table;
float: none;
list-style: outside none none;
margin: 0 auto;
padding-bottom: 30px;
width: auto;
}
ul.portfolio-navi li {
display: inline-block;
margin-bottom: 30px;
}
ul.portfolio-navi > li > a.active {
background: #2980b9;
color: #fff;
border-color: #2980b9;
}
.portfolio-block {
display: block;
width: 100%;
margin-top: -25px;
}
.portfolio-block ul li,
.portfolio-block ul {
list-style-type: none;
margin: 0;
padding: 0;
}
ul.portfolio-grid li.post {
width: 33.33%;
float: left;
position: relative;
padding: 8px;
}
.portfolio-image {
overflow: hidden;
width: 100%;
height: auto;
}
.portfolio-image img {
width: 100%;
height: auto;
float: left;
}
figure.protfolio-img-efc {
position: relative;
float: left;
overflow: hidden;
width: 100%;
color: #ffffff;
text-align: center;
font-size: 18px;
margin: 0;
}
figure.protfolio-img-efc * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.50s ease;
transition: all 0.50s ease;
}
figure.protfolio-img-efc img {
max-width: 100%;
backface-visibility: hidden;
vertical-align: top;
}
figure.protfolio-img-efc figcaption {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1;
align-items: center;
bottom: 0;
display: flex;
flex-direction: column;
justify-content: center;
}
figure.protfolio-img-efc:after {
content: '';
background-color: #ff6c54;
-webkit-transition: all 0.50s ease;
transition: all 0.50s ease;
opacity: 0;
}
figure.protfolio-img-efc figcaption {
z-index: 1;
padding: 40px;
}
figure.protfolio-img-efc h3,
figure.protfolio-img-efc .links {
width: 100%;
}
figure.protfolio-img-efc h3 {
line-height: 1.3em;
font-weight: 700;
font-size: 18px;
text-transform: uppercase;
opacity: 0;
color: #fff;
}
figure.protfolio-img-efc h3:after {
content: '';
display: block;
background: #fff;
height: 2px;
max-width: 40px;
width: 100%;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 5px;
}
figure.protfolio-img-efc p {
font-size: 0.7em;
font-weight: 300;
letter-spacing: 1px;
opacity: 0;
color: #fff;
}
.portfolio-image p a {
color: #fff;
}
figure.protfolio-img-efc:hover:after,
figure.protfolio-img-efc.hover:after {
opacity: 1;
position: absolute;
top: 10px;
bottom: 10px;
left: 10px;
right: 10px;
}
figure.protfolio-img-efc:hover h3,
figure.protfolio-img-efc.hover h3,
figure.protfolio-img-efc:hover p,
figure.protfolio-img-efc.hover p {
-webkit-transform: translate(0px, -10px);
transform: translate(0px, -10px);
opacity: 1;
}  .portfolio-block.two-grid ul li,
.portfolio-block.two-grid ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.portfolio-block.two-grid ul.portfolio-grid li.post {
width: 50%;
float: left;
position: relative;
padding: 8px;
}
.portfolio-block.two-grid .portfolio-image {
overflow: hidden;
width: 100%;
height: auto;
}
.portfolio-block.two-grid .portfolio-image img {
max-width: 100%;
height: auto;
float: left;
}
.portfolio-block.two-grid figure.protfolio-img-efc {
max-height: 350px;
}  .portfolio-block.four-grid ul li,
.portfolio-block.four-grid ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.portfolio-block.four-grid ul.portfolio-grid li.post {
width: 25%;
float: left;
position: relative;
padding: 8px;
}
.portfolio-block.four-grid .portfolio-image {
overflow: hidden;
width: 100%;
height: auto;
}
.portfolio-block.four-grid .portfolio-image img {
max-width: 100%;
height: auto;
float: left;
}  .portfolio-block.three-grid-zero-padding ul li,
.portfolio-block.three-grid-zero-padding ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.portfolio-block.three-grid-zero-padding ul.portfolio-grid li.post {
width: 33.33%;
float: left;
position: relative;
padding: 0px;
}
.portfolio-block.three-grid-zero-padding .portfolio-image {
overflow: hidden;
width: 100%;
height: auto;
}
.portfolio-block.three-grid-zero-padding .portfolio-image img {
max-width: 100%;
height: auto;
float: left;
}
.portfolio-block.three-grid-zero-padding figure.protfolio-img-efc {
max-height: 350px;
}  .portfolio-block.four-grid-zero-padding ul li,
.portfolio-block.four-grid-zero-padding ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.portfolio-block.four-grid-zero-padding ul.portfolio-grid li.post {
width: 25%;
float: left;
position: relative;
padding: 0px;
}
.portfolio-block.four-grid-zero-padding .portfolio-image {
overflow: hidden;
width: 100%;
height: auto;
}
.portfolio-block.four-grid-zero-padding .portfolio-image img {
max-width: 100%;
height: auto;
float: left;
}
.portfolio-block.four-grid-zero-padding figure.protfolio-img-efc {
max-height: 350px;
}  /*/*/.portfolio-block.three-Masnory ul li,
.portfolio-block.four-Masnory ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.portfolio-block.three-Masnory ul.portfolio-grid li.post {
width: 33.33%;
float: left;
position: relative;
padding: 0px;
}
.portfolio-block.three-Masnory .portfolio-image {
overflow: hidden;
width: 100%;
height: auto;
}
.portfolio-block.three-Masnory .portfolio-image img {
max-width: 100%;
height: auto;
float: left;
}
.portfolio-block.three-Masnory figure.protfolio-img-efc {
height: auto;
}/*/*/.portfolio-block.four-Masnory ul li,
.portfolio-block.four-Masnory ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.portfolio-block.four-Masnory ul.portfolio-grid li.post {
width: 25%;
float: left;
position: relative;
padding: 0px;
}
.portfolio-block.four-Masnory .portfolio-image {
overflow: hidden;
width: 100%;
height: auto;
}
.portfolio-block.four-Masnory .portfolio-image img {
max-width: 100%;
height: auto;
float: left;
}
}/**/ #resume-ribbon {
width: 100%;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.page-ribbon {
text-align: center;
}
.ribbon-block {
display: block;
float: left;
width: 100%;
padding-bottom: 70px;
padding-top: 70px;
}
#resume-ribbon h2 {
color: #fff;
}
.button-wrapper {
width: 100%;
margin-top: 30px;
}
.button-wrapper ul{
margin: 0;
}
#resume-ribbon ul{
display: flex;
justify-content: center;
}
.button-wrapper li {
display: -webkit-inline-box;
display: inline-block;
}
.view-resume-c{
margin-right: 20px;
}
.view-resume a,
.download-resume a {
display: inline-block;
width: 150px;
padding: 10px 20px;
background: rgba(248, 248, 248, 0.48);
text-transform: uppercase;
color: #fff;
font-size: 12px;
letter-spacing: 0.30px;
line-height: 14px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
position: relative;
border: 1px solid #fff;
cursor: pointer;
}
.view-resume-c a,
.download-resume-c a {
display: inline-block;
width: 150px;
padding: 10px 20px;
text-transform: uppercase;
color: #fff;
font-size: 12px;
line-height: 22px;
letter-spacing: 0.3;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
position: relative;
border: 1px solid #fff;
cursor: pointer;
}
.view-resume a:hover,
.download-resume a:hover {
background-color: #ff6c54;
}
.view-resume-c a:hover,
.download-resume-c a:hover {
background-color: #ff6c54;
}
li.view-resume-c i,
li.download-resume-c i {
font-size: 15px;
padding: 5px;
}  #call-ribbon {
width: 100%;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.page-call-ribbon {
text-align: center;
}
.call-ribbon-block {
display: block;
padding-bottom: 130px;
padding-top: 130px;
max-width: 550px;
margin: 0 auto;
}
#call-ribbon h3 {
color: #fff;
}
.ribbon-button {
width: 100%;
margin-top: 30px;
}
.button-ribbon {
border: 1px solid #FF6C54;
background: #FF6C54;
color: #fff;
outline: none;
transition: all 0.4s ease 0s;
margin-top: 0px;
border-radius: 4px;
}
.button-ribbon:hover {
background: #fff;
color: #FF6C54;
}  input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input[type="radio"]{
-webkit-appearance: radio;
-moz-appearance: radio;
appearance: radio;
}
input[type="checkbox"] {
-webkit-appearance: checkbox;
-moz-appearance: checkbox;
appearance: checkbox;
}
#new-letter {
width: 100%;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.page-new-letter {
text-align: center;
}
.new-letter-block {
display: block;
width: 100%;
padding-bottom: 70px;
padding-top: 70px;
}
.new-letter-title{
color: #fff;
}
.form-subscriber {
margin: 30px auto;
width: 300px;
}
.input-txt {
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
border: 1px solid #e5e5e5;
background: transparent;
padding: 10px;
color: #fff;
outline: none;
width: 60%;
}
.input-txt::-webkit-input-placeholder {
color: #fff;
}
.news-button {
width: 100%;
margin-top: 30px;
}
.button-news-letter {
border: 1px solid #FF6C54;
background: #FF6C54;
color: #fff;
padding: 10px 20px;
outline: none;
transition: all 0.4s ease 0s;
margin-top: 0px;
cursor: pointer;
}
.button-news-letter:hover,
.btn-form:hover {
background: #fff;
color: #FF6C54;
cursor: pointer;
}
.button-news-letter i {
padding-right: 10px;
}
.btn-form {
border: 1px solid #FF6C54;
background: #FF6C54;
color: #fff;
padding: 13px;
outline: none;
transition: all 0.4s ease 0s;
margin-top: 30px;
} .leadform-show-form.leadform-lite textarea{
font-family: inherit;
}
.leadform-show-form.leadform-lite ul, 
.leadform-show-form.leadform-lite ul li{
margin-left: 0!important;   
}
.new-letter-block .leadform-show-form.leadform-lite{
display: block;
padding: 10px;
max-width: 50%!important;
margin: auto;
text-align: left;
color: #fff;
}
.new-letter-block .leadform-show-form.leadform-lite label,
.new-letter-block .leadform-show-form.leadform-lite h1 {
display: none!important;
}
.new-letter-block .leadform-show-form.leadform-lite .submit-type label,
.new-letter-block .leadform-show-form.leadform-lite .radio-type label,
.new-letter-block .leadform-show-form.leadform-lite .select-type label,
.new-letter-block .leadform-show-form.leadform-lite .checkbox-type label {
display: inline-block!important;
color: #fff;
}
.new-letter-block .leadform-show-form.leadform-lite textarea {
width: 100%;
min-height: 100px!important;
}
.new-letter-block .leadform-show-form.leadform-lite select {
width: 100%!important;
min-height: 45px;
font-size: 14px;
line-height: 1.42857143;
color: #fff;
border-radius: 2px;
order: 1px solid #ccc;
background-color: rgba(255, 255, 255, 0.34)!important;
}
.new-letter-block .leadform-show-form.leadform-lite select option {
background-color: #888;
}
.new-letter-block .leadform-show-form.leadform-lite select:focus {
outline: none;
}
.new-letter-block .leadform-show-form.leadform-lite textarea,
.new-letter-block .leadform-show-form.leadform-lite input:not([type]),
.new-letter-block .leadform-show-form.leadform-lite input[type="email" i],
.new-letter-block .leadform-show-form.leadform-lite input[type="number" i],
.new-letter-block .leadform-show-form.leadform-lite input[type="password" i],
.new-letter-block .leadform-show-form.leadform-lite input[type="tel" i],
.new-letter-block .leadform-show-form.leadform-lite input[type="url" i],
.new-letter-block .leadform-show-form.leadform-lite input[type="text" i],
.new-letter-block .leadform-show-form.leadform-lite input[type="number"] {
padding: 6px 12px!important;
width: 100%!important;
margin-bottom: 15px;
background-color: rgba(255, 255, 255, 0.34)!important;
min-height: 45px!important;
color:#fff!important;
font-family: inherit;
}
.new-letter-block .leadform-show-form.leadform-lite .submit-type.lf-field {
display: block;
margin-top: 12px;
margin-bottom: 12px;
text-align: center;
}
.new-letter-block .leadform-show-form.leadform-lite .submit-type label {
text-align: center;
}
.new-letter-block .leadform-show-form.leadform-lite input[type="submit"] {
padding: 13px!important;
font-size: 13px!important;
line-height: 14px;
font-weight: 500!important;
background: #FF6C54;
border-color: #FF6C54;
border-radius: 4px!important;
border: 1px solid;
color: #fff;
}
.new-letter-block .leadform-show-form.leadform-lite input[type="submit"]:hover {
background: #FF6C54;
color: #fff;
}
.new-letter-block ::-webkit-input-placeholder {
color: #fff;
}
.new-letter-block .leadform-show-form.leadform-lite .error p{
color:#fff;
text-align:center;
}
.new-letter-block .leadform-show-form.leadform-lite textarea{
height:150px;
text-indent: 0.25em;   
}
#form-subscriber .leadform-show-form h2{
display:none;
}   .testimonials {
width: 100%;
background-size: cover;
background-repeat: no-repeat;
padding-bottom: 100px;
padding-top: 100px;
}
.testimonials:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
z-index: 0;
background: rgba(41, 41, 41, 0.5);
}
.testimonials-box {
width: 100%;
overflow: hidden;
text-align: center;
}
.testimonials-page {
max-width: 800px;
margin: 0 auto;
height: auto;
}
.image-test img {
width: 80px;
height: 80px;
border: 2px solid #fff;
border-radius: 100%;
margin: 0 auto;
}
.test-cont-heading h3 {
margin-bottom: 20px;
margin-top: 20px;
font-size: 14px;
line-height: 24px;
color: #fff;
text-align: center;
text-decoration: none;
letter-spacing: 2px;
}
.test-cont {
border: 1.5px solid #fff;
padding: 25px;
border-radius: 10px;
overflow: hidden;
display: block;
color: #fff;
}
.test-cont p {
margin: 0;
margin-bottom: 0px;
line-height: 1.6em;
}  #team-info {
padding-bottom: 100px;
padding-top: 100px;
}
.page-team {
width: 100%;
float: left;
text-align: center;
}
.team-block {
display: inline-block;
width: 100%;
}
.team-grid{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0;
}
ul.team-grid li.team-list {
width: 31%;
float: left;
position: relative;
margin-bottom: 30px;
list-style-type: none;
}
ul.team-grid li.team-list:nth-of-type(3n+3) {
margin-right: 0px;
}
li.team-list:nth-of-type(3n+1) figure.team-efct figcaption {
background: #E67E22;
}
li.team-list:nth-of-type(3n+1) figure.team-efct img {
border: 10px solid #E67E22;
}
li.team-list:nth-of-type(3n+1) figure.team-efct:hover img {
border: 10px solid #C76D1D;
}
li.team-list:nth-of-type(3n+2) figure.team-efct figcaption {
background: #C0392B;
}
li.team-list:nth-of-type(3n+2) figure.team-efct img {
border: 10px solid #C0392B;
}
li.team-list:nth-of-type(3n+2) figure.team-efct:hover img {
border: 10px solid #9E2D21;
}
li.team-list:nth-of-type(3n+3) figure.team-efct figcaption {
background: #2980B9;
}
li.team-list:nth-of-type(3n+3) figure.team-efct img {
border: 10px solid #2980B9;
}
li.team-list:nth-of-type(3n+3) figure.team-efct:hover img {
border: 10px solid #1B6798;
}
.team-grid .team-list {
margin-right: 3.5%;
}
figure.team-efct {
color: #fff;
position: relative;
float: left;
min-width: 220px;
width: 100%;
text-align: center;
margin: 0;
}
figure.team-efct * {
-webkit-box-sizing: padding-box;
box-sizing: padding-box;
}
figure.team-efct img {
opacity: 1;
max-width: 100%;
border: 10px solid #000;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: scale(0.85);
transform: scale(0.85);
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
figure.team-efct figcaption {
bottom: 0;
max-width: 100%;
right: 0;
position: absolute;
background: #000;
padding: 20px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: translateY(0);
transform: translateY(0);
box-shadow: 0 0px 10px -10px #000;
}
figure.team-efct figcaption h3,
figure.team-efct figcaption p {
margin: 0;
color: #fff;
}
figure.team-efct figcaption h3 {
font-weight: 400;
font-size: 17px;
line-height: 25px;
}
figure.team-efct figcaption h3 span {
font-weight: 800;
}
figure.team-efct figcaption p {
font-size: 0.9em;
font-weight: 500;
opacity: 0.65;
}
figure.team-efct:hover figcaption,
figure.team-efct.hover figcaption {
-webkit-transform: translateY(-8px);
transform: translateY(-8px);
box-shadow: 0 15px 15px -15px #000;
}
.team-social-meta {
overflow: hidden;
text-align: center;
}
.team-social-meta ul{
margin: 0;
}
.team-social-meta .team-social-social-fb,
.team-social-meta .team-social-social-tw,
.team-social-meta .team-social-social-y,
.team-social-meta .team-social-social-ln {
display: inline-block;
padding: 4px;
}
.team-social {
display: inline-block;
padding: 4px;
}
.team-social-meta li a {
opacity: 0.65;
display: block;
color: #fff;
}
.team-social-meta li a:hover {
color: #000;
}
.team-social-meta .team-social-social-fb a:before {
content: "\f09a";
font-family: FontAwesome;
font-size: 16px;
}
.team-social-social-tw a:before {
content: "\f099";
font-family: FontAwesome;
font-size: 16px;
}
.team-social-social-y a:before {
content: "\f16a";
font-family: FontAwesome;
font-size: 16px;
}
.team-social-social-insta a:before {
content: "\f0d5";
font-family: FontAwesome;
font-size: 16px;
}
.team-social-social-ln a:before {
content: "\f0e1";
font-family: FontAwesome;
font-size: 16px;
}  #latest-post,
.thunk-service,
.th-counter-section,
.thunk-about,
.thunk-custom-sect-first,
.th-woocommerce{
width: 100%;
padding-bottom: 100px;
padding-top: 100px;
}
#latest-post,
.thunk-service,
.th-counter-section{
background-color:#fff;  
}
.page-post {
width: 100%;
float: left;
text-align: center;
}
.post-block {
display: inline-block;
width: 100%;
}
.post-grid{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0;
}
ul.post-grid li.post-list {
width: 31%;
float: left;
position: relative;
margin-bottom: 30px;
list-style-type: none;
}
ul.post-grid li.post-list:nth-of-type(3n+3) {
margin-right: 0px;
}
li.post-list:nth-of-type(3n+1) figure.blog-efct h3,
li.post-list:nth-of-type(3n+1) figure.blog-efct:before,
li.post-list:nth-of-type(3n+1) figure.blog-efct:after {
background: #e67e22;
}
li.post-list:nth-of-type(3n+2) figure.blog-efct h3,
li.post-list:nth-of-type(3n+2) figure.blog-efct:before,
li.post-list:nth-of-type(3n+2) figure.blog-efct:after {
background: #C0392B;
}
li.post-list:nth-of-type(3n+3) figure.blog-efct h3,
li.post-list:nth-of-type(3n+3) figure.blog-efct:before,
li.post-list:nth-of-type(3n+3) figure.blog-efct:after {
background: #2980B9;
}
li.post-list:nth-of-type(3n+1) figure.blog-efct {
background: #594232;
}
li.post-list:nth-of-type(3n+2) figure.blog-efct {
background: #584134;
}
li.post-list:nth-of-type(3n+3) figure.blog-efct {
background: #344954;
}
.post-grid .post-list {
margin-right: 3.5%;
}
.post-list h4 {
font-size: 14px;
line-height: 32px;
}
figure.blog-efct {
color: #fff;
position: relative;
float: left;
overflow: hidden;
min-width: 220px;
max-width: 100%;
width: 100%;
text-align: center;
}
figcaption a h3 {
color: #fff;
}
figure.blog-efct * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
figure.blog-efct:before,
figure.blog-efct:after {
position: absolute;
width: 100%;
background: #000;
height: 0px;
display: block;
content: '';
z-index: 1;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
figure.blog-efct:before {
top: 0;
}
figure.blog-efct:after {
bottom: 0;
}
figure.blog-efct .image {
position: relative;
}
figure.blog-efct .image img {
max-width: 100%;
margin-bottom: -5px;
}
figure.blog-efct .icons {
top: 50%;
width: 100%;
position: absolute;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
figure.blog-efct .icons i {
opacity: 0;
display: inline-block;
font-size: 9px;
border: solid 3px #fff;
color: #fff;
width: 85px;
height: 85px;
line-height:85px;
border-radius: 50%;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
figure.blog-efct figcaption {
position: relative;
background: #fff;
}
figure.blog-efct h3,
figure.blog-efct p {
margin: 0;
display: inline-block;
width: 100%;
}
figure.blog-efct h3 {
font-weight: 400;
font-size: 20px;
line-height: 30px;
width: 100%;
padding: 12px 15px;
background: #333;
text-transform: uppercase;
}
figure.blog-efct h3 span {
font-weight: 800;
}
figure.blog-efct p {
font-weight: 500;
background: #f7f7f7;
color: #4d4d4d;
padding: 30px 40px 40px;
}
figure.blog-efct a {
opacity: 1;
}
figure.blog-efct a:hover {
opacity: 1;
}
figure.blog-efct:hover img,
figure.blog-efct.hover img {
opacity: 0.35;
-webkit-filter: blur(1px);
filter: blur(1px);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
figure.blog-efct:hover i,
figure.blog-efct.hover i {
opacity: 1;
}
figure.blog-efct:hover:before,
figure.blog-efct.hover:before,
figure.blog-efct:hover:after,
figure.blog-efct.hover:after {
height: 10px;
}  .ldm-center{
text-align: center;
} .sub-heading {
font-size: 16px;
line-height: 24px;
margin-top: 10px;
color: #989898;
text-align: center;
text-decoration: none;
}
.thunk-wrapper{
margin-top:60px;
} #price-package {
display: block;
overflow: hidden;
background-color: #f5f5f5;
padding-top: 100px;
padding-bottom: 100px;
}
.page-price-package {
width: 100%;
text-align: center;
}
.price-block {
width: 100%;
display: inline-block;
}
.price-block li {
list-style-type: none;
}
#price-package .package:nth-of-type(3n+3) {
margin-right: 0;
}
#price-package .package {
box-sizing: border-box;
width: 31%;
border: 3px solid #e8e8e8;
border-radius: 7px;
display: inline-block;
padding: 24px;
text-align: center;
float: left;
transition: margin-top .5s linear;
position: relative;
margin-right: 3.5%;
margin-bottom: 30px;
}
#price-package .package a{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
text-decoration: none;
z-index: 10;
background-color: white;
opacity: 0;
filter: alpha(opacity=1);
}
#price-package .package:hover {
margin-top: -30px;
transition: margin-top .3s linear;
}
#price-package .package .name {
color: #565656;
font-weight: 300;
font-size: 30px;
margin-top: -5px;
}
#price-package .price {
margin-top: 7px;
font-weight: bold;
}
#price-package .package hr {
background-color: #dedede;
border: none;
height: 1px;
margin-top: 5px;
}
#price-package .package .trial {
padding: 2px 21px 2px 21px;
color: #FF6C54;
border: 1px solid #e4e4e4;
display: inline-block;
border-radius: 15px;
background-color: white;
position: relative;
bottom: -20px;
}
#price-package .package ul {
list-style: none;
padding: 0;
text-align: left;
margin-top: 29px;
}
#price-package .package li {
margin-bottom: 15px;
}
#price-package i.fa {
font-size: 1.3rem;
color: #FF6C54;
margin-right: 3px;
}
#price-package .brilliant {
border-color: #FF6C54;
} *#price-package .brilliant .triangle-price {
width: 0;
height: 0;
border-style: solid;
border-width: 64px 64px 0 0;
border-color: #FF6C54 transparent transparent transparent;
position: absolute;
left: 0;
top: -1px;
content: "";
}
#price-package .brilliant::after {
font-family: "FontAwesome";
content: "\f00c";
color: white;
position: absolute;
left: 9px;
top: 6px;
text-shadow: 0 0 2px #37c5b6;
font-size: 1.4rem;
}  .thunk-service-wrapper{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.thunk-service-post{
width: 31%;
margin-right: 3.5%;
margin-bottom: 30px;
}
.thunk-service-post:nth-of-type(3n+3){
margin-right: 0;
}
.thunk-service-icon,
.thunk-service-title,
.thunk-founder-title{
text-align: center;
}
.thunk-service-title {
margin-bottom: 10px;
}
.thunk-service-post {
background: #fff;
-webkit-box-shadow: 0px 2px 20px 0px rgba(110,130,208,0.11);
box-shadow: 0px 2px 20px 0px rgba(110,130,208,0.11);
font-size: 14px;
line-height: 1.8em;
overflow: hidden;
padding-top: 20px!important;
padding-right: 20px!important;
padding-bottom: 40px!important;
padding-left: 20px!important;
}
#new-letter:before {
background: rgba(14, 14, 14, 0.7);
}
.thunk-service-icon i{
font-size: 55px;
margin-bottom:25px;
color: #ff6c54;
}
.thunk-service-title{
font-size: 20px;
line-height: 28px;
margin-bottom: 10px;
}
.thunk-service-description{
text-align: center;
}
.thunk-service-icon img{
display: block;
margin: 0 auto;
margin-bottom: 20px;
}  #contact-info {
width: 100%;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
#contact-info:before,
#resume-ribbon:before,
#new-letter:before,
#call-ribbon:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
z-index: 0;
background: rgba(41, 41, 41, 0.7);
}
.page-contact {
width: 100%;
float: left;
text-align: center;
}
.contact-block {
display: block;
float: left;
width: 100%;
padding-bottom: 100px;
padding-top: 100px;
}
.contact-block ul{
width: 100%;
float: left;
}
.contact-block ul li,
.contact-block ul {
list-style-type: none;
margin: 0;
padding: 0;
}
ul.contact-grid li.contact-list {
width: 31%;
float: left;
position: relative;
}
.contact-grid .contact-list {
margin-right: 3.5%;
}
ul.contact-grid li.contact-list:nth-of-type(3n+3) {
margin-right: 0px;
}
.contact-title {
text-align: center;
padding-top: 20px;
}
.contact-title a {
font-size: 14px;
line-height: 22px;
color: #fff;
text-align: center;
text-decoration: none;
letter-spacing: 2px;
}
.contact-icon a i {
color: #fff;
font-size: 30px;
display: inline-block;
line-height: 40px;
text-align: center;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
.contact-icon1 {
position: relative;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.contact-icon1 a:before {
content: "\f003";
font-family: FontAwesome;
color: #fff;
font-size: 35px;
display: inline-block;
line-height: 38px;
text-align: center;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
.contact-icon2 a:before {
content: "\f041";
font-family: FontAwesome;
color: #fff;
font-size: 35px;
display: inline-block;
line-height: 38px;
text-align: center;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
.contact-icon3 a:before {
content: "\f10b";
font-family: FontAwesome;
color: #fff;
font-size: 35px;
display: inline-block;
line-height: 38px;
text-align: center;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
.contact-icon a i:hover {
cursor: pointer;
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
.contact-icon1 a:hover:before{
cursor: pointer;
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
.contact-icon2 a:hover:before {
cursor: pointer;
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
.contact-icon3 a:hover:before {
cursor: pointer;
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
transform: scale(1.5);
}
.company-detail {
padding-top:30px;
padding-bottom:30px;
background-color: #FFF;
}
.company-social a {
font-family: 'JosefinSans-Regular';
letter-spacing: 2px;
}
.company-social {
width: 100%;
text-align: center;
overflow: hidden;
font-size: 24px;
}
.social-icon-list {
width: 100%;
text-align: center;
}
.social-meta {
overflow: hidden;
text-align: center;
}
.social-meta ul{ margin:0; }
.social-meta .social-social-fb,
.social-meta .social-social-tw,
.social-meta .social-social-y,
.social-meta .social-social-ln {
display: inline-block;
padding: 5px;
}
.social-meta li a {
color: #999;
display: block;
height: 35px;
width: 35px;
display: block;
line-height: 35px;
border-radius: 100%;
font-size: 20px;
}
.social-meta li {
display: inline-block;
padding: 5px;
}
.social-meta a {
text-decoration: none;
font-size: 14px;
}
.social-meta .social-social-fb a:before {
content: "\f09a";
font-family: FontAwesome;
font-size: 20px;
}
.social-meta li a:hover {
color: #fff;
background-color: #FF6C54;
-webkit-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;
}
.social-social-tw a:before {
content: "\f099";
font-family: FontAwesome;
font-size: 20px;
display: block;
}
.social-social-tw a:before {
content: "\f099";
font-family: FontAwesome;
font-size: 20px;
display: block;
}
.social-social-y a:before {
content: "\f16a";
font-family: FontAwesome;
font-size: 20px;
}
.social-social-insta a:before {
content: "\f0d5";
font-family: FontAwesome;
font-size: 20px;
}
.social-social-ln a:before {
content: "\f0e1";
font-family: FontAwesome;
font-size: 20px;
}
.border-line {
width: 100%;
height: 1px;
background-color: #DCDCDC;
}
.copyright-section {
width: 100%;
text-align: center;
background-color: #F2F2F2;
}
.copyright-section p {
font-size: 16px;
padding: 20px;
}
.copyright-section a {
color: #FF6C54;
}
.copyright-section a:hover {
color: #666;
}
.nav-footer {
width: 100%;
text-align: center;
padding-top: 20px;
}
.nav-footer ul {
margin: 0;
list-style-type: none;
display: inline-flex;
}
.nav-footer ul li a {
padding: 10px;
font-size: 16px;
}
.nav-footer ul li a:hover {
padding: 10px;
font-size: 16px;
color: #FF6C54;
}
.arrow-up {
width: 100%;
text-align: center;
position: relative;
}
.arrow-up a{
width: 60px;
height: 50px;
margin: 0 auto;
text-align: center;
display: block;
position:relative;
}
.arrow-up a:before {
content: '';
display: inline-block;
width: 25px;
height: 25px;
border: solid transparent;
border-width: 2px;
border-top-color: #000;
border-left-color: #000;
-webkit-transition: all .5s;
-moz-transition: all .5s;
transition: all .5s;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
left: 0;
right: 0;
bottom:0;
margin: 0 auto;
}
.arrow-down a:before {
content: '\f107';
width: 30px;
height: 30px;
font-family: 'FontAwesome';
position: absolute;
font-size: 48px;
bottom: 40px;
left: 50%;
color: #fff;
-webkit-animation: avia_fade_move_down 2s ease-in-out infinite;
animation: avia_fade_move_down 2s ease-in-out infinite;
}
@-webkit-keyframes avia_fade_move_down {
0% {
-webkit-transform: translate(0, -20px);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
-webkit-transform: translate(0, 20px);
opacity: 0;
}
}
@keyframes avia_fade_move_down {
0% {
transform: translate(0, -20px);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: translate(0, 20px);
opacity: 0;
}
}
.arrow-up a:hover:before {
border-top-color: #ff6c54;
border-left-color: #ff6c54;
} .blog-top {
width: 100%;
text-align: center;
margin-top: 0px;
}
.blog-image {
width: 100% !important;
background-size: cover !important;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
height: 300px;
position: relative;
z-index: 3;
display: table;
}
.blog-image:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
transition: all 0.25s ease-in-out;
-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
z-index: -1;
background: rgba(41, 41, 41, 0.5);
}
.full-fs-caption {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.caption-container h1 {
color: #fff;
line-height: 48px;
font-size: 35px;
margin: 0;
}
.caption-container a {
color: #fff;
letter-spacing: 0.1em;
font-family: 'JosefinSans-Bold';
}
.content-wrapper {
width: 70%;
float: left;
margin-top:100px;
}
.blog-content {
background: #fff;
}
.content .standard-layout .post {
margin-bottom: 100px;
text-align: center;
}
.blog-content .load_post,.blog-content .blog-info-meta ul.post_meta{
margin:0;
padding:0;
}
.post-img-wrapper {
position: relative;
width: 100%;
}
.post img {
max-width: 100%;
height: auto;
box-shadow: 0 8px 16px -12px rgba(0,0,0,.56), 0 4px 12px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
}
.blog-info-header {
position: relative;
width: 82%;
margin: auto;
z-index: 2;
background: #fff;
padding: 30px;
margin-top: -50px;
}
.blog-info-meta {
margin-bottom: 15px;
text-align: center;
font-size: 13px;
text-transform: uppercase;
margin:0;
}
.single .blog-info-header {
padding: 0px;
padding-bottom: 15px;
margin-top: 0px;
}
.post_meta li {
list-style-type: none;
color: #1f1f1f;
font-size: 12px;
padding-left: 0px;
overflow: hidden;
padding: 5px 0px;
display: inline-block;
}
.post_meta li {
font-size: 11px;
}
.post_meta li:after {
content: '/';
margin-left: 6px;
}
.post_meta a:hover {
color: #FF6C54;
}
.post_meta li .fa {
padding-right: 10px;
}
.blog-info-content {
margin-top: 30px;
}
.blog-info-header h2:after {
content: '';
display: block;
background: #FF6C54;
height: 2px;
max-width: 180px;
width: 100%;
margin: 0 auto;
margin-top: 10px;
}
.blog-info-content button.load-more {
margin-top: 35px;
}
#page.left .sidebar-wrapper {
float: left;
}
#page.left .content-wrapper {
float: right;
}
#page.no-sidebar .content-wrapper {
width: 100%;
max-width: 1170px;
}
#page.no-sidebar .content-wrapper .sidebar {
display: none;
}
#page.no-sidebar .sidebar {
display: none;
}
.widget {
word-wrap: break-word;
}
.widget img {
max-width: 100%;
height: auto;
}
.sidebar-inner-widget {
margin: 0 0 20px;
word-wrap: break-word;
overflow: hidden;
background: #fff;
padding: 0px 20px;
}
.widget .th-aboutme {
text-align: center;
line-height: 26px;
}
.widget .th-aboutme p {
padding-top: 10px;
}
.widget .th-aboutme a:hover {
border-bottom: 1px solid #FF6C54;
}
.widget-title,
.sidebar-wrapper .wp-block-group__inner-container h2 {
background-color: #F2F2F2;
padding: 10px;
margin-bottom: 20px;
}
.portfolio-widget-content{
position: relative;
width:100%;
margin: auto;
z-index: 2;
background: #fff;
padding:15px;
box-shadow: 0 4px 6px -12px rgba(0, 0, 0, 0), 0 4px 7px 0 #eee, 0 0px 3px -5px #eee;
}
.widgettitle {
font-size: 14px;
text-align: center;
line-height: 20px;
text-decoration: none;
letter-spacing: 2px;
color:#1f1f1f;
}
.sidebar-inner-widget .widgettitle {
text-align: center;
text-decoration: none;
color:#1f1f1f;
background-color: #F2F2F2;
padding: 10px;
margin-bottom: 20px;
}
form#searchform div,form.woocommerce-product-search{
display: flex;
align-items: flex-start;
}
input[type="text"], input[type="email"], input[type="url"],
textarea, input[type="password"],
input[type="tel"], input[type="search"] {
border: 1px solid #ccc;
border-radius:0;
font-size: 13px;
line-height: 30px;
padding: 0 10px;
-webkit-appearance: none;
appearance: none;
width: 100%;
}
#searchform [type="submit"],button[type="submit"] {
line-height: 30px;
font-size: 11px;
padding: 0px 12px;
border: 1px solid #ff6c54;
background:#ff6c54;
color: #fff;
border-radius:0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
form.search-form {
text-align: center;
}
.search-submit{
display: none;
}
.widget input.search-field {
width: 100%;
}
.widget input.search-field,
.search input.search-field,
.error404 input.search-field {
border: 1px solid #ccc;
border-radius:0;
font-size: 13px;
line-height: 30px;
padding: 0 10px;
-webkit-appearance: none;
appearance: none;
width: 100%;
}
.footer-wrapper select,
.sidebar-wrapper select {
padding: 10px 15px;
cursor: pointer;
outline: none;
transition: all 0.3s ease-out;
border: 1px solid #bbb;
color: #5a5d5a;
padding: 9px 10px;
width: 100%;
box-sizing: border-box;
}
.tagcloud {
margin-bottom: 1.2em;
margin-top: 20px;
}
.tagcloud a {
background-color: transparent;
border: 1px solid #111;
color: #111;
cursor: pointer;
display: inline-block;
font-size: 14px !important;
font-weight: 400;
height: 30px;
line-height: 28px;
margin: 5px 5px 0 0;
padding: 0 1.18em;
position: relative;
text-align: center;
transition: color 0.3s ease 0s, border-color 0.3s ease 0s, background-color 0.3s ease 0s, box-shadow 0.3s ease 0s;
vertical-align: middle;
}
.tagcloud a:hover {
background-color:#ff6c54;
border-color:#ff6c54;
color: #fff;
}
.portfolio-widget-content ul,.portfolio-widget-content ul li{
margin:0;
padding:0;
list-style: none;
}
.widget-footer .widget-footer-wrap{
padding: 15px 0px;
margin: 0px -7.5px;
}
.portfolio-widget-content {
padding: 15px;
margin: 15px 0px;
border-radius: 6px;
position:relative;
background: #fff;
}
#sidebar-primary .widget{
position:relative;
}
.widget.woocommerce .widget-title,
.open-widget-content .widget-title,
.widget-title,
.sidebar-wrapper .wp-block-group__inner-container h2{
font-size: 16px;
color:#090909;
}
.widget.woocommerce .woocommerce-widget-layered-nav-list__item a,
.widget.woocommerce .product-categories li a{
font-weight: 400;
display: inline-block;
}
.portfolio-widget-content ul li:last-child{
margin: 0;
}
.woocommerce-widget-layered-nav span.count{
float: right;
}
.woocommerce .widget_rating_filter ul li a{
width: 100%;
}
.woocommerce .widget_rating_filter ul li .star-rating{
width: 92%;
}
.woocommerce .widget_price_filter .open-widget-content .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .open-widget-content .ui-slider .ui-slider-handle{
background-color: #747474;
}
.woocommerce .widget_price_filter .open-widget-content .price_slider_wrapper .ui-widget-content{
background-color: #e4e6eb;
}
.widget.woocommerce.widget_price_filter .portfolio-widget-content  .ui-slider-horizontal{
height: 2px;
}
.widget.woocommerce.widget_price_filter .portfolio-widget-content .price_slider{
margin-bottom: 30px;
overflow-y: inherit;
overflow-x: inherit;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
top: -0.4rem;
}
.price_slider_wrapper button[type=submit]{
width: 100%;
margin-top: 30px;
outline: 0;
padding: 20px 0;
}
.woocommerce .price_slider_amount{
position: relative;
}
.price_slider_amount .price_label{
width: 100%;
position: absolute;
top: -14px;
text-align: center;
}
.portfolio-widget-content li a{
font-weight: 100;
}
.portfolio-widget-content ul li{
margin-bottom: 5px;
padding: 0;
}
.woocommerce  ul.cart_list li, 
.woocommerce  ul.product_list_widget li{
margin-bottom:15px;
padding:0;
}
.woocommerce  ul.cart_list li img,
.woocommerce  ul.product_list_widget li img{
float:left;
width:60px;
margin-left:0;
margin-right: 15px;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
font-size:13px;
font-weight:normal;
}
.widget.woocommerce .product_list_widget .star-rating{
display: block;
}
.widget.woocommerce .product_list_widget .star-rating{
margin-top: 5px;
margin-bottom: 5px;
}
.woocommerce  ul.cart_list li .woocommerce-Price-amount ,
.woocommerce  ul.product_list_widget li .woocommerce-Price-amount{
font-size: 12px;
color: #ff0052;
}
.woocommerce  ul.cart_list li del .woocommerce-Price-amount,
.woocommerce  ul.product_list_widget li del .woocommerce-Price-amount,
.woocommerce  ul.cart_list li del ,
.woocommerce  ul.product_list_widget li del {
color: #b8b8b8;
margin-right:2px;
}
.woocommerce ins {
text-decoration: none;
}
.woocommerce  .star-rating {
font-size: 10px;
margin: 0;
}
.mc4wp-form {
margin: 1em 0;
background: #F2F2F2;
padding: 30px;
overflow: hidden;
}
form {
margin:0;
display: block;
}
.form.mc4wp-form input[type="email"] {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 100%;
background-color: #fff;
float: left;
padding: 12px 0;
text-indent: 10px;
color: #999;
border: 1px solid #DDD;
box-shadow: 1px 1px 3px #EEE inset;
box-sizing: border-box;
letter-spacing: 1px;
}
.mc4wp-form input[type=submit] {
padding: 9px 0;
float: right;
border: 0;
width: 100%;
height: 41px;
cursor: pointer;
text-align: center;
padding-top: 10px;
color: white;
transition: all 0.4s ease 0s;
background: #FF6C54;
margin-top: 15px;
}
.mc4wp-form input[type=submit]:hover {
background: #FF5454;
}
.th-widget-recent-post {
padding-bottom: 12px;
margin-bottom: 12px;
overflow: hidden;
}
.th-widget-recent-post .th-recent-post {
overflow: hidden;
padding: 0px 10px;
}
.th-widget-recent-post .th-recent-post h5 {
line-height: 20px;
}
.th-recent-post h5,
.th-recent-post p {
margin: 0px;
}
.th-widget-recent-post .th-recent-post a {
font-size: 14px;
transition: all 0.4s ease 0s;
}
.th-widget-recent-post .th-recent-post a:hover {
color: #FF6C54;
}
.widget ul {
margin: 0;
padding: 0;
}
.widget li {
margin: 0;
list-style: none;
clear: both;
}
.widget .th-recent-meta .post-date {
font-size: 13px;
font-family: 'Lato-Regular';
list-style-type: none;
}
.th-widget-recent-post img {
width: 90px;
height: 70px;
float: left;
}
.widget img {
max-width: 100%;
height: auto;
}
.sidebar-inner-widget ul {
display: list-item;
list-style-type: none;
}
.sidebar-inner-widget ul li {
font-size: 14px;
list-style-position: inside;
margin-left: 25px;
}
.sidebar-inner-widget ul li a:hover {
color: #FF6C54;
}
.sidebar-inner-widget ul li:before {
content: '\f101';
font-family: 'FontAwesome';
float: left;
margin-left: -1.5em;
color: #0074D9;
} .paginate {
overflow: hidden;
text-align: center;
padding: 2% 0px;
margin-top: 30px;
clear: both;
}
.paginate .post-previous {
position: static;
display: inline-block;
color: #666;
float: left;
}
.paginate .post-next {
position: static;
display: inline-block;
color: #666;
float: right;
}
.paginate .post-previous,
.paginate .post-next{
font-size: 16px;
line-height: 26px;
}
.post-previous a:before {
content: "\f190";
font-family: FontAwesome;
color: #666;
float: left;
font-size: 20px;
padding-right: 10px;
transition: all 0.4s ease 0s;
}
.post-next a:before {
content: "\f18e";
font-family: FontAwesome;
color: #666;
float: right;
font-size: 20px;
padding-left: 10px;
transition: all 0.4s ease 0s;
}
.post-previous a:hover:before,
.post-next a:hover:before {
color: #ff6c54;
}
.navigation.pagination{
margin:30px 0px;
}
.nav-links{
text-align:center;
}
.nav-links .page-numbers{
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 13px;
margin-right: 4px;
text-align: center;
border-radius:0;
background-color:#f1f1f1;
}
.nav-links .page-numbers.current,.nav-links .page-numbers:hover{
background-color:#ff6c54;
color:#fff;
}
.nav-links .page-numbers.next,.nav-links .page-numbers.prev{
width:100px;
}
.woocommerce nav.woocommerce-pagination ul {
padding: 0;
clear: both;
border: 0;
border-right: 0;
margin: 1px;
display: contents;
white-space: nowrap;
}
.woocommerce  nav.woocommerce-pagination .page-numbers {
width: 40px;
height: 40px;
line-height: 40px;
padding:0;
font-size: 13px;
margin-right: 4px;
text-align: center;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background-color: #f1f1f1;
}
.woocommerce nav.woocommerce-pagination ul li{
float: none;
border-right:0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
background-color: #ff6c54;
color: #fff;
}   .widget #wp-calendar caption {
font-weight: bold;
padding-bottom: 10px;
}
.widget #wp-calendar td {
width: 51px;
padding: 6px 2px;
text-align: center;
}
.footer-wrapper tbody>tr>td>a {
background: #ff6c54;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
color: #fff;
display: block;
width: 32px;
height: 32px;
line-height: 32px;
}
.widget #wp-calendar th {
text-align: center;
background: #ff6c54;
color: #fff;
}
.widget #wp-calendar caption {
letter-spacing: 1px;
font-weight: normal;
}
.tfoot tr #prev a {
float: left;
} #respond .comment-form-cookies-consent input{
width:auto;
}
#respond .comment-form-cookies-consent label{
display:inline-block;
padding-left:5px;
}
#commentsbox {
padding-top: 70px;
text-align: left;
}
.post-info h2 {
line-height: 30px;
font-weight: 500;
letter-spacing: 4px;
color: #666;
}
ol.commentlist {
clear: both;
overflow: hidden;
list-style: none;
margin: 0;
padding: 0px;
padding-bottom: 20px;
}
ol.commentlist li {
line-height: 18px;
margin: 15px 0 15px;
padding: 10px;
padding-left: 0px;
padding-right: 0px;
}
ol.commentlist li .comment-body {
margin-left: 80px;
position: relative;
border: 1px solid #F3EDED;
padding: 18px 10px 0px 15px;
background: #f8f8f8;
border-radius: 3px;
}
ol.commentlist li .comment-author a:link,
ol.commentlist li .comment-author a:visited {
color: #000;
text-decoration: none !important;
}
.comment-author.vcard {
display: inline;
}
.comment-author.vcard span.says {
display: none;
}
cite.fn {
color: #000;
font-style: normal;
margin-right: 8px;
}
ol.commentlist li .comment-author .avatar {
float: left;
margin-right: 10px;
margin-bottom: 10px;
position: absolute;
left: -81px;
top: -1px;
width: 60px;
height: 60px;
border-radius: 3px;
border: 1px solid #cfcfcf;
padding: 5px;
}
ol.commentlist li .comment-author .avatar:hover {
-webkit-animation: bounceIn_single 0.7s ease-in-out;
-moz-animation: bounceIn_single 0.7s ease-in-out;
-o-animation: bounceIn_single 0.7s ease-in-out;
animation: bounceIn_single 0.7s ease-in-out;
}
ol.commentlist li .comment-meta {
display: inline;
}
ol.commentlist li .comment-meta a {
color: #858484;
text-decoration: none !important;
display: inline-block;
}
ol.commentlist li p {
line-height: 22px;
margin-top: 5px;
color: #666;
}
ol.commentlist li .reply {
margin-top: 10px;
font-size: 10px;
text-align: right;
padding-bottom: 20px;
display: block;
margin-left: -25px;
margin-right: -10px;
padding-right: 10px;
}
ol.commentlist li .reply a {
color: #2f516d;
font-size: 14px;
position: absolute;
bottom: 5px;
right: 0px;
padding-right: 20px;
}
ol.commentlist li ul.children {
list-style: none;
text-indent: 0;
margin: 1em 0 0;
}
.comment-nav {
height: 20px;
padding: 5px;
}
.comment-nav a:link,
.comment-nav a:visited {
color: #f96e02;
}
#respond {
margin: 10px 0;
padding: 0;
}
#respond h3 {
font-size: 18px;
color: #555;
padding-bottom: 15px;
margin-bottom: 20px;
border-bottom: 1px dashed #ccc;
}
#commentform {} #commentform p {
color: #eee;
}
#commentform a {
color: #0454A8;
}
#respond label {
color: #322903;
padding: 5px 0;
}
#respond input#submit:hover {
opacity:0.8;
}
#respond input.submit {
background: #F8F8F8;
border: 1px solid #F3EDED;
color: #8e8d8d;
margin: 0 10px 10px 0;
padding: 5px;
height: 40px;
}
textarea#comment {
background: #F8F8F8;
border: 1px solid #F3EDED;
width: 100%;
color: #8e8d8d;
clear: both;
display: block;
padding: 15px;
border-radius: 3px;
}
#respond input#author,
#respond input#email,
#respond input#url {
background: #F8F8F8;
border: 1px solid #F3EDED;
color: #8e8d8d;
margin: 0 10px 10px 0;
padding: 5px;
width: 50%;
height: 40px;
}
#respond label {
color: #322903;
padding: 5px 0;
display: block;
clear: both;
}
#respond input#submit {
color: rgb(255, 255, 255);
font-size: 16px;
cursor: pointer;
background:#ff6c54;
padding: 8px 20px;
border-radius: 3px;
margin-top: 20px;
}
.comment-section #commentsbox .post-info h2 {
line-height: 30px;
font-weight: 500;
letter-spacing: 4px;
color: #666;
}
.comment-section #commentsbox .post-reply h2 {
line-height: 30px;
font-weight: 500;
letter-spacing: 4px;
color: #666;
} .social-share {
position: fixed;
top: 50%;
transform: translateY(-50%);
z-index: 9999;
}
.social-share ul{
list-style-type: none;
margin: 0;
}
.social-share li a:hover:before {
padding-left: 15px;
opacity: 0.8;
}
.social-share li a:before {
font-family: FontAwesome;
color: #fff;
font-size: 20px;
line-height: 38px;
width: 38px;
height: 38px;
display: inline-block;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
}
.social-share .fb-icon a:before {
content: "\f09a";
background-color: #3B5999;
}
.social-share .gml-icon a:before {
content: "\f0d5";
background-color: #DB4A39;
}
.social-share .twt-icon a:before {
content: "\f099";
background-color: #00A0D0;
}
.social-share .paintest-icon a:before {
content: "\f0d2";
background-color: #CB211D;
}
.social-share .linked-icon a:before {
content: "\f0e1";
background-color: #0177B5;
}  .page-content img {
max-width: 100%;
height: auto;
}
.page-description .right-align-img {
float: right;
margin: 5px 0 20px 20px;
}
.page-description .alignleft {
float: left;
margin: 5px 20px 20px 0;
}
.page-description blockquote {
border-left: 5px solid #FF6C54;
padding-left: 8px;
margin: 5px 5px 5px 0px;
background-color: #F2F2F2;
}
.page-description blockquote p {
line-height: 26px;
} .page-description ol li,
.page-description ol {
margin: 0;
padding: 0;
margin: 1em 0;
margin-left: 20px;
}   .wpcf7 p {
color: #777;
margin-bottom: 16px;
}
.wpcf7 input,
.wpcf7 select {
border: 1px solid #fff;
color: #5a5d5a;
padding: 9px 10px;
max-width: 400px;
width: 70%;
box-sizing: border-box;
box-shadow: inset 0 0 4px #E8E7E7;
background: #F2F2F2;
}
.wpcf7 textarea {
border: 1px solid #fff;
color: #5a5d5a;
padding: 9px 10px;
width: 100%;
max-width: 600px;
box-sizing: border-box;
box-shadow: inset 0 0 4px #E8E7E7;
background: #F2F2F2;
}
.wpcf7 input[type=submit] {
text-transform: uppercase;
letter-spacing: 2px;
background: #FF6C54;
border: 1px solid #FF6C54;
font-size: 12px;
color: #fff;
padding: 11px 21px;
margin-top: 14px;
display: inline-block;
transition: all 0.25s linear;
cursor: pointer;
width: auto;
-webkit-box-shadow: inset 0 0 0px #FF6C54;
}
.wpcf7 input[type=submit]:hover {
background: #fff;
color: #FF6C54;
}   .contact-description h2 {
font-size: 30px;
font-weight: 500;
color: #111;
line-height: 30px;
letter-spacing: 2px;
margin: 0;
}
.contact-description h2:after {
content: '';
display: block;
background: #FF6C54;
height: 2px;
max-width: 80px;
margin-top: 20px;
margin-bottom: 30px;
}
#map {
float: left;
width: 100%;
background-color: #fff;
padding-top: 30px;
padding-bottom: 30px;
}
#map iframe {
height: 400px;
width: 100%;
pointer-events: none;
}  .footer-wrapper {
background-color: #FFF;
}
.footer-wrapper .footer {
overflow: hidden;
display: block;
padding-bottom: 20px;
}
.footer-widget-column{
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-right: -15px;
margin-left: -15px;
margin: 0;
}
ul.footer-widget-column li.widget {
width: 33.33%;
padding: 0px 15px 0px 15px;
float: left;
position: relative;
}
.footer-widget-column .widget .widgettitle {
padding: 10px;
font-size: 20px;
margin-bottom: 30px;
border-bottom: 1px solid #FF6C54;
}
.instagram-pics li {
padding: 0px;
display: inline-block;
max-width: 31%;
margin: 0px 1% 1% 1%;
}
.instagram-pics li:last-child {
margin-right: 0px;
}
.instagram-pics li img {
width: 100%;
}
.instagram-pics li img:hover,
.widget .th-aboutme img:hover {
opacity: 0.5;
}
#page.no-sidebar .portfolio-content {
width: 100%;
max-width: 800px;
margin: 0 auto;
float: none;
}
.portfolio-description {
text-align: center;
}
.portfolio-info-content {
margin-top: 35px;
margin-bottom: 35px;
}
.portfolio-description .paginate {
margin-top: 0px;
}  #fancybox-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1100;
display: none;
}
#fancybox-wrap {
position: absolute;
top: 0;
left: 0;
padding: 20px;
z-index: 1101;
outline: none;
display: none;
}
#fancybox-outer {
position: relative;
width: 100%;
height: 100%;
background: #333;
}
#fancybox-content {
width: 0;
height: 0;
padding: 0;
outline: none;
position: relative;
overflow: hidden;
z-index: 1102;
border: 0px solid #333;
}
#fancybox-close {
position: absolute;
top: -15px;
right: -52px;
width: 30px;
height: 30px;
background: transparent url(//tributetribe.com/wp-content/themes/portfoliolite/images/fancy_close.png);
cursor: pointer;
z-index: 1103;
display: none;
}
#fancybox-img {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
border: none;
outline: none;
line-height: 0;
vertical-align: top;
}
#fancybox-frame {
width: 100%;
height: 100%;
border: none;
display: block;
overflow: auto;
overflow-y: auto;
} .fancybox-ie6 #fancybox-close {
background: transparent;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie6 #fancybox-bg-w,
.fancybox-ie6 #fancybox-bg-e,
.fancybox-ie6 #fancybox-left,
.fancybox-ie6 #fancybox-right,
#fancybox-hide-sel-frame {
height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
position: absolute;
margin-top: 0;
top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2: document.body.clientHeight/2) + ( ignoreMe document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + 'px');
}
#fancybox-loading.fancybox-ie6 div {
background: transparent;
filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale');
} .fancybox-inner {
overflow: hidden !important;
}
#fancybox-overlay {
overflow: auto;
overflow-y: scroll;
}
#fancybox-overlay {
overflow: auto;
overflow-y: auto;
} .chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
#loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1000;
}
#loader {
display: block;
position: relative;
left: 50%;
top: 50%;
width: 80px;
height: 80px;
margin: -4px 0 0 -40px;
border-radius: 50%;
border: 2px solid transparent;
border-top-color: #3498db;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
z-index: 1001;
}
#loader:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 2px solid transparent;
border-top-color: #e74c3c;
-webkit-animation: spin 3s linear infinite;
animation: spin 3s linear infinite;
}
#loader:after {
content: "";
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-radius: 50%;
border: 2px solid transparent;
border-top-color: #f9c922;
-webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
#loader-wrapper .loader-section {
position: fixed;
top: 0;
width: 51%;
height: 100%;
background: #333;
z-index: 1000;
}
#loader-wrapper .loader-section.section-left {
left: 0;
}
#loader-wrapper .loader-section.section-right {
right: 0;
} .thunk-brands-section .owl-carousel .owl-nav button.owl-prev, 
.thunk-brands-section .owl-carousel .owl-nav button.owl-next{
position: absolute;
outline: 0;
bottom: 50%;
transform: translateY(50%);
}
.thunk-brands-section .owl-carousel .owl-nav button.owl-prev{
left: 0;
}
.thunk-brands-section .owl-carousel .owl-nav button.owl-next{
right: 0;
}
.thunk-brands-section .owl-nav{
opacity: 0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.thunk-brands-wrapper:hover .owl-nav{
opacity: 1;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.thunk-brands-section .owl-nav i{
background: #ddd;
width: 30px;
height: 30px;
line-height: 30px;
font-size: 9px;
border-radius: 100%;
color: #fff;
}
.thunk-brands-section .owl-nav i:hover{
background: #ff6c54;
}
.thunk-brands-wrapper{
width: 100%;
} .thunk-founder-title,
.thunk-founder-description.sub-heading{
text-align: left;
}
.thunk-founder-wrapper{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.thunk-founder-image,
.thunk-founder-content{
width: 48%;
align-self: center;
}
.thunk-founder-image img{
display: block;
max-width: 100%;
margin: 0 auto;
} .th-counter-wrapper{
display: flex;
}
.th-counter{
width: 25%;
text-align: center;
}
.th-counter-title{
font-size: 21px;
}
.th-count{
font-size: 65px;
line-height: 75px;
margin-bottom: 30px;
} .widget-cs-container{
margin-left: -15px;
margin-right: -15px;
}
.widget-cs-container .widget {
padding: 0 15px;
margin-bottom: 30px;
}
.widget-cs-container{
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;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.widget-cs-col1{
width: 100%;
}
.cs-wgt-two .widget-cs-col1, 
.cs-wgt-two .widget-cs-col2 {
width: 50%;
justify-content: flex-start;
}
.cs-wgt-two .widget-cs-col1, 
.cs-wgt-two .widget-cs-col2 {
width: 50%;
justify-content: flex-start;
}
.cs-wgt-three .widget-cs-col1, 
.cs-wgt-three .widget-cs-col2,
.cs-wgt-three .widget-cs-col3 {
width: 33.33%;
justify-content: flex-start;
}
.cs-wgt-four .widget-cs-col1, 
.cs-wgt-four .widget-cs-col2, 
.cs-wgt-four .widget-cs-col3, 
.cs-wgt-four .widget-cs-col4 {
width: 25%;
justify-content: flex-start;
text-align: left;
} ul.load_post,
.footer-widget-column{
list-style-type: none;
} .thunk-contact-plugin-notice{
text-align: center;
color: #ff6c54;
}
.th-woocommerce a.button,
.woocommerce ul.products li.product .button{
padding: 10px 20px;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.th-woocommerce a.button:hover,
.woocommerce ul.products li.product .button:hover{
background: #ff6c54;
color: #fff;
}
.woocommerce ul.products li.product .star-rating{
color: #bd8348;
}
.frontpage ul.products li.product{
margin-bottom: 30px!important;
} .th-woocommerce a.button, .woocommerce ul.products li.product .button{
background: transparent;
color: #ff6c54;
border-color: #ff6c54;
border:1px solid;
} .woocommerce-product-details__short-description{
margin-bottom: 30px;
} .single-product .content-wrapper{
width: 100%;
max-width: initial;
}
.woocommerce.single-product .quantity .qty{
padding: 5px;
outline: 0;
}
.single-product #reviews{  
width: 50%;
}
.woocommerce .star-rating{
color: #bd8348;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
background: #ff6c54;
color: #fff;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.single-product .product_meta a:hover{
color: #ff6c54;
}
.woocommerce button.button.alt{
background: #77a464;
}
.woocommerce span.onsale{
width: 40px;
height: 40px;
line-height: 40px;
font-size: 14px;
line-height: 24px;
font-weight: 500;
padding: 9px 0 0 0;
}
.single-product .related.products h2{
margin-bottom: 20px;
}
.single-product h2{
font-size: 21px;
}
.woocommerce table.cart td.actions .input-text{
width: auto;
}
.woocommerce-cart .cart-collaterals h2{
font-size: 21px;
margin-bottom: 20px;
}   .woocommerce .col2-set, .woocommerce-page .col2-set{
width: 48%;
float: left;
}
#order_review,
#order_review_heading{
width: 48%;
float: right;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
width: 100%;
float: left;
}
.woocommerce form .form-row input,
.woocommerce form .form-row .input-text {
background: #f8f8f8;
border: 1px solid #f1f1f1;
height: 40px;
width: 100%;
padding: 0 15px;
}
.woocommerce form .form-row .input-text {
padding: 15px 15px;
}
.woocommerce-additional-fields h3{
font-size: 19px;
margin: 10px 0;
}
.checkout_coupon p:nth-of-type(1){
text-align: center;
margin-bottom: 10px;
}
.woocommerce .checkout_coupon .form-row.form-row-last{
margin-top: 10px;
}      .woocommerce-cart-form .quantity{
text-align: center;
}
.woocommerce-cart-form .product-remove a{
margin: 0 auto;
text-align: center;
}
.woocommerce-cart .wc-proceed-to-checkout a:hover{
opacity: 0.7;
}
@media only screen and (min-width: 35em) {} @media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {} @media print {
* {
background:transparent !important;
color:#000 !important;
box-shadow:none !important;
text-shadow:none !important;
}
a,
a:visited {
text-decoration:underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}   .trail-browse{display:none;}
.thunk-breadcrumb-wrapper{
text-align:center;
}
.thunk-breadcrumb{
padding-bottom:15px;
list-style: none;
margin: 0;
color:#fff;
}
.thunk-breadcrumb li{
display: inline;
font-size: 11px;
} .thunk-breadcrumb li+li:before{
padding: 5px;
content: "/\00a0";
}
.thunk-breadcrumb li a {
text-decoration: none;
}   .woocommerce ul.products li.product a img,
.portfolio-desc button,
.portfolio-image,
figure.team-efct img,
figure.blog-efct,
#price-package .package {
-webkit-box-shadow: 0 4px 6px -12px rgba(0, 0, 0, 0), 0 4px 7px 0 #eee, 0 0px 3px -5px #eee;
-moz-box-shadow: 0 4px 6px -12px rgba(0, 0, 0, 0), 0 4px 7px 0 #eee, 0 0px 3px -5px #eee;
box-shadow: 0 4px 6px -12px rgba(0, 0, 0, 0), 0 4px 7px 0 #eee, 0 0px 3px -5px #eee;
}
.portfolio-image, figure.team-efct img, figure.blog-efct, .image-test img, #price-package .package {
border-radius:4px!important;
}
.portfolio-desc button{
border-radius:4px;
webkit-box-shadow: 0 2px 2px 0 rgba(153,153,153,.14), 0 3px 1px -2px rgba(153,153,153,.2), 0 1px 5px 0 rgba(153,153,153,.12);
-moz-box-shadow: 0 2px 2px 0 rgba(153,153,153,.14),0 3px 1px -2px rgba(153,153,153,.2),0 1px 5px 0 rgba(153,153,153,.12);
box-shadow: 0 2px 2px 0 rgba(153,153,153,.14), 0 3px 1px -2px rgba(153,153,153,.2), 0 1px 5px 0 rgba(153,153,153,.12);
}
figure.protfolio-img-efc:after,.woocommerce ul.products li.product a img {
border-radius: 4px;
}
.portfolio-desc button, .button-news-letter {
border-radius:4px;
font-size:12px;
padding:15px 33px;
}
ul.portfolio-navi button {
font-size: 11px!important;
padding: 11px 10px!important;
border-radius: 4px!important;
}
.main-heading {
font-size: 36px;
color: #1f1f1f;
line-height: 47px;
letter-spacing: 0px;
text-align:center;
}
.portfolio-desc button {
font-size: 11px;
}
.sider .menu-close{
display:none;
}
.wp-block-latest-comments__comment{
line-height: inherit;
}
@media screen and (max-width: 1024px) {
.plrx_enable{
background-attachment: scroll!important;
}
.sider .menu-close{
display:block
;}
#main-menu-wrapper,.logo{
flex: auto;
width:auto;
}
.main-heading{
font-size: 25px;
line-height: 35px;
}
figure.team-efct figcaption h3{
font-size: 20px;
line-height: 30px;
}
.blog-image {
background-size: cover !important;
background-attachment: scroll !important;
background-repeat: no-repeat!important;
background-position: center!important;
}   
.portfolio-desc p.th-slider-heading {
font-size: 51px;
line-height: 61px;
}
.searchbox{
top: 20px;
}
.smaller .searchbox{
top: 13px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;  
}
.contain.col-center {
display:none;
}
.logo.col-center.split {
display: block;
} 
.mobile-menu-active .logo-cent{
display: none;
} 
.testimonials-page{
max-width: 650px;
}  
figure.team-efct figcaption{
padding: 15px;
}
.th-count{
font-size: 50px;
line-height: 60px;
}
.single-product #reviews{
width: 100%;
}
.single-product .page-content{
padding-top: 50px;
}
}
@media screen and (max-width: 990px) {
.cs-wgt-four .widget-cs-col1, 
.cs-wgt-four .widget-cs-col2, 
.cs-wgt-four .widget-cs-col3, 
.cs-wgt-four .widget-cs-col4{
width: 33.33%;
}
}
@media screen and (max-width: 990px) {
figure.protfolio-img-efc h3 {
font-size: 14px;
}
.portfolio-block.four-grid-zero-padding ul.portfolio-grid li.post,
.portfolio-block.four-grid ul.portfolio-grid li.post {
width: 33.33%;
}
.item {
width: 33.33%;
float: left;
}
figure.team-efct {
max-height: 350px;
} .content-wrapper {
width: 100%;
max-width: 100%;
float: none;
margin: auto 0;
margin-top: 30px;
}
.sidebar-wrapper {
width: 45%;
float: left;
}
.sidebar {
padding-top: 5px;
} }
@media screen and (max-width: 990px) {
section,
#portfolio-mywork-section,
.slider-top li,
.blog-image {
background-position: center!important;
}
}
@media screen and (max-width: 767px) {
.post-next a:before{
padding-left:0;
}
.post-previous a:before{
padding-right:0;
}
.paginate .post-previous, .paginate .post-next {
font-size: 12px;
line-height: 20px;
width: 175px;
}
#page, .container {
padding-right: 10px;
padding-left: 10px;
}
.sidebar-wrapper {
margin-top: 20px;
}
.searchbox-icon{
top: 10px;
}
.logged-in.admin-bar .header{
top: 0;
}
.main-heading{
font-size: 20px;
line-height: 30px;
}
.sub-heading{
font-size: 14px;
line-height: 24px;
}
.new-letter-title,
#call-ribbon h3{
font-size: 18px;
line-height: 28px;
}
.portfolio-desc p.th-slider-heading{
font-size: 32px;
line-height: 39px;
}
.portfolio-desc p{
font-size: 15px;
line-height: 22px;
}
.portfolio-desc button, .button-news-letter {
padding: 4px 16px;
}
.smaller .logo {
padding-top: 15px 0px;
}
.searchbox {
top: 20px; 
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; 
}
.smaller .searchbox {
top:3px; 
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; 
}
.thunk-service-icon i{
font-size:35px;
margin-bottom: 15px;
}
.thunk-service-title {
font-size: 15px;
line-height: 22px;}
.portfolio-desc .exp-btn button {
margin-left: 0px;
display: block;
margin-top: 15px;
}
.profolio-page {
padding-top: 30px;
padding-bottom: 30px;
}
.thunk-wrapper {
margin-top: 30px;
}
ul.portfolio-navi button {
background-color: #fff;
}
ul.portfolio-grid li.post {
width: 50%;
float: left;
position: relative;
padding: 8px;
display: inline-block;
}
ul.portfolio-navi button {
font-size: 11px!important;
padding: 8px 8px!important;
border-radius: 4px!important;
}
ul.portfolio-navi li {
display: inline-block;
margin-bottom: 15px;
}
#latest-post, .thunk-service, 
.th-counter-section, .thunk-about, 
.thunk-custom-sect-first, .th-woocommerce,#team-info,.testimonials,.call-ribbon-block,.contact-block {
width: 100%;
padding-bottom: 30px;
padding-top: 30px;
}
.footer-wrapper .footer {
padding-top: 0px;
}
.company-detail {
padding-top: 30px;} .portfolio-block.four-grid ul.portfolio-grid li.post {
width: 50%;
float: left;
}
.portfolio-block.four-grid-zero-padding ul.portfolio-grid li.post {
width: 50%;
}
.portfolio-block.three-grid-zero-padding ul.portfolio-grid li.post {
width: 50%;
}
.portfolio-block.four-Masnory ul.portfolio-grid li.post {
width: 50%;
}
.portfolio-block.three-Masnory ul.portfolio-grid li.post {
width: 50%;
}
button {
display: inline-block;
padding: 10px 18px;
background: #ff6c54;
text-transform: uppercase;
color: #fff;
}
#respond input#author,
#respond input#email,
#respond input#url {
width: 100%;
} .content {
width: 100%;
max-width: 100%;
float: none;
margin: auto 0;
}
.sidebar-wrapper {
width: 85%;
float: none;
margin: 0 auto;
}
.sidebar {
padding-top: 05px;
}
.blog-info-header {
padding: 16px;
margin-top: -40px;
} 
.blog-info-meta {
margin-bottom: 15px;
}
.blog-info-content {
margin-top: 10px;
}
.content .standard-layout .post{
margin-bottom: 40px;
}
.blog-info-header h2 {
font-size: 22px;
line-height: 29px;
} figure.team-efct {
max-height: 370px;
float: none;
}
ul.team-grid li.team-list,
#price-package .package,
ul.post-grid li.post-list,
.thunk-service-post{
width: 48.25%;
}
ul.team-grid li.team-list:nth-of-type(3n+3),
#price-package .package:nth-of-type(3n+3),
ul.post-grid li.post-list:nth-of-type(3n+3),
.thunk-service-post:nth-of-type(3n+3){
margin-right: 3.5%;
}
ul.team-grid li.team-list:nth-of-type(2n+2),
#price-package .package:nth-of-type(2n+2),
ul.post-grid li.post-list:nth-of-type(2n+2),
.thunk-service-post:nth-of-type(2n+2){
margin-right: 0;
}
figure.team-efct figcaption h3 {
font-size: 14px;
line-height:21px;
}
figure.team-efct figcaption p{
font-weight:normal;
font-size:11px;
font-weight:normal;
}
.team-social-meta .team-social-social-fb a:before,.team-social-social-tw a:before,.team-social-social-y a:before,.team-social-social-ln a:before{
font-size:12px
}
.team-social-meta .team-social-social-fb, .team-social-meta .team-social-social-tw, .team-social-meta .team-social-social-y, .team-social-meta .team-social-social-ln{
padding-top:0;
}
figure.blog-efct h3 {
font-weight:normal;
font-size: 14px;
line-height: 21px;
}
figure.team-efct figcaption {
padding: 9px;
}
#price-package .package:hover {
margin-top: 0px;
}
ul.footer-widget-column li.widget {
width: 50%;
position: relative;
margin-bottom: 30px;
}
.blog-image{
height: 135px;   
}
.thunk-founder-image, 
.thunk-founder-content{
width: 100%;
}
.thunk-founder-image{
order: 1;
margin-bottom: 30px;
} 
.thunk-founder-content{
order: 2;
}
.th-counter-wrapper{
flex-wrap: wrap;
justify-content: space-between;
}
.th-counter{
width: 48%;
margin-bottom: 30px;
font-size: 40px;
line-height: 40px;
}
.th-counter-title{
font-size: 18px;
}
.cs-wgt-four .widget-cs-col1, 
.cs-wgt-four .widget-cs-col2, 
.cs-wgt-four .widget-cs-col3, 
.cs-wgt-four .widget-cs-col4 {
width: 50%;
}
.widget-cs .widget-title{
font-size: 20px;
}
.thunk-brands-section .owl-nav i{
width: 20px;
height: 20px;
line-height: 20px;
font-size: 7px;
}
.woocommerce div.product .product_title{
font-size: 25px;
}
.single-product .page-content{
padding-top: 0;
}
.woocommerce-cart #coupon_code{
line-height: 31px;
} 
.woocommerce .col2-set, .woocommerce-page .col2-set{
width: 100%;
}
#order_review,
#order_review_heading{
width: 100%;
}
.woocommerce-checkout h3{
font-size: 19px;
}
.woocommerce .checkout_coupon .form-row-first{
width: 100%;
}
.woocommerce .checkout_coupon .form-row.form-row-last{
width: 100%;
float: none;
margin: auto;
margin: 0 auto;
display: inline-block;
}
figure.team-efct,figure.blog-efct {
min-width:100%;
}
.contact-title {
text-align: center;
padding-top: 0px;
}
.contact-icon1 a:before {
font-size: 25px;
line-height: inherit;
}
.contact-title a {
font-size: 10px;
}
.company-social {
font-size: 18px;
}
.arrow-up a:before {
width: 20px;
height: 20px;
}
.company-detail {
padding-top: 0px;
}
.news-button {
margin-top: 10px;
}
.woocommerce form .form-row input, .woocommerce form .form-row .input-text {
height: 35px;
}
.woocommerce .products ul, .woocommerce ul.products {
margin: 0 0 1em;
padding: 0;
list-style: none outside;
clear: both;
display: flex;
flex-wrap: wrap;
justify-content: center;
} 
[type="submit"] {
padding: 7px 30px;
}
.menu-toggle .menu-btn{
padding: 7px;
} 
}.thunk-service h1.main-heading {
color: #ffffff;
}
.tribe-common .tribe-common-h3 {
color: #ffffff;
}
.tribe-common .tribe-common-b2 {
color: #ffffff;
}
.tribe-common .tribe-common-h5 {
color: #ffffff;
}
.tribe-common .tribe-common-h7 {
color: #ffffff;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
color: ffffff;
}
.ics-calendar-label {
display: none !important;
}
h4.ics-calendar-date {
color: #c0c0c0;
}
.ics-calendar .event .title {
color: #999;
}