@charset "UTF-8";

 :root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}h1,h3,h4,h5{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}p{margin-top:0;margin-bottom:1rem}ul{padding-left:2rem}ul{margin-top:0;margin-bottom:1rem}ul ul{margin-bottom:0}b{font-weight:bolder}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}img{vertical-align:middle}label{display:inline-block}button:focus:not(:focus-visible){outline:0}input{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}[type=submit]{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item+.list-group-item{border-top-width:0}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.clearfix::after{display:block;clear:both;content:""}.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.mt-3{margin-top:1rem!important}.text-center{text-align:center!important}@font-face{font-display:swap;font-family:'FontAwesome';src:url(//www.tamil2lyrics.com/wp-content/themes/muusico/css/font-awesome/fontawesome-webfont.eot?v=4.2.0);src:url(//www.tamil2lyrics.com/wp-content/themes/muusico/css/font-awesome/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'),url(//www.tamil2lyrics.com/wp-content/themes/muusico/css/font-awesome/fontawesome-webfont.woff?v=4.2.0) format('woff'),url(//www.tamil2lyrics.com/wp-content/themes/muusico/css/font-awesome/fontawesome-webfont.ttf?v=4.2.0) format('truetype'),url(//www.tamil2lyrics.com/wp-content/themes/muusico/css/font-awesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.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}@-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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.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{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-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"} .owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//www.tamil2lyrics.com/wp-content/themes/muusico/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
} .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
visibility: visible !important;
background: #f2f2f2 !important;
background: rgba(0, 0, 0, 0.06) !important;
border: 0 none !important;
-webkit-box-shadow: inset 0 0 12px 4px #ffffff;
box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
content: '!';
visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
position: relative;
padding: 3px 12px;
border-bottom: 1px solid #d0d0d0;
background: #f8f8f8;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
position: absolute;
right: 12px;
top: 50%;
color: #333333;
opacity: 0.4;
margin-top: -12px;
line-height: 20px;
font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
border-right: 1px solid #f2f2f2;
border-top: 0 none;
float: left;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
position: relative;
padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
z-index: 1; position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 17px;
text-align: center;
font-weight: bold;
font-size: 12px;
color: inherit;
text-decoration: none;
vertical-align: middle;
display: inline-block;
padding: 1px 0 0 0;
border-left: 1px solid rgba(0, 0, 0, 0);
-webkit-border-radius: 0 2px 2px 0;
-moz-border-radius: 0 2px 2px 0;
border-radius: 0 2px 2px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control {
position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
color: #333333;
font-family: inherit;
font-size: inherit;
line-height: 20px;
-webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
background: #ffffff;
cursor: text;
display: inline-block;
}
.selectize-input {
border: 1px solid #cccccc;
padding: 6px 12px;
display: inline-block;
width: 100%;
overflow: hidden;
position: relative;
z-index: 1;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
padding: 5px 12px 2px;
}
.selectize-input.full {
background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
cursor: default !important;
}
.selectize-input.focus {
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0;
}
.selectize-input > * {
vertical-align: baseline;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
*display: inline;
}
.selectize-control.multi .selectize-input > div {
cursor: pointer;
margin: 0 3px 3px 0;
padding: 1px 3px;
background: #efefef;
color: #333333;
border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
background: #428bca;
color: #ffffff;
border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
color: #808080;
background: #ffffff;
border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
display: inline-block !important;
padding: 0 !important;
min-height: 0 !important;
max-height: none !important;
max-width: 100% !important;
margin: 0 !important;
text-indent: 0 !important;
border: 0 none !important;
background: none !important;
line-height: inherit !important;
-webkit-user-select: auto !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
display: none;
}
.selectize-input > input:focus {
outline: none !important;
}
.selectize-input::after {
content: ' ';
display: block;
clear: left;
}
.selectize-input.dropdown-active::before {
content: ' ';
display: block;
position: absolute;
background: #ffffff;
height: 1px;
bottom: 0;
left: 0;
right: 0;
}
.selectize-dropdown {
position: absolute;
z-index: 10;
border: 1px solid #d0d0d0;
background: #ffffff;
margin: -1px 0 0 0;
border-top: 0 none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
cursor: pointer;
overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
background: rgba(255, 237, 40, 0.4);
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
padding: 3px 12px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
color: #777777;
background: #ffffff;
cursor: default;
}
.selectize-dropdown .active {
background-color: #f5f5f5;
color: #262626;
}
.selectize-dropdown .active.create {
color: #262626;
}
.selectize-dropdown .create {
color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
overflow-y: auto;
overflow-x: hidden;
max-height: 200px;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
cursor: text;
}
.selectize-control.single .selectize-input:after {
content: ' ';
display: block;
position: absolute;
top: 50%;
right: 17px;
margin-top: -3px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5px 0 5px;
border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
margin-top: -4px;
border-width: 0 5px 5px 5px;
border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
left: 17px;
right: auto;
}
.selectize-control.rtl .selectize-input > input {
margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
opacity: 0.5;
background-color: #ffffff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
height: auto;
padding: 0;
margin: 2px 0 0 0;
z-index: 1000;
background: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
font-size: 12px;
line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
display: none;
}
.selectize-dropdown .optgroup:before {
content: ' ';
display: block;
height: 1px;
margin: 9px 0;
overflow: hidden;
background-color: #e5e5e5;
margin-left: -12px;
margin-right: -12px;
}
.selectize-dropdown-content {
padding: 5px 0;
}
.selectize-dropdown-header {
padding: 6px 12px;
}
.selectize-input {
min-height: 34px;
}
.selectize-input.dropdown-active {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.selectize-input.dropdown-active::before {
display: none;
}
.selectize-input.focus {
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input.has-items {
padding-left: 9px;
padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.form-control.selectize-control {
padding: 0;
height: auto;
border: none;
background: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
} .slicknav_btn { position: absolute;top:35px;right: 20px;z-index:99999999999999999999999999999;display: block; vertical-align: middle; float: right; cursor: pointer; }
.slicknav_menu .slicknav_menutxt { display: none; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both } .slicknav_menu { *zoom: 1 } .slicknav_menu {font-size:16px;position: relative;}
.slicknav_menu  .slicknav_menutxt {color: #000;font-size:15px;letter-spacing: 0.0625em;font-weight: bold;}
.slicknav_menu {background:#1F1B20;}
.slicknav_nav {color:#fff;margin:0;padding:0;font-size:0.875em;padding: 10px 10px 10px 10px;}
.slicknav_nav, .slicknav_nav ul {list-style: none;overflow:hidden;}
.slicknav_nav ul {
padding:0;
margin:0 0 0 20px;
}
.slicknav_nav .slicknav_row {
padding:5px 10px;
margin:2px 5px;
}
.slicknav_nav a{
padding:5px 10px;
margin:2px 5px;
text-decoration:none;
color:#fff;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
padding:0;
margin:0;
}
.slicknav_nav .slicknav_row:hover {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
color:#fff;
}
.slicknav_nav .slicknav_txtnode {
margin-left:15px;   
}
.slicknav_icon{
width: 30px;
height: 25px;
position: relative;
margin: 0px auto;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.slicknav_icon span{
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #fff;
border-radius: 1125px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.slicknav_icon span:nth-child(1) {
top: 0px;
}
.slicknav_icon span:nth-child(2),.slicknav_icon span:nth-child(3) {
top: 8px;
}
.slicknav_icon span:nth-child(4) {
top: 16px;
}
.slicknav_icon.open span:nth-child(1) {
top: 8px;
width: 0%;
left: 50%;
}
.slicknav_icon.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.slicknav_icon.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.slicknav_icon.open span:nth-child(4) {
top: 8px;
width: 0%;
left: 50%;
}
@media print {
p{
font-size: 18px !important;
line-height: 25px;
font-family: Times !important;
color: #333 !important;
}
.single-lyrics-overlay, .page-container, .print-none,.slicknav_menu, .footer{
display: none !important;
padding-bottom: 0!important;
height: 0!important;
margin: 0 !important;
clear: both !important;
}
.print-lyrics{
display: block !important;
clear: both;
padding-top: 4px;
}
.content-pull{
top: 0 !important;
}
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
} article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a, a:visited, a:focus, a:active, a:hover, a:link {
outline: 0 none !important;
text-decoration: none !important;
}
.pos-center {
text-align: center;
margin: 0 auto;
}  body {
margin: 0;
padding: 0;
font-family: 'PT Sans', sans-serif;
font-size: 14px;
line-height: 23px;
font-weight: 400;
color: #444;
background: #FFF;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
}
a {
color: #222;
text-decoration: none;
-webkit-transition-property: color, text;
-webkit-transition-duration: 0.3s, 0.3s;
-webkit-transition-timing-function: linear, ease-in;
-moz-transition-property: color, text;
-moz-transition-duration: 0.3s;
-moz-transition-timing-function: linear, ease-in;
-o-transition-property: color, text;
-o-transition-duration: 0.3s;
-o-transition-timing-function: linear, ease-in;
}
a, a:visited, a:focus, a:active{
outline: 0 none !important;
}
a:hover {
color: #e4422e;
text-decoration: none;
}
input:focus {
outline: none;
}
textarea:focus {
outline: none;
}
h1{
font-family: Oswald;
font-size: 32px;
color: #000;
}
h2{
font-family: Oswald;
font-size: 26px;
color: #000;
}
h3{
font-family: Oswald;
font-size: 21px;
color: #000;
letter-spacing: 0.0500em;
}
h4{
font-family: Oswald;
font-size: 18px;
color: #000;
}
h5{
font-family: Oswald;
font-size: 13px;
color: #000;
}
h6{
font-family: Oswald;
font-size: 11px;
color: #000;
}
.margint5 {
margin-top: 5px !important;
}
.margint10 {
margin-top: 10px !important;
}
.margint20 {
margin-top: 20px !important;
}
.margint30 {
margin-top: 30px !important;
}
.margint40 {
margin-top: 40px !important;
}
.margint50 {
margin-top: 50px !important;
}
.margint60 {
margin-top: 60px !important;
}
.margint70 {
margin-top: 70px !important;
}
.margint80 {
margin-top: 80px !important;
}
.margint90 {
margin-top: 90px !important;
}
.margint100 {
margin-top: 100px !important;
}
.margint120 {
margin-top: 120px !important;
}
.marginb10 {
margin-bottom: 10px !important;
}
.marginb20 {
margin-bottom: 20px !important;
}
.marginb30 {
margin-bottom: 30px !important;
}
.marginb40 {
margin-bottom: 40px !important;
}
.marginb60 {
margin-bottom: 60px !important;
}
.marginb90 {
margin-bottom: 90px !important;
}
.marginb100 {
margin-bottom: 100px !important;
}
.marginb120 {
margin-bottom: 120px !important;
}
.padrl20 {
padding: 0 20px;
}
.padrl50 {
padding: 0 50px;
}
.padt20 {
padding-top: 20px;
}
.padt40 {
padding-top: 40px;
}
.padt50 {
padding-top: 50px;
}
.padt60 {
padding-top: 60px;
}
.padb60 {
padding-bottom: 30px;
}
.pad5 {
padding: 5px;
}
.pad10 {
padding: 10px;
}
.pad20 {
padding: 20px;
}
.pad30 {
padding: 30px;
}
img {
max-width: 100%;
height: auto;
}
.gallery-caption{
}
.bypostauthor{
}
.alignleft {
float: left;
margin: 10px auto;
margin-right: 20px;
}
.alignright {
float: right;
margin: 10px auto;
margin-left: 20px;
}
.aligncenter {
display: block;
margin: 10px auto;
margin: 20px auto;
}  .blog-entry{
margin-bottom: 60px;
}
#blog .blog-back{
background: #2f2b30;
padding-bottom: 40px;
}
.post-content-blog h1, h2, h3, h4 , h5, h6{
padding: 10px 0;
}
.post-format-icon{
background: #FFF;
padding: 15px;
margin-top: 10px;
text-align: center;
border-radius: 50%;
height: 50px;
width: 50px;
color: #E24335;
}
blockquote {
border-left: solid 3px #e4422e;
padding-left: 10px;
margin: 20px 0;
}
ol {
list-style-type: none;
margin: 0;
padding: 0;
}
cite {
font-size: 13px;
font-weight: 500;
color: #e4422e;
text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
margin-top: 10px;
}
table {
width: 100% !important;
}
caption {
padding: 0 0px;
text-align: left;
font-weight: bold;
margin: -2px 0 2px 0;
}
thead {
font-size: 13px;
}
thead th {
padding: 4px 4px;
font-weight: bold;
border-top: 1px solid #ededed;
text-align: center;
}
tbody {
background: #f5f5f5;
}
tbody td {
background: #f5f5f5;
border: 1px solid #FFF;
text-align: center;
padding: 2px 2px;
}
tbody td:hover {
background: #ededed;
}
tbody .pad {
background: none;
}
tbody .pad:hover {
background: none;
}
dl dt {
font-weight: 600;
}
dl dd {
padding-left: 10px;
padding-top: 3px;
margin-bottom: 10px;
}
p:empty {
display: none;
}
dl dd:last-child {
margin-bottom: 0px;
}
em {
font-style: italic;
}
q {
border-left: solid 3px #e4422e;
padding-left: 15px;
margin-left: 10px;
line-height: 24px;
color: #727272;
}
address {
margin: 20px 0;
position: relative;
padding-left: 50px;
padding-top: 10px;
font-style: italic;
font-size: 12px;
line-height: 19px;
}
address:before {
content: "\f041";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #dcdcdc;
font-size: 18px;
padding-right: 0.5em;
position: absolute;
top: 10px;
left: 0;
}
strong {
font-weight: 600;
}
ol strong {
padding: 0;
}
big {
font-size: 18px;
}
em {
font-style:italic;
}
kbd {
padding: 5px;
background: #e4422e;
color: #FFF;
}
pre {
padding: 20px;
-webkit-transition-property: all;
-webkit-transition-duration: 0.3s, 0.3s;
-webkit-transition-timing-function: linear, ease-in;
-moz-transition-property: all;
-moz-transition-duration: 0.3s;
-moz-transition-timing-function: linear, ease-in;
-o-transition-property: all;
-o-transition-duration: 0.3s;
-o-transition-timing-function: linear, ease-in;
}
pre:hover {
padding: 30px;
-webkit-transition-property: all;
-webkit-transition-duration: 0.3s, 0.3s;
-webkit-transition-timing-function: linear, ease-in;
-moz-transition-property: all;
-moz-transition-duration: 0.3s;
-moz-transition-timing-function: linear, ease-in;
-o-transition-property: all;
-o-transition-duration: 0.3s;
-o-transition-timing-function: linear, ease-in;
}
var {
color: #e4422e;
font-weight: 600;
}
img[class*="wp-image-"], img[class*="attachment-"], .post img, .post {
max-width: 100%;
height: auto;
}
.wp-caption {
border: solid 1px #e8e8e8;
padding: 10px;
text-align: center;
font-size: 12px;
font-style: italic;
max-width: 100%;
}
.wp-caption-text {
margin-top: 10px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 100%;
padding: 0;
width: auto;
display: block;
}
.blog-content .gallery dt {
margin-right: 10px;
}
.blog-content ul, .page-main ul {
list-style: circle;
margin-left: 20px;
}
.blog-content ul li, .page-main ul li {
list-style: circle;
}
.blog-content ol, .page-main ol {
list-style: decimal;
margin-left: 20px;
}
.post-materials ul li, .page-main ul li{
list-style: none;
}
.post-materials ul{
margin-left: 0;
}
.wp-caption {
max-width: 100%;
border: 1px solid #ddd;
background: #ebebeb;
padding: 10px;
margin-top: 10px;
margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
}
.wp-caption img {
margin-bottom: 10px!important;
display: block;
}
.post-materials {
display: block;
margin: 10px 0;
}
.post-materials ul li {
float: left;
margin-right: 15px;
font-size: 13px;
color: #222;
}
.post-materials ul li i {
padding-right: 6px;
color: #e4422e;
}
.button{
background: #e4422e;
border-bottom: solid 3px #1f1b20;
padding: 5px 18px;
display: inline-block;
border-radius: 3px;
-webkit-transition-property: all;
-webkit-transition-duration: 0.3s, 0.3s;
-webkit-transition-timing-function: linear, ease-in;
-moz-transition-property: all;
-moz-transition-duration: 0.3s;
-moz-transition-timing-function: linear, ease-in;
-o-transition-property: all;
-o-transition-duration: 0.3s;
-o-transition-timing-function: linear, ease-in;
}
.button a{
color: #FFF;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.0300em;
}
.button:hover{
background: #1f1b20;
}
.continue-reading{
margin-top: 20px;
}
.continue-reading a{
font-weight: 600;
}
.post-paginate p {
color: #e4422e;
}
.post-paginate a {
color: #888;
}
.blog-sidebar{
margin-top: 50px;
}
.searchform .screen-reader-text{
display: none;
}
.searchform{
padding-bottom: 40px;
}
.sidebar-widget{
margin-bottom: 40px;
}
.sidebar-widget h3{
margin-top: 20px;
}
.sidebar-widget hr{
margin: 10px 0;
background: #e4422e;
height: 2px;
width: 20px;
}
.sidebar-widget ul li {
position: relative;
line-height: 31px;
}
.sidebar-widget select {
width: 100%;
border: solid 1px #e8e8e8;
background: #FFF;
height: 40px;
}
.searchform input {
margin-bottom: 0px;
}
.searchform input[type="text"] {
width: 67%;
float: left;
border: solid 1px #eaeaea;
height: 40px;
padding-left: 10px;
background: #FFF;
margin:0;
padding:0;
padding-left: 5px;
}
.searchform input[type="submit"] {
width: 30%;
float: right;
display: inline-block;
background: #e4422e;
border:none;
color: #FFF;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.0300em;
border-bottom: solid 3px #1f1b20;
padding: 7px 14px;
display: inline-block;
border-radius: 3px;
margin:0;
} .pagination {
width: 100%;
margin: 0 !important;
padding: 0 !important;
margin-top: 20px !important;
border-top: solid 2px #f0f0f0;
display: inline-block;
margin-bottom: 60px;
}
.pagination a:hover{
color: #fff !important;
}
.prev-post {
float: right;
border-radius: 4px;
padding: 4px 10px;
}
.next-post {
float: left;
border-radius: 4px;
padding: 4px 10px;
margin: 0;
}
.prev-post:hover, .next-post:hover {
transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
}
.post-password-form {
background: #f5f5f5;
padding: 30px;
}
.post-password-form input[type="password"] {
border: solid 1px #e8e8e8;
height: 40px;
}
.post-password-form input[type="submit"] {
background: #e4422e;
border: none;
height: 38px;
color: #FFF;
padding: 0 10px;
float: none;
}
.post-password-form input[type="submit"]:hover {
background: #282828;
} .custom-pagination{
margin-bottom: 25px !important;
}
.custom-pagination ul li{
float:left;
list-style:  none;
margin-right:5px;
}
.custom-pagination ul li a{
padding:8px 13px;
border:1px solid #e8e8e8;
background: #f0f0f0;
font-size:13px;
color:#333;
}
.custom-pagination ul li a:hover{
background-color:#e4422e;
color:#fff !important;
}
.custom-pagination ul li.active a{
background-color:#e4422e;
color:#fff;
} input[type="text"]{
border: solid 1px #777;
width: 100%;
background: none;
display: inline-block;
}
.contact-form-style input[type="submit"] {
float: right;
display: inline-block;
background: #e4422e;
border:none;
color: #FFF;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.0300em;
border-bottom: solid 3px #1f1b20;
padding: 5px 14px;
display: inline-block;
border-radius: 3px;
}
.contact-form-style input{
margin-top: 10px;
padding: 10px;
border:solid 1px #eaeaea;
}
.contact-form-style textarea{
margin-top: 20px;
border:solid 1px #eaeaea;
height: 220px;
padding: 10px;
width: 100%;
}
.user-comment-box{
background: #f7f7f7;
padding: 20px;
}
.user-comment-box .author a {
font-size: 18px;
}
.user-comment-box .date {
font-size: 10px;
}
ol.comment-list{
list-style: none;
margin-left: 0;
}
.comment-content h4{
padding: 0;
}
.comments .children li{
list-style: none !important;
margin: 0;
margin-left: 20px;
}
.leave-a-comment p{
font-size:18px !important;
}
.comments-blog-post-top {
border-bottom: solid 1px #ebebeb;
padding-top: 10px;
padding-bottom: 20px;
}
.com-title h4 {
font-size: 21px;
text-transform: uppercase;
color: #222;
}
.com-info{
margin-top: 10px;
font-size: 12px;
}
::-webkit-input-placeholder {
color: #555;
font-size: 11px;
letter-spacing:0.0300em;
font-weight: 600;
}
:-moz-placeholder { color: #555;
font-size: 11px;
letter-spacing:0.0300em;
font-weight: 600;
}
::-moz-placeholder { color: #555;
font-size: 11px;
letter-spacing:0.0300em;
font-weight: 600;
}
:-ms-input-placeholder {
color: #555;
font-size: 11px;
letter-spacing:0.0300em;
font-weight: 600;
}   .wpcf7 input[type="text"], input[type="email"]{
border:solid 1px #eaeaea;
width: 70%;
background: none;
display: inline-block;
margin-bottom: 20px;
height: 40px;
padding-left: 10px;
}
.wpcf7 input[type="submit"] {
float: right;
display: inline-block;
background: #e4422e;
border:none;
color: #FFF;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.0300em;
border-bottom: solid 3px #1f1b20;
padding: 5px 14px;
display: inline-block;
border-radius: 3px;
margin-top: 20px;
}
.wpcf7 textarea{
width: 100%;
border:solid 1px #eaeaea;
height: 220px;
padding: 10px;
width: 100%;
}
.form-submit{
margin-top: 10px;
}  .empty-menu{
color: #FFF;
}
.empty-menu a{
color: #FFF;
text-decoration: underline;
}
.logo{
height: 90px;
display: table;
overflow: hidden;
}
.logo .limg{
display: table-cell;
vertical-align: middle;
}
.menu{
height: 90px;
line-height: 90px;
}
.header-search{
position: relative;
height: 90px;
line-height: 90px;
color: #FFF;
margin-left: 20px;
width: 15px;
}
.header-search a i{
color: #fff;
}
#mini-search-wrapper {
position: absolute;
left: -260px;
top: 70px;
width: 295px;
background: #eaeaea;
border-radius: 5px;
text-align: center;
padding: 10px 10px;
display: none;
height: 95px;
}
#mini-search-wrapper{
line-height: 40px;
}
#mini-search-wrapper:before{
content: '';
position: absolute;
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #eaeaea transparent;
top:-10px;
right:20px;
}
#mini-search-wrapper input.s-input {
background: #FFF;
height: 44px;
min-width: 180px;
border: solid 1px #e8e8e8;
margin: 0;
padding: 0 5px;
font-size: 13px;
margin-left: -10px;
}
#mini-search-wrapper input.s-submit {
float: right;
width: 80px;
display: inline-block;
background: #e4422e;
border: none;
color: #FFF;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.0300em;
border-bottom: solid 3px #1f1b20;
padding: 5px 14px;
display: inline-block;
border-radius: 3px;
line-height: 30px;
}
.pre-header{
background: #1f1b20;
border-radius: 4px;
color: #FFF;
height: 50px;
}
.pre-header a{
color: #FFF;
}
.slicknav_menu {
display:none;
} .social-icons{
height: 90px;
line-height: 90px;
font-size: 16px;
}
.social-icons ul li{
float: left;
margin-left: 20px;
}
.social-icons ul li i.fa-facebook{ 
color: #4964A1; 
}
.social-icons ul li i.fa-twitter{ 
color: #55ACEE; 
}
.social-icons ul li i.fa-instagram{ 
color: #3F729B; 
}
.social-icons ul li i.fa-tumblr{ 
color: #35465C; 
}
.social-icons ul li i.fa-youtube-play{ 
color: #E52D27; 
}
.social-icons ul li i.fa-google-plus{ 
color: #DD4B39; 
}
.social-icons ul li i.fa-lastfm{ 
color: #C3000D; 
}
.social-icons ul li i.fa-soundcloud{ 
color: #FF8800; 
}
.social-icons ul li i.fa-spotify{ 
color: #7AB800; 
} .sf-menu, .sf-menu * {
margin: 0;
padding: 0;
list-style: none;
}
.sf-menu ul {
position: absolute;
display: none;
top: 90%;
left: 10px;
z-index: 99;
}
.sf-menu .sub-menu .sub-menu {
top: 0;
}
.sf-menu ul li ul {
position: absolute;
display: none;
top: -37px;
left: 100%;
z-index: 99;
}
.sf-menu li:hover > ul, .sf-menu li.sf-menuHover > ul {
display: block;
}
.sf-menu li {
white-space: nowrap;
-webkit-transition: background .2s;
transition: background .2s;
float: left;
padding-left: 25px;
letter-spacing: 1px;
}
.sf-menu li a {
display: block;
position: relative;
zoom: 1;
font-size: 16px;
font-weight: 600;
color: #FFF;
}
.menu-container-top .sf-menu li a {
display: block;
position: relative;
zoom: 1;
font-size: 16px;
font-weight: 600;
color: #FFF;
}
.sf-menu li a:hover {
text-decoration: none;
color: #e4422e !important;
}
.sf-menu ul li {
width: 100%;
min-width: 200px;
background: #101010;
padding: 10px;
border-bottom: 1px solid #222;
line-height: 30px;
padding: 10px 24px;
}
.sf-menu ul li:hover {
background: #222;
}
.sf-menu ul li:last-child {
border-bottom: 0;
}
.sf-menu ul li a {
color: #a8a8a8 !important;
font-size: 14px;
}
.sf-menu ul li a:hover {
color: #a8a8a8 !important;
}
.sf-menu .menu-item-has-children ul {
float: none;
}
.sf-menu .menu-item-has-children {
position: relative;
margin-right: 20px;
}
.sf-menu .sub-menu .menu-item-has-children {
position: relative;
margin-right: 0px;
}
.sf-menu .menu-item-has-children:before {
content: "\f078";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #FFF !important;
font-size: 9px;
padding-right: 0.5em;
position: absolute;
top: 0px;
right: -23px;
}
.menu-container-top .sf-menu .menu-item-has-children:before {
content: "\f078";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #fff !important;
font-size: 9px;
padding-right: 0.5em;
position: absolute;
top: 0px;
right: -23px;
}
.sf-menu ul.sub-menu .menu-item-has-children:before {
content: "\f054";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #a8a8a8 !important;
font-size: 9px;
padding-right: 0.5em;
position: absolute;
top: 10px;
right: 10px;
background: #101010;
}
.sf-menu ul.sub-menu ul.sub-menu .menu-item-has-children:before {
display: none;
}
.sf-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu {
display: none !important;
}
ul.sub-menu li.menu-item-has-children:hover:before {
background: #222;
}
ul.sub-menu li ul li{
float: none !important;
}
.sf-menu .menu-item-has-children:hover:before {
color: #e4422e !important;
} .lyric-alphabet{
flex: row;
}
.lyric-alphabet ul{
padding-left: 10px;
}
.lyric-alphabet ul li{
float: left;
line-height: 50px;
}
.lyric-alphabet ul li:hover{
background: #000;
}
.lyric-alphabet ul li a{
font-size: 13px;
font-weight: 600;
padding: 0px 14px;
display: inline-block;
}
.lyric-alphabet ul li a:hover{
color: #e4422e;
}
.submit-lyric{
background: #e4422e;
width: 16%;
-webkit-border-top-right-radius: 4px;
-webkit-border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
line-height: 50px;
}
.submit-lyric a{
width: 100%;
line-height: 50px !important;
display: block;
font-size: 16px;
line-height: 16px;
font-weight: 600;
letter-spacing: 0.0500em;
}
.submit-lyric a:hover{
color: #f5f5f5 !important;
}
.lyric-home{
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
padding-bottom: 150px;
background: #302932;
}
.lyric-search{
padding:130px 0 75px 0;
}
.lyric-search h1{
color: #FFF;
font-size: 35px;
letter-spacing: 0.0300em;
}
.lyric-search-input{
margin-top: 35px;
}
.search-wrapper{
width: 55%;
margin: 0 auto;
position: relative;
z-index: 0;
}
.lsearchl{
width:100%;
}
.lsearchr{
width:20px;
margin-left:-40px;
}
.search-wrapper i{
color: #E4422E;
cursor: pointer; 
font-size: 18px;
}
.lyric-search-input input[type="search"]{
width: 100%;
height: 60px;
background: rgba(255,255,255,.9);
border-radius: 30px;
border:solid 5px rgba(255,255,255,.4);
padding-left: 20px;
}
.slabel{
margin-top: 20px;
}
.lyric-search-input input[type="submit"] {
width: 100%;
position: relative;
border:none;
background: none;
}
.big-letter{
margin-top: 120px;
}
.big-letter h1{
font-size: 150px;
} .content-capsule{
position: relative;
}
.content-pull{
width: 100%!important;
position: absolute;
top:-100px;
left:0;
}
.content-pull-single{
width: 100%!important;
position: absolute;
top:-300px;
left:0;
}
@media only screen and (max-width: 600px) {
.content-pull-single{
width: 100%!important;
position: absolute;
top:-100px;
left:0;
}
}
.popular-lyrics-container, .page-container{
position: relative;
}
.popular-lyrics, .latest-lyrics-container{
background: #FFF;
padding: 28px 20px 20px 20px;
}
.latest-lyrics-container{
padding-bottom: 40px !important;
}
.second-container{
background: #fff;
padding: 25px 0px 5px 25px;
}
.second-padding{
padding: 5px 25px !important;
}
.latest-lyrics-container{
padding-bottom: 30px;
}
.latestnew.title{
margin-left: 15px;
margin-bottom: 5px;
}
.latestnew.title h3 i{
font-size: 21px;
color: #e4422e;
padding-right: 7px;
}
.popular-lyrics .title h3 i, .latest-lyrics-container h3 i{
font-size: 21px;
color: #e4422e;
padding-right: 7px;
}
.full-screen-list ul li{
position: relative;
height: 350px;
margin-bottom: 20px;
}
.full-screen-list ul li:last-child{
margin-right: 0;
}
.full-screen-list ul li a:hover{
text-decoration: underline !important;
}
.full-screen-list ul li{
background-size: cover !important;
background-position: center center !important; 
}
.full-screen-list-inside ul li{
float: left;
position: relative;
height: 350px;
width: 205px;
margin-right: 16px !important;
margin-bottom: 20px;
background-size: cover !important;
background-position: center center !important;
}
.full-artist-album-list ul li{
margin-right: 13px !important;
margin-bottom: 15px !important;
}
.full-screen-list-inside ul li:last-child{
margin-right: 0;
}
.full-screen-list-inside ul li a:hover{
text-decoration: underline !important;
}
#popular-listr .owl-controls{
width: 100% !important;
}
#popular-listr .owl-prev{
position: absolute;
left: -45px;
top:50%;
width: 75px;
height: 80px;
background: rgba(255,255,255,0.8);
margin-top:-50px;
}
#popular-listr .owl-prev:after{
content: "\f053";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #000 !important;
font-size: 35px;
position: absolute;
top: 30px;
left: 25px;
}
#popular-listr .owl-next{
position: absolute;
right: -45px;
top:50%;
width: 75px;
height: 80px;
background: rgba(255,255,255,0.8);
margin-top:-50px;
}
#popular-listr .owl-next:after{
content: "\f054";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #000 !important;
font-size: 35px;
position: absolute;
top: 30px;
left: 25px;
}
.item-text{
position: absolute;
padding: 10px;
z-index: 99999999;
bottom: 15px;
}
.item-text h3{
line-height: 21px;
padding-bottom: 5px;
}
.item-text a,.item-text h3{
color: #FFF;
}
.item-text a:hover{
color: #FFF !important;
}
.item1{
width: 100%;
height: 350px;
z-index: 99999;
position: absolute;
background: #d71a8d; background: -moz-linear-gradient(top,  #d71a8d 0%, #f84327 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d71a8d), color-stop(100%,#f84327)); background: -webkit-linear-gradient(top,  #d71a8d 0%,#f84327 100%); background: -o-linear-gradient(top,  #d71a8d 0%,#f84327 100%); background: -ms-linear-gradient(top,  #d71a8d 0%,#f84327 100%); background: linear-gradient(to bottom,  #d71a8d 0%,#f84327 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d71a8d', endColorstr='#f84327',GradientType=0 ); opacity: .0;
}
.item2{
width: 100%;
height: 350px;
z-index: 99999;
position: absolute;
background: #684dbe; background: -moz-linear-gradient(top,  #684dbe 0%, #2387dc 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#684dbe), color-stop(100%,#2387dc)); background: -webkit-linear-gradient(top,  #684dbe 0%,#2387dc 100%); background: -o-linear-gradient(top,  #684dbe 0%,#2387dc 100%); background: -ms-linear-gradient(top,  #684dbe 0%,#2387dc 100%); background: linear-gradient(to bottom,  #684dbe 0%,#2387dc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#684dbe', endColorstr='#2387dc',GradientType=0 ); opacity: .0;
}
.item3{
width: 100%;
height: 350px;
z-index: 99999;
position: absolute;
background: #523498; background: -moz-linear-gradient(top,  #523498 0%, #903071 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#523498), color-stop(100%,#903071)); background: -webkit-linear-gradient(top,  #523498 0%,#903071 100%); background: -o-linear-gradient(top,  #523498 0%,#903071 100%); background: -ms-linear-gradient(top,  #523498 0%,#903071 100%); background: linear-gradient(to bottom,  #523498 0%,#903071 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#523498', endColorstr='#903071',GradientType=0 ); opacity: .0;
}
.item4{
width: 100%;
height: 350px;
z-index: 99999;
position: absolute;
background: #edc40a; background: -moz-linear-gradient(top,  #edc40a 0%, #cf482f 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edc40a), color-stop(100%,#cf482f)); background: -webkit-linear-gradient(top,  #edc40a 0%,#cf482f 100%); background: -o-linear-gradient(top,  #edc40a 0%,#cf482f 100%); background: -ms-linear-gradient(top,  #edc40a 0%,#cf482f 100%); background: linear-gradient(to bottom,  #edc40a 0%,#cf482f 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edc40a', endColorstr='#cf482f',GradientType=0 ); opacity: .0;
}
.lyric-search-input ::-webkit-input-placeholder {
color: #848484;
font-size: 14px;
letter-spacing:0.0300em;
font-family: PT Sans;
font-weight: 400;
}
.homepage-advertisement{
background: #fff;
padding: 0 20px;
padding-top: 20px;
padding-bottom: 12px;
}
.homepage-news{
background: #fff !important;
padding:0 5px;
padding-top: 27px;
padding-bottom: 10px;
}
.lyric-search-input :-moz-placeholder { color: #848484;
font-size: 14px;
letter-spacing:0.0300em;
font-family: PT Sans;
font-weight: 400;
}
.lyric-search-input ::-moz-placeholder { color: #848484;
font-size: 14px;
letter-spacing:0.0300em;
font-family: PT Sans;
font-weight: 400;
}
.lyric-search-input :-ms-input-placeholder {
color: #848484;
font-size: 14px;
letter-spacing:0.0300em;
font-family: PT Sans;
font-weight: 400;
} .latest-lyrics ul li{
float: left;
width: 33.3%;
padding: 16px;
padding-left: 50px;
position: relative;
}
.latest-lyrics .song-number{
position: absolute;
left: 20px;
}
.latest-lyrics ul li:nth-child(2n+1){
background: #f5f5f5;
}
.latest-lyrics h5{
padding: 0;
}  .lyrics-title{
position: absolute;
bottom:105px;
}
.lyrics-title h1{
padding-bottom: 20px;
}
.lyrics-title h3{
color: #fff;
}
.lyrics-title.album{
bottom: 120px !important;
}
.padding{
padding: 30px;
}
.padding-in{
padding: 25px;
}
.artist-padding{
padding: 13px;
}
.lyric-line{
border-bottom: solid 1px #f0f0f0;
padding-bottom: 10px;
}
.lyric-text{
font-size: 18px;
line-height: 25px;
}
.lyric-print i{
padding-right: 3px;
}
.lyric-print a{
color: #610021;
}
.background-single-lyrics{
height: 500px;
padding-bottom: 500px;
background-size: cover;
}
.single-lyrics-overlay{
position: relative;
background: rgba(31,27,32,.7);
height: 100px;
padding-bottom: 300px;
}
.lyrics-title{
max-width: 1140px;
}
.lyrics-title h1{
color: #FFF;
font-size: 45px;
padding-right: 15px;
line-height: 35px;
}
.lyrics-title h4 a{
color: #c9c9c9;
line-height: 40px;
}
.lyrics-title h4{
color: #c9c9c9;
}
.single-widget{
margin-bottom: 20px;
}
.single-widget h4{
border-bottom: solid 1px #f0f0f0;
padding-bottom: 20px;
margin-bottom: 20px;
}
.lyric-bottom{
border-top: solid 1px #f0f0f0;
border-bottom: solid 1px #f0f0f0;
padding: 15px 0;
}
.lyric-bottom .added{
margin-top: 10px;
margin-right: 5px;
}
.lyric-bottom h3{
padding: 5px 0;
}
.lyric-bottom h4{
padding: 0;
margin-top: 7px;
margin-right: 5px;
}
.lyric-share{
margin-top: 3px;
}
.lyric-share ul li{
float: left;
list-style: none;
margin-left: 5px;
}
.lyric-share ul li:hover{
opacity: 0.9;
}
.lyric-share ul li i{
width: 30px;
line-height: 30px;
height: 30px;
display: inline-block;
color: #FFF;
text-align: center;
}
.lyric-share ul li i.fa-facebook{ 
background: #4964A1; 
}
.lyric-share ul li i.fa-twitter{ 
background: #55ACEE; 
}
.table-title{
font-weight: 600;
}
.album-line{
background: #f6f6f6;
padding: 15px 0;
}
.list-line{
border-bottom: solid 1px #f0f0f0;
padding: 10px 0;
padding-bottom: 20px;
}
div.list-line:last-child{
border-bottom:none;
}
.big-font a{
font-size: 18px;
}  #user-submitted-posts label{
font-size: 14px;
color: #444;
line-height: 24px;
margin-bottom: 3px !important;
}
#user-submitted-posts input{
border: solid 1px #eaeaea;
width: 90%;
background: none;
display: inline-block;
margin-top: 3px !important;
height: 40px;
padding-left: 10px;
margin-bottom: 15px !important;
}
#user-submitted-posts textarea{
border: solid 1px #eaeaea;
width: 90%;
background: none;
display: inline-block;
margin-top: 3px !important;
padding-left: 10px;
margin-bottom: 15px !important;
width: 90% !important;
}
#user-submitted-posts .usp-video-embed textarea{
height: 80px;
}
#user-submitted-posts .selectize-input{
border: solid 1px #eaeaea !important;
padding: 0 10px !important;
border-radius: 0;
width: 90%;
height: 40px !important;
}
#user-submitted-posts .selectize-input input{
margin-top: 0 !important;
}
#user-submitted-posts .selectize-input{
padding-top: 0px !important;
}
#user-submitted-posts .selectize-input.has-items{
padding-top: 10px !important;
}
#user-submitted-posts .selectize-field{
font-size: 14px;
color: #444;
line-height: 24px;
}
#user-submitted-posts .selectize-input.input-active{
padding-top: 0 !important;
}
#user-submitted-posts .selectize-field input::-webkit-input-placeholder {
font-size: 14px;
color: #888;
line-height: 24px;
font-weight: 400;
margin-top: 0 !important;
}
#user-submitted-posts .selectize-field input:-moz-placeholder { font-size: 14px;
color: #888;
line-height: 24px;
font-weight: 400;
margin-top: 0 !important;
}
#user-submitted-posts .selectize-field input::-moz-placeholder { font-size: 14px;
color: #888;
line-height: 24px;
font-weight: 400;
margin-top: 0 !important; 
}
#user-submitted-posts .selectize-field input:-ms-input-placeholder {  
font-size: 14px;
color: #888;
line-height: 24px;
font-weight: 400;
margin-top: 0 !important; 
}
#usp-submit{
width: 90%;
}
#usp-submit input[type="submit"] {
float: right;
width: 100px;
display: inline-block;
background: #e4422e;
border: none;
color: #FFF;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.0300em;
border-bottom: solid 3px #1f1b20;
padding: 5px 14px;
display: inline-block;
border-radius: 3px;
margin-top: 20px;
}
#user-submitted-posts #usp-success-message{
font-size: 14px;
color: #888;
line-height: 24px;
}
#user-submitted-posts .selectize-input.focus{
border-color: #eaeaea;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#user-submitted-posts .selectize-control.single .selectize-input:after{
border-color: #999 transparent transparent transparent !important;
}
#user-submitted-posts .selectize-control.single .selectize-input.dropdown-active:after{
border-width: 0 5px 5px 5px;
margin-top: -4px;
border-color: transparent transparent #999 transparent !important;
}  .footer{
padding: 30px 15px;
}
.blog .footer{
background: #FFF;
}
.footer .empty-menu{
color: #555;
}
.footer .empty-menu a{
color: #222;
}
.footer-menu ul li{
float: left;
}
.footer-menu ul li a{
color: #555;
font-size: 13px;
font-weight: 400;
}  .single-lyrics-overlay.error_page{
height: 200px;
padding-bottom: 200px;
}
.error_icon{
margin-top: 60px;
}
.error_icon i{
font-size: 120px;
}
.error_title{
font-size: 40px;
margin: 30px 0;
} .print-lyrics{
display: none;
} .lyric-text p{ margin: 30px 0;}
.searchcats{
position: absolute;
bottom: 0px;
opacity: 0;
z-index: -1;
width: 100%;
height: 30px;
}
.searchcats ul{
padding-left: 20px;
}
.searchcats ul li{
float: left;
margin-right: 20px;
color: #fff;
}
.searchcats ul li input{
margin-right: 4px;
}
.searchminicats ul li{
float: left;
margin-right: 20px;
color: #000;
}
.searchminicats ul li input{
margin-right: 4px;
}
ul.genre-list{
border-top:solid 1px #e8e8e8;
clear: both;
padding-bottom: 10px;
margin-top: 30px;
}
ul.genre-list li{
float: left;
margin-right: 5px;
}
ul.genre-list li {
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
font-weight: 600;
color: #888;
}
ul.genre-list li a{
color: #333;
}
h3.translated{
border-bottom: solid 1px #ddd;
padding-bottom: 10px;
margin-bottom: 20px;
}
ul.related-list li{
border-bottom:solid 1px #e8e8e8;
padding-top: 10px;
padding-bottom: 10px;
}
ul.related-list li:last-child{
border:none;
}
ul.genre-page-list li{
border-bottom:solid 1px #e8e8e8;
padding-top: 10px;
padding-bottom: 10px;
}
ul.genre-page-list li:last-child{
border:none;
}
b{ font-weight: 600;  }
.lyric-text td{
text-align: left;
padding:10px;
}
.add-more-artists{
display: none;
padding-left: 30px;
}
.add-more-artists label{
display: inline-block;
width: auto !important;
padding: 10px;
background: #FEFEE3;
}
.lyric-alphabet.no-button{
width: 100% !important;
line-height: 50px;
}
.lyric-alphabet.no-button ul li a{
padding: 0 17.5px;
}
.footer-widgets{
background: #FFF;
padding: 30px;
margin:30px 15px;
margin-bottom: 5px;
}
.media_background{
padding: 6px;
}
.second-container ul {
list-style: disc;
margin-left: 20px;
}
.second-container ol {
list-style: decimal;
margin-left: 20px;
}
.post-paginate{
display: block;
width: 100%;
clear:both;
font-size: 16px;
}
.post-paginate p{
opacity: 0.5;
}
.no-interaction {
display:  none !important;
}  .styleyoutubeit {
width: 100%;
margin: auto;
margin-top: 25px;
}@media only screen and (max-width: 1200px) {
.lyric-alphabet ul li a{font-size: 13px;padding: 0px 11px;display: inline-block;}
.js .navigate{display:none;}
.js .slicknav_menu{display:block;}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.full-screen-list-inside ul li{margin-right: 17px !important;}
.full-screen-inside-responsive ul li{margin-right: 15px !important;}
}
@media only screen and (max-width: 991px) {
.js .navigate{display:none;}
.js .slicknav_menu{display:block;}
.social-icons{margin-right: 60px;}
.pre-header{
white-space: nowrap; 
overflow-x: auto; 
-webkit-overflow-scrolling: touch; 
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.pre-header::-webkit-scrollbar {
display: none; }
.owl-next{right: 0 !important;width: 50px !important;height: 60px !important;}
.owl-prev{left: 0 !important;width: 50px !important;height: 60px !important;}
#popular-list .owl-prev:after{top: 20px;left: 10px;}
#popular-list .owl-next:after{top: 20px;left: 15px;}
.lyric-search{padding:7% 0 !important;}
}
@media only screen and (max-width: 767px) {
.latest-lyrics ul li{width: 50%;}
.logo{padding-left: 15px;}
.latest-lyrics ul li:nth-child(2n+1) {background: #fff;}
.search-wrapper{width: 75%;}
.social-icons{margin-right: 65px;}
.full-screen-list-inside ul li{width: 96% !important;height: 400px;background-position: center top !important;}
.item1, .item2, .item3, .item4{height: 400px;}
.background-single-lyrics, .single-lyrics-overlay {height: 350px !important;padding-bottom: 350px !important;}
.big-letter{margin-top: 50px;}
.full-screen-inside-responsive ul li{margin-left: 8px !important;}
.lyric-search h1{font-size: 29px;line-height: 29px;}
.lyrics-title h1{font-size: 25px;line-height: 25px;}
.footer-menu #nav li{float: none;margin:0;padding: 0;}
.footer-menu{text-align: right;}
.header-search, .social-icons{display: none;}
} @media only screen and (min-width: 768px) and (max-width: 991px) {
.full-screen-list-inside ul li{margin-right: 21px !important;}
.full-screen-inside-responsive ul li{margin-right: 18px !important;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
} @media only screen and (max-width: 479px) {
.latest-lyrics ul li{width: 100%;}
.footer-logo{width: 30%;}
.footer-menu{width: 70%;}
#mini-search-wrapper{left:-160px;}
#mini-search-wrapper:before{right: 120px !important;}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2), @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (max--moz-device-pixel-ratio: 2) {
}