.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//crossroads-ca.org/wp-content/plugins/smart-logo-showcase-lite/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-item .active {
display: none;
}
.owl-theme .owl-controls{
margin-top:10px;
text-align:center;
-webkit-tap-highlight-color:transparent
}
.owl-theme .owl-controls .owl-nav [class*=owl-]{
color:#fff;
font-size:14px;
margin:5px;
padding:4px 7px;
background:#d6d6d6;
display:inline-block;
cursor:pointer;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
background:#869791;
color:#fff;
text-decoration:none
}
.owl-theme .owl-controls .owl-nav .disabled{
opacity:.5;
cursor:default
}
.owl-theme .owl-dots .owl-dot{
display:inline-block;
zoom:1;
*display:inline
}
.owl-theme .owl-dots .owl-dot span{
width:10px;
height:10px;
margin:5px 7px;
background:#d6d6d6;
display:block;
-webkit-backface-visibility:visible;
-webkit-transition:opacity 200ms ease;
-moz-transition:opacity 200ms ease;
-ms-transition:opacity 200ms ease;
-o-transition:opacity 200ms ease;
transition:opacity 200ms ease;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px
}
smls-vertical-main-container .bx-wrapper .bx-pager.bx-default-pager a {
display: inline;
}
.owl-item img {
width: 100%;
margin: 0 auto;
}.tooltipster-base { display: flex;
pointer-events: none; position: absolute;
}
.tooltipster-box { flex: 1 1 auto;
}
.tooltipster-content { box-sizing: border-box; max-height: 100%;
max-width: 100%;
overflow: auto;
}
.tooltipster-ruler { bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
}   .tooltipster-fade {
opacity: 0;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
-ms-transition-property: opacity;
transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
opacity: 1;
} .tooltipster-grow {
-webkit-transform: scale(0,0);
-moz-transform: scale(0,0);
-o-transform: scale(0,0);
-ms-transform: scale(0,0);
transform: scale(0,0);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
-o-transform: scale(1,1);
-ms-transform: scale(1,1);
transform: scale(1,1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
} .tooltipster-swing {
opacity: 0;
-webkit-transform: rotateZ(4deg);
-moz-transform: rotateZ(4deg);
-o-transform: rotateZ(4deg);
-ms-transform: rotateZ(4deg);
transform: rotateZ(4deg);
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
opacity: 1;
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
-o-transform: rotateZ(0deg);
-ms-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
} .tooltipster-fall {
-webkit-transition-property: top;
-moz-transition-property: top;
-o-transition-property: top;
-ms-transition-property: top;
transition-property: top;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
top: 0 !important;
opacity: 0;
} .tooltipster-slide {
-webkit-transition-property: left;
-moz-transition-property: left;
-o-transition-property: left;
-ms-transition-property: left;
transition-property: left;
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
-ms-transition-property: all;
transition-property: all;
left: 0 !important;
opacity: 0;
}   @keyframes tooltipster-fading {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.tooltipster-update-fade {
animation: tooltipster-fading 400ms;
} @keyframes tooltipster-rotating {
25% {
transform: rotate(-2deg);
}
75% {
transform: rotate(2deg);
}
100% {
transform: rotate(0);
}
}
.tooltipster-update-rotate {
animation: tooltipster-rotating 600ms;
} @keyframes tooltipster-scaling {
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.tooltipster-update-scale {
animation: tooltipster-scaling 600ms;
}   .tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
margin-top: 8px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
margin-right: 8px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
margin-left: 8px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
margin-bottom: 8px;
}   .tooltipster-sidetip .tooltipster-arrow {
overflow: hidden;
position: absolute;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
height: 10px; margin-left: -10px;
top: 0;
width: 20px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
height: 20px;
margin-top: -10px;
right: 0; top: 0;
width: 10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
height: 20px;
margin-top: -10px;
left: 0; top: 0;
width: 10px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
bottom: 0;
height: 10px;
margin-left: -10px;
width: 20px;
} .tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
height: 0;
position: absolute;
width: 0;
} .tooltipster-sidetip .tooltipster-arrow-background {
border: 10px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: #565656;
left: 0px;
top: 3px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
border-left-color: #565656;
left: -3px;
top: 0px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
border-right-color: #565656;
left: 3px;
top: 0px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
border-top-color: #565656;
left: 0px;
top: -3px;
} .tooltipster-sidetip .tooltipster-arrow-border {
border: 10px solid transparent;
left: 0;
top: 0;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
border-bottom-color: black;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
border-left-color: black;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
border-right-color: black;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
border-top-color: black;
} .tooltipster-sidetip .tooltipster-arrow-uncropped {
position: relative;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
top: -10px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
left: -10px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1 .tooltipster-box {
background-color:#333333;
display: inline-block;
border-radius: 5px;
word-wrap:break-word;
padding: 6px 14px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1 .tooltipster-content {
font-size: 10px;
color:#f2f2f2;
text-transform: uppercase;
font-family: 'Raleway',Sans-serif;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1.tooltipster-left .tooltipster-arrow-background {
border-left-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1.tooltipster-right .tooltipster-arrow-background {
border-right-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1.tooltipster-top .tooltipster-arrow-background {
border-top-color: #333333;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-1 .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2 .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3 .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4 .tooltipster-arrow-border  {
border:none;
} .tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2 .tooltipster-box {
background-color:#75bd07;
width:100%;
display: inline-block;
padding: 4px 14px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2 .tooltipster-content {
font-size: 14px;
color:#ffffff;
text-transform: uppercase;
font-family: 'Open Sans',Sans-serif;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: #75bd07;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2.tooltipster-left .tooltipster-arrow-background {
border-left-color: #75bd07;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2.tooltipster-right .tooltipster-arrow-background {
border-right-color: #75bd07;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-2.tooltipster-top .tooltipster-arrow-background {
border-top-color: #75bd07;
} .tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3 .tooltipster-box {
background-color:#fc562e;
display: inline-block;
border-radius: 20px;
padding: 7px 16px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3 .tooltipster-content {
font-size: 11px;
color:#ffffff;
text-transform: capitalize;
font-family: 'Open Sans',Sans-serif;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3.tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3.tooltipster-left .tooltipster-arrow-background {
border-left-color: #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3.tooltipster-right .tooltipster-arrow-background {
border-right-color: #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-3.tooltipster-top .tooltipster-arrow-background {
border-top-color: #fc562e;
} .tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4 .tooltipster-box {
background-color:#f2f2f2;
display: inline-block;
border-radius: 20px;
padding: 7px 16px;
box-shadow: 0 0 25px rgba(0,0,0,0.4);
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4 .tooltipster-content {
font-size: 12px;
color:#333333;
text-transform: capitalize;
font-family: 'Raleway',Sans-serif;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4.tooltipster-bottom .tooltipster-arrow-background{
border-bottom-color: #f2f2f2;
left: 0px;
top:1px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4.tooltipster-left .tooltipster-arrow-background {
border-left-color: #f2f2f2;
left: -1px;
top: 0px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4.tooltipster-right .tooltipster-arrow-background {
border-right-color: #f2f2f2;
left: 1px;
top: 0px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-4.tooltipster-top .tooltipster-arrow-background {
border-top-color: #f2f2f2;
left: 0px;
top: -1px;
} .tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5 .tooltipster-box {
background-color:#333333;
display: inline-block;
border-radius: 3px;
padding: 7px 16px;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5 .tooltipster-content {
font-size: 11px;
color:#ffffff;
text-transform: capitalize;
font-family: 'Open Sans',Sans-serif;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-top .tooltipster-box {
border-bottom:3px solid #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-right .tooltipster-box {
border-left:3px solid #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-left .tooltipster-box {
border-right:3px solid #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-bottom .tooltipster-box {
border-top:3px solid #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5 .tooltipster-arrow-border {
border: 10px solid transparent;
left: 0;
top: 0;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-bottom .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-bottom .tooltipster-arrow-border {
border-bottom-color: #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-left .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-left .tooltipster-arrow-border {
border-left-color: #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-right .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-right .tooltipster-arrow-border {
border-right-color: #fc562e;
}
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-top .tooltipster-arrow-background,
.tooltipster-sidetip.tooltipster-noir.smls-tooltip-template-5.tooltipster-top .tooltipster-arrow-border {
border-top-color: #fc562e;
}@media all and (min-width: 768px) and (max-width: 1024px){
.smls-main-logo-wrapper .smls-tablet-column-2 .smls-grid-each-item:nth-of-type(2n+1),
.smls-main-logo-wrapper .smls-tablet-column-2 .smls-grid-image-wrap:nth-of-type(2n+1),
.smls-main-logo-wrapper .smls-tablet-column-3 .smls-popup-wrap:nth-of-type(3n+1),
.smls-main-logo-wrapper .smls-tablet-column-3 .smls-grid-each-item:nth-of-type(3n+1),
.smls-main-logo-wrapper .smls-tablet-column-3 .smls-grid-image-wrap:nth-of-type(3n+1),
.smls-main-logo-wrapper .smls-tablet-column-4 .smls-popup-wrap:nth-of-type(4n+1),
.smls-main-logo-wrapper .smls-tablet-column-4 .smls-grid-each-item:nth-of-type(4n+1),
.smls-main-logo-wrapper .smls-tablet-column-4 .smls-grid-image-wrap:nth-of-type(4n+1) {
clear: left;
}
.ap-template-wise-design .ap-container-5 .ap-container.smls-temp-4-wrap {
max-width: 100%;
}
.smls-tablet-column-2 .smls-popup-wrap,
.smls-tablet-column-2 .smls-grid-each-item,
.smls-tablet-column-2 .smls-grid-image-wrap
{
width:50%;
}
.smls-tablet-column-3 .smls-popup-wrap,
.smls-tablet-column-3 .smls-grid-each-item,
.smls-tablet-column-3 .smls-grid-image-wrap
{
width:33.33%;
}
.smls-tablet-column-4 .smls-grid-each-item,
.smls-tablet-column-4 .smls-grid-image-wrap {
width:25%;
}
.smls-logo-inline-wrap {
padding: 20px;
}
.smls-inline-gallery-detail-wrap-template-1 a {
width: 23%;
margin: 0;
border:4px solid #eeeeee;
}
.smls-contact-block-template-1 .smls-social-icon-wrap {
margin:10px 0;
} .smls-main-logo-wrapper .smls-tooltip-title-template-1 {
width: 50%;
}
}
@media (max-width: 767px) {
.smls-main-logo-wrapper .smls-mobile-column-2 .smls-popup-wrap:nth-of-type(2n+1),
.smls-main-logo-wrapper .smls-mobile-column-2 .smls-grid-each-item:nth-of-type(2n+1),
.smls-main-logo-wrapper .smls-mobile-column-2 .smls-grid-image-wrap:nth-of-type(2n+1),
.smls-main-logo-wrapper .smls-mobile-column-3 .smls-popup-wrap:nth-of-type(3n+1),
.smls-main-logo-wrapper .smls-mobile-column-3 .smls-grid-each-item:nth-of-type(3n+1),
.smls-main-logo-wrapper .smls-mobile-column-3 .smls-grid-image-wrap:nth-of-type(3n+1) {
clear:left;
}
.smls-mobile-column-1 .smls-popup-wrap,
.smls-mobile-column-1 .smls-grid-each-item,
.smls-mobile-column-1 .smls-grid-image-wrap {
width:100%;
max-width: 320px;
margin:0 auto;
float: none;
}
.smls-resposive-wrap .smls-grid-container-template-1.smls-mobile-column-1 .smls-popup-wrap:before,
.smls-resposive-wrap .smls-grid-container-template-1.smls-mobile-column-1 .smls-grid-each-item:before,
.smls-resposive-wrap .smls-grid-container-template-1.smls-mobile-column-1 .smls-grid-image-wrap:before{
border-left: 0;
}
.smls-grid-container-template-2.smls-mobile-column-1 {
max-width:320px;
width:100%;
margin:0 auto;
}
.smls-mobile-column-2 .smls-popup-wrap,
.smls-mobile-column-2 .smls-grid-each-item,
.smls-mobile-column-2 .smls-grid-image-wrap {
width:50%;
}
.smls-overlay-effect .smls-link-style span,
.smls-overlay-effect .smls-popup-icon span,
.smls-overlay-effect .smls-inline-icon span {
width: 40px;
height: 40px;
font-size: 18px;
line-height: 40px;
}
}
@media (max-width: 640px) {
.smls-carousel-logo.smls-text-arrow {
padding-top: 70px;
}
}
@media (max-width: 480px){
.smls-grid-container-template-1 .smls-popup-wrap,
.smls-grid-container-template-1 .smls-grid-each-item,
.smls-grid-container-template-1 .smls-grid-image-wrap,
.smls-grid-container-template-2 .smls-popup-wrap,
.smls-grid-container-template-2 .smls-grid-each-item,
.smls-grid-container-template-2 .smls-grid-image-wrap
{
padding: 10px;
}
}
@media (max-width: 400px){
.smls-mobile-column-2 .smls-popup-wrap,
.smls-mobile-column-2 .smls-grid-each-item,
.smls-mobile-column-2 .smls-grid-image-wrap {
width:100%;
margin: 0;
}
.smls-main-logo-wrapper .smls-gallery-wrap-template-2 a,
.smls-main-logo-wrapper .smls-inline-3-gallery-wrap a {
width: 21%;
margin:2px;
}
.smls-main-logo-wrapper .smls-inline-gallery-detail-wrap-template-1 a{
width: 29%;
}
}.smls-overlay-contact-info { visibility: hidden;
position: absolute;
background: #ffffff;
border: 3px solid #666666;
width: 50%;
height: 50%;
left: 25%;
}
.smls-popup-open.inactive{
visibility: hidden !important;
}
.smls-overlay-contact-info.active { visibility: visible;
text-align: center;
}
.popup-content { visibility: hidden;
}
.popup-content.active { visibility: visible;
}@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url(//crossroads-ca.org/home/a0315552/domains/crossroads-ca.org/public_html/wp-content//fonts/merriweather/u-440qyriQwlOrhSvowK_l5-cSZMZ-Y.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url(//crossroads-ca.org/home/a0315552/domains/crossroads-ca.org/public_html/wp-content//fonts/merriweather/u-440qyriQwlOrhSvowK_l5-eCZMZ-Y.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url(//crossroads-ca.org/home/a0315552/domains/crossroads-ca.org/public_html/wp-content//fonts/merriweather/u-440qyriQwlOrhSvowK_l5-cyZMZ-Y.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url(//crossroads-ca.org/home/a0315552/domains/crossroads-ca.org/public_html/wp-content//fonts/merriweather/u-440qyriQwlOrhSvowK_l5-ciZMZ-Y.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url(//crossroads-ca.org/home/a0315552/domains/crossroads-ca.org/public_html/wp-content//fonts/merriweather/u-440qyriQwlOrhSvowK_l5-fCZM.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: url(//crossroads-ca.org/home/a0315552/domains/crossroads-ca.org/public_html/wp-content//fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiZTaR.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: url(//crossroads-ca.org/home/a0315552/domains/crossroads-ca.org/public_html/wp-content//fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiZTaR.woff2) format('woff2');
unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: url(//crossroads-ca.org/home/a0315552/domains/crossroads-ca.org/public_html/wp-content//fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUliZTaR.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: url(//crossroads-ca.org/home/a0315552/domains/crossroads-ca.org/public_html/wp-content//fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiZTaR.woff2) format('woff2');
unicode-range: U+0100-02AF, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} @font-face {
font-family: 'Oswald';
font-style: normal;
font-weight: 400;
src: url(//crossroads-ca.org/home/a0315552/domains/crossroads-ca.org/public_html/wp-content//fonts/oswald/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
hyphens: none;
}
html {
font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust:     100%; }
*,
*:before,
*:after { -webkit-box-sizing: border-box; -moz-box-sizing:    border-box; box-sizing:         border-box;
}
body {
background: #fff; font-family: 'Roboto', sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
table { border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
a img {
border: 0;
} .posted-on a:before,
.byline a:before,
.cat-links span + a:before,
.tags-links span + a:before,
.comments-link a:before,
.edit-link a:before,
.dropdown-toggle:after,
.menu-item-has-children a:after,
.page_item_has_children a:after,
.menu-toggle:before,
.wp-custom-header-video-button:before,
#search-toggle:before,
#scrollup:before,
.comment-list .reply a:before {
display: inline-block;
font-family: "FontAwesome";
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.menu-toggle:before,
.wp-custom-header-video-button:before,
.wp-custom-header-video-button.wp-custom-header-video-pause:before {
font-size: 18px;
line-height: 1.25;
}
#menu-toggle-secondary:before {
font-size: 20px;
}
.menu-toggle:before {
content: "\f0c9";
}
.menu-toggle.toggled-on:before {
content: "\f00d";
}
.wp-custom-header-video-button:before {
content: "\f04b";
}
.wp-custom-header-video-button.wp-custom-header-video-pause:before {
content: "\f04c";
}
#search-toggle:before {
content: "\f002";
}
#scrollup:before {
content: '\f106';
}
.entry-meta .posted-on a:before {
content: "\f073";
}
.entry-meta .author a:before {
content: "\f007";
}
.edit-link a:before {
content: "\f040";
}
.cat-links span + a:before {
content: "\f07c";
}
.tags-links span + a:before {
content: "\f02b";
}
.entry-meta .comments-link a:before {
content: "\f075";
}
.comment-list .reply a:before {
content: "\f112";
} body,
button,
input,
select,
textarea {
color: #1a1a1a;
font-family: 'Merriweather', serif;
font-size: 16px;
font-weight: 400;
line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-family: 'Oswald', sans-serif;
line-height: 1.4;
margin-bottom: 10px;
}
.site-main .entry-content h1,
.site-main .entry-content h2,
.site-main .entry-content h3,
.site-main .entry-content h4,
.site-main .entry-content h5,
.site-main .entry-content h6 {
margin-bottom: 20px;
}
.site-main .type-page .entry-title {
margin-bottom: 0;
}
#primary-menu,
#secondary-menu,
.nav-footer,
.menu-toggle,
.widget-area .ui-tabs-anchor {
font-family: 'Oswald', sans-serif;
}
.ctdate {
line-height: 34px;
}
#feature-slider .cycle-pager span {
font-size: 56px;
line-height: 22px;
}
#scrollup:before {
font-size: 26px;
}
h1,
.entry-title,
.page-title,
#featured-content .entry-title {
font-size: 26px;
}
h2,
.archive-post-wrap .entry-title,
.excerpt-image-left .archive-post-wrap .entry-title,
.sidebar.sidebar-header-bottom .widget-title,
.sidebar.sidebar-after-posts-pages .widget-title,
.sidebar.sidebar-before-posts-pages .widget-title,
.sidebar.sidebar-before-content .widget-title,
.sidebar.sidebar-after-content .widget-title,
.sidebar.sidebar-before-footer .widget-title {
font-size: 24px;
}
h3 {
font-size: 22px;
}
h4,
#promotion-message h2,
.sticky-label,
.comments-title,
#search-toggle {
font-size: 20px;
}
h5,
.news-ticker-label,
.menu-label,
.nepalbuzz-nav-menu a {
font-size: 18px;
}
.nepalbuzz-nav-menu ul a {
font-size: 16px;
}
.sidebar .widget,
#supplementary .widget,
.main-pagination,
.page-links,
#breadcrumb-list .wrapper,
#secondary .widget-area,
.widget-area .hentry .entry-title,
#colophon .widget-area {
font-size: 14px;
}
h6,
#site-generator,
.nav-footer .menu a {
font-size: 13px;
}
.site-description,
.entry-meta,
.entry-meta span a:before,
.comment-metadata,
.comment-metadata a:before {
font-size: 12px;
}
b,
strong {
font-weight: bold;
}
dfn,
cite,
em,
i {
font-style: italic;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
line-height: 1.6;
margin-bottom: 20px;
max-width: 100%;
overflow: auto;
padding: 20px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
code,
kbd,
tt,
var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
.hentry {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
} html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after { -webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
background-color: #f6f6f6;
}
body.header-bg {
padding-top: 81px;
}
.site {
display: block;
max-width: 100%;
width: 100%;
}
.wrapper,
.slider-content-wrapper {
width: 94%;
margin: 0 auto;
}
a {
color: #666;
cursor: pointer;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: #cc2b3a;
outline: none;
text-decoration: none;
}
.site-main .entry-content a {
color: #cc2b3a;
font-family: 'Roboto', sans-serif;
}
.site-main .entry-content a:hover,
.site-main .entry-content a:focus {
color: #1a1a1a;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ol,
ul {
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
ol {
list-style: decimal;
margin-left: 1.5em;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
.widget ul {
margin-left: 0;
}
.widget ul li {
border-top: 1px solid #eee;
margin-top: 6px;
padding-top: 6px;
}
.widget ul li ul {
margin: 0;
padding: 0;
position: relative;
}
.widget ul li li a {
padding-left: 1.5em;
}
.widget ul li li li a {
padding-left: 2.5em;
}
.widget ul li li li li a {
padding-left: 3.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 5px 0 20px 20px;
}
img {
height: auto; max-width: 100%; vertical-align: middle;
}
figure {
margin: 0;
}
table {
border-top: 1px solid #eee;
border-left: 1px solid #eee;
font-weight: bold;
margin: 0 0 20px;
width: 100%;
}
th {
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;
color: #666;
font-weight: 700;
padding: 8px;
text-transform: uppercase;
}
td {
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;
padding: 8px;
}
blockquote {
position: relative;
}
blockquote:before {
content: "\201C";
display: block;
font-size: 30px;
height: 0;
left: -20px;
position: absolute;
top: -10px;
}
.entry-content ol,
.entry-content ul {
margin-bottom: 20px;
margin-left: 20px;
}
.entry-content ol > li {
list-style-type: decimal;
}
.entry-content ul > li {
list-style-type: square;
}
.entry-content ol ol,
.entry-content ul ul {
margin-bottom: 0;
}
.entry-content code {
background-color: #333;
color: #ddd;
}
.displayblock,
#heading,
#primary,
#secondary,
#comments {
display: block;
}
.displaynone,
#feature-slider .cycle-slideshow .hentry.displaynone {
display: none;
}
.sticky {
display: block;
} .site-main .entry-container,
.archive .page-header,
.search-results .page-header,
.widget {
padding: 20px;
}
.site-footer .widget {
padding: 15px;
}
.page-header {
padding: 15px 15px 5px 15px;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
padding: 5px 10px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
padding: 10px 20px;
}
.woocommerce-wrap,
.no-results,
.not-found,
#comments,
#nav-below,
.post-navigation {
padding: 10px;
}
.site-content #infinite-handle {
padding: 10px 0;
}
.sidebar.sidebar-after-posts-pages,
.sidebar.sidebar-before-posts-pages {
padding: 0;
}
.sidebar.sidebar-before-footer {
padding-left: 0;
padding-right: 0;
}
.sidebar.sidebar-before-footer .widget {
padding: 15px 0;
text-align: center;
}
#promotion-message,
#promotion-message .wrapper,
#supplementary,
#main .woocommerce-wrap .products,
.sidebar-before-footer {
padding-top: 15px;
}
#promotion-message,
#promotion-message .wrapper,
#supplementary,
#main .woocommerce-wrap .products,
.sidebar-before-footer {
padding-bottom: 15px;
}
.archive-post-wrap {
padding-bottom: 10px;
}
.entry-header {
padding-bottom: 15px;
}
.site-content-contain #featured-content .widget,
.site-content-contain .entry-header .entry-meta {
margin: 0;
}
.logo-left #site-header {
padding-left: 15px;
}
.logo-right #site-header {
padding-right: 15px;
}
#breadcrumb-list .wrapper {
padding: 15px 0;
}
.blog #main .hentry,
.archive #main .hentry,
.sidebar .entry-header {
padding-bottom: 0;
}
#feature-slider .entry-title,
#promotion-message .widget,
.site-description,
#featured-content p,
.single-post .hentry,
.sidebar .widget:last-child,
#supplementary .widget,
.taxonomy-description p:last-child {
margin-bottom: 0;
}
.sidebar.sidebar-before-posts-pages .widget,
.sidebar.sidebar-after-posts-pages .widget {
margin-bottom: 15px;
}
.page-header .page-title {
line-height: 1;
margin-bottom: 0;
padding-bottom: 15px;
}
.archive .page-header .page-title,
.search-results .page-header .page-title {
padding: 0;
border-bottom: 0;
}
.archive .taxonomy-description {
margin-top: 15px;
}
.site-main .hentry,
.archive .page-header,
.search-results .page-header,
.widget {
margin: 0 0 30px;
}
#main .post-navigation {
margin: 0 0 10px;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
#promotion-message h2 {
margin-bottom: 5px;
}
#promotion-message p,
.page-content,
.entry-content,
.entry-summary p {
margin: 0;
}
#promotion-message .right .promotion-button {
padding: 5px 15px;
}
#featured-content .featured-heading-wrap {
max-width: 1000px;
margin: 0 auto;
padding: 10px;
text-align: center;
}
#featured-content .entry-content {
margin-top: 0;
}
#featured-content .entry-container {
margin-top: 20px;
}
p {
margin-bottom: 20px;
font-family: 'Roboto', sans-serif;
}
.widget figure {
margin-bottom: 15px;
}
#scrollup:before {
margin-top: 5px;
}
.entry-meta .posted-on,
.entry-meta .byline,
.entry-meta .comments-link,
.entry-meta .cat-links {
margin-right: 10px;
}
blockquote {
margin: 30px 20px;
}
#site-generator {
padding: 20px 0;
}
.copyright {
padding: 10px 0;
}
.entry-meta span a:before,
.comment-metadata a:before {
margin-right: 3px;
}
#content {
margin: 30px 0;
}
.sidebar.sidebar-before-posts-pages .widget,
.sidebar.sidebar-after-posts-pages .widget {
padding: 0 15px;
}
#site-header,
#site-logo,
.sidebar.sidebar-before-posts-pages .widget .widget-wrap,
.sidebar.sidebar-after-posts-pages .widget .widget-wrap {
padding: 5px 0;
}
#menu-toggle-header-right {
margin: 20px 0;
} button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline; max-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: none;
background-color: #1a1a1a;
box-shadow: none;
color: #fff;
cursor: pointer; -webkit-appearance: button; text-transform: uppercase;
text-shadow: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background-color: #cc2b3a;
box-shadow: none;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
background-color: #cc2b3a;
box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
padding: 0; }
input[type="search"] {
-webkit-appearance: textfield; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
background-color: #fbfbfb;
color: #444;
border: 1px solid #ccc;
}
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
background-color: #fff;
color: #1a1a1a;
border: 1px solid #cc2b3a;
}
textarea {
overflow: auto; vertical-align: top; width: 100%;
} #site-header-menu,
#site-secondary-menu {
display: none;
}
#site-header-menu.toggled-on,
#site-secondary-menu.toggled-on {
display: block;
}
#primary-menu {
-webkit-flex: 0 1 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
}
#primary-menu .wrapper {
width: auto;
}
.site .nepalbuzz-nav-menu {
margin: 0;
}
.site .nepalbuzz-nav-menu li {
list-style: none;
}
.nepalbuzz-nav-menu li {
border-top: 1px solid #666;
position: relative;
}
.nepalbuzz-nav-menu a {
background-color: transparent;
color: #ddd;
display: block;
line-height: 1.16;
outline-offset: -1px;
padding: 12px 15px;
text-transform: uppercase;
}
.nepalbuzz-nav-menu a:hover,
.nepalbuzz-nav-menu a:focus {
background-color: transparent;
color: #cc2b3a;
}
.nepalbuzz-nav-menu .current-menu-item a,
.nepalbuzz-nav-menu .current-menu-ancestor a,
.nepalbuzz-nav-menu .current_page_item a,
.nepalbuzz-nav-menu .current_page_ancestor a {
background-color: transparent;
color: #cc2b3a;
}
.nepalbuzz-nav-menu .sub-menu a,
.nepalbuzz-nav-menu .children a {
background-color: #000;
color: #ddd;
text-transform: none;
}
.nepalbuzz-nav-menu .sub-menu a:hover,
.nepalbuzz-nav-menu .sub-menu a:focus,
.nepalbuzz-nav-menu .children a:hover,
.nepalbuzz-nav-menu .childrena:focus {
background-color: #000;
color: #cc2b3a;
}
.nepalbuzz-nav-menu ul {
display: none;
margin-left: 0.875em;
}
.no-js .nepalbuzz-nav-menu ul {
display: block;
}
.nepalbuzz-nav-menu .toggled-on {
display: block;
}
.nepalbuzz-nav-menu {
border-bottom: 1px solid #666;
}
.nepalbuzz-nav-menu .menu-item-has-children > a,
.nepalbuzz-nav-menu .page_item_has_children > a {
margin-right: 56px;
}
#secondary-menu {
background-color: #fff;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
#secondary-menu .nepalbuzz-nav-menu a {
background-color: transparent;
color: #1a1a1a;
}
#secondary-menu .nepalbuzz-nav-menu a:hover,
#secondary-menu .nepalbuzz-nav-menu a:focus {
background-color: transparent;
color: #cc2b3a;
}
#secondary-menu .nepalbuzz-nav-menu .current-menu-item a,
#secondary-menu .nepalbuzz-nav-menu .current-menu-ancestor a {
background-color: transparent;
color: #cc2b3a;
}
#secondary-menu .nepalbuzz-nav-menu .sub-menu a {
background-color: #fff;
color: #1a1a1a;
}
#secondary-menu .nepalbuzz-nav-menu .sub-menu a:hover,
#secondary-menu .nepalbuzz-nav-menu .sub-menu a:focus {
background-color: #fff;
color: #cc2b3a;
}
#secondary-menu .nepalbuzz-nav-menu,
#secondary-menu .nepalbuzz-nav-menu li,
#secondary-menu .dropdown-toggle:after {
border-color:  #eee;
}
#site-generator .nav-footer {
background-color: transparent;
}
#site-generator .nav-footer .wrapper {
text-align: center;
vertical-align: middle;
}
#site-generator .nepalbuzz-nav-menu a {
background-color: transparent;
color: #ccc;
margin: 0;
padding:  10px 15px;
}
#site-generator .nepalbuzz-nav-menu li {
display: inline-block;
float: none;
}
#site-generator .nepalbuzz-nav-menu .menu-item-has-children > a:after {
display: none;
}
#site-generator .nepalbuzz-nav-menu .current-menu-item a,
#site-generator .nepalbuzz-nav-menu li a:hover,
#site-generator .nepalbuzz-nav-menu li a:focus {
background-color: transparent;
color: #cc2b3a;
}
#site-generator .nepalbuzz-nav-menu,
#site-generator .nepalbuzz-nav-menu li {
border: 0;
}
.menu-toggle {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
font-size: 16px;
padding: 5px 15px 6px;
}
.menu-label {
display: none;
}
#menu-toggle-primary {
background-color: #ddd;
color: #1a1a1a;
}
#menu-toggle-secondary {
background-color: #fff;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
color: #1a1a1a;
display: block;
width: 100%;
}
#menu-toggle-primary:hover,
#menu-toggle-primary:focus,
#menu-toggle-secondary:hover,
#menu-toggle-secondary:focus,
#menu-toggle-primary.toggled-on,
#menu-toggle-secondary.toggled-on {
background-color: #cc2b3a;
color: #fff;
}
#site-header-menu.toggled-on {
border-top: none;
margin-bottom: 20px;
text-align: left;
}
#site-header-menu.toggled-on {
background-color: #000;
}
#site-secondary-menu.toggled-on {
background-color: #fff;
}
.dropdown-toggle {
background-color: transparent;
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
color: #ddd;
content: "";
height: 48px;
padding: 0;
position: absolute;
right: 0;
text-transform: none;
top: 0;
width: 56px;
}
.sub-menu .dropdown-toggle {
height: 45px;
}
.dropdown-toggle:after {
border: 0 solid #d1d1d1;
border-left-width: 1px;
content: "\f107";
font-size: 24px;
left: 1px;
position: relative;
width: 56px;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
background-color: transparent;
color: #cc2b3a;
}
.dropdown-toggle:focus {
outline: thin dotted;
outline-offset: -1px;
}
.dropdown-toggle:focus:after {
border-color: transparent;
}
.dropdown-toggle.toggled-on:after {
content: "\f106";
}
#secondary-menu .dropdown-toggle {
color: #1a1a1a;
}
#secondary-menu .dropdown-toggle:hover,
#secondary-menu .dropdown-toggle:focus {
background-color: transparent;
color: #cc2b3a;
} #search-toggle {
display: none;
background-color: transparent;
cursor: pointer;
float: right;
height: 81px;
line-height: 74px;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 42px;
}
#search-toggle:hover,
#search-toggle:focus {
background-color: transparent;
color: #cc2b3a;
}
#search-container {
top: 0;
clear: both;
right: 42px;
position: absolute;
width: 100%;
z-index: 999;
}
.nav-primary .search-submit {
display: none;
}
.nav-primary .search-form {
padding: 22px 4px;
}
.nav-primary .search-field {
border-color: #eee;
-webkit-box-sizing: border-box; -moz-box-sizing:    border-box; box-sizing:         border-box;
width:  100%;
}
.nav-primary .search-field:focus {
border-color: #666;
color: #000;
}
.ctdate {
display: inline-block;
float: left;
padding-right: 0.875em;
} .site-main .comment-navigation,
.site-main .paging-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.post-navigation span {
display: block;
} .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
}
#main .comment-navigation,
#main .posts-navigation,
#main .post-navigation {
overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next,
.nav-next {
float: right;
text-align: right;
width: 50%;
}
.post-navigation .nav-next .nav-next {
width: 100%;
}
.posts-navigation .nav-links a,
.pagination .nav-links a,
.pagination .nav-links .current,
.pagination .nav-links .dots,
.site-main #infinite-handle span button,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.site-main .page-links a,
.site-main .page-links span {
background-color: #1a1a1a;
border: 1px solid #1a1a1a;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 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;
color: #fff;
display: inline-block;
text-transform: uppercase;
}
.pagination .nav-links a,
.pagination .nav-links .current,
.pagination .nav-links .dots {
padding: 5px 12px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
margin: 2px;
padding: 8px 12px;
}
.posts-navigation .nav-links a,
.site-main #infinite-handle span button,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus {
padding: 10px 20px;
}
.posts-navigation .nav-links a:hover,
.posts-navigation .nav-links a:focus,
.pagination .nav-links a:hover,
.pagination .nav-links a:focus,
.pagination .nav-links .current,
.site-main #infinite-handle span button:hover,
.site-main #infinite-handle span button:focus,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.site-main .page-links span,
.site-main .page-links a:hover,
.site-main .page-links a:focus,
.site-main .page-links a:hover span,
.site-main .page-links a:focus span {
background-color: #cc2b3a;
border: 1px solid #cc2b3a;
color: #fff;
}
.site-main .page-links a span,
.site-main .page-links a:hover span {
background-color: transparent;
border: 0;
padding: 0;
}
.page-links span.pages {
border: none;
background-color: transparent;
color: #1a1a1a;
padding-left: 0;
} .site-content #infinite-handle span {
background-color: transparent;
font-size: inherit;
padding: 0;
}
.site-main #infinite-handle span button {
display: block;
width: 100%;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
border: none;
}
.pagination .nav-links {
text-align: center;
}
.page-links a,
.page-links span {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
padding: 5px 12px;
}
.pagination .prev {
float: left;
}
.pagination .next {
float: right;
}
.main-pagination,
.site-content .sidebar {
margin: 30px 0;
}
.site-content .sidebar-primary {
margin-top: 0;
}
.woocommerce-pagination {
padding-top: 15px;
}  .assistive-text {
position: absolute !important;
clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f6f7f7;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #1b8be0;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
} .clear:after,
.clearfix:after,
.hentry:after,
.archive-post-wrap:after,
.wrapper:after,
.nepalbuzz-nav-menu:after,
.featured-content-wrap:after,
#content_sidebar_wrap:after,
.widget:after,
.widget-wrap:after,
.article-wrap:after,
#nav-below:after,
.page-links:after,
.post-navigation:after,
.nav-links:after,
.sidebar:after,
.ui-tabs-panel:after,
#site-generator:after {
content: "\0020";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clear {
clear: both;
} #masthead {
position: relative;
}
#header-top {
background: #000;
background: rgba(0, 0, 0, 0.4);
-webkit-transition: background-color 0.5s ease-in-out;
transition: background-color 0.5s ease-in-out;
color: #ddd;
top: 0;
display: block;
left: 0;
padding-top: 0;
position: fixed;
-webkit-transition: 0.6s ease-in-out;
-moz-transition: 0.6s ease-in-out;
-o-transition: 0.6s ease-in-out;
-ms-transition: 0.6s ease-in-out;
transition: 0.6s ease-in-out;
width: 100%;
z-index: 150;
}
#header-top.fullheight {
bottom: 0;
overflow-y: scroll;
}
body.header-bg #header-top,
#header-top.sticky  {
background: #000;
background: rgba(0, 0, 0, 1);
}
.admin-bar #header-top {
top: 46px;
}
.admin-bar #header-top.sticky {
top: 0;
}
.site-header-main {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.site-branding {
display: block;
width: 100%;
text-align: center;
}
.site-branding {
margin-right: auto; max-width: 100%;
min-width: 0;
overflow: hidden;
text-align: left;
width: auto;
}
#site-logo,
#site-header {
display: inline-block;
float: left;
text-align: left;
}
#site-logo a {
display: block;
max-width: 200px;
}
#site-header.logo-enable.logo-left {
padding-left: 10px;
}
#site-header.logo-enable.logo-right {
padding-right: 10px;
}
.site-title {
font-family: 'Oswald', sans-serif;
letter-spacing: 1px;
font-size: 20px;
line-height: 1.1;
margin-bottom: 0;
text-transform: uppercase;
}
.site-title a {
color: #cc2b3a;
}
.site-title a:hover,
.site-title a:focus {
color: #fff;
text-decoration: none;
}
.site-description {
color: #ddd;
font-family: 'Merriweather', serif;
font-style: italic;
line-height: 1.2;
margin-top: 6px;
}
#masthead .search-field {
font-size: 14px;
-webkit-transition-duration: 400ms;
-webkit-transition-property: width, background;
-webkit-transition-timing-function: ease;
-moz-transition-duration: 400ms;
-moz-transition-property: width, background;
-moz-transition-timing-function: ease;
-o-transition-duration: 400ms;
-o-transition-property: width, background;
-o-transition-timing-function: ease;
width: 100%;
border: 1px solid #ddd;
background-color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
color:#888;
}
#masthead .search-field:focus {
color: #1a1a1a;
} .custom-header {
overflow: hidden;
padding-top: 81px;
position: relative;
text-align: center;
z-index: 1;
}
.custom-header-media .wp-custom-header-video-button {
display: none;
}
.custom-header-media img {
display: none;
}
.custom-header .custom-header-media video,
.custom-header .custom-header-media iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
} @supports ( object-fit: cover ) {
.custom-header .custom-header-media video,
.custom-header .custom-header-media iframe {
height: 100%;
left: 0;
-o-object-fit: cover;
object-fit: cover;
top: 0;
-ms-transform: none;
-moz-transform: none;
-webkit-transform: none;
transform: none;
width: 100%;
}
}
.custom-header-content {
display: block;
margin: 0 auto;
max-width: 900px;
padding: 60px 20px;
position: relative;
text-align: center;
}
.custom-header-content .entry-title {
font-size: 28px;
margin-bottom: 0;
}
.custom-header-content .entry-title,
.custom-header-content .entry-title a {
color: #fff;
}
.custom-header-content .entry-content {
font-size: 16px;
}
.custom-header-content .entry-content .readmore {
clear: both;
display: block;
}
.custom-header-content,
.custom-header-content .entry-title,
.custom-header-content .entry-title a,
.custom-header-content .more-button a,
#feature-slider,
#feature-slider .entry-title a,
#feature-slider .more-button a {
color: #fff;
}
.custom-header-content .entry-title:hover,
.custom-header-content .entry-title:focus,
#feature-slider .entry-title a:hover,
#feature-slider .entry-title a:focus {
color: #ef0040;
}
.custom-header-content .more-button a,
#feature-slider .more-button a {
border-color: #fff;
}
.custom-header-content .more-button a:hover,
.custom-header-content .more-button a:focus,
#feature-slider .more-button a:hover,
#feature-slider .more-button a:focus {
border-color: #ef0040;
color: #ef0040;
}
.custom-header-media .wp-custom-header-video-button { background-color: transparent;
border: 1px solid rgba( 255, 255, 255, 0.5 );
color: #ddd;
font-size: 24px;
font-size: 1.5rem;
overflow: hidden;
padding: 7px 15px;
position: absolute;
top: 116px;
left: 48%;
-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
-o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
z-index: 100;
}
.custom-header-media .wp-custom-header-video-button.wp-custom-header-video-pause,
.custom-header-media .wp-custom-header-video-button:hover,
.custom-header-media .wp-custom-header-video-button:focus {
background-color: #222;
color: #fff;
} #feature-slider {
clear: both;
display: block;
overflow: hidden;
position: relative;
width: 100%;
}
#feature-slider .wrapper {
width: 100%;
max-width: 100%;
overflow: hidden;
}
#feature-slider .cycle-slideshow {
width: 100%;
margin: 0 auto;
padding: 0;
position: relative;
}
#feature-slider .hentry {
height: 100%;
width: 100%;
}
.slider-image-wrapper {
display: block;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
overflow: hidden;
}
.slider-image-thumbnail,
#per-slide-template .thumbnail {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.slider-image-thumbnail {
background-attachment: fixed;
height: 100%;
width: 100%;
}
.slider-content-wrapper {
display: table;
height: 100%;
position: relative;
padding-top: 81px;
}
#feature-slider .entry-container {
display: table-cell;
padding: 60px 20px;
vertical-align: middle;
}
#feature-slider .entry-header,
#feature-slider .entry-summary {
max-width: 600px;
}
#feature-slider .entry-summary {
display: none;
}
#feature-slider .entry-meta {
display: none;
margin-bottom: 5px;
}
#feature-slider .entry-summary p {
margin: 0;
}
#feature-slider .entry-meta a {
color: #ddd;
}
#feature-slider .entry-meta a:hover,
#feature-slider .entry-meta a:focus {
color: #ef0040;
}
#per-slide-template {
display: table;
position: relative;
text-align: center;
width: 100%;
}
#per-slide-template .thumbnail {
display: table-cell;
vertical-align: middle;
text-align: center;
position: relative;
}
#per-slide-template .title {
display: block;
padding: 20px;
font-family: 'Oswald', sans-serif;
font-size: 18px;
line-height: 1.23;
}
#per-slide-template a {
color: #fff;
}
#per-slide-template a:hover,
#per-slide-template a:focus {
color: #fff;
}
#per-slide-template.slide-numbers-1 {
display: none;
} .sidebar-header-bottom {
background-color: #fff;
color: #1a1a1a;
padding: 15px 0;
position: relative;
}
.sidebar-header-bottom .widget {
background-color: transparent;
border-top: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 15px 0;
margin-bottom: 0;
text-align: center;
}
.sidebar.sidebar-header-bottom .widget-title {
color: #1a1a1a;
}
.sidebar-header-bottom a {
color: #666;
}
.sidebar-header-bottom a:hover,
.sidebar-header-bottom a:focus {
color: #cc2b3a;
}
.sidebar-header-bottom .widget table {
margin-bottom: 0;
} #promotion-message {
background-color: #1a1a1a;
color: #ddd;
text-align: center;
}
#promotion-message h2 {
color: #fff;
}
#promotion-message .widget {
background-color: transparent;
border: 0;
box-shadow: none;
}
#promotion-message a {
color: #cc2b3a;
}
#promotion-message a:hover,
#promotion-message a:focus {
color: #fff;
}
#promotion-message .right .promotion-button {
background-color: #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
color: #1a1a1a;
display: inline-block;
}
#promotion-message .right .promotion-button:hover,
#promotion-message .right .promotion-button:focus {
background-color: #cc2b3a;
color: #fff;
text-decoration: none;
} #featured-content {
margin-top: 30px;
margin-bottom: 30px;
}
#feature-heading {
border-bottom: 1px solid #eee;
}
#featured-content .widget {
background-color: #fff;
border-color: #cc2b3a;
padding: 10px;
}
#featured-content .featured-content-image {
display: block;
}
#featured-content .featured-content-image img {
width: 100%;
}
#featured-content .hentry {
border: none;
float: left;
padding: 10px;
}
#featured-content .entry-header {
padding: 0;
}
#featured-content .featured-heading-wrap .entry-title {
color: #1a1a1a;
}
#featured-content .featured-heading-wrap {
color: #1a1a1a;
}
#featured-content .entry-title,
#featured-content .entry-title a {
color: #1a1a1a;
}
#featured-content .entry-title a:hover,
#featured-content .entry-title a:focus {
color: #cc2b3a;
} .site-content-contain {
position: relative;
}
.site-content .wrapper {
background-color: #f6f7f7;
}
.content-area {
float: left;
max-width: 100%;
width: 100%;
}
.site-main,
.sidebar-primary,
.sidebar-secondary {
width: 100%;
}
.sidebar-primary,
.sidebar-secondary {
clear: both;
}
.sidebar-primary .widget,
.sidebar-secondary .widget {
width: 100%;
}
.site-main .hentry,
.archive .page-header,
.search-results .page-header,
.widget {
background-color: #fff;
border-top: 2px solid #cc2b3a;
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.12);
-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.12);
box-shadow: 0 2px 2px rgba(0,0,0,0.12);
}
.widget .widget-title {
color: #1a1a1a;
}
.archive-post-wrap,
.products,
.sidebar.sidebar-before-posts-pages .widget .widget-wrap,
.sidebar.sidebar-after-posts-pages .widget .widget-wrap,
.page-header .page-title {
border-bottom: 1px solid #eee;
}
.page-title,
.entry-title,
.entry-title a {
color: #1a1a1a;
text-decoration: none;
}
.entry-meta,
.entry-meta a {
color: #888;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-meta a:hover,
.entry-meta a:focus {
color: #cc2b3a;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
.archive-post-wrap .entry-footer {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
} .layout-two-columns .site-main {
width: 100%;
}  .content-right .content-area {
float: right;
}
.content-right .sidebar-primary {
float: left;
} .layout-one-column .content-area {
display: block;
float: none;
margin: 0 auto;
width: 100%;
max-width: 100%;
}
.layout-one-column .site-main {
width: 100%;
}
.layout-one-column .site-main .entry-container {
padding: 30px 25px;
}
.layout-one-column .entry-header {
padding-bottom: 30px;
}
.layout-one-column .site-main .entry-content h1,
.layout-one-column .site-main .entry-content h2,
.layout-one-column .site-main .entry-content h3,
.layout-one-column .site-main .entry-content h4,
.layout-one-column .site-main .entry-content h5,
.layout-one-column .site-main .entry-content h6,
.layout-one-column .site-main p,
.layout-one-column .site-main table,
.layout-one-column .site-main dd,
.layout-one-column .site-main .entry-content ol,
.layout-one-column .site-main .entry-content ul,
.layout-one-column .site-main pre {
margin-bottom: 20px;
} .layout-one-column.full-width .content-area,
.layout-one-column.full-width .site-main {
max-width: 100%;
width: 100%;
} .has-post-thumbnail .archive-post-wrap .featured-image,
.sidebar-before-posts-pages .ctfeaturedpostpageimage .featured-image,
.sidebar-after-posts-pages .ctfeaturedpostpageimage .featured-image {
display: block;
width: 100%;
}
.has-post-thumbnail .archive-post-wrap img {
width: 100%;
}
.has-post-thumbnail .archive-post-wrap .featured-image,
.has-post-thumbnail .archive-post-wrap .entry-container,
.ctfeaturedpostpageimage .featured-image,
.ctfeaturedpostpageimage .entry-container {
float: none;
}
.has-post-thumbnail .archive-post-wrap .entry-container,
.sidebar-before-posts-pages .ctfeaturedpostpageimage .entry-container,
.sidebar-after-posts-pages .ctfeaturedpostpageimage .entry-container {
display: block;
width: 100%;
}
.hentry.sticky {
position: relative;
}
.hentry .sticky-label {
display: none;
}
.hentry.sticky .sticky-label {
background-color: #cc2b3a;
color: #fff;
display: block;
float: right;
font-size: 14px;
margin-bottom: 5px;
padding: 5px 10px;
}
.excerpt-image-left .hentry.sticky .sticky-label {
font-size: 10px;
padding: 3px 10px;
}
.hentry.sticky.has-post-thumbnail .sticky-label {
position: absolute;
top: 0;
right: 0;
} .widget-area .widget-title {
margin-bottom: 1em;
}
.widget-area .widget-title,
.sidebar .ui-tabs-anchor {
font-size: 16px;
letter-spacing: 1px;
text-transform: uppercase;
} .widget select {
max-width: 100%;
} .widget_search .search-submit {
display: none;
}
.widget_search .search-field {
width: 100%;
} .widget_calendar #wp-calendar {
width: 100%;
text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
font-weight: normal;
text-align: center;
}
.widget_calendar #wp-calendar caption {
padding: 5px 0 3px 0;
text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
background: #f2f2f2;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
background: #f2f2f2;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.widget_calendar #wp-calendar #today {
background-color: #cc2b3a;
color: #fff;
} .widget-area .hentry {
display: block;
float: left;
margin: 0 0 1em;
padding: 0;
width: 100%;
}
.widget-area ul.columns,
.widget-area .hentry:nth-last-of-type(1) {
margin-bottom: 0;
}
.widget-area .two-columns .hentry {
margin-left: 4%;
width: 48%;
}
.widget-area .three-columns .hentry {
margin-left: 4%;
width: 30.66%;
}
.widget-area .four-columns .hentry {
margin-left: 4%;
width: 22%;
}
.widget-area .five-columns .hentry {
margin-left: 4%;
width: 16.8%;
}
.widget-area .six-columns .hentry {
margin-left: 4%;
width: 13.33%;
}
.widget-area .seven-columns .hentry {
margin-left: 4%;
width: 10.85%;
}
.widget-area .eight-columns .hentry {
margin-left: 4%;
width: 9%;
}
.widget-area .two-columns .hentry:nth-child(2n+1),
.widget-area .three-columns .hentry:nth-child(3n+1),
.widget-area .four-columns .hentry:nth-child(4n+1),
.widget-area .five-columns .hentry:nth-child(5n+1),
.widget-area .six-columns .hentry:nth-child(6n+1),
.widget-area .seven-columns .hentry:nth-child(7n+1),
.widget-area .eight-columns .hentry:nth-child(8n+1) {
clear: both;
margin-left: 0;
}
.widget-area .featured-image {
margin-top: 0;
margin-bottom: 1em;
}
.widget-area .left .featured-image,
.widget-area .right .featured-image {
margin: 0;
width: 25%;
}
.widget-area .left .featured-image {
float: left;
}
.widget-area .right .featured-image {
float: right;
}
.widget-area .center .featured-image {
text-align: center;
}
.widget-area .left .entry-container,
.widget-area .right .entry-container {
width: 75%;
}
.widget-area .left .entry-container {
padding-left: 1em;
float: right;
}
.widget-area .right .entry-container {
padding-right: 1em;
float: left;
}
.widget-area .hentry .entry-title {
font-family: 'Merriweather', serif;
margin-bottom: 0.3125em;
}
.widget-area .hentry .entry-meta {
font-size: 12px;
font-size: 0.75em;
margin-bottom: 0;
}
.widget-area .no-featured-image .entry-container {
float: none;
padding: 0;
width: 100%;
}
.widget-area .gallery {
margin: 0;
} .ct-tabbed-featured-posts.widget,
.ct-tabbed-featured-posts .ui-tabs {
border: none;
padding: 0;
}
.ct-tabbed-featured-posts .ui-tabs .ui-tabs-nav {
display: table;
width: 100%;
}
.ct-tabbed-featured-posts .ui-tabs .ui-tabs-nav li {
display: table-cell;
float: none;
margin: 0;
vertical-align: middle;
width: 50%;
white-space: inherit;
}
.ct-tabbed-featured-posts .ui-tabs .ui-tabs-nav li a {
max-width: 100%;
padding: 15px 20px 13px;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.ct-tabbed-featured-posts .ui-tabs .ui-tabs-panel {
background-color: transparent;
border-top: 2px solid #cc2b3a;
}
.ct-tabbed-featured-posts .ui-widget-header .ui-state-default {
background-color: transparent;
border: none;
color: #1a1a1a;
}
.ct-tabbed-featured-posts .ui-widget-header .ui-state-active {
background-color: #cc2b3a;
border: none;
color: #fff;
}
.ct-tabbed-featured-posts .ui-widget-header .ui-state-active a {
color: #fff;
}
.site-footer .ct-tabbed-featured-posts .ui-widget-header .ui-state-active {
background-color: #333;
}
.site-footer .ct-tabbed-featured-posts .ui-tabs .ui-tabs-panel {
border-color: #333;
}
.site-footer .ct-tabbed-featured-posts.widget {
padding: 20px;
}
.site-footer .widget-area .ui-tabs-anchor {
text-transform: uppercase;
color: #fff;
} .cttagcloud .ct-tag-cloud-wrap.default a {
padding: 5px;
}
.cttagcloud .ct-tag-cloud-wrap.box a,
.cttagcloud .ct-tag-cloud-wrap.rounded-corners a {
background-color: #f3f3f3;
display: inline-block;
margin: 0 5px 5px 0;
padding: 5px 10px;
}
.site-footer .cttagcloud .ct-tag-cloud-wrap.box a,
.site-footer .cttagcloud .ct-tag-cloud-wrap.rounded-corners a {
background-color: #333;
}
.cttagcloud .ct-tag-cloud-wrap.box a:hover,
.cttagcloud .ct-tag-cloud-wrap.rounded-corners a:hover {
background-color: #cc2b3a;
color: #fff;
}
.cttagcloud .ct-tag-cloud-wrap.rounded-corners a {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
} .ctnewsletter .ct-newsletter-wrap input {
margin-bottom: 1em;
max-width: 860px;
width: 100%;
} .ctimagemenuwidget .menu {
text-align: center;
}
.ctimagemenuwidget .menu li {
display: inline-block;
margin: 0 5px;
padding: 5px;
border: none;
}
.ctimagemenuwidget .featured-image.aligncenter {
text-align: center;
} .ctgallerypostpageimage .hentry {
position: relative;
}
.ctgallerypostpageimage .hentry .featured-image {
margin: 0;
}
.ctgallerypostpageimage .hentry .entry-container {
background: #303030;
background: rgba(48,48,48,0.9);
padding: 10px 40px;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
line-height: normal;
opacity: 0;
text-align: center;
-webkit-transition: all .2s 0 linear;
-moz-transition: all .2s 0 linear;
-ms-transition: all .2s 0 linear;
-o-transition: all .2s 0 linear;
transition: all .2s 0 linear;
}
.ctgallerypostpageimage .hentry .entry-container>.vcenter {
display: block;
position: relative;
top: 50%;
-webkit-transform: translateY(-55%) scale(1.2);
-ms-transform: translateY(-55%) scale(1.2);
transform: translateY(-55%) scale(1.2);
-webkit-transition: all .2s 0 linear;
-moz-transition: all .2s 0 linear;
-ms-transition: all .2s 0 linear;
-o-transition: all .2s 0 linear;
transition: all .2s 0 linear;
}
#featured-grid-content .grid-box:hover .caption>.vcenter {
-webkit-transform: translateY(-50%) scale(1);
-ms-transform: translateY(-50%) scale(1);
transform: translateY(-50%) scale(1);
}
.ctgallerypostpageimage .hentry:hover .entry-container {
box-shadow: inset 0 0 50px 0 rgba(0,0,0,.1);
opacity: 1;
}
.ctgallerypostpageimage .hentry .entry-container,
.ctgallerypostpageimage .entry-title,
.ctgallerypostpageimage .entry-title a {
color: #fff;
}
.ctgallerypostpageimage .entry-title a:hover {
color: #cc2b3a;
}
.ctgallerypostpageimage .fa {
background-color: #fff;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
color: #222;
font-size: 20px;
height: 20px;
margin-top: 5px;
padding: 2px 4px;
width: 20px;
}
.ctgallerypostpageimage .fa:hover {
background-color: #cc2b3a;
color: #fff;
}
.ctinstagram .fa-instagram:before {
margin-right: 3px;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
#respond form label {
display: block;
}
.comments-title {
margin-bottom: 20px;
}
.comment-body {
border-bottom: 4px double #eee;
margin-bottom: 20px;
padding-bottom: 20px;
}
.comment-body .comment-meta {
margin-bottom:  20px;
}
.comment-body .comment-author img {
float: left;
margin-right: 10px;
padding: 0;
}
.comment-list {
margin-left: 0;
}
ol.comment-list,
.comment-list ol.children {
list-style: none;
}
.comment-metadata .edit-link {
margin-left: 10px;
}
.site-main .comment-content > :last-child {
margin-bottom: 0;
}
.comment-list .reply {
margin-top: 14px;
}
.comment-list .reply a,
.comment-list .reply a:before {
font-size: 12px;
}
.comment-list .reply a:before {
margin-right: 3px;
} .page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} caption {
font-weight: bold;
}
.wp-caption {
background-color:  #f3f3f3;
border: 1px solid #ddd;
margin-bottom: 15px;
max-width: 100%;
padding: 5px 5px 0;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 8px 0;
} .gallery {
margin: 0 -1.1666667% 1.75em;
}
.gallery-item {
display: inline-block;
max-width: 33.33%;
padding: 0 1.1400652% 2.2801304%;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-icon img {
margin: 0 auto;
}
.gallery-caption {
color: #686868;
display: block;
font-size: 14px;
font-style: italic;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.two-columns .hentry,
#featured-content.layout-two .hentry,
#supplementary.two .widget-area,
.four-columns .hentry,
#featured-content.layout-four .hentry,
#supplementary.four .widget-area,
.six-columns .hentry,
.eight-columns .hentry {
width: 100%;
}
.three-columns .hentry,
#featured-content.layout-three .hentry,
#supplementary.three .widget-area {
max-width: 100%;
}
.five-columns .hentry {
max-width: 100%;
}
.seven-columns .hentry {
max-width: 100%;
} .site-footer {
background-color: #1a1a1a;
color: #aaa;
}
.site-footer .widget  {
background-color: transparent;
border: none;
box-shadow: none;
}
.site-footer .widget-title,
.site-footer .widget-title a {
color: #fff;
}
.site-footer .entry-title,
.site-footer .entry-title a,
.site-footer a {
color: #ccc;
}
.site-footer .widget ul li {
border-color: #333;
text-align: left;
}
.site-footer a:hover,
.site-footer a:focus,
.site-footer .widget-title a:hover,
.site-footer .widget-title a:focus,
.site-footer .entry-title a:hover,
.site-footer .entry-title a:focus {
color: #cc2b3a;
text-decoration: none;
}
#supplementary .widget-area {
float: left;
width: 100%;
}
#supplementary.one .widget-area {
text-align: center;
}
#site-generator {
background-color: #000;
color: #aaa;
text-align: center;
}
#site-generator a {
color: #ccc;
}
#site-generator a:hover,
#site-generator a:focus {
color: #cc2b3a;
}
.copyright a {
font-weight: bold;
}  #scrollup {
background-color: #888;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 	0 2px 6px rgba(0, 0, 0, 0.5);
box-shadow: 		0 2px 6px rgba(0, 0, 0, 0.5);
color: #fff;
cursor: pointer;
display: none;
height: 40px;
position: fixed;
bottom: 20px;
right: 20px;
text-align: center;
text-decoration: none;
width: 40px;
z-index: 9999;
}
#scrollup:hover,
#scrollup:focus {
background-color: #cc2b3a;
color: #fff;
text-decoration: none;
} #breadcrumb-list {
background-color: #fff;
text-align: center;
}
#breadcrumb-list span {
background-color: transparent;
border: 1px solid #eee;
color: #666;
display: inline-block;
font-style: italic;
margin-left: -1px;
}
#breadcrumb-list span.sep {
float: right;
margin-left: 0;
padding: 0 0 0 5px;
}
#breadcrumb-list span.sep,
#breadcrumb-list span.archive-text,
#breadcrumb-list span.search-text,
#breadcrumb-list span.tag-text,
#breadcrumb-list span.author-text {
border: none;
}
#breadcrumb-list a,
#breadcrumb-list a span {
color: #cc2b3a;
display: inline-block;
padding: 5px 10px 3px;
}
#breadcrumb-list a:hover,
#breadcrumb-list a:hover span {
color: #1a1a1a;
text-decoration: none;
}
#breadcrumb-list .breadcrumb-current {
background-color: #f6f7f7;
padding: 5px 10px 3px;
} .more-button {
clear: both;
display: block;
margin-top: 15px;
}
.more-button a {
border-bottom: 1px solid #666;
color: #666;
margin-bottom: 2px;
text-decoration: none;
text-transform: uppercase;
}
.more-button a:hover,
.more-button a:focus {
color: #cc2b3a;
border-color: #cc2b3a;
} .ct-social-widget .social-icons a {
box-sizing: border-box;
-webkit-box-sizing: border-box; -moz-box-sizing:    border-box;
font-size: 21px;
line-height: 1.2;
margin: 0 10px 10px 0;
padding: 8px 10px;
height: 40px;
text-align: center;
width: 40px;
}
.ct-social-widget .social-icons a:hover,
.ct-social-widget .social-icons a:focus {
text-decoration: none;
color: #fff;
}
.ct-social-widget .social-icons a.fa-facebook:hover,
.ct-social-widget .social-icons a.fa-facebook:focus {
background-color: #3b5998;
border-color: #3b5998;
}
.site .widget_nepalbuzz_social_icons a.fa-twitter:hover,
.site .widget_nepalbuzz_social_icons a.fa-twitter:focus {
background-color: #1da1f2;
border-color: #1da1f2;
}
.site .widget_nepalbuzz_social_icons a.fa-google-plus:hover,
.site .widget_nepalbuzz_social_icons a.fa-google-plus:focus {
background-color: #dd4b39;
border-color: #dd4b39;
}
.site .widget_nepalbuzz_social_icons a.fa-envelope:hover,
.site .widget_nepalbuzz_social_icons a.fa-envelope:focus {
background-color: #1d62f0;
border-color: #1d62f0;
}
.site .widget_nepalbuzz_social_icons a.fa-feed:hover,
.site .widget_nepalbuzz_social_icons a.fa-feed:focus {
background-color: #dc622c;
border-color: #dc622c;
}
.site .widget_nepalbuzz_social_icons a.fa-wordpress:hover,
.site .widget_nepalbuzz_social_icons a.fa-wordpress:focus {
background-color: #21759b;
border-color: #21759b;
}
.site .widget_nepalbuzz_social_icons a.fa-github:hover,
.site .widget_nepalbuzz_social_icons a.fa-github:focus {
background-color: #333;
border-color: #333;
}
.site .widget_nepalbuzz_social_icons a.fa-linkedin:hover,
.site .widget_nepalbuzz_social_icons a.fa-linkedin:focus {
background-color: #0077b5;
border-color: #0077b5;
}
.site .widget_nepalbuzz_social_icons a.fa-pinterest:hover,
.site .widget_nepalbuzz_social_icons a.fa-pinterest:focus {
background-color: #bd081c;
border-color: #bd081c;
}
.site .widget_nepalbuzz_social_icons a.fa-flickr:hover,
.site .widget_nepalbuzz_social_icons a.fa-flickr:focus {
background-color: #ff0084;
border-color: #ff0084;
}
.site .widget_nepalbuzz_social_icons a.fa-vimeo:hover,
.site .widget_nepalbuzz_social_icons a.fa-vimeo:focus {
background-color: #1ab7ea;
border-color: #1ab7ea;
}
.site .widget_nepalbuzz_social_icons a.fa-youtube:hover,
.site .widget_nepalbuzz_social_icons a.fa-youtube:focus {
background-color: #cd201f;
border-color: #cd201f;
}
.site .widget_nepalbuzz_social_icons a.fa-tumblr:hover,
.site .widget_nepalbuzz_social_icons a.fa-tumblr:focus {
background-color: #35465c;
border-color: #35465c;
}
.site .widget_nepalbuzz_social_icons a.fa-instagram:hover,
.site .widget_nepalbuzz_social_icons a.fa-instagram:focus {
background-color: #c13584;
border-color: #c13584;
}
.site .widget_nepalbuzz_social_icons a.fa-codepen:hover,
.site .widget_nepalbuzz_social_icons a.fa-codepen:focus {
background-color: #000;
border-color: #000;
}
.site .widget_nepalbuzz_social_icons a.fa-xing:hover,
.site .widget_nepalbuzz_social_icons a.fa-xing:focus {
background-color: #cfdc00;
border-color: #cfdc00;
}
.site .widget_nepalbuzz_social_icons a.fa-dribbble:hover,
.site .widget_nepalbuzz_social_icons a.fa-dribbble:focus {
background-color: #ea4c89;
border-color: #ea4c89;
}
.site .widget_nepalbuzz_social_icons a.fa-skype:hover,
.site .widget_nepalbuzz_social_icons a.fa-skype:focus {
background-color: #00aff0;
border-color: #00aff0;
}
.site .widget_nepalbuzz_social_icons a.fa-digg:hover,
.site .widget_nepalbuzz_social_icons a.fa-digg:focus {
background-color: #005be2;
border-color: #005be2;
}
.site .widget_nepalbuzz_social_icons a.fa-reddit:hover,
.site .widget_nepalbuzz_social_icons a.fa-reddit:focus {
background-color: #ff4500;
border-color: #ff4500;
}
.site .widget_nepalbuzz_social_icons a.fa-stumbleupon:hover,
.site .widget_nepalbuzz_social_icons a.fa-stumbleupon:focus {
background-color: #eb4924;
border-color: #eb4924;
}
.site .widget_nepalbuzz_social_icons a.fa-get-pocket:hover,
.site .widget_nepalbuzz_social_icons a.fa-get-pocket:focus {
background-color: #ef4056;
border-color: #ef4056;
}
.site .widget_nepalbuzz_social_icons a.fa-dropbox:hover,
.site .widget_nepalbuzz_social_icons a.fa-dropbox:focus {
background-color: #007ee5;
border-color: #007ee5;
}
.site .widget_nepalbuzz_social_icons a.fa-spotify:hover,
.site .widget_nepalbuzz_social_icons a.fa-spotify:focus {
background-color: #2ebd59;
border-color: #2ebd59;
}
.site .widget_nepalbuzz_social_icons a.fa-vk:hover,
.site .widget_nepalbuzz_social_icons a.fa-vk:focus {
background-color: #45668e;
border-color: #45668e;
}
.site .widget_nepalbuzz_social_icons a.fa-foursquare:hover,
.site .widget_nepalbuzz_social_icons a.fa-foursquare:focus {
background-color: #f94877;
border-color: #f94877;
}
.site .widget_nepalbuzz_social_icons a.fa-twitch:hover,
.site .widget_nepalbuzz_social_icons a.fa-twitch:focus {
background-color: #6441a5;
border-color: #6441a5;
}
.site .widget_nepalbuzz_social_icons a.fa-cloud:hover,
.site .widget_nepalbuzz_social_icons a.fa-cloud:focus {
background-color: #00aced;
border-color: #00aced;
}
.site .widget_nepalbuzz_social_icons a.fa-globe:hover,
.site .widget_nepalbuzz_social_icons a.fa-globe:focus {
background-color: #1da1f2;
border-color: #1da1f2;
}
.site .widget_nepalbuzz_social_icons a.fa-shopping-cart:hover,
.site .widget_nepalbuzz_social_icons a.fa-mobile-phone:hover,
.site .widget_nepalbuzz_social_icons a.fa-phone:hover,
.site .widget_nepalbuzz_social_icons a.fa-shopping-cart:focus,
.site .widget_nepalbuzz_social_icons a.fa-mobile-phone:focus,
.site .widget_nepalbuzz_social_icons a.fa-phone:focus {
background-color: #42b41e;
border-color: #42b41e;
}
.site .widget_nepalbuzz_social_icons a.fa-link:hover,
.site .widget_nepalbuzz_social_icons a.fa-link:focus {
background-color: #2e6da4;
border-color: #2e6da4;
}
.site .widget_nepalbuzz_social_icons a.custom-icon {
border: none;
background: transparent;
padding: 0;
}
.site .widget_nepalbuzz_social_icons .icon-hover,
.site .widget_nepalbuzz_social_icons .has-hover:hover .icon-static {
display: none;
}
.site .widget_nepalbuzz_social_icons .has-hover:hover .icon-hover {
display: inline-block;
text-decoration: none;
border: none;
} .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
margin-bottom: 20px;
} #news-ticker {
background-color: #000;
border-bottom: 1px solid #444;
}
.news-ticker-above-content #news-ticker .wrapper {
background-color: #1a1a1a;
border: 1px solid #444;
padding: 0 30px;
}
.news-ticker-label {
border-bottom: 1px solid #444;
color: #cc2b3a;
display: inline-block;
float: left;
font-weight: 300;
margin: 0;
padding: 12px 0;
}
.new-ticket-content {
display: inline-block;
float: left;
padding: 12px 0;
width: 100%;
}
.news-ticker-title {
font-size: 16px;
font-weight: 300;
line-height: 1.4;
margin: 0;
}
.news-ticker-title,
.news-ticker-title a {
color: #ddd;
}
.news-ticker-title a:hover,
.news-ticker-title a:focus {
color: #cc2b3a;
} .site-main div.sharedaddy h3.sd-title,
.site-main #jp-relatedposts h3.jp-relatedposts-headline {
font-size: 16px;
}
.site-main #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
font-size: 16px;
margin: 7px 0;
}
.site-main #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
font-weight: bold;
color: #1a1a1a;
}
.site-main #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover,
.site-main #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:focus {
color: #cc2b3a;
text-decoration: none;
}
.site-main #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
.site-main #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
color: #888;
font-size: 12px;
opacity: 1;
}  @-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
@media screen and (min-width: 480px) {
.menu-label {
display: inline-block;
margin-left: 6px;
}
.two-columns .hentry,
.three-columns .hentry,
.four-columns .hentry,
#featured-content.layout-two .hentry,
#featured-content.layout-three .hentry,
#featured-content.layout-four .hentry,
#supplementary.three .widget-area,
#supplementary.two .widget-area,
#supplementary.four .widget-area {
width: 50%;
}
.five-columns .hentry {
width: 20%;
}
.six-columns .hentry {
width: 16.66%;
}
.seven-columns .hentry {
width: 14.28%;
}
.eight-columns .hentry {
width: 12.5%;
}
.nine-columns .hentry {
width: 11.11%;
}
.nine-columns .hentry:nth-child(9n+1),
.eight-columns .hentry:nth-child(8n+1),
.seven-columns .hentry:nth-child(7n+1),
.six-columns .hentry:nth-child(6n+1),
.five-columns .hentry:nth-child(5n+1),
.four-columns .hentry:nth-child(2n+1),
.three-columns .hentry:nth-child(2n+1),
.two-columns .hentry:nth-child(2n+1),
#featured-content.layout-two .hentry:nth-child(2n+1),
#featured-content.layout-four .hentry:nth-child(2n+1),
#featured-content.layout-three .hentry:nth-child(2n+1),
#featured-content.layout-two .hentry:nth-child(2n+1),
#supplementary.two .widget-area:nth-child(2n+1),
#supplementary.four .widget-area:nth-child(2n+1),
#supplementary.three .widget-area:nth-child(2n+1) {
clear: both;
} .excerpt-image-left.has-post-thumbnail .archive-post-wrap .featured-image,
.excerpt-image-right.has-post-thumbnail .archive-post-wrap .featured-image {
display: inline;
padding: 20px;
width: 45%;
}
.excerpt-image-left.has-post-thumbnail .archive-post-wrap .entry-container,
.excerpt-image-right.has-post-thumbnail .archive-post-wrap .entry-container {
display: inline;
padding-left: 10px;
width: 55%;
}
.sidebar-before-posts-pages .ctfeaturedpostpageimage .left .featured-image,
.sidebar-before-posts-pages .ctfeaturedpostpageimage .right .featured-image,
.sidebar-after-posts-pages .ctfeaturedpostpageimage .left .featured-image,
.sidebar-after-posts-pages .ctfeaturedpostpageimage .right .featured-image {
display: inline;
width: 38%;
}
.full-width.excerpt-image-left .has-post-thumbnail .archive-post-wrap .featured-image,
.full-width.excerpt-image-right .has-post-thumbnail .archive-post-wrap .featured-image {
width: 20%;
}
.excerpt-image-left.has-post-thumbnail .archive-post-wrap .featured-image,
.excerpt-image-right.has-post-thumbnail .archive-post-wrap .entry-container,
.ctfeaturedpostpageimage .left .featured-image,
.ctfeaturedpostpageimage .right .entry-container {
float: left;
}
.excerpt-image-right.has-post-thumbnail .archive-post-wrap .featured-image,
.excerpt-image-left.has-post-thumbnail .archive-post-wrap .entry-container,
.ctfeaturedpostpageimage .right .featured-image,
.ctfeaturedpostpageimage .left .entry-container {
float: right;
}
.sidebar-before-posts-pages .ctfeaturedpostpageimage .left .entry-container,
.sidebar-before-posts-pages .ctfeaturedpostpageimage .right .entry-container,
.sidebar-after-posts-pages .ctfeaturedpostpageimage .left .entry-container,
.sidebar-after-posts-pages .ctfeaturedpostpageimage .right .entry-container {
display: inline;
padding-left: 30px;
width: 62%;
}
.full-width .excerpt-image-left.has-post-thumbnail .archive-post-wrap .entry-container,
.full-width .excerpt-image-right.has-post-thumbnail .archive-post-wrap .entry-container {
width: 79%;
}
.sidebar-primary .widget,
.sidebar-secondary .widget {
width: 48.5%;
float: left;
}
.sidebar-primary .widget:nth-child(2n+1),
.sidebar-secondary .widget:nth-child(2n+1) {
clear: both;
margin-right: 3%;
}
.custom-header-content {
padding: 80px 20px;
}
#feature-slider .entry-container {
padding: 80px 0;
}
#feature-slider .entry-summary {
display: block;
}
}
@media screen and (min-width: 601px) {
.admin-bar #header-top,
.admin-bar #header-top.sticky {
top: 46px;
}
}
@media screen and (min-width:782px) {
.admin-bar #header-top,
.admin-bar #header-top.sticky {
top: 32px;
}
.wrapper,
.slider-content-wrapper {
width: 722px;
}
.custom-header-content .entry-title {
font-size: 32px;
}
.custom-header-content .entry-content {
font-size: 18px;
}
.custom-header-media .wp-custom-header-video-button {
display: block;
}
.custom-header-content {
padding: 120px;
}
.custom-header-media .wp-custom-header-video-button {
top: 158px;
}
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
width: -webkit-calc(50% - 0.736842105em);
width: calc(50% - 0.736842105em);
}
}
@media screen and (min-width: 960px) {
.wrapper,
.slider-content-wrapper {
width: 900px;
}
#header-top.fullheight {
bottom: auto;
overflow-y: inherit;
}
.site-title {
font-size: 26px;
}
.site-description {
font-size: 13px;
}
#primary-menu {
display: block;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
#site-header-menu.toggled-on,
#site-secondary-menu.toggled-on {
background-color: transparent;
margin-bottom: 0;
}
#search-toggle {
display: block;
}
.content-area {
width: 530px;
}
#per-slide-template .title {
padding: 30px;
font-size: 22px;
}
.site-content .sidebar-primary {
margin: 0;
}
.sidebar-primary {
clear: none;
width: 340px;
float: right;
}
.sidebar-primary .widget {
width: 100%;
}
.sidebar-primary .widget:nth-child(2n+1) {
margin-right: 0;
}
.sidebar-primary .is-sticky-widget {
position: fixed;
top: 136px;
width: 340px;
}
.site-main,
.sidebar-secondary {
width: 100%;
}
.three-columns .hentry,
#featured-content.layout-three .hentry,
#supplementary.three .widget-area {
width: 33.33%;
}
.three-columns .hentry:nth-child(2n+1),
#featured-content.layout-three .hentry:nth-child(2n+1),
#supplementary.three .widget-area:nth-child(2n+1) {
clear: none;
}
.three-columns .hentry:nth-child(3n+1),
#featured-content.layout-three .hentry:nth-child(3n+1),
#supplementary.three .widget-area:nth-child(3n+1) {
clear: both;
}
.four-columns .hentry,
#featured-content.layout-four .hentry,
#supplementary.four .widget-area {
width: 25%;
}
.four-columns .hentry:nth-child(2n+1),
#featured-content.layout-four .hentry:nth-child(2n+1),
#supplementary.four .widget-area:nth-child(2n+1) {
clear: none;
}
.four-columns .hentry:nth-child(4n+1),
#featured-content.layout-four .hentry:nth-child(4n+1),
#supplementary.four .widget-area:nth-child(4n+1) {
clear: both;
} .news-ticker-label {
border-right: 1px solid #444;
border-bottom: none;
max-width: 20%;
padding-right: 20px;
padding-left: 20px;
}
.new-ticket-content {
max-width: 80%;
padding-left: 20px;
}
#feature-slider .entry-container {
padding: 100px 0;
}
.custom-header-content {
padding: 160px;
}
.custom-header-media .wp-custom-header-video-button {
top: 198px;
} #site-header-menu,
#site-secondary-menu,
.nepalbuzz-nav-menu ul {
display: block;
}
.nepalbuzz-nav-menu,
.nepalbuzz-nav-menu > li {
border: 0;
}
.nepalbuzz-nav-menu > li {
float: left;
}
.nepalbuzz-nav-menu a {
outline-offset: -8px;
padding: 20px;
white-space: nowrap;
} .nepalbuzz-nav-menu ul {
border-bottom: 1px solid #666;
display: block;
left: -999em;
margin: 0;
position: absolute;
z-index: 99999;
}
#secondary-menu .nepalbuzz-nav-menu ul {
border-color: #eee;
}
.nepalbuzz-nav-menu ul ul {
top: -1px;
}
.nepalbuzz-nav-menu ul ul:before,
.nepalbuzz-nav-menu ul ul:after {
border: 0;
}
.nepalbuzz-nav-menu ul li {
border: 1px solid #666;
border-bottom-width: 0;
}
#secondary-menu .nepalbuzz-nav-menu ul li {
background-color: #fff;
border-color: #eee;
}
.nepalbuzz-nav-menu ul a {
white-space: normal;
width: 220px
}
.nepalbuzz-nav-menu ul:before,
.nepalbuzz-nav-menu ul:after {
border-style: solid;
content: "";
position: absolute;
}
.nepalbuzz-nav-menu ul:before {
border-color: #666 transparent;
border-width: 0 10px 10px;
right: 9px;
top: -9px;
}
.nepalbuzz-nav-menu ul:after {
border-color: #000 transparent;
border-width: 0 8px 8px;
right: 11px;
top: -7px;
}
#secondary-menu .nepalbuzz-nav-menu ul:before {
border-color: #eee transparent;
right: 57px;
}
#secondary-menu .nepalbuzz-nav-menu ul:after {
border-color: #fff transparent;
right: 59px;
}
.nepalbuzz-nav-menu li:hover > ul,
.nepalbuzz-nav-menu li.focus > ul {
right: 0;
left: auto;
}
.nepalbuzz-nav-menu ul li:hover > ul,
.nepalbuzz-nav-menu ul li.focus > ul {
right: 100%;
left: auto;
}
#secondary-menu .nepalbuzz-nav-menu li:hover > ul,
#secondary-menu .nepalbuzz-nav-menu li.focus > ul {
right: auto;
left: 0;
}
#secondary-menu .nepalbuzz-nav-menu ul li:hover > ul,
#secondary-menu .nepalbuzz-nav-menu ul li.focus > ul {
right: auto;
left: 100%;
}
.nepalbuzz-nav-menu .menu-item-has-children > a:after, .nepalbuzz-nav-menu .page_item_has_children > a:after {
content: "\f107";
position: absolute;
font-size: 14px;
right: 25px;
top: 35px;
}
#secondary-menu .nepalbuzz-nav-menu .menu-item-has-children > a:after {
top: 23px;
}
.nepalbuzz-nav-menu ul .menu-item-has-children > a,
.nepalbuzz-nav-menu ul .page_item_has_children > a {
padding-right: 2.0625em;
}
.nepalbuzz-nav-menu ul .menu-item-has-children > a:after,
.nepalbuzz-nav-menu ul .page_item_has_children > a:after {
right: 10px;
top: 10px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
#secondary-menu .nepalbuzz-nav-menu ul .menu-item-has-children > a:after {
top: 10px;
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.dropdown-toggle,
.nepalbuzz-nav-menu .dropdown-toggle.toggled-on,
.menu-toggle,
#menu-toggle-primary,
#menu-toggle-secondary {
display: none;
} #site-header-menu .search-enabled {
position: relative;
}
#site-header-menu .search-enabled .nepalbuzz-nav-menu {
padding-right: 40px;
}
#site-header-menu .wrapper,
#site-secondary-menu .wrapper {
position: relative;
width: 100%;
}
#feature-slider .entry-meta,
#site-header-menu li li,
#site-secondary-menu li li {
display: block;
}
#site-header-menu ul ul li,
#site-secondary-menu ul ul li {
text-align: left;
}
#site-header-menu li a {
padding: 30px 15px;
}
#site-header-menu li li a,
#site-secondary-menu li li a {
padding: 10px 15px;
}
#site-header-menu .nepalbuzz-nav-menu .menu-item-has-children > a,
#site-header-menu .nepalbuzz-nav-menu .page_item_has_children > a,
#site-secondary-menu .nepalbuzz-nav-menu .menu-item-has-children > a,
.nepalbuzz-nav-menu .menu-item-has-children > a {
margin: 0;
padding-right: 2.25em;
}
#promotion-message {
text-align: left;
}
#promotion-message .left {
float: left;
width: 80%;
}
#promotion-message .right {
float: right;
width: 20%;
text-align: right;
}
#promotion-message .right .promotion-button {
padding: 10px 25px;
} #per-slide-template {
background: #000;
background: rgba(0, 0, 0, 0.7);
}
#per-slide-template .cover {
background: #000;
background: rgba(0, 0, 0, 0.4);
position: absolute;
top: 0; bottom: 0; left: 0; right: 0;
}
#per-slide-template .thumbnail:hover .cover,
#per-slide-template .cycle-pager-active .cover {
display: none;
}
#per-slide-template.slide-numbers-2 .thumbnail {
width: 50%;
}
#per-slide-template.slide-numbers-3 .thumbnail {
width: 33.33%;
}
#per-slide-template.slide-numbers-4 .thumbnail {
width: 25%;
}
#per-slide-template.slide-numbers-5 .thumbnail {
width: 20%;
}
#per-slide-template.slide-numbers-6 .thumbnail {
width: 16.66%;
}
#per-slide-template.slide-numbers-7 .thumbnail {
width: 14.28%;
}
#per-slide-template.slide-numbers-8 .thumbnail {
width: 12.5%;
}
#per-slide-template.slide-numbers-9 .thumbnail {
width: 11.11%;
}
#per-slide-template.slide-numbers-10 .thumbnail {
width: 10%;
} h1,
.entry-title,
.page-title,
#featured-content .entry-title {
font-size: 28px;
}
h2,
.archive-post-wrap .entry-title,
.sidebar.sidebar-header-bottom .widget-title,
.sidebar.sidebar-after-posts-pages .widget-title,
.sidebar.sidebar-before-posts-pages .widget-title,
#featured-content .entry-title,
.archive-post-wrap .entry-title,
.sidebar.sidebar-before-content .widget-title,
.sidebar.sidebar-after-content .widget-title,
.sidebar.sidebar-before-footer .widget-title {
font-size: 26px;
}
h3 {
font-size: 24px;
}
h4,
#promotion-message h2,
.sticky-label,
.comments-title {
font-size: 22px;
}
}
@media screen and (max-width: 959px) {
#per-slide-template {
position: absolute;
width: 100%;
bottom: 10px;
left: 0;
z-index: 199;
}
#per-slide-template .thumbnail {
background: none #fff !important;
border-radius: 50%;
width: 16px;
overflow: hidden;
display: inline-block;
height: 16px;
margin: 0 5px;
}
#per-slide-template .thumbnail.cycle-pager-active {
background: none #cc2b3a !important;
}
}
@media screen and (min-width: 1024px) {
.wrapper,
.slider-content-wrapper {
width: 964px;
}
.content-area {
width: 594px;
}
.layout-one-column.full-width .site-main .entry-container {
padding:  40px;
}
}
@media screen and (min-width: 1152px) {
.wrapper,
.slider-content-wrapper {
width: 1092px;
}
.custom-header-content {
padding: 200px 0;
}
.custom-header-content .entry-title {
font-size: 42px;
}
.custom-header-media .wp-custom-header-video-button {
top: 238px;
}
.content-area {
width: 722px;
}
.site-main {
float: right;
width: 472px;
}
.sidebar-secondary {
clear: none;
float: left;
width: 220px;
}
.site-content .sidebar-secondary {
margin: 0;
}
.sidebar-secondary .widget {
width: 100%;
}
.sidebar-secondary .widget:nth-child(2n+1) {
margin-right: 0;
}
.sidebar-secondary .is-sticky-widget {
position: fixed;
top: 136px;
width: 340px;
} .content-left .site-main {
float: left;
}
.content-left .sidebar-secondary {
float: right;
} #per-slide-template .title {
font-size: 26px;
}
h1,
.entry-title,
.page-title,
#featured-content .entry-title {
font-size: 30px;
}
h2,
.archive-post-wrap .entry-title,
.sidebar.sidebar-header-bottom .widget-title,
.sidebar.sidebar-after-posts-pages .widget-title,
.sidebar.sidebar-before-posts-pages .widget-title,
#featured-content .entry-title,
.archive-post-wrap .entry-title,
.sidebar.sidebar-before-content .widget-title,
.sidebar.sidebar-after-content .widget-title,
.sidebar.sidebar-before-footer .widget-title {
font-size: 26px;
line-height: 1.2;
}
h3 {
font-size: 26px;
}
h4,
#promotion-message h2,
.sticky-label,
.comments-title {
font-size: 24px;
}
h5 {
font-size: 20px;
}
h6,
#site-generator,
.nav-footer .menu a {
font-size: 14px;
}
} @media screen and (-webkit-min-device-pixel-ratio:0) {
select:focus,
textarea:focus,
input:focus,
input#s,
#respond form input[type="text"],
#respond form textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
font-size: 16px;
}
} .new_footer {
text-align: center;
color: #ddd;
background: #111;
padding: 12px 0;
font-size: 14px;
}
.new_footer a, .new_footer a:hover {
text-decoration: none;
cursor: default;
color: #ddd;
}
footer#colophon {
display: none;
}
.top_sl {
margin: -69px 0 0 0;
}
.home header.entry-header {
display: none;
}
.home h2 {
margin: 25px 0 0 0 !important;
}
.blueread_more_btn_on_main_p {
border-bottom: 1px solid;
}
h4.pt-cv-title {
font-size: 16px;
line-height: 1.2;
}
footer.entry-footer {
display: none;
}
.page-template-default.page h1.entry-title {
display: none;
}
.single p.entry-meta {
display: none;
}
.archive h1.page-title {
color: transparent;
}
.archive h1.page-title span {
color: #1a1a1a;
float: left;
}
.archive article header.entry-header .entry-meta .cat-links,
.archive article header.entry-header .entry-meta .posted-on,
.comments-link {
display: none;
}
.archive article:nth-child(odd) {
width: 49%;
float: right;
}
.archive article:nth-child(even) {
width: 49%;
float: left;
clear: both;
} @media screen and (max-width: 1600px) {
.wrapper,
.slider-content-wrapper {
width: 1520px;
}
.content-area {
width: 1150px;
}
.site-main {
width: 900px;
}
#feature-slider .entry-container {
padding: 140px 0;
}
#site-logo a {
display: block;
max-width: 170px;
}
} @media screen and (max-width: 1440px) {
.wrapper,
.slider-content-wrapper {
width: 1360px;
}
.content-area {
width: 990px;
}
.site-main {
width: 740px;
}
#feature-slider .entry-container {
padding: 120px 0;
}
} @media screen and (max-width: 1366px) {
.wrapper,
.slider-content-wrapper {
width: 1285px;
}
.content-area {
width: 916px;
}
.site-main {
width: 666px;
}
.layout-two-columns .wrapper,
.layout-two-columns .slider-content-wrapper {
width: 1270px;
}
.layout-two-columns .content-area {
width: 900px;
}
} @media screen and (max-width: 1280px) {
.wrapper,
.slider-content-wrapper {
width: 1285px;
}
.content-area {
width: 830px;
}
.site-main {
width: 580px;
}
} .wrapper, .slider-content-wrapper {
width: 1285px;
}
.content-area {
width: 930px;
}
#comments {
display: none;
}
.pp-multiple-authors-layout-simple_list {
margin: 25px 0 0 0;
}
#pt-cv-view-360478e4q7 h4 {
margin: 0 0 10px 0;
}
#pt-cv-view-360478e4q7 .pt-cv-content {
font-size: 14px;
line-height: 1.4;
font-family: 'Roboto', sans-serif;
}
#pt-cv-view-360478e4q7 .btn {
display: none;
}
#pt-cv-view-5c5f2cda1p h4 a {
color: #333;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
font-family: 'Oswald', sans-serif;
}
#primary ul {
font-family: 'Roboto', sans-serif;
}
.sidebar article h2 a {
font-family: 'Roboto', sans-serif;
}
.bl_for_btn_more {
text-align: right;
border-bottom: 1px solid #ccc;
margin: -20px 0 20px 0;
padding: 0 0 5px 0;
}
.the_name {
margin: 0 0 0px 0 !important;
padding: 0;
}
.the_name h3 {
margin: 0 0 0 0;
padding: 0;
}
.addtoany_header {
margin: 0 0 15px;
color: #555;
}
.addtoany_content {
margin: 15px auto;
text-align: right;
}
.contributor_line h3 {
margin: 0 !important;
}
.under_contrib:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 250px;
height: 1px;
background: #ccc;
}
.under_contrib {
margin: 25px 0 0 0;
padding: 15px 0 0 0;
}
.under_contrib h6 {
font-weight: normal;
color: #555;
font-size: 14px;
}
.under_contrib h6 a,
.under_contrib h6 a:hover {
color: #555;
padding: 0 0 0 20px;
}
.under_contrib h6 a:before {
content: '';
position: absolute;
top: 0;
left: 0;
font-family: "Font Awesome 5 Free";
content: "\f060";
font-size: 13px;
font-weight: 600;
line-height: 1.4;
}
.new_conter figure {
width: 50% !important;
}
.new_conter p {
font-size: 15px;
line-height: 1.5;
}
.new_conter .redread_more_btn_on_main_p {
font-size: 14px;
padding: 0 5px 0 0;
}
.new_conter a i {
font-size: 12px;
}
.new_conter h4,
.new_conter h4 a {
margin: 0 0 10px 0 !important;
line-height: 1;
font-size: 23px;
font-family: 'Oswald', sans-serif !important;
}
.advisory {
padding: 0 0 20px 0;
margin: 0 0 30px 0;
}
.advisory:after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 400px;
height: 1px;
background: #ccc;
}
.advisory h3 {
background: #cc2b3a;
width: 320px;
color: #fff;
text-shadow: 0.5px 0.5px 1px #555;
padding: 2px 0 2px 15px;
margin: 0 0 15px 0 !important;
position: relative;
}
.advisory h3:before {
content: '';
position: absolute;
top: 0;
left: -2px;
width: 2px;
height: 100px;
background: #cc2b3a;
}
.advisory h3:after {
content: '';
position: absolute;
top: 0;
left: 280px;
border: 20px solid transparent;
border-right: 20px solid #fff;
border-bottom: 20px solid #fff;
}
.advisory figure {
margin: 0 0 0 0 !important;
box-shadow: -2px 3px 2px #888;
}
.advisory p {
padding: 0 0 0 15px
}
.advisory h5 {
font-family: 'Oswald', sans-serif !important;
color: #fff;
line-height: 1 !important;
font-weight: normal !important;
text-transform: uppercase;
font-size: 16px;
letter-spacing: 0.5px;
position: relative;
}
.advisory h5 a {
font-family: 'Oswald', sans-serif !important;
background: #cc2b3a;
color: #fff;
text-shadow: 0.5px 0.5px 1px #555;
padding: 5px 20px;
margin: 0 20px 0 0;
line-height: 1 !important;
font-weight: normal !important;
position: relative;
}
.advisory h5 a:after {
content: '';
position: absolute;
top: 0;
right: -34px;
border: 17px solid transparent;
border-left: 17px solid #cc2b3a;
}
.advisory h5 a:before {
content: '';
position: absolute;
left: -70px;
bottom: 0;
width: 70px;
height: 2px;
background: #cc2b3a;;
} @media (max-width: 1600px) {
.top_sl {
margin: -72px 0 0 0;
}
} @media (max-width: 1536px) {
} @media (max-width: 1440px) {
#site-logo a {
display: block;
max-width: 155px;
}
.new_conter figure {
width: 50% !important;
margin-right: 12px !important;
}
} @media (max-width: 1366px) {
#site-header-menu li a {
padding: 25px 15px;
}
.top_sl {
margin: -82px 0 0 0;
}
.nepalbuzz-nav-menu .menu-item-has-children > a:after, .nepalbuzz-nav-menu .page_item_has_children > a:after {
content: "\f107";
position: absolute;
font-size: 22px;
right: 22px;
top: 25px;
}
.new_conter p {
font-size: 14px;
line-height: 1.5;
}
} @media (max-width: 1280px) {
.wrapper, .slider-content-wrapper {
width: 1100px;
}
.layout-two-columns .content-area {
width: 750px;
}
.layout-two-columns .wrapper, .layout-two-columns .slider-content-wrapper {
width: 1100px;
}
h1, .entry-title, .page-title, #featured-content .entry-title {
font-size: 25px;
}
body, button, input, select, textarea {
font-size: 15px;
}
h2, .archive-post-wrap .entry-title, .sidebar.sidebar-header-bottom .widget-title, .sidebar.sidebar-after-posts-pages .widget-title, .sidebar.sidebar-before-posts-pages .widget-title, #featured-content .entry-title, .archive-post-wrap .entry-title, .sidebar.sidebar-before-content .widget-title, .sidebar.sidebar-after-content .widget-title, .sidebar.sidebar-before-footer .widget-title {
font-size: 23px;
line-height: 1.2;
}	
.new_conter h4, .new_conter h4 a {
margin: 0 0 10px 0 !important;
line-height: 1;
font-size: 19px;
font-family: 'Oswald', sans-serif !important;
}
.new_conter figure {
width: 40% !important;
margin-right: 8px !important;
}	
.new_conter p {
font-size: 13px;
line-height: 1.4;
}	
.new_conter .bl_for_btn_more {
margin: -10px 0 20px 0;
}	
.advisory h3 {
font-size: 22px;
margin: 0 0 10px 0 !important;
}	
.advisory p {
padding: 0 0 0 15px;
font-size: 14px;
line-height: 1.5;
}
.advisory h5 {
font-family: 'Oswald', sans-serif !important;
color: #fff;
line-height: 1 !important;
font-weight: normal !important;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 0.5px;
position: relative;
}
.advisory h5 a {
font-family: 'Oswald', sans-serif !important;
background: #cc2b3a;
color: #fff;
text-shadow: 0.5px 0.5px 1px #555;
padding: 3px 15px 4px;
margin: 0 20px 0 0;
line-height: 1 !important;
font-weight: normal !important;
position: relative;
}
.advisory h5 a:after {
content: '';
position: absolute;
top: 0;
right: -28px;
border: 14px solid transparent;
border-left: 14px solid #cc2b3a;
}
.advisory h5 a:before {
content: '';
position: absolute;
left: -50px;
bottom: 0;
width: 50px;
height: 2px;
background: #cc2b3a;
}	
} @media (max-width: 1194px) {
.new_conter h4, .new_conter h4 a {
margin: 0 0 10px 0 !important;
line-height: 1;
font-size: 19px;
font-family: 'Oswald', sans-serif !important;
}
} @media (max-width: 1024px) {
#site-logo a {
display: block;
max-width: 130px;
}
.nepalbuzz-nav-menu a {
font-size: 16px;
}
#site-header-menu li a {
padding: 18px 12px;
}
.top_sl {
margin: -95px 0 0 0;
}
.nepalbuzz-nav-menu .menu-item-has-children > a:after, .nepalbuzz-nav-menu .page_item_has_children > a:after {
content: "\f107";
position: absolute;
font-size: 18px;
right: 22px;
top: 19px;
}
.wrapper, .slider-content-wrapper {
width: 980px;
}	
#search-toggle {
float: right;
height: 42px;
line-height: 50px;
right: 0;
width: 42px;
}	
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
font-size: 23px !important;
}
h4.pt-cv-title {
font-size: 14px;
line-height: 1.3;
}
.layout-two-columns .wrapper, .layout-two-columns .slider-content-wrapper {
width: 985px;
}
.sidebar-primary {
clear: none;
width: 290px;
float: right;
}
.layout-two-columns .content-area {
width: 680px;
}	
h1, .entry-title, .page-title, #featured-content .entry-title {
font-size: 24px;
}
body, button, input, select, textarea {
font-size: 14px;
}
h2, .archive-post-wrap .entry-title, .sidebar.sidebar-header-bottom .widget-title, .sidebar.sidebar-after-posts-pages .widget-title, .sidebar.sidebar-before-posts-pages .widget-title, #featured-content .entry-title, .archive-post-wrap .entry-title, .sidebar.sidebar-before-content .widget-title, .sidebar.sidebar-after-content .widget-title, .sidebar.sidebar-before-footer .widget-title {
font-size: 20px;
line-height: 1.2;
}
.new_footer {
text-align: center;
color: #ddd;
background: #111;
padding: 10px 0;
font-size: 13px;
}	
.comment-navigation .nav-previous, .paging-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous, .nav-previous {
float: left;
width: 49%;
}
.comment-navigation .nav-next, .paging-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next, .nav-next {
float: right;
text-align: right;
width: 49%;
}	
.advisory h3 {
font-size: 21px;
margin: 0 0 10px 0 !important;
}
} @media (max-width: 768px) {
.wrapper, .slider-content-wrapper {
width: 740px;
}
h5, .news-ticker-label, .menu-label, .nepalbuzz-nav-menu a {
font-size: 14px;
}
.ms-slide-info.ms-dir-h {
min-height: 50px !important;
}
.nepalbuzz-nav-menu .menu-item-has-children > a:after, .nepalbuzz-nav-menu .page_item_has_children > a:after {
display:none;
}
#site-header-menu li a {
padding: 10px 5px 10px 12px;
}
.dropdown-toggle {
height: 41px;
outline: none !important;
}
.dropdown-toggle:after {
border: 0 solid #d1d1d1;
border-left-width: 1px;
content: "\f107";
font-size: 22px;
left: 1px;
position: relative;
width: 56px;
}
.layout-two-columns .content-area {
width: 100%;
}
.layout-two-columns .wrapper, .layout-two-columns .slider-content-wrapper {
width: 730px;
}
.sidebar-primary {
clear: both;
width: 100%;
float: none;
}	
.sidebar-primary .widget, .sidebar-secondary .widget {
width: 100%;
float: none;
}	
h5.elementor-heading-title.elementor-size-default {
font-size: 17px;
line-height: 1.3;
}
} @media (max-width: 425px) {
#site-logo a {
display: block;
max-width: 110px;
}
.wrapper, .slider-content-wrapper {
width: 100%;
}
.menu-toggle {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
font-size: 16px;
padding: 2px 10px 2px;
margin-right: 15px;
}
.ms-slide-info.ms-dir-h {
min-height: 30px !important;
margin: 0 !important;
}
.top_sl {
margin: -30px 0 0 0;
}
.home h2 {
margin: 15px 0 0 0 !important;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
font-size: 20px !important;
}
.pt-cv-wrapper img {
width: 100%;
}	
.layout-two-columns .wrapper, .layout-two-columns .slider-content-wrapper {
width: 100%;
}	
body.header-bg {
padding-top: 20px;
}	
h1, .entry-title, .page-title, #featured-content .entry-title {
font-size: 22px;
margin: 0;
}	
.archive article:nth-child(odd) {
width: 96%;
float: none;
clear: both;
margin: auto auto 20px;
}
.archive article:nth-child(even) {
width: 96%;
float: none;
clear: both;
margin: auto auto 20px;
}	
.layout-one-column .site-main .entry-container {
padding: 20px 15px;
}
p.entry-meta {
margin: 10px 0 0 0 !important;
}	
.layout-one-column .entry-header {
padding-bottom: 10px;
}	
.new_conter h4, .new_conter h4 a {
margin: 10px 0 10px 0 !important;
line-height: 1;
font-size: 20px;
font-family: 'Oswald', sans-serif !important;
}	
.new_conter figure {
width: 45% !important;
}
.pers_t_img {
text-align: left !important;
}
.pers_t_img img {
width: 170px;
}
.advisory figure {
margin: 0 0 0 0 !important;
box-shadow: -2px 3px 2px #888;
width: 48% !important;
}
.advisory .elementor-image-box-wrapper {
text-align: left !important;
}
.advisory h3 {
width: 230px;
padding: 2px 0 2px 10px;
margin: 0 0 10px 0 !important;
}
.advisory h3:after {
content: '';
position: absolute;
top: 0;
left: 197px;
border: 17px solid transparent;
border-right: 17px solid #fff;
border-bottom: 17px solid #fff;
}
.advisory:after {
width: 300px;
}
#scrollup {
display: none !important;
}
} @media (max-width: 414px) {
.advisory h3 {
font-size: 20px;
}
} @media (max-width: 390px) {
h1, .entry-title, .page-title, #featured-content .entry-title {
font-size: 22px;
margin: 0;
}
} @media (max-width: 375px) {
} @media (max-width: 360px) {
}[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
border: none;
color: inherit;
font-size: inherit;
font-style: italic;
line-height: inherit;
margin: 0;
padding: 8px 0;
text-align: center;
}
.no-sidebar .alignwide {
margin-left: -20px;
margin-right: -20px;
max-width: 900px;
}
.no-sidebar .alignfull {
margin-left: -40px;
margin-right: -40px;
max-width: 1020px;	
}
.no-sidebar.full-width .alignfull {
max-width: 1520px;	
}
.no-sidebar.full-width .alignwide {
max-width: 1480px;	
}
.alignfull.wp-block-cover,
.alignwide.wp-block-cover {
width: auto;
}  p.has-drop-cap:not(:focus):first-letter {
float: left;
font-size: 102px;
font-size: 6.317rem;
line-height: 0.7;
margin: 8px 15px 0 -8px;
}
.rtl p.has-drop-cap:not(:focus):first-letter {
margin: 8px -8px 0 15px;
} .wp-block-image {
margin-bottom: 1.5em;
}
.wp-block-image figure {
margin-bottom: 0;
margin-top: 0;
}
.wp-block-image figure.alignleft {
margin-right: 1.5em;
}
.wp-block-image figure.alignright {
margin-left: 1.5em;
} .wp-block-gallery {
margin-bottom: 1.5em;
margin-left: 0;
}
.wp-block-gallery figcaption {
font-style: italic;
}
.wp-block-gallery.aligncenter {
display: flex;
margin: 0 -8px;
} .wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
margin: 30px 20px;
padding: 0;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
font-style: inherit;
font-size: inherit;
font-weight: inherit;
} .wp-block-quote:not(.is-large):not(.is-style-large) {
margin-left: 0;
margin-right: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large):before {
content: none;
}
.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
margin-bottom: 0;
}
.wp-block-quote cite,
.wp-block-quote.is-large cite, 
.wp-block-quote.is-large footer, 
.wp-block-quote.is-style-large cite, 
.wp-block-quote.is-style-large footer {
color: inherit;
display: block;
font-size: inherit;
font-weight: inherit;
font-style: italic;
line-height: inherit;
} .wp-block-audio audio {
display: block;
width: 100%;
} .wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
display: flex;
} .wp-block-file .wp-block-file__button {
background-color: #1a1a1a;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
color: #fff;
display: inline-block;
font-size: 16px;
font-weight: 400;
letter-spacing: 0;
line-height: 1.75;
margin-top: 2em;
padding: 10px 20px;
text-decoration: none;
text-transform: unset;
white-space: nowrap;
}
.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
-webkit-box-shadow: none;
box-shadow: none;
}  .has-huge-font-size {
font-size: 32px;
font-size: 2rem;
}
.has-large-font-size {
font-size: 28px;
font-size: 1.75rem;
line-height: 1.25;
}
.has-normal-font-size {
font-size: 17px;
font-size: 1.0625rem;
line-height: 1.64705;
}
.has-small-font-size {
font-size: 12px;
font-size: 0.75rem;
} @media screen and (min-width: 48em) { 
.has-huge-font-size {
font-size: 36px;
font-size: 2.25rem;	
}
.has-large-font-size {
font-size: 30px;
font-size: 1.875rem;
}	
} @media screen and (min-width: 64em) { 
.has-large-font-size { 
font-size: 42px;
font-size: 2.625rem;
}
.has-large-font-size {
font-size: 30px;
font-size: 1.875rem;
}
} .wp-block-code {
background: transparent;
border: 0;
color: inherit;
font-size: 1em;
padding: 0;
}
.wp-block-code cite:before,
.wp-block-code small:before {
content: "\2014\00a0";
}
.wp-block-quote__citation {
font-size: 16px;
font-size: 1rem;
} .wp-block-pullquote {
border: none;
color: inherit;
padding: 0;
margin: 0;
text-align: inherit;
}
.wp-block-pullquote blockquote {
border: none;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
max-width: none;
width: calc(50% - 0.736842105em);
padding-left: 0;
text-align: left;
}
.wp-block-pullquote.alignleft {
margin: 0 1.5em 1.5em 0;
}
.wp-block-pullquote.alignright  {
margin: 0 0 1.5em 1.5em;
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite {
display: block;
color: inherit;
font-size: inherit;
font-weight: inherit;
font-style: italic;
line-height: inherit;
text-transform: none;
}
.wp-block-pullquote p,
.wp-block-pullquote.alignleft p, 
.wp-block-pullquote.alignright p {
font-size: inherit;
} .wp-block-table {
border-top: 1px solid;
border-left: 1px solid;
border-color: #eee;
font-weight: bold;	
}
.wp-block-table caption {
font-weight: bold;	
}
.wp-block-table th {
text-transform: uppercase;
}
.wp-block-table th, 
.wp-block-table td {
border-bottom: 1px solid;
border-right: 1px solid;
border-color: #eee;
}
.wp-block-table th,
.wp-block-table td {
padding: 8px;
}  .wp-block-button {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
.wp-block-button.alignleft,
.wp-block-button.alignright {
margin-top: 0;
}
.site-main .wp-block-button .wp-block-button__link {
background-color: #1a1a1a;
border: none;
-webkit-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
display: inline-block;
font-size: 16px;
font-weight: 400;
letter-spacing: 0;
line-height: 1.75;
margin-top: 0;
padding: 10px 20px;
text-decoration: none;
text-transform: uppercase;
text-shadow: none;
white-space: nowrap;
}
.site-main .wp-block-button .wp-block-button__link:hover,
.site-main .wp-block-button .wp-block-button__link:focus {
-webkit-box-shadow: none;
box-shadow: none;
} .wp-block-separator {
border: 0;
margin: 1.5em auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
} .wp-block-media-text {
margin-bottom: 1.555555555555556em;
}
.wp-block-media-text *:last-child {
margin-bottom: 0;
}  .wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
list-style-position: inside;
text-align: center;
}
.wp-block-latest-posts li {
margin-bottom: 7px;
}
.wp-block-latest-posts__post-date {
display: block;
font-size: 12px;
line-height: 1.75;
margin-bottom: 7px;
} .wp-block-latest-comments {
margin-left: 0;
}
.rtl .wp-block-latest-comments {
margin-right: 0;
margin-left: auto;
}
.wp-block-latest-comments__comment {
border-bottom: 4px double;
margin-bottom: 20px;
padding-bottom: 20px;
font-size: inherit;
}
.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
float: none;
width: 100%;
}
.wp-block-latest-comments a {
-webkit-box-shadow: none;
box-shadow: none;
text-decoration: none;
}
.wp-block-latest-comments__comment-meta {
margin-bottom: 14px;
}
.wp-block-latest-comments__comment-meta,
.wp-block-latest-comments__comment-excerpt p {
font-size: inherit;
}
.wp-block-latest-comments__comment-excerpt >:last-child {
margin-bottom: 0;
}
.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
font-weight: 400;
text-decoration: none;
}
.wp-block-latest-comments__comment-date {
display: block;
font-size: 12px;
line-height: 1.75
letter-spacing: 0;
margin: 7px 0 0;
} .site-main .wp-block-file .wp-block-file__button,
.site-main .wp-block-button .wp-block-button__link {
background-color: #1a1a1a;
color: #fff;
}
.site-main .wp-block-file .wp-block-file__button:hover,
.site-main .wp-block-file .wp-block-file__button:focus,
.site-main .wp-block-button .wp-block-button__link:hover,
.site-main .wp-block-button .wp-block-button__link:focus {
background-color: #cc2b3a;
color: #fff;
}
[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
background-color: #f3f3f3;
}
.wp-block-latest-comments__comment {
border-color: #eee;
}
.wp-block-latest-posts__post-date,
.wp-block-latest-comments__comment-date {
color: #666;
}
.has-white-color {
color: #fff;
}
.has-white-background-color {
background-color: #fff;
}
.has-black-color {
color: #000;
}
.has-black-background-color {
background-color: #000;
}
.has-gray-color {
color: #686868;
}
.has-gray-background-color {
background-color: #686868;
}
.has-light-gray-color {
color: #eee;
}
.has-light-gray-background-color {
background-color: #eee;
}
.has-red-color {
color: #00b5df;
}
.has-red-background-color {
background-color: #cc2b3a;
}@font-face{font-family:'FontAwesome';src:url(//crossroads-ca.org/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//crossroads-ca.org/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//crossroads-ca.org/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//crossroads-ca.org/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//crossroads-ca.org/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//crossroads-ca.org/wp-content/plugins/elementor/assets/lib/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:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}