.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html {
-webkit-text-size-adjust: 100%;
}
body {
overflow-y: scroll;
}
*{
margin:0px;
padding:0px; 
vertical-align:top;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img {
max-width: 100%;
}
img[data-src] {
opacity: 0;
min-height: 200px;
}
a, button{
cursor:pointer;
text-decoration:none;
color: inherit;
transition: all 0.4s ease;
}
a:active{
background-color: transparent;
}  
select, map, area, a, button{
border:0px; 
outline:none;
}
img{
border-style:none;
}
h1, h2, h3, h4, h5, h6{
font-weight:normal;
}
input[type=text], input[type=password], textarea{
text-align: left; 
background: transparent;
}
input, textarea, select{
border: 0; 
outline: none; 
line-height: normal; 
-webkit-appearance: none; 
border-radius: 0;
}
textarea{
resize: none;
}
.c{
margin: auto;
}
.p-0{
padding: 0px !important;
}
.p-t-0{
padding-top: 0px !important;
}
.m-0{
margin: 0px !important;
}
.m-t-0{
margin-top: 0px !important;
}
.clear{
clear: both;
}
.middle-wrap {
white-space: nowrap;
text-align: center;
width: 100%;
height: 100%;
position: relative;
}
.middle {
vertical-align: middle;
display: inline-block;
white-space: normal;
}
.middle-wrap-abs {
white-space: nowrap;
}
.middle-wrap-table {
display: table;
width: 100%;
vertical-align: middle;
position: relative;
}
.middle-wrap-table .middle {
display: table-cell;
}
.middle-wrap:after, .middle-wrap-abs:after {
content: "";
vertical-align: middle;
display: inline-block;
width: 1px;
height: 100%;
}
.image {
position: relative;
display: block;
}
.bsz, .bsz .bgimage {
background: url() no-repeat 50% 50%;
overflow: hidden;
background-size: cover;
}
.bsz .bgimage {
opacity: 1;
transition: opacity .8s;
}
.bsz.loading .bgimage {
opacity: 0;
}
.bsz img {
display: none;
position: relative;
}
.bsz, .bsz .bgimage, .middle-wrap-abs, .overlay, .thank, .full-dimension {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.full-dimension-inner {
position: relative;
width: 100%;
height: 100%;
display: block;
}
.thank {
overflow: hidden;
white-space: nowrap;
background: #68b10c;
white-space: nowrap;
z-index: 10;
display: none;
text-align: center;
color: #fff;
font-weight: 500;
letter-spacing: .05em;	
}
.thank span {
display: inline-block;
width: 100%;
white-space: normal;
padding: 10px 15px;
vertical-align: middle;
}
@keyframes rotateSpinner{
0%{
transform:rotate(0deg)
}
100%{
transform:rotate(360deg)
}
}
.loading:after, .submitting:after, .image-container:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
margin-top: -25px;
margin-left: -25px;
width: 50px !important;
height: 50px !important;
background: transparent url(//www.xmusicagency.com/wp-content/themes/artist/assets/css/images/load.png) no-repeat 50% 50%;
background-size: 70%;
border-radius: 50%;
-webkit-animation: rotateSpinner 2s linear infinite;
animation: rotateSpinner 2s linear infinite;
font-size: 0;
}
.validating:after {
content: "";
position: absolute;
top: 50%;
right: 15px;
margin-top: -11px;
height: 16px;
width: 16px;
border: 2px solid rgb(0, 0, 0);
border-right-color: transparent;
border-radius: 50%;
animation: rotateSpinner .75s linear infinite;
}
.button.submitting {
pointer-events: none;
}
.button.submitting:after {
border-color: #fff;
border-right-color: transparent;
right: 50%;
margin-right: -11px;
}
.button.submitting span {
visibility: hidden;
}
.viewport {
overflow: hidden;
}
.viewport.lock {
position: fixed;
width: 100%;
left: 0;
}
.loader-line {
position: fixed;
top: 0;
left: 0;
z-index: 999999;
width: 100%;
height: 3px;
display: none;
}
.loader-line div {
width: 0%;
height: 100%;
background: #68b10c;
box-shadow: 0px 2px 6px 0px #68b10c;
}
.zoom-image .bgimage{
transition: transform 1s;
}
.zoom-image:hover .bgimage {
transform: scale(1.1, 1.1);
}@font-face {
font-family: 'FontAwesome';
src: url(//www.xmusicagency.com/wp-content/themes/artist/assets/css/fonts/FontAwesome/fontawesome-webfont.eot?v=4.6.1);
src: url(//www.xmusicagency.com/wp-content/themes/artist/assets/css/fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.6.1) format('embedded-opentype'), url(//www.xmusicagency.com/wp-content/themes/artist/assets/css/fonts/FontAwesome/fontawesome-webfont.woff2?v=4.6.1) format('woff2'), url(//www.xmusicagency.com/wp-content/themes/artist/assets/css/fonts/FontAwesome/fontawesome-webfont.woff?v=4.6.1) format('woff'), url(//www.xmusicagency.com/wp-content/themes/artist/assets/css/fonts/FontAwesome/fontawesome-webfont.ttf?v=4.6.1) format('truetype'), url(//www.xmusicagency.com/wp-content/themes/artist/assets/css/fonts/FontAwesome/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper: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-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-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";
}
.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;
}.image-view {
position: absolute;
left: 0;
top: 0;
width: 100%;
min-height: 100%;
visibility: hidden;
z-index: 99999;
overflow: hidden;
}
.image-view .image-container {
position: absolute;
visibility: visible;
display: block;
transition: all 0.4s;
background-color: #111;
opacity: 0;
}
.show-image-view .image-view .image-container {
opacity: 1;
transition: opacity 0.4s;
}
.image-view.scroll-popup .image-container {
position: absolute;
visibility: visible;
opacity: 0;
display: block;
transition: all 0.5s;
background-color: #111;
}
.image-view .image-container.loading:after {
display: none;
}
.image-view .image-container .bsz {
transition: opacity 0.4s;
background-size: contain;
}
.image-view .image-container.loading .bsz {
opacity: 0;
}
.image-view .move, .nav-controls {
position: absolute;
top: 50%;
margin-top: -27px;
padding: 15px;
}
.image-view .move span, .nav-controls span{
width: 24px;
height: 24px;
display: block;
}
.image-view .move.prev, .nav-controls.prev-slide{
left: 55px;
}
.image-view .move.prev span, .nav-controls.prev-slide span{
background: url(//www.xmusicagency.com/wp-content/themes/artist/assets/css/images/arrow_left.png) no-repeat;    
}
.image-view .move.next, .nav-controls.next-slide{
right: 55px;
}
.image-view .move.next span, .nav-controls.next-slide span{
background: url(//www.xmusicagency.com/wp-content/themes/artist/assets/css/images/arrow_right.png) no-repeat;    
}
.image-view .close, .video-overlay .close {    
position: absolute;
top: 55px;
left: 55px;
opacity: 0;
transform: translateY(-30px);
transition: opacity .5s, transform .5s, -webkit-transform .5s;
padding: 15px;
}
.image-view .close span, .video-overlay .close span{
background: url(//www.xmusicagency.com/wp-content/themes/artist/assets/css/images/close.png) no-repeat;    
width: 22px;
height: 22px;
display: block;
}
.image-view .close img, .video-overlay .close img {
width: 20px; 
}
.show-image-view .image-view {
visibility: visible;
background: #1b1b1b;
transition: background-color 0.5s;
}
.show-image-view .image-view.closing .image-container {
opacity: 0;
transition: opacity 0.5s;
}
.show-image-view .image-view.scroll-popup .image-container {
opacity: 1;
}
.show-image-view .image-view.scroll-popup.closing .image-container{
opacity: 0;    
transition: opacity 0.5s;
}
.show-image-view .image-view .move, .show-image-view .image-view .close {
opacity: 1;
transform: translate(0, 0);
}
.has-no-touchevents.show-image-view .image-view .move:hover, .has-no-touchevents.show-image-view .image-view .close:hover {
opacity: 0.8;
}
.show-image-view .closing .move, .show-image-view .closing .close {
opacity: 0;
transition-delay: 0s;
}
.show-image-view .closing .move.next {
transform: translateX(30px);
}
.show-image-view .closing .move.prev {
transform: translateX(-30px);
}
.show-image-view .closing .close {
transform: translateY(-30px);
}
.show-image-view .image-view.closing {
background-color: transparent;
transition: background-color .5s;
}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}html, body {
background-color: #fff;
}
body, input, textarea, select, button {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: 'Poppins', sans-serif;
font-size: 14px;
color: #000;
font-weight: normal;
font-style: normal;
}
.c {
max-width: 1500px;
padding: 0 60px;
} input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
-webkit-appearance: none; 
margin: 0;
}
input[type=number] {
-moz-appearance:textfield;
}
select::-ms-expand {
display: none;
}
select{
-webkit-appearance: none;
-moz-appearance:none;
appearance: none;
}
input::-ms-clear {
display: none;
}
input[type="password"]::-ms-clear, input[type="password"]::-ms-reveal {
display: none;
}
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
input:-webkit-autofill{
box-shadow:0 0 0 1000px #fff inset;
text-fill-color:#222 !important;
}
.visi_hidd {
visibility: hidden;
opacity: 0;
}
.sticky {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
z-index: 9999;
transform: translateY(-100%);
transition: transform 0.4s;
}
.has-scrolled .sticky{
box-shadow: 0 0 10px 0 hsla(0,0%,57%,.5);
transform: translateY(0);
}
.f0{
font-size: 0;
}
.text_left{
text-align: left;
}
.text_center{
text-align: center;
}
.text_right{
text-align: right;
}
.p_relative{
position: relative;
}
.p_fixed{
position: fixed;
}
.p_absolute{
position: absolute;
}
.fl{
float: left;
}
.fr{
float: right;
}
.col_row{
font-size: 0;
}
.col{
display: inline-block;
}
.col_1{
width: 100%;
}
.col_2{
width: 50%;
}
.col_3{
width: 33.33%;
}
.col_4{
width: 25%;
}
.col_5{
width: 20%;
}
.col_6{
width: 16.66%;
}
.col_1_9{
width: 66.66%;
}
.btn{
padding: 20px 70px;
display: inline-block;
line-height: 1;
font-size: 14px;
border: 2px solid #000;
transition: background-color 0.4s, color 0.4s;
}
.btn_black{
background-color: #000;
color: #fff;
}
.btn:hover{
background-color: transparent;
color: #000;
}
.btn.btn_white {
border: 2px solid #fff;
cursor: pointer;
}
.btn_white {
background-color: #000;
color: #fff;
}
.btn.btn_white:hover{
background-color: #fff;
color: #000;
}
.section_padding{
padding: 100px 0;
}
.section_title{
font-size: 45px;
font-weight: 600;
line-height: 1;
font-family: 'Open Sans', sans-serif;
}
.section_sub_title{
font-size: 16px;
font-weight: 500;
line-height: 1.3;
}
.text_white{
color: #fff;
}
.text_black{
color: #000;
}
.text_gray{
color:#8a8a8a;
}
.section_white + .section_white.white_remove{
margin-top: -100px;
} .header.with-banner {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 200;
}
.header_inner .logo{
display: inline-block;
padding: 30px 0 30px 2px;
}
.header_inner .logo img{
width: auto;
height: 35px;
}
.header_inner .logo img.logo_white{
display: none;
}
.menus{
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
}
.menu li{
display: inline-block;
list-style: none;
}
.menu li a{
font-size: 16px;
display: block;
margin: 35px 20px;
color: #000;
position: relative;
padding-bottom: 4px;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
}
.menu li:last-child a, .sticky .menu li:last-child a {
margin-right: 0;
}
.menu li a:before{
position: absolute;
bottom: 0;
left: 0;
width: 0;
height: 2px;
content: '';
background-color: #000;
transition: width 0.2s;
}
.menu li a:hover:before{
width: 100%;
}
.sticky .menu li a{
color: #000;
margin: 20px 20px 16px;
font-size: 15px;
}
.sticky .header_inner .logo {
padding: 14px 0;
}
.sticky .menu li a:before{
background-color: #000;
}
.sticky .header_inner .logo img.logo_white, .header.with-banner .header_inner .logo img.logo_dark{
display: none;
}
.sticky .header_inner .logo img.logo_dark, .header.with-banner .header_inner .logo img.logo_white{
display: block;
}
.header.with-banner .menu li a{
color: #fff;    
}  .footer{
background-color: #000;
padding: 60px 0;
color: #d2d2d2;
font-size: 0px;
position: relative;
}
.background_txt {
position: absolute;
left: 0;
bottom: 0;
font-size: 330px;
font-weight: bold;
letter-spacing: 0.02em;
line-height: 1;
color: #131313;
white-space: nowrap;
width: 100%;
text-align: center;
pointer-events: none;
}
.footer > .c{
position: relative;
}
.footer .logo img{
width: auto;
height: 45px;
}
.copytext{
margin-top: 30px;
font-size: 16px;
}
.phem{
display: inline-block;
margin-top: 20px;
font-size: 16px;
line-height: 1;
}
.phem + .phem{
margin-left: 15px;
border-left: 2px solid #d2d2d2;
padding-left: 15px;
}
.s_links{
margin-top: 25px;
}
.s_links .link{
font-size: 22px;
display: inline-block;
margin: 0 10px;
}
.footer a:hover{
color: #fff;
}
.bottom_text {
font-size: 14px;
font-style: italic;
margin-top: 40px;
line-height: 1.5;
}  .banner{
height: 100vh;
min-height: 700px;
position: relative;
}
.banner .slides, .banner .slides .slide{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
.banner .slides .slide{
display: none;
}
.banner .slides .slide:first-child{
display: block;
}
.b_content{
position: absolute;
width: 100%;
left: 0;
top: 50%;
transform: translateY(-50%);
z-index: 105;
}
.b_max{
max-width: 840px;    
display: inline-block;    
color: #fff;
position: relative;
}
.banner .title{
font-size: 6.25vw;
font-weight: 600;
line-height: 1;
letter-spacing: -7px;
position: relative;
padding-bottom: 35px;
margin-left: -5px;
}
.banner .title:after{
position: absolute;
bottom: 0;
width: 75px;
height: 10px;
content: '';
background-color: #fff;
}
.b_content.text_left .title:after, .b_content.text_left .sub_title {
left: 4px;
}
.b_content.text_center .title:after, .b_content.text_center .sub_title{
left: 0;
right: 0;
margin: auto;
}
.b_content.text_right .title:after, .b_content.text_right .sub_title{
right: 0;
}
.b_max.has_sub_title{
padding-top: 40px;
}
.b_content.text_left .sub_title, .text_left .b_max .title, .text_left .b_max .btn{
transform: translateX(350px);
opacity: 0;
}
.b_content.text_right .sub_title, .text_right .b_max .title, .text_right .b_max .btn{
transform: translateX(-350px);
opacity: 0;
}
.b_content.text_left .sub_title, .b_content.text_right .sub_title{
transition: opacity 0.4s, transform 0.4s 0s ease-in-out;
}
.text_left .b_max .title, .text_right .b_max .title{
transition: opacity 0.4s, transform 0.4s 0.1s ease-in-out;
}
.text_left .b_max .btn, .text_right .b_max .btn{
transition: opacity 0.4s, transform 0.4s 0.2s ease-in-out;
}
.pg_loaded .b_content.text_left .sub_title, .pg_loaded .text_left .b_max .title, .pg_loaded .text_left .b_max .btn,
.pg_loaded .b_content.text_right .sub_title, .pg_loaded .text_right .b_max .title, .pg_loaded .text_right .b_max .btn{
transform: translateX(0px);
opacity: 1;
}
.b_content.text_center .sub_title, .text_center .b_max .title, .text_center .b_max .btn{
transform: translateY(250px);
opacity: 0;
}
.b_content.text_center .sub_title{
transition: opacity 0.4s, transform 0.4s 0s ease-in-out;
}
.text_center .b_max .title{
transition: opacity 0.4s, transform 0.4s 0.1s ease-in-out;
}
.text_center .b_max .btn{
transition: opacity 0.4s, transform 0.4s 0.2s ease-in-out;
}
.pg_loaded .b_content.text_center .sub_title, .pg_loaded .text_center .b_max .title, .pg_loaded .text_center .b_max .btn{
transform: translateY(0px);
opacity: 1;
}
.banner .sub_title{
position: absolute;
top: 0;
left: 0;
font-size: 20px;
}
.b_max .btn{
margin-top: 50px;
}
.nav_btn{
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 45px;
color: #fff;
z-index: 105;
padding: 20px;
opacity: 0.7;
}
.nav_btn.fa-chevron-left{
left: 0;
}
.nav_btn.fa-chevron-right{
right: 0;
}
.nav_btn:hover{
opacity: 1;
}
.banner_small{
position: relative;
min-height: 480px;
max-height: 550px;
height: 50vh;
color: #fff;
}
.banner.banner_small .sub_title{
position: static;
font-size: 25px;
line-height: 1;
font-weight: 100;
margin-top: 15px;
}
.banner.banner_small .title{
padding-bottom: 0;
font-size: 105px;
}
.banner.banner_small .title:after{
display: none;
}
.banner.banner_small .b_content.text_center .sub_title{
transform: translateY(0);
opacity: 1;
}
.text_center_left .b_max, .text_center_right .b_max,
.banner_small .text_center_left, .banner_small .text_center_right{
width: 50%;
text-align: center;  
display: block;
}
.banner_small .text_center_left, .text_center_left .b_max {
margin-right: auto;
}
.banner_small .text_center_right, .text_center_right .b_max {
margin-left: auto;
}
.banner .text_center_left .sub_title, .banner .text_center_right .sub_title,
.banner .text_center_left .title:after, .banner .text_center_right .title:after{
left: 0;
right: 0;
margin: auto;
}
.scroll_down{
position: absolute;
left: 0;
right: 0;
bottom: 0;
font-size: 0;
z-index: 120;
text-align: center;
}
.scroll_down .link{
display: inline-block;
padding: 0 15px 15px;
}
.scroll_down .round{    
display: inline-block;
width: 46px;
height: 46px;
border: 1px solid #fff;
border-radius: 100%;
position: relative;
background-color: transparent;
transition: background-color .5s;
}
.scroll_down .round:after {
content: "";
position: absolute;
top: 43%;
left: 50%;
width: 13px;
height: 13px;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
transform: translate(-50%,-50%) rotate(-45deg);
}
.scroll_down .text{
font-size: 14px;
color: #fff;
font-weight: 500;
padding-top: 5px;
text-transform: uppercase;
letter-spacing: 0.1em;
}
.scroll_down .link:hover .round {
background-color: rgba(255,255,255,.4);
}
.two_column, .testimonial{
background-color: #000;
color: #fff;
}
.two_column .section_sub_title{
margin-top: 15px;
}
.two_column .col_row{
margin: 0 -60px;
}
.two_column .col{
padding: 0 60px;
margin-top: 60px;
}
.popular_artists, .blog_grids {
padding: 100px 0 220px 0;
}
.blog_grids{
padding: 100px 0 170px 0;    
}
.popular_artists .section_sub_title{
margin-top: 20px;    
}
.popular_artists .col_row{
margin: 0 -30px;
}
.popular_artists .col{
padding: 0 30px;
padding-top: 60px;
}
.artist_grid{
position: relative;
display: block;
overflow: hidden;
padding-bottom: 5px;
}
.artist_grid:after {
position: absolute;
top: 0;
left: -80%;
content: '';
width: 50%;
height: 100%;
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
-webkit-transform: skewX(-25deg);
transform: skewX(-25deg);
}
.artist_grid:hover:after{
-webkit-animation: shine 0.6s;
animation: shine 0.6s;
}
@-webkit-keyframes shine {
100% {
left: 125%;
}
}
@keyframes shine {
100% {
left: 125%;
}
}
.artist_grid .img{
position: relative;
padding-top: 100%;
}
.artist_grid .meta{
margin-top: 15px;
}
.artist_grid .cat{
color: #a5a5a5;
font-size: 15px;
}
.artist_grid .name{
font-size: 21px;
font-weight: 600;
margin-top: 5px;
line-height: 1;
font-family: 'Open Sans', sans-serif;
}
.popular_artists .col:nth-child(4n+2), .popular_artists .col:nth-child(4n), .blog_grids .col:nth-child(4n+2), .blog_grids .col:nth-child(4n) {
position: relative;
top: 60px;
}
.popular_artists .col:nth-child(4n) {
position: relative;
top: 120px;
}
.testimonial .c{
position: relative;
}
.section_title + .testis, .section_sub_title + .testis {
margin-top: 50px;
}
.testimonial .testi{
display: none;
}
.testimonial .testi:first-child{
display: block;
}
.testimonial .content {
font-size: 24px;
font-weight: 300;
line-height: 1.5;
}
.testimonial .name {
margin-top: 40px;
font-size: 20px;
font-weight: 500;
line-height: 1;
padding-right: 120px;
color: #8a8a8a;
}
.testimonial .designation {
font-size: 16px;
font-weight: 300;
line-height: 1;
margin-top: 10px;
padding-right: 120px;
color: #d2d2d2;
}
.testimonial .controls{
position: absolute;
right: 60px;
bottom: 0;
z-index: 105;
}
.testimonial .controls > *{
display: inline-block;
vertical-align: middle;
}
.testimonial .controls .next{
margin-left: 25px;
line-height: 1;
border-bottom: 1px solid transparent;
}
.testimonial .controls .next:hover{
border-color: #fff;
}
.testimonial .section_sub_title {
padding-top: 15px;
}
.blog_grids .section_sub_title{
margin-top: 15px;
}
.blog_grids .col_row{
margin: 0 -30px;
}
.blog_grids .col{
padding: 0 30px;
margin-top: 60px;
}
.blog_g{
-webkit-box-shadow: 0 13px 20px 7px rgba(0,0,0,.1);
-moz-box-shadow: 0 13px 20px 7px rgba(0,0,0,.1);
box-shadow: 0 13px 20px 7px rgba(0,0,0,.1);
}
.blog_g .b_img{
display: block;
position: relative;
padding-top: 62.65%;
overflow: hidden;
}
.b_meta {
background-color: #fff;
padding: 30px 25px;
}
.b_meta .title{
font-size: 19px;
line-height: 1.3;
font-weight: 600;
display: block;
font-family: 'Open Sans', sans-serif;
}
.b_meta a.title:hover{
color: #8a8a8a;
}
.b_meta .b_date{
margin-top: 8px;
font-size: 15px;
color: #a5a5a5;
}
.b_meta .desc{
font-size: 15px;
margin-top: 10px;
color: #8a8a8a;
}
.b_wrap {
color: #8a8a8a;
}
.read_hover{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.8);
opacity: 0;
transition: opacity .8s;
}
.read_hover .t{
font-size: 18px;
color: #fff;
font-weight: 600;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
text-align: center;
font-family: 'Open Sans', sans-serif;
}
.b_img:hover .read_hover{
opacity: 1;
}
.two_column_with_title .section_title{
padding-bottom: 40px;
}
.two_column_with_title .col_row{
margin: 0 -30px;
}
.two_column_with_title .col{
color: #8a8a8a;
padding: 0 30px;
}
.two_column_with_title .text_center{
margin-top: 50px;
}
.mt60{
margin-top: 60px;
}
.prev_next{
font-size: 16px;
line-height: 1.5;
position: relative;
}
.prev_next:after{
content: '';
clear: both;
display: block;
}
.prev_next a.prev_post:before {
content: "";
border-right: 12px solid #000;
border-bottom: 6px solid transparent;
border-top: 6px solid transparent;
transition: border 0.4s;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.prev_next a.next_post:after {
content: "";
border-left: 12px solid #000;
border-bottom: 6px solid transparent;
border-top: 6px solid transparent;
transition: border 0.4s;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}
.prev_next a span{
display: block;
vertical-align: middle;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.prev_next a {
background-color: #fff;
display: inline-block;
position: relative;
width: 50%;
white-space: nowrap;
}
.prev_next a.prev_post{
padding-right: 40px;
padding-left: 25px;
}
.prev_next a.next_post{
padding-left: 40px;
padding-right: 25px;
text-align: right;
}
.prev_next a:hover{
color: #8a8a8a;
}
.prev_next a.prev_post:hover:before{
border-right-color: #8a8a8a;
}
.prev_next a.next_post:hover:after {
border-left-color: #8a8a8a;
}
.full_width_gallery .gal_img{
position: relative;
}
.full_width_gallery .sizer{
padding-top: 100%;
}
.has-no-touchevents .full_width_gallery .col:hover .bgimage{
opacity: 0.75;
}
.artists_grid .col_row{
margin: 0 -10px;
text-align: center;
}
.artists_grid .col{
padding: 10px;
}
.artists_grid .artist_grid{
padding-bottom: 0;
}
.artists_grid .col.block{
display: inline-block;
}
.artists_grid .col.none{
display: none;
}
.no_email{
display: block;
margin-top: 5px;
}
.no_email:hover{
color: #666;
}
.breadcrumb_section{
background-color: #fafafa;
padding: 60px 0;
}
.breadcrumbs{
font-size: 0;
}
.breadcrumbs li{
display: inline-block;
list-style: none;
font-size: 16px;
font-weight: 500;
line-height: 1.2em;
color: #8a8a8a;
vertical-align: middle;
text-transform: capitalize;
}
.smash-line{
margin: 0 5px;
}
.breadcrumb_section .section_title{
margin-top: 15px;
}
.bread_title{
display: block;
}
a.bread_title:hover{
color: #000;
}
.with-banner .menu li a:before{
background-color: #fff;
}
.blog_lists .blog_g{
box-shadow: none;
margin-bottom: 80px;
}
.blog_lists .b_meta, .blog_editor .b_meta{
padding: 20px 0 0 0;
}
.blog_lists .b_meta .title, .blog_editor .b_meta .title{
font-size: 38px;
margin-top: 10px;
}
.blog_lists .cat_share{
margin-top: 0;
}
.marg{
margin-top: 20px;
font-size: 0;
}
.cat_share:after{
content: '';
clear: both;
display: block;
}
.cat_link{
display: inline-block;
margin-right: 10px;
font-weight: 500;
color: #8a8a8a;
font-size: 16px;
line-height: 1;
text-transform: capitalize;
}
.social_share{
font-size: 0;
}
.so_link{
display: inline-block;
margin-left: 10px;
color: #8a8a8a;
}
.so_link .fa{
font-size: 18px;    
}
.poppins{
font-family: 'Poppins', sans-serif;
}
a.so_link:hover, .cat_link:hover{
color: #000;
}
.b_wrap > *{
display: inline-block;
}
.b_meta .b_wrap .b_date {
margin-top: 0;
line-height: 1;
font-size: 17px;
color: #8a8a8a;
}
.b_wrap .cat_link{
font-size: 17px;
}
.b_wrap .cats{
margin-left: 5px;
}
.modernPagination{
position: relative;
text-align: center;
}
.modernPagination ul{
font-size: 0;
}
.modernPagination li{
display: inline-block;
vertical-align: middle;
list-style: none;
margin: 0 5px;
}
.modernPagination li a{
font-size: 16px;
padding: 5px;
display: block;
line-height: 1;
color: #8a8a8a;
}
.modernPagination li.active a{
color: #000;
}
.modernPagination li.left, .modernPagination li.right{
font-size: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.modernPagination li.left a .fa, .modernPagination li.right a .fa{
font-size: 24px;
}
.modernPagination li.left{
left: 0;
}
.modernPagination li.right{
right: 0;
}
.blog_editor_max{
max-width: 950px;
margin: auto;
}
.blog_img{
padding-top: 62.65%;
position: relative;
}
.blog_editor .c_editor{
margin-top: 25px;
color: #8a8a8a;
}
.form_wrap{
text-align: center;
max-width: 900px;
margin: auto;
font-size: 20px;
font-weight: 300;
line-height: 2.5;
}
.form_wrap p, .form_wrap .form_group{
display: inline-block;    
overflow: hidden;
}
.form_wrap .form_group{
position: relative;
margin: 0 10px;
}
.form_wrap .form_label{
visibility: hidden;
min-width: 180px;
display: block;
text-align: center;    
font-size: 20px;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
}
.form_wrap .form_group .wpcf7-form-control-wrap, .form_wrap .form_group a.selected-item{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.form_wrap .wpcf7-form-control-wrap input, .form_wrap .wpcf7-form-control-wrap select{
display: block;
height: 100%;
width: 100%;
font-size: 20px;
font-weight: 600;
text-align: center;
padding-bottom: 0px;
border-bottom: 2px dotted #fff;
transition: border-bottom 0.5s;
background-color: transparent;
color: #fff;
font-family: 'Open Sans', sans-serif;
}
.form_wrap .wpcf7-form-control-wrap select {
position: absolute;
left: 0;
top: 0;
width: 100%;
opacity: 0;
font-size: 20px;
line-height: 2;
cursor: pointer;
z-index: 1;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
}
.form_wrap .wpcf7-form-control-wrap select option{
background-color: #333;
}
.form_wrap .form_group a.selected-item{    
border-bottom: 2px dotted #fff;
transition: none;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
}
.form_wrap .form_group a.selected-item.prompt{
font-size: 0.85em;
padding-top: 5px;
color: rgba(255,255,255,0.6);
}
.form_submit, .second_line{
margin-top: 50px;
}
.form_submit .pos_relform{
font-size: 0;
}
.form_wrap span.wpcf7-not-valid-tip {
color: #fff;
font-size: 14px;
font-weight: normal;
display: block;
position: absolute;
top: 100%;
width: 100%;
background-color: #000;
line-height: 1;
padding: 8px;
opacity: 0;
transition: opacity 0.4s;
display: none;
}
.form_group:hover span.wpcf7-not-valid-tip {
opacity: 1;
}
.form_wrap .wpcf7-form-control-wrap input.wpcf7-not-valid, .form_wrap .wpcf7-form-control-wrap .wpcf7-not-valid + .selected-item, .form_wrap .wpcf7-form-control-wrap .wpcf7-not-valid + .selected-item.prompt{
color: red;    
border-color: red;
}
.form_wrap .wpcf7-form-control-wrap input::-webkit-input-placeholder { font-size: 0.85em;
color: #fff;    
opacity: 0.6;
transition: opacity 0.5s;
}
.form_wrap .wpcf7-form-control-wrap input::-moz-placeholder { font-size: 0.85em;
color: #fff;
opacity: 0.6;
transition: opacity 0.5s;
}
.form_wrap .wpcf7-form-control-wrap input:-ms-input-placeholder { font-size: 0.85em;
color: #fff;
opacity: 0.6;
transition: opacity 0.5s;
}
.form_wrap .wpcf7-form-control-wrap input:-moz-placeholder { font-size: 0.85em;
color: #fff;
opacity: 0.6;
transition: opacity 0.5s;
}
.form_wrap .wpcf7-form-control-wrap input.wpcf7-not-valid::-webkit-input-placeholder { color: red;
}
.form_wrap .wpcf7-form-control-wrap input.wpcf7-not-valid::-moz-placeholder { color: red;
}
.form_wrap .wpcf7-form-control-wrap input.wpcf7-not-valid:-ms-input-placeholder { color: red;
}
.form_wrap .wpcf7-form-control-wrap input.wpcf7-not-valid:-moz-placeholder { color: red;
}
.form_wrap .wpcf7-form-control-wrap input:focus::-webkit-input-placeholder{
opacity: 0.3;
}
.form_wrap .wpcf7-form-control-wrap input:focus{
border-style: solid;
}
.wpcf7-form > *{
position: relative;
}
.wpcf7-form > *:first-child{
z-index: 15;
}
.wpcf7-form > *:nth-child(2){
z-index: 14;
}
.wpcf7-form > *:nth-child(3){
z-index: 13;
}
.wpcf7-form > *:nth-child(4){
z-index: 12;
}
.wpcf7-form > *:nth-child(5){
z-index: 11;
}
.wpcf7-form > *:nth-child(6){
z-index: 10;
}
.wpcf7-form > *:nth-child(7){
z-index: 9;
}
.wpcf7-form > *:nth-child(8){
z-index: 8;
}
.wpcf7-form > *:nth-child(9){
z-index: 7;
}
.wpcf7-form > *:nth-child(10){
z-index: 6;
}
.wpcf7-form > *:nth-child(11){
z-index: 5;
}
.wpcf7-form > *:nth-child(12){
z-index: 4;
}
.form_wrap div.wpcf7 .ajax-loader{
position: absolute;
left: 0;
top: 0;
background-color: rgba(255,255,255,0.9);
width: 100%;
height: 100%;
margin: 0;
background-repeat: no-repeat;
background-position: center;
cursor: not-allowed;
pointer-events: none;
}
div.wpcf7-response-output{
border: none;
font-size: 16px;
margin: 0;
padding: 30px 0 0 0;
line-height: 1;
}
.wpcf7-form {
position: relative;
}
.google_map {
height: 500px;
background-color: #fafafa;
position: relative;
}
.related_artists .section_title{
padding-bottom: 30px;
}  .c_editor{
font-size: 16px;
}
.c_editor > *:first-child{
margin-top: 0;
}
.c_editor h1, .c_editor h2, .c_editor h3, .c_editor h4, .c_editor h5, .c_editor h6{
font-weight: 600;
margin-top: 40px;
line-height: 1.3;
font-family: 'Open Sans', sans-serif;
}
.c_editor h1{
font-size: 34px;
}
.c_editor h2{
font-size: 30px;
}
.c_editor h3, .c_editor h4, .c_editor h5, .c_editor h6{
font-size: 16px;
}
.c_editor p{
margin-top: 20px;
line-height: 1.5;
}
.c_editor em, .c_editor i{
font-style: italic;
}
.c_editor b, .c_editor strong{
font-weight: 600;
font-family: 'Open Sans', sans-serif;
}
.c_editor > ul, .c_editor > ol{
margin-top: 40px;
}
.c_editor ul li, .c_editor ol li{
list-style: none;
}
.c_editor ul li{
position: relative;
padding-left: 15px;
margin-top: 10px;
}
.c_editor ul li:before{
position: absolute;
left: 0;
top: 10px;
width: 5px;
height: 5px;
background-color: #8a8a8a;
border-radius: 50%;
content: '';
}
.c_editor ul li ul li:before{
border-radius: 0;
}
.c_editor ol{
counter-reset: item;
}
.c_editor ol li{
counter-increment: item;
padding-left: 0px;
margin-top: 10px;
display: table;
}
.c_editor ol li:before{
content: counters(item, ".") ". ";
display: table-cell;
font-size: 14px;
color: #8a8a8a;
line-height: 1;
padding-right: 5px;
}
.c_editor img.alignright { float: right; }
.c_editor img.alignleft { float: left; }
.c_editor img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.c_editor .alignright { float: right; }
.c_editor .alignleft { float: left; }
.c_editor .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.c_editor img{
width: auto;
height: auto;
}
.c_editor p:after {
clear: both;
content: '';
display: block;
}
.c_editor blockquote {
padding-left: 70px;
position: relative;
color: #000;
}
.c_editor blockquote:before {
content: '\f10e';
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
font-family: FontAwesome;
font-size: 50px;
color: #000;
}
.c_editor a{
font-weight: 600;
border-bottom: 1px solid transparent;
word-break: break-all;
display: inline-block;
font-family: 'Open Sans', sans-serif;
}
.c_editor a:hover{
border-color: #8a8a8a;
} #imageFlow {
position: absolute;
width: 100%;
height: 80%;
left: 0%;
top: 50%;
transform: translateY(-50%);
overflow: hidden;
background: transparent;
}
#imageFlow .diapo {
position: absolute;
left: -4000px;
cursor: pointer;
-ms-interpolation-mode: nearest-neighbor;
}
#imageFlow .link {
border: dotted #fff 1px;
margin-left: -1px;
margin-bottom: -1px;
}
#imageFlow .text {
position: absolute;
left: 0px;
width: 100%;
bottom: 16%;
text-align: center;
z-index: 1000;
}
#imageFlow .title {
font-size: 0.9em;
font-weight: bold;
}
#imageFlow .legend {
font-size: 0.8em;
}
#imageFlow .scrollbar {
position: absolute;
left: 10%;
bottom: 10%;
width: 80%;
height: 16px;
z-index: 1000;
display: none;
}
#imageFlow .track {
position: absolute;
left: 1%;
width: 98%;
height: 10px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
}
#imageFlow .arrow-left {
position: absolute;
display: none;
}
#imageFlow .arrow-right {
position: absolute;
right: 0px;
display: none;
}
#imageFlow .bar {
position: absolute;
height: 10px;
left: 0;
width: 100px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
border-radius: 25px;
}
.diapo {
opacity: 1;
}
.diapo.current {
opacity: 1;
}
.full_width_gallery {
position: relative;
}
.custom-pager,.burger_menu_wrap,.mobile-menu {
display: none;
}
.red_more .btn {
padding: 15px 40px;
}
.searchbar {
padding-bottom: 60px;    
position: relative;
z-index: 1;
}
.searchfilter_input {
max-width: 350px;
margin: auto;
position: relative;
}
.searchbar .filter_input {
border-bottom: 2px solid #d2d2d2;
line-height: 1.8;
box-sizing: border-box;
font-size: 17px;
color: #8a8a8a;
width: 100%;
padding-right: 25px;
}
.searchfilter_input .searh_but {
background-color: transparent;
position: absolute;
top: 4px;
right: 0px;
}
.sub-search {
font-size: 17px;
color: #8a8a8a;
line-height: 1;
}
.artistsbg {
position: absolute;
bottom: 0;
left: 0;
transition: opacity .8s;
height: 100%;
width: 100%;
opacity: 0;
}
.has-no-touchevents .artist_grid:hover .artistsbg { 
opacity: 1;
}
.artist-support {
position: relative;
height: 100%;
background-color: rgba(0,0,0,.8);
}
.artbgtitle {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding: 0 20px;
text-align: center;
width: 100%;
}
.tech-support {
font-size: 24px;
color: #fff;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
}
.artrem_shine.artist_grid:after {
content: none;
}
.searchfilter_input .xdsoft_autocomplete_dropdown {
display: none!important;
}
.xdsoft_autocomplete .xdsoft_input {
position: relative;
z-index: 99;
}
.xdsoft_autocomplete {
width: 100%!important;
position: relative;
word-spacing: normal;
text-transform: none;
text-indent: 0;
text-shadow: none;
text-align: start;
}
.contact_form  {
background-color: #000;
}
.contact_form .form_wrap {
color: #fff;
}
.pos_relform {
position: relative;
display: inline-block;
}
.artists_grid .c{
position: relative;
min-height: 350px;
}
.loader {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: none;
}
.loader.loading{
display: block;
} .overlay{
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
background-color: #1b1b1b;
opacity: 0;
text-align: center;
-webkit-transition: opacity 0.4s, visibility 0.4s;
transition: opacity 0.4s, visibility 0.4s;
visibility: hidden;
z-index: 99999;
}
.overlay iframe {
border: 0 none;
display: inline-block;
-webkit-transform: translateY(-100px);
transform: translateY(-100px);
transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
vertical-align: middle;
}
.has-overlay .overlay {
opacity: 1;
-webkit-transform: translateY(0px);
transform: translateY(0px);
visibility: visible;
}
.has-overlay .overlay iframe {
-webkit-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.video-overlay {
overflow: hidden;
white-space: nowrap;
} .video-overlay .close{
opacity: 1;    
transform: translate(0, 0);
}
.video-center {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0;
width: 100%;
padding: 60px 0;
height: 100%;
max-height: 900px;
} .swiper-container{
height: 100%;
font-size: 0;
}
.swiper-wrapper {
align-items: center;
}
.swiper-slide {
width: auto;
height: 100%;
display: inline-block;
overflow: hidden;
opacity: 0.2;
transition: opacity 0.4s, transform 0.4s;
}
.swiper-container-android .swiper-slide, .swiper-slide{
transform: translate3d(0,0,0) scale(0.75);
}
.swiper-slide.swiper-slide-active {
-webkit-filter: blur(0px);
filter: blur(0px);
opacity: 1;    
transform: translate3d(0,0,0) scale(1);
}
.swiper-slide img {
width: auto;
height: 100%;
}
.swiper-pagination {
display: none;
} .grids_gallery_list .gallery_item_wrap{
position: relative;
}
.grids_gallery_list .gallery_item_wrap .sizer{
padding-top: 100%;
}
.grids_gallery .c1 .col{
width: 100%;
}
.grids_gallery .c2 .col{
width: 50%;
}
.grids_gallery .c3 .col{
width: 33.33%;
}
.grids_gallery .c4 .col{
width: 25%;
}
.grids_gallery .c5 .col{
width: 20%;
}
.grids_gallery_list.r3 .rem1, .grids_gallery_list.r3 .rem2, .grids_gallery_list.r3 .rem3{
width: 33.33%;
}
.grids_gallery_list.r4 .rem1, .grids_gallery_list.r4 .rem2, .grids_gallery_list.r4 .rem3, .grids_gallery_list.r4 .rem4{
width: 25%;
}
.grids_gallery_list.r3 .rem1 .sizer, .grids_gallery_list.r3 .rem2 .sizer, .grids_gallery_list.r3 .rem3 .sizer,
.grids_gallery_list.c3 .sizer{
padding-top: 75%;
}
.grids_gallery_list.r2 .rem1, .grids_gallery_list.r2 .rem2{
width: 50%;
}
.grids_gallery_list.r2 .rem1 .sizer, .grids_gallery_list.r2 .rem2 .sizer{
padding-top: 50%;
}
.grids_gallery_list.c4.r2 .rem1 .sizer, .grids_gallery_list.c4.r2 .rem2 .sizer, .grids_gallery_list.c4.r2 .rem3 .sizer{
padding-top: 50%;
}
.grids_gallery_list.c1 .sizer, .grids_gallery_list.c4.r1 .rem1 .sizer, .grids_gallery_list.c3.r1 .rem1 .sizer, .grids_gallery_list.r1 .rem1 .sizer{
padding-top: 25%;
}
.grids_gallery_list.r1 .rem1{
width: 100%;
}
.no_post{
font-size: 22px;
text-align: center;
}
.options_values, .no_post_script {
display: none;
}
.has-no-touchevents #RL{
display: none !important;
}
.rootElement .slide, #fwds3dcovDiv0-fluidwidth img {
cursor: pointer;
}
.slideCenter canvas + div {
display: none;
}
.slideCenter + div{
z-index: 6;
}
.slideCenter + div + div{
z-index: 5;
}
.slideCenter + div + div + div{
z-index: 4;
}
.slideCenter + div + div + div + div{
z-index: 3;
}
.slideCenter + div + div + div + div + div{
z-index: 2;
}
.slideCenter + div + div + div + div + div + div{
z-index: 1;
}
.form_group.m0{
margin: 0;
}
.banner_mobile, .mob_image + .desk_image{
display: none;
}
.max_w_0 {
max-width: none;
}
.page-template-withoutheaderfooter .header , .page-template-withoutheaderfooter .footer{
display: none;
}
.page-template-withoutheaderfooter .vhcenter {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}@media (min-width:1920px){
.banner .title{
font-size: 120px;
}
}
@media (max-width:1920px) { 
.banner .title{
font-size: 120px;
}
.nav_btn {
font-size: 40px;
}
.section_title {
font-size: 43px;
}
.banner.banner_small .title {
font-size: 100px;
}
}
@media (max-width:1800px) {  
.banner .title{
font-size: 115px;
}
}
@media (max-width:1600px) { 
.c{
padding: 0 100px;
}
.header_inner .logo img {
height: 33px;
}
.menu li a {
font-size: 15px;
}
.menu li a:before {
height: 3px;
}
.banner .title {
font-size: 105px;
}
.banner .sub_title {
font-size: 18px;
}
.banner .title:after {
width: 70px;
height: 8px;
}
.b_max .btn {
margin-top: 45px;
}
.btn {
padding: 18px 60px;
}
.nav_btn {
font-size: 35px;
}
.section_padding {
padding: 80px 0;
}
.section_white + .section_white.white_remove {
margin-top: -80px;
}
.section_title {
font-size: 40px;
}
.two_column .col {
margin-top: 50px;
}
.popular_artists {
padding: 80px 0 205px 0;
}
.blog_grids {
padding: 80px 0 150px 0;
}
.artist_grid .name {
font-size: 20px;
}	
.section_title + .testis, .section_sub_title + .testis {
margin-top: 45px;
}
.testimonial .content {
font-size: 22px;
}
.testimonial .name {
margin-top: 35px;
font-size: 19px;
}
.b_meta .title {
font-size: 18px;
}
.popular_artists .col {
padding-top: 50px;
}
.blog_grids .col {
margin-top: 50px;
}
.footer {
padding: 50px 0;
}
.blog_lists .blog_g {
margin-bottom: 70px;
}
.blog_lists .b_meta .title, .blog_editor .b_meta .title {
font-size: 34px;
}
.so_link .fa {
font-size: 17px;
}
.banner.banner_small .title {
font-size: 90px;
}
.form_wrap {
font-size: 19px;
max-width: 750px;
}
.form_wrap .wpcf7-form-control-wrap input, .form_wrap .wpcf7-form-control-wrap select, .form_wrap .form_label {
font-size: 19px;
}
.form_submit, .second_line {
margin-top: 45px;
}
.c_editor h1{
font-size: 32px;
}
.c_editor h2{
font-size: 28px;
}
.c_editor h1, .c_editor h2, .c_editor h3, .c_editor h4, .c_editor h5, .c_editor h6 {
margin-top: 35px;
}
.c_editor > ul, .c_editor > ol {
margin-top: 35px;
}
.c_editor blockquote:before {
font-size: 45px;
}
.two_column_with_title .section_title {
padding-bottom: 35px;
}
.two_column_with_title .text_center {
margin-top: 45px;
}
.banner.banner_small .sub_title {
font-size: 23px;
}
.scroll_down .round {
width: 42px;
height: 42px;
}
.scroll_down .round:after {
width: 12px;
height: 12px;
}
.tech-support {
font-size: 22px;
}
.searchbar .filter_input {
font-size: 16px;
}
.sub-search {
font-size: 16px;
}
.marg{
margin-top: 15px;
}
.video-center{
max-height: 650px;
}
.background_txt{
font-size: 300px;
}
}
@media (max-width:1500px) { 
.banner .title {
font-size: 95px;
}
.blog_g .b_img {
padding-top: 55%;
}
.blog_img {
padding-top: 55%;
}
}
@media (max-width:1400px) { 
.header_inner .logo img {
height: 30px;
}
.menu li a {
margin: 30px 20px;
}
.banner .sub_title {
font-size: 17px;
}
.nav_btn {
font-size: 29px;
padding: 15px;
}
.banner .title {
font-size: 90px;
padding-bottom: 30px;
}
.banner .title:after {
height: 6px;
}
.btn {
padding: 15px 55px;
}
.b_max .btn {
margin-top: 40px;
}
.section_padding {
padding: 60px 0;
}
.section_white + .section_white.white_remove {
margin-top: -60px;
}
.popular_artists {
padding: 60px 0 195px 0;
}
.blog_grids {
padding: 60px 0 125px 0;
}
.section_title {
font-size: 35px;
}
.section_sub_title {
font-size: 15px;
}
.two_column .col {
margin-top: 45px;
}
.section_sub_title {
font-size: 15px;
}
.c_editor {
font-size: 15px;
}
.popular_artists .col_row {
margin: 0 -25px;
}
.popular_artists .col {
padding: 0 25px;
padding-top: 45px;
}
.artist_grid .name {
font-size: 18px;
}
.section_title + .testis, .section_sub_title + .testis {
margin-top: 40px;
}
.testimonial .content {
font-size: 20px;
}
.testimonial .name {
font-size: 17px;
}
.testimonial .designation {
font-size: 15px;
}
.testimonial .controls .next {
margin-left: 20px;
}
.blog_grids .col_row {
margin: 0 -25px;
}
.blog_grids .col {
margin-top: 45px;
padding: 0 25px;
}
.b_meta .title {
font-size: 17px;
}
.footer {
padding: 40px 0;
}
.footer .logo img {
height: 40px;
}
.copytext,.phem,.phem + .phem {
font-size: 15px;
}
.s_links .link {
font-size: 21px;
}
.sticky .menu li a {
margin: 18px 18px 15px;
font-size: 14px;
}
.breadcrumb_section {
padding: 50px 0;
}
.breadcrumbs li {
font-size: 15px;
}
.blog_lists .blog_g {
margin-bottom: 60px;
}
.blog_lists .b_meta {
padding: 15px 0 0 0;
}
.blog_lists .b_meta .title, .blog_editor .b_meta .title {
font-size: 30px;
}
.cat_link {
font-size: 15px;
}
.banner.banner_small .title {
font-size: 80px;
}
.form_wrap {
font-size: 18px;
}
.form_wrap .wpcf7-form-control-wrap input, .form_wrap .wpcf7-form-control-wrap select, .form_wrap .form_label {
font-size: 18px;
}
.form_submit, .second_line {
margin-top: 40px;
}
.c_editor h1{
font-size: 28px;
}
.c_editor h2{
font-size: 26px;
}
.c_editor h1, .c_editor h2, .c_editor h3, .c_editor h4, .c_editor h5, .c_editor h6 {
margin-top: 30px;
}
.c_editor > ul, .c_editor > ol {
margin-top: 30px;
}
.c_editor blockquote:before {
font-size: 40px;
}
.b_meta .b_wrap .b_date,.b_wrap .cat_link {
font-size: 16px;
}
.blog_editor_max .b_meta {
line-height: 1;
}
.two_column_with_title .section_title {
padding-bottom: 30px;
}
.two_column_with_title .text_center {
margin-top: 40px;
}
.banner.banner_small .sub_title {
font-size: 21px;
}
.scroll_down .round {
width: 39px;
height: 39px;
}
.scroll_down .round:after {
width: 11px;
height: 11px;
}
.red_more .btn {
padding: 14px 35px;
}
.tech-support {
font-size: 20px;
}
.searchbar {
padding-bottom: 50px;
}
.background_txt {
font-size: 270px;
}
.mt60 {
margin-top: 50px;
}
.bottom_text {
font-size: 13px;
}
}
@media (max-width:1200px) { 
.banner .title {
font-size: 80px;
}
.two_column .col_row {
margin: 0 -30px;
}
.two_column .col {
padding: 0 30px;
}
.popular_artists {
padding: 60px 0 125px 0;
}
.popular_artists .col_4,.blog_grids .col_4 {
width: 33.33%;
}
.popular_artists .col:nth-child(4n) {
top: auto;
}
.popular_artists .col:nth-child(4n+2), .popular_artists .col:nth-child(4n), .blog_grids .col:nth-child(4n+2), .blog_grids .col:nth-child(4n) {
top: auto;
}
.popular_artists .col:nth-child(3n+2), .blog_grids .col:nth-child(3n+2) {
position: relative;
top: 45px;
}
.footer .logo img {
height: 35px;
}
.banner.banner_small .title {
font-size: 75px;
}
.grids_gallery_list .col,
.grids_gallery .grids_gallery_list .col{
width: 33.33%;
}
.no_post {
font-size: 20px;
}
.video-center{
max-height: 550px;
}
.grids_gallery_list{
text-align: center;
}
}
@media (max-width:1024px) { 
.c {
max-width: none;
padding: 0 80px;
}
.header_inner .logo {
padding: 25px 0;
}
.header_inner .logo img {
height: 25px;
}
.menu li a {
padding: 20px 15px;
}
.menu li a {
font-size: 14px;
}
.menu li a:before {
top: -6px;
}
.menus {
display: none;
}
.burger_menu_wrap{
display: block;
position: absolute;
top: 0;
right: -15px;
margin-top: 13px;
padding: 15px;
}
.burger_menu {
display: block;
width: 24px;
}
.burger_menu .lines {
width: 100%;
height: 2px;
background-color: #000;
vertical-align: middle;
display: inline-block;
position: relative;
transition: background-color 0.01s;
border-radius: 30px;
}
.header.with-banner .burger_menu .lines { 
background-color: #fff;
}
.burger_menu .lines:before, .burger_menu .lines:after {
width: 100%;
height: 100%;
position: absolute;
left: 0;
content: '';
background-color: #000;
transition: transform 0.4s, background-color 0.4s;
border-radius: 30px;
}
.header.with-banner .burger_menu .lines:before,.header.with-banner .burger_menu .lines:after { 
background-color: #fff;
}
.burger_menu .lines:before {
top: -7px;
}
.burger_menu .lines:after {
top: 7px;
}
.sticky .burger_menu .lines { 
background-color: #000;
}
.sticky .burger_menu .lines:before,.sticky .burger_menu .lines:after {
background-color: #000;
}
.open-menu .burger_menu .lines {
background-color: transparent;
}
.open-menu .burger_menu .lines:before, .open-menu .burger_menu .lines:after {
top: 0;
background-color: #fff;
}
.open-menu .burger_menu .lines:before {
transform: rotate(45deg);
}
.open-menu .burger_menu .lines:after {
transform: rotate(-45deg);
}
.mobile-menu {
position: absolute;
width: 100%;
min-height: 100%;
left: 0;
top: 0;
background-color: #000;
transform: translateY(-100%);
transition: transform .8s;
overflow: auto;
z-index: 999999;
display: block;
}
.open-menu .mobile-menu {
transform: translateY(0);
}
.mobile-menu .mobile-menu-links {
position: relative;
height: 100vh;
}
.mobile-menu-links .burger_menu_wrap {
margin-right: 60px;
margin-top: 40px;
}
.mobile-menu-links .menu {
position: absolute;
top: 50%;
left: 0;
padding: 0 60px;
transform: translateY(-50%);
width: 100%;
text-align: center;
}
.mobile-menu-links .menu li {
display: block;
}
.mobile-menu-links .menu li a {
font-size: 35px;
padding: 20px 0 0;
margin: 0;
color: #787777;
}
.mobile-menu-links .menu li:first-child a {
padding-top: 0;
}
.sticky .burger_menu_wrap {
margin-top: 0px;
}
.banner {
height: 700px;
min-height: 0;
}
.banner .title {
font-size: 70px;
padding-bottom: 25px;
margin-left: -4px;
}
.b_max.has_sub_title {
padding-top: 35px;
}
.banner .sub_title {
font-size: 16px;
}
.nav_btn {
font-size: 24px;
padding: 12px;
}
.banner .title:after {
width: 60px;
height: 5px;
}
.b_max .btn {
margin-top: 35px;
}
.btn {
padding: 13px 40px;
}
.section_title {
font-size: 30px;
}
.two_column .col_row {
margin: 0;
}
.two_column .col {
padding: 0;
margin-top: 40px;
}
.two_column .col_2 {
width: 100%;
}
.popular_artists .section_sub_title {
margin-top: 15px;
}
.popular_artists .col {
padding-top: 40px;
}
.artist_grid .meta {
margin-top: 12px;
}
.artist_grid .cat {
font-size: 14px;
}
.artist_grid .name {
font-size: 16px;
}
.popular_artists {
padding: 60px 0 110px 0;
}
.popular_artists .col:nth-child(3n+2), .blog_grids .col:nth-child(3n+2) {
top: 40px;
}
.popular_artists .col {
padding-top: 40px;
}
.section_title + .testis, .section_sub_title + .testis {
margin-top: 35px;
}
.testimonial .content {
font-size: 18px;
}
.testimonial .name {
margin-top: 30px;
}
.b_meta {
padding: 25px;
}
.b_meta .title {
font-size: 16px;
}
.b_meta .b_date {
font-size: 14px;
}
.b_meta .desc {
font-size: 14px;
}
.blog_grids {
padding: 60px 0 110px 0;
}
.footer .logo img {
height: 30px;
}
.copytext {
margin-top: 25px;
}
.phem {
margin-top: 15px;
}
.s_links {
margin-top: 20px;
}
.s_links .link {
font-size: 19px;
}
.blog_grids .col {
margin-top: 40px;
}
.footer {
padding: 35px 0;
}
.breadcrumb_section {
padding: 40px 0;
}
.banner.banner_small {
height: 350px;
max-height: none;
min-height: auto;
}
.banner.banner_small .title {
font-size: 60px;
}
.blog_lists .b_meta .title, .blog_editor .b_meta .title {
font-size: 26px;
margin-top: 8px;
}
.so_link .fa {
font-size: 16px;
}
.blog_lists .blog_g {
margin-bottom: 50px;
}
.modernPagination li a {
font-size: 15px;
}
.modernPagination li.left a .fa, .modernPagination li.right a .fa {
font-size: 22px;
}
.blog_g .b_img {
padding-top: 45%;
}
.form_wrap {
font-size: 17px;
}
.form_wrap .wpcf7-form-control-wrap input, .form_wrap .wpcf7-form-control-wrap select, .form_wrap .form_label {
font-size: 17px;
}
.form_submit, .second_line {
margin-top: 35px;
}
.google_map {
height: 450px;
}
.blog_editor .c_editor {
margin-top: 20px;
} 
.c_editor h1{
font-size: 26px;
}
.c_editor h2{
font-size: 24px;
}
.c_editor h1, .c_editor h2, .c_editor h3, .c_editor h4, .c_editor h5, .c_editor h6 {
margin-top: 25px;
}
.c_editor > ul, .c_editor > ol {
margin-top: 25px;
}
.c_editor blockquote:before {
font-size: 35px;
}
.c_editor blockquote {
padding-left: 60px;
}
.b_meta .b_wrap .b_date,.b_wrap .cat_link {
font-size: 15px;
}
.two_column_with_title .section_title {
padding-bottom: 25px;
}
.two_column_with_title .text_center {
margin-top: 35px;
}
.banner.banner_small .sub_title {
font-size: 19px;
font-weight: 400;
}
div.wpcf7-response-output {
font-size: 15px;
padding: 25px 0 0 0;
}
.scroll_down .round {
width: 37px;
height: 37px;
}
.scroll_down .round:after {
width: 10px;
height: 10px;
}
.red_more .btn {
padding: 12px 30px;
}
.searchbar {
padding-bottom: 40px;
}
.tech-support {
font-size: 18px;
}
.sub-search {
font-size: 15px;
}
.artistsbg {
opacity: 1;
background: linear-gradient(to bottom,  rgba(0,0,0,0) 49%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0.65) 100%);
}
.artbgtitle {
top: auto;
bottom: 0;
transform: none;
padding: 20px;
}
.artistsbg .artist-support {
background-color: rgba(0,0,0,.1);
}
.image-view .close, .video-overlay .close{
left: 10px;
top: 10px;
}
.image-view .close span, .video-overlay .close span{
width: 18px;
height: 18px;  
background-size: contain;      
}
.image-view .move, .nav-controls{
margin-top: -25px;        
}
.image-view .move span, .nav-controls span {
width: 20px;
height: 20px;
}
.image-view .move.prev, .nav-controls.prev-slide{
left: 10px;
}
.image-view .move.prev span, .nav-controls.prev-slide span{
background-size: contain;
}
.image-view .move.next, .nav-controls.next-slide{
right: 10px;        
}
.image-view .move.next span, .nav-controls.next-slide span{
background-size: contain;
}
.no_post {
font-size: 18px;
}
.background_txt {
font-size: 220px;
}
.prev_next a.prev_post, .prev_next a.next_post {
padding-right: 20px;
padding-left: 20px;
}
.prev_next {
font-size: 15px;
}
.banner .title {
letter-spacing: -3px;
}
.bottom_text {
margin-top: 30px;
}
.grids_gallery .c5 .col,
.grids_gallery_list.c5.r2 .rem
.grids_gallery_list.c5.r1 .rem,
.grids_gallery_list.r3 .rem1, 
.grids_gallery_list.r3 .rem2, 
.grids_gallery_list.r3 .rem3,
.grids_gallery_list.r2 .rem1,
.grids_gallery_list.r2 .rem2,
.grids_gallery_list.r1 .rem1{
width: 33.33%;
}
.grids_gallery_list.c5.r3 .col.rem .sizer,
.grids_gallery_list.c5.r2 .col.rem .sizer,
.grids_gallery_list.c5.r1 .col.rem .sizer,
.grids_gallery_list.c4.r2 .rem1 .sizer,
.grids_gallery_list.c4.r2 .rem2 .sizer,
.grids_gallery_list.c4.r2 .rem3 .sizer,
.grids_gallery_list.r3 .rem1 .sizer,
.grids_gallery_list.r3 .rem2 .sizer,
.grids_gallery_list.r3 .rem3 .sizer,
.grids_gallery_list.c3 .sizer,
.grids_gallery_list.c1 .sizer,
.grids_gallery_list.c4.r1 .rem1 .sizer,
.grids_gallery_list.c3.r1 .rem1 .sizer,
.grids_gallery_list.r1 .rem1 .sizer{
padding-top: 100%;
}
.grids_gallery_list.bal1 .col:last-child{
width: 100%;
}
.grids_gallery_list.bal2 .col:last-child,
.grids_gallery_list.bal2 .col:nth-last-child(2){
width: 50%;
}
.grids_gallery_list.bal3 .col:last-child,
.grids_gallery_list.bal3 .col:nth-last-child(2),
.grids_gallery_list.bal3 .col:nth-last-child(3){
width: 33.33%;
}
.mob_image{
display: block;
}
.mob_image + .desk_image {
display: none;
}
.grids_gallery .balcol4 .col{
width: 25%;
}
.grids_gallery .balcol3 .col{
width: 33.33%;
}
.grids_gallery .balcol2 .col{
width: 50%;
}
}
@media (max-width:950px) { 
.nav_btn {
display: none;
}
.banner .title {
font-size: 65px;
}
.popular_artists .col_4, .blog_grids .col_4 {
width: 50%;
}
.popular_artists .col:nth-child(3n+2), .blog_grids .col:nth-child(3n+2) {
position: relative;
top: auto;
}
.popular_artists .col:nth-child(2n+2), .blog_grids .col:nth-child(2n+2) {
top: 40px;
position: relative;
}
.scroll_down {
display: none;
}
.custom-pager {
display: block;
text-align: center;
position: absolute;
bottom: 0;
z-index: 99999;
left: 0;
line-height: 1;
width: 100%;
margin-bottom: 15px;
}
.pager {
display: inline-block;
width: 11px;
height: 11px;
border-radius: 50%;
background-color: #fff;
margin: 0 5px;
opacity: .6;
transition: opacity .3s;
}
.pager.cycle-pager-active {
opacity: 1;
}
.artists_grid .col_4 {
width: 50%;
}
.two_column_with_title .col_row {
margin: 0;
}
.two_column_with_title .col_2 {
width: 100%;
}
.two_column_with_title .col {
padding: 0;
margin-top: 25px;
}
.two_column_with_title .col:first-child { 
margin-top: 0;
}
}
@media (max-width:820px) { 
.c {
padding: 0 40px;
}
.mobile-menu-links .menu {
padding: 0 40px;
}
.mobile-menu-links .menu li a {
font-size: 30px;
}
.burger_menu {
width: 22px;
}
.burger_menu_wrap{
margin-top: 10px;
}
.mobile-menu-links .burger_menu_wrap {
margin-right: 40px;
margin-top: 30px;
}
.banner .title {
font-size: 60px;
}
.section_padding {
padding: 40px 0;
}
.section_white + .section_white.white_remove {
margin-top: -40px;
}
.two_column .col {
margin-top: 35px;
}
.popular_artists {
padding: 40px 0 90px 0;
}
.popular_artists .col {
padding-top: 35px;
}
.popular_artists .col:nth-child(2n+2), .blog_grids .col:nth-child(2n+2) {
top: 35px;
}
.blog_grids {
padding: 40px 0 100px 0;
}
.blog_grids .col {
margin-top: 35px;
}
.footer {
padding: 40px 0;
}
.testimonial .name {
font-size: 16px;
}
.blog_lists .blog_g {
margin-bottom: 40px;
}
.banner.banner_small .title {
font-size: 50px;
}
.form_wrap {
max-width: none;
}
.form_submit, .second_line {
margin-top: 30px;
}
.form_wrap {
font-size: 15px;
}
.form_wrap .wpcf7-form-control-wrap input, .form_wrap .wpcf7-form-control-wrap select, .form_wrap .form_label {
font-size: 16px;
}
.searchbar {
padding-bottom: 30px;
}
.image-view .move, .nav-controls{
margin-top: -24px;        
}
.image-view .move span, .nav-controls span {
width: 18px;
height: 18px;
}
.image-view .move.prev, .nav-controls.prev-slide {
left: 0px;
}
.image-view .move.next, .nav-controls.next-slide {
right: 0px;
}    
.image-view .close, .video-overlay .close{
left: 0px;
top: 10px;
}
.image-view .close span, .video-overlay .close span{
width: 16px;
height: 16px;        
}
.video-center {
max-height: 450px;
}
.grids_gallery_list.r3 .rem1 .sizer, .grids_gallery_list.r3 .rem2 .sizer, .grids_gallery_list.r3 .rem3 .sizer, .grids_gallery_list.c3 .sizer{
padding-top: 100%;
}
.grids_gallery_list.r2 .rem1 .sizer, .grids_gallery_list.r2 .rem2 .sizer {
padding-top: 100%;
}
.grids_gallery .c4.r2 .col{
width: 50%;
}
.prev_next a.next_post:after {
border-left: 9px solid #000;
margin-left: 15px;
}
.prev_next a.prev_post:before {
border-right: 9px solid #000;
margin-right: 15px;
}
.mt60 {
margin-top: 40px;
}
.burger_menu_wrap{
right: -15px;
}
}
@media (max-width:740px) { 
.c {
padding: 0 30px;
}
.mobile-menu-links .burger_menu_wrap {
margin-right: 30px;
margin-top: 10px;
}
.mobile-menu-links .menu {
padding: 0 30px;
}
.mobile-menu-links .menu li a {
font-size: 22px;
padding: 20px 0 0;
}
.header_inner .logo {
padding: 20px 0;
}
.header_inner .logo img {
height: 20px;
}
.burger_menu {
width: 20px;
}
.banner {
height: 470px;
}
.b_max {
max-width: none;
display: block;
}
.b_max.has_sub_title {
padding-top: 25px;
}
.banner .title {
font-size: 40px;
padding-bottom: 15px;
letter-spacing: -3px;
margin-left: -2px;
}
.banner .sub_title {
font-size: 15px;
}
.banner .title:after {
width: 45px;
height: 3px;
}
.b_max .btn {
margin-top: 30px;
}
.btn {
padding: 10px 31px;
}
.pager {
width: 9px;
height: 9px;
}
.section_padding {
padding: 30px 0;
}
.section_white + .section_white.white_remove {
margin-top: -30px;
}
.section_title {
font-size: 20px;
}
.two_column .section_sub_title {
margin-top: 10px;
}
.section_sub_title {
font-size: 14px;
}
.two_column .col {
margin-top: 25px;
}
.c_editor {
font-size: 14px;
}
.c_editor p {
margin-top: 15px;
}	
.popular_artists,.blog_grids {
padding: 30px 0 70px 0;
}
.popular_artists .section_sub_title {
margin-top: 10px;
}
.popular_artists .col_row {
margin: 0 -20px;
}
.popular_artists .col {
padding: 0 20px;
padding-top: 30px;
}
.popular_artists .col:nth-child(2n+2), .blog_grids .col:nth-child(2n+2) {
top: 30px;
}
.artist_grid .meta {
margin-top: 10px;
}
.artist_grid .name {
font-size: 15px;
}
.testimonial .section_sub_title {
padding-top: 10px;
}
.section_title + .testis, .section_sub_title + .testis {
margin-top: 25px;
}
.testimonial .content {
font-size: 15px;
}
.testimonial .name {
font-size: 15px;
margin-top: 25px;
}
.testimonial .designation {
font-size: 14px;
}
.blog_grids .section_sub_title {
margin-top: 10px;
}
.blog_grids .col_row {
margin: 0 -20px;
}
.blog_grids .col {
margin-top: 30px;
padding: 0 20px;
}
.b_meta {
padding: 20px;
}
.b_meta .title {
font-size: 15px;
}
.footer {
padding: 30px 0;
}
.footer .logo img {
height: 25px;
}
.copytext {
margin-top: 20px;
}
.copytext, .phem, .phem + .phem {
font-size: 14px;
}
.s_links {
margin-top: 15px;
}
.s_links .link {
font-size: 17px;
}
.sticky .header_inner .logo {
padding: 12px 0;
}
.burger_menu_wrap {
margin-top: 0;
}
.sticky .burger_menu_wrap {
margin-top: 0;
}
.breadcrumb_section {
padding: 30px 0;
}
.breadcrumbs li {
font-size: 14px;
}
.breadcrumb_section .section_title {
margin-top: 10px;
}
.blog_lists .b_meta {
padding: 10px 0 0 0;
}
.blog_lists .b_meta .title, .blog_editor .b_meta .title {
font-size: 22px;
}
.cat_link {
font-size: 14px;
}
.so_link .fa {
font-size: 15px;
}
.blog_lists .blog_g {
margin-bottom: 30px;
}
.modernPagination li {
margin: 0 4px;
}
.modernPagination li a {
font-size: 14px;
padding: 4px;
}
.modernPagination li.left a .fa, .modernPagination li.right a .fa {
font-size: 18px;
}
.banner.banner_small .title {
font-size: 35px;
}
.banner.banner_small {
height: auto;
}
.banner.banner_small .sizer {
padding-top: 100%;
}
.form_wrap {
line-height: 2.7;
}
.form_wrap .form_label {
min-width: 150px;
}
.form_wrap .form_group {
margin: 0 8px;
}
.form_submit, .second_line {
margin-top: 25px;
}
.google_map {
height: 400px;
}
.b_meta .b_wrap .b_date,.b_wrap .cat_link {
font-size: 14px;
} 
.c_editor h1{
font-size: 22px;
}
.c_editor h2{
font-size: 20px;
}
.c_editor h1, .c_editor h2, .c_editor h3, .c_editor h4, .c_editor h5, .c_editor h6 {
margin-top: 20px;
}
.c_editor > ul, .c_editor > ol {
margin-top: 20px;
}
.c_editor ul li {
padding-left: 12px;
margin-top: 8px;
}
.c_editor ul li:before {
top: 8px;
width: 4px;
height: 4px;
}
.c_editor ol li {
margin-top: 8px;
}
.c_editor ol li:before {
font-size: 13px;
}
.c_editor blockquote {
padding-left: 45px;
}
.c_editor blockquote:before {
font-size: 25px;
}
.two_column_with_title .section_title {
padding-bottom: 20px;
}
.two_column_with_title .text_center {
margin-top: 30px;
}
.two_column_with_title .col {
margin-top: 20px;
}
.banner.banner_small .sub_title {
font-size: 16px;
margin-top: 10px;
}
div.wpcf7-response-output {
font-size: 14px;
padding: 20px 0 0 0;
text-align: center;
}
.red_more .btn {
padding: 10px 25px;
}
.searchbar .filter_input {
border-bottom: 1px solid #d2d2d2;
}
.sub-search {
font-size: 14px;
}
.searchbar {
padding-bottom: 25px;
}
.tech-support {
font-size: 16px;
}
.btn.btn_white {
border: 1px solid #fff;
}
.grids_gallery_list .col, .grids_gallery .c4 .col, .full_width_gallery .gal_img, 
.grids_gallery .c5 .col,
.grids_gallery_list.c5.r2 .rem,
.grids_gallery_list.c5.r1 .rem,
.grids_gallery .c4 .col,
.grids_gallery .c3 .col{
width: 50%;
}
.grids_gallery_list.bal1 .col:last-child {
width: 100%;
}
.background_txt {
font-size: 140px;
}
.mt60 {
margin-top: 30px;
}
.breadcrumbs {
display: flex;
align-items: flex-start;
}
.sticky .burger_menu_wrap{
padding: 12px 15px;
}
.swiper-slide, .swiper-slide img {
width:100%;
height: auto;
}
.video-center {
max-height: none;
}
}
@media (max-width: 740px) and (orientation: landscape) {
.banner.banner_small .sizer {
padding-top: 35%;
}
}
@media (max-width:600px) {
.grids_gallery_list .col, .grids_gallery .c4 .col, .grids_gallery .c3 .col, .grids_gallery .c4.r2 .col, .full_width_gallery .gal_img,
.grids_gallery_list.r2 .rem1, .grids_gallery_list.r2 .rem2,
.grids_gallery .c5 .col,
.grids_gallery_list.c5.r2 .rem,
.grids_gallery_list.c5.r1 .rem{
width: 100%;
}
.grids_gallery_list.r2 .rem1 .sizer, .grids_gallery_list.r2 .rem2 .sizer,
.grids_gallery_list.c4.r2 .rem1 .sizer, .grids_gallery_list.c4.r2 .rem2 .sizer, .grids_gallery_list.c4.r2 .rem3 .sizer,
.grids_gallery_list.c1 .sizer, .grids_gallery_list.c4.r1 .rem1 .sizer, .grids_gallery_list.c3.r1 .rem1 .sizer{
padding-top: 100%;
}
.prev_next:before{
background-color: transparent;
}
.phem, .phem + .phem{
display: block;
padding-left: 0;
margin-left: 0;
border: none;
}
.text_center_left .b_max, 
.text_center_right .b_max, 
.banner_small .text_center_left, 
.banner_small .text_center_right {
width: 100%;
}     
.banner_small .text_center_left{
text-align: left;
}
.banner_small .text_center_right{
text-align: right;
}
.banner_mobile{
display: block;
}
.banner_mobile + .banner_desktop{
display: none;
}
}
@media (max-width:550px) { 
.popular_artists .col_4, .blog_grids .col_4 {
width: 100%;
}
.popular_artists .col_row {
margin: 0;
}
.popular_artists .col {
padding: 0;
padding-top: 25px;
}
.blog_grids .col_row {
margin: 0;
}
.blog_grids .col {
margin-top: 25px;
padding: 0;
}
.popular_artists .col:nth-child(2n+2), .blog_grids .col:nth-child(2n+2) {
top: auto;
}
.popular_artists, .blog_grids {
padding: 30px 0;
}
.banner .sub_title {
font-size: 14px;
}
.artists_grid .col_4 {
width: 100%;
padding: 25px 0 0;
}
.artists_grid .col_row {
margin: 0;
}	
.artists_grid .col_4:first-child { 
padding-top: 0;
}
.blog_g .b_img {
padding-top: 60%;
}
.blog_img {
padding-top: 60%;
}
.blog_editor .c_editor {
margin-top: 15px;
}
.two_column_with_title .text_center {
margin-top: 25px;
}
}
@media (max-width:500px) { 
.form_wrap {
text-align: left;
}
.form_wrap .form_group {
margin: 0 5px;
}
.form_wrap .form_label {
min-width: 110px;
}
.form_submit, .form_wrap .form_group a.selected-item.prompt, .form_wrap .form_group a.selected-item {
text-align: center;
}
.blog_g .cat_share .col_2 {
width: 100%;
}
.blog_g .cat_share .fl,.blog_g .cat_share .fr {
float: none;
}
.blog_g .cat_share .fr {
text-align: left;
}
}
@media (max-width:435px) { 
.b_max.has_sub_title {
padding-top: 45px;
}
.phem + .phem {
margin-left: 0;
display: block;
}
.s_links .link {
font-size: 16px;
}
}
@media (max-width:420px) { 
.banner .title {
font-size: 37px;
padding-bottom: 5px;
margin-left: 0;
}
.banner .title:after {
content: none;
}
.btn {
padding: 9px 30px;
}
.testimonial .name {
margin-top: 20px;
padding-right: 0;
}
.testimonial .designation {
font-size: 13px;
padding-right: 0;
}
.testimonial .controls {
position: relative;
right: auto;
bottom: auto;
text-align: right;
margin-top: 10px;
}
.testimonial .controls .next {
margin-left: 10px;
}
.section_title + .testis, .section_sub_title + .testis {
margin-top: 20px;
}
.banner.banner_small .sub_title {
font-size: 15px;
}
.searchfilter_input {
max-width: none;
}
.no_post {
font-size: 16px;
}
.form_wrap p {
display: inline;
}
.background_txt {
font-size: 78px;
}
.breadcrumbs li:first-child{
margin-top: 1px;
}
.breadcrumbs li:nth-child(2){
margin-top: 2px;
}
}
@media (max-width: 350px) { 
.c {
padding: 0 25px;
}
.mobile-menu-links .menu li a {
font-size: 21px;
}
.section_title {
font-size: 19px;
}
.testimonial .content {
font-size: 14px;
}
.phem {
margin-top: 8px;
}
.so_link {
margin-left: 8px;
}
.so_link .fa {
font-size: 14px;
}
.blog_g .b_img {
padding-top: 65%;
}
.blog_img {
padding-top: 65%;
}
.c_editor ul li {
margin-top: 5px;
}
.c_editor ol li {
margin-top: 5px;
}
.two_column_with_title .section_title {
padding-bottom: 15px;
}
.two_column_with_title .col {
margin-top: 15px;
}
.red_more .btn {
padding: 8px 20px;
}
.mt60 {
margin-top: 25px;
}
.form_wrap .form_label {
min-width: 100px;
}
.background_txt {
font-size: 65px;
}
}