/**/ @font-face {
font-family: 'FontAwesome';
src: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/fonts/fontawesome-webfont.eot?v=4.5.0);
src: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
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: #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";
}.lSSlideOuter {
overflow: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.lightSlider:before, .lightSlider:after {
content: " ";
display: table;
}
.lightSlider {
overflow: hidden;
margin: 0;
}
.lSSlideWrapper {
max-width: 100%;
overflow: hidden;
position: relative;
}
.lSSlideWrapper > .lightSlider:after {
clear: both;
}
.lSSlideWrapper .lSSlide {
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-webkit-transition: all 1s;
-webkit-transition-property: -webkit-transform,height;
-moz-transition-property: -moz-transform,height;
transition-property: transform,height;
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
position: relative;
}
.lSSlideWrapper .lSFade > * {
position: absolute !important;
top: 0;
left: 0;
z-index: 9;
margin-right: 0;
width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
opacity: 0;
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
opacity: 1;
}  .lSSlideOuter .lSPager.lSpg {
margin: 10px 0 0;
padding: 0;
text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
cursor: pointer;
display: inline-block;
padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
background-color: #222222;
border-radius: 30px;
display: inline-block;
height: 8px;
overflow: hidden;
text-indent: -999em;
width: 8px;
position: relative;
z-index: 99;
-webkit-transition: all 0.5s linear 0s;
transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
background-color: #428bca;
}
.lSSlideOuter .media {
opacity: 0.8;
}
.lSSlideOuter .media.active {
opacity: 1;
}  .lSSlideOuter .lSPager.lSGallery {
list-style: none outside none;
padding-left: 0;
margin: 0;
overflow: hidden;
transform: translate3d(0px, 0px, 0px);
-moz-transform: translate3d(0px, 0px, 0px);
-ms-transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
-o-transform: translate3d(0px, 0px, 0px);
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
overflow: hidden;
-webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
display: block;
height: auto;
max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
content: " ";
display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
clear: both;
}  .lSAction > a {
width: 32px;
display: block;
top: 50%;
height: 32px;
background-image: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/img/controls.png);
cursor: pointer;
position: absolute;
z-index: 99;
margin-top: -16px;
opacity: 0.5;
-webkit-transition: opacity 0.35s linear 0s;
transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
opacity: 1;
}
.lSAction > .lSPrev {
background-position: 0 0;
left: 10px;
}
.lSAction > .lSNext {
background-position: -32px 0;
right: 10px;
}
.lSAction > a.disabled {
pointer-events: none;
}
.cS-hidden {
height: 1px;
opacity: 0;
filter: alpha(opacity=0);
overflow: hidden;
} .lSSlideOuter.vertical {
position: relative;
}
.lSSlideOuter.vertical.noPager {
padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
position: absolute !important;
right: 0;
top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
width: 100% !important;
max-width: none !important;
} .lSSlideOuter.vertical .lSAction > a {
left: 50%;
margin-left: -14px;
margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
background-position: 31px -31px;
bottom: 10px;
top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
background-position: 0 -31px;
bottom: auto;
top: 10px;
}  .lSSlideOuter.lSrtl {
direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
padding-left: 0;
list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
float: right !important;
} @-webkit-keyframes rightEnd {
0% {
left: 0;
}
50% {
left: -15px;
}
100% {
left: 0;
}
}
@keyframes rightEnd {
0% {
left: 0;
}
50% {
left: -15px;
}
100% {
left: 0;
}
}
@-webkit-keyframes topEnd {
0% {
top: 0;
}
50% {
top: -15px;
}
100% {
top: 0;
}
}
@keyframes topEnd {
0% {
top: 0;
}
50% {
top: -15px;
}
100% {
top: 0;
}
}
@-webkit-keyframes leftEnd {
0% {
left: 0;
}
50% {
left: 15px;
}
100% {
left: 0;
}
}
@keyframes leftEnd {
0% {
left: 0;
}
50% {
left: 15px;
}
100% {
left: 0;
}
}
@-webkit-keyframes bottomEnd {
0% {
bottom: 0;
}
50% {
bottom: -15px;
}
100% {
bottom: 0;
}
}
@keyframes bottomEnd {
0% {
bottom: 0;
}
50% {
bottom: -15px;
}
100% {
bottom: 0;
}
}
.lSSlideOuter .rightEnd {
-webkit-animation: rightEnd 0.3s;
animation: rightEnd 0.3s;
position: relative;
}
.lSSlideOuter .leftEnd {
-webkit-animation: leftEnd 0.3s;
animation: leftEnd 0.3s;
position: relative;
}
.lSSlideOuter.vertical .rightEnd {
-webkit-animation: topEnd 0.3s;
animation: topEnd 0.3s;
position: relative;
}
.lSSlideOuter.vertical .leftEnd {
-webkit-animation: bottomEnd 0.3s;
animation: bottomEnd 0.3s;
position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
-webkit-animation: leftEnd 0.3s;
animation: leftEnd 0.3s;
position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
-webkit-animation: rightEnd 0.3s;
animation: rightEnd 0.3s;
position: relative;
}/*/*/.lightSlider.lsGrab > * {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lightSlider.lsGrabbing > * {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}a.meanmenu-reveal {
display: none;
} .mean-container .mean-bar {
float: left;
width: 100%;
position: relative;
background: #0c1923;
padding: 4px 0;
min-height: 42px;
z-index: 999999;
}
.mean-container a.meanmenu-reveal {
width: 22px;
height: 22px;
padding: 13px 13px 11px 13px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
color: #fff;
text-decoration: none;
font-size: 16px;
text-indent: -9999em;
line-height: 22px;
font-size: 1px;
display: block;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
display: block;
background: #fff;
height: 3px;
margin-top: 3px;
}
.mean-container .mean-nav {
float: left;
width: 100%;
background: #0c1923;
margin-top: 44px;
}
.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
}
.mean-container .mean-nav ul li {
position: relative;
float: left;
width: 100%;
}
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 90%;
padding: 1em 5%;
margin: 0;
text-align: left;
color: #fff;
border-top: 1px solid #383838;
border-top: 1px solid rgba(255,255,255,0.5);
text-decoration: none;
text-transform: uppercase;
}
.mean-container .mean-nav ul li li a {
width: 80%;
padding: 1em 10%;
border-top: 1px solid #f1f1f1;
border-top: 1px solid rgba(255,255,255,0.25);
opacity: 0.75;
filter: alpha(opacity=75);
text-shadow: none !important;
visibility: visible;
}
.mean-container .mean-nav ul li.mean-last a {
border-bottom: none;
margin-bottom: 0;
}
.mean-container .mean-nav ul li li li a {
width: 70%;
padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
width: 60%;
padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
width: 50%;
padding: 1em 25%;
}
.mean-container .mean-nav ul li a:hover {
background: #252525;
background: rgba(255,255,255,0.1);
}
.mean-container .mean-nav ul li a.mean-expand {
margin-top: 1px;
width: 26px;
height: 32px;
padding: 12px !important;
text-align: center;
position: absolute;
right: 0;
top: 0;
z-index: 2;
font-weight: 700;
background: rgba(255,255,255,0.1);
border: none !important;
border-left: 1px solid rgba(255,255,255,0.4) !important;
border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: rgba(0,0,0,0.9);
}
.mean-container .mean-push {
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both;
}
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
} .mean-container .mean-bar, .mean-container .mean-bar * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.mean-remove {
display: none !important;
}html {
font-family: 'Merriweather', serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
text-decoration:none;
color:#bbbcc1;
outline:none;
}
a:active,
a:hover {
text-decoration:underline;
color: #bbbcc1;
}
a:focus{outline: none;}
abbr[title] {
border-bottom: 0;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #474747; font-size: 15px;
line-height: 29px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 0;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
color:#474747;
font:15px/29px 'Merriweather', serif;
background:#fcfafb;
overflow-y: scroll;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #fe7bb5;
border: 0 none;
border-radius: 0;
box-shadow: none;
color: #fff;
font-weight: 700;
font-size: 15px;
line-height: 18px;
margin-right: 16px;
padding: 15px 40px;
text-shadow: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
opacity: 0.8;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus{
background: #ed73a9;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
color: #666;
border: 0;
border-radius: 0;
background: #f4f4f4;
padding: 12px 10px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"] {
padding: 12px 10px;
}
textarea {
padding: 12px 10px;
width: 100%;
height: 160px;
resize: none;
}  a {
color: #fe7bb5;
text-decoration: none;
}
a:hover,
a:focus {
color: #fe7bb5;
text-decoration: underline;
}
a:focus {
outline: none;
}
a:hover,
a:active {
outline: none;
} .main-navigation { }
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 1.5em;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul { }
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
margin-left: -15px;
margin-right: -15px;
}
.gallery-item {
float: left;
text-align: center;
vertical-align: top;
width: 100%;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 30px;
}
.gallery-item img{
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.site{
background: #fcfafb;
}
.custom-background-color .site,
.custom-background-image .site{margin: 20px;} .container{
max-width: 1200px;
padding-left: 10px;
padding-right: 10px;
margin: 0 auto;
}
.container:after{
content: '';
display: block;
clear: both;
}
.row{
margin-left: -10px;
margin-right: -10px;
}
.row:after{
content: '';
display: block;
clear: both;
}
.site-header{
background: #fff;
padding: 16px 0 25px;
position: relative;
z-index: 100;
}
.site-header .header-t{margin: 0 0 20px;}
.site-header .header-t:after{
content: '';
display: block;
clear: both;
}
.site-header .social-networks{
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
font-size: 16px;
float: left;
}
.site-header .social-networks li{
float: left;
margin-left: 21px;
}
.site-header .social-networks li:first-child{margin-left: 0;}
.site-header .social-networks li a{
color: #777;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.site-header .social-networks li a:hover{color: #fe7bb5;}
.site-header .search-form{
float: right;
background: #f4f2f3;
padding: 7px 4px 6px 11px;
border-radius: 10px;
position: relative;
}
.site-header .search-form input[type="search"]{
border: 0;
border-radius: 0;
background: none;
font: 13px/16px 'Roboto', sans-serif;
color: #969696;
float: left;
margin: 0;
padding: 0;
outline: none;
}
.site-header .search-form input[type="submit"]{
box-shadow: none;
float: right;
background: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/images/icon-search.png) no-repeat;
width: 15px;
height: 15px;
border: 0;
text-indent: -9999px;
padding: 0;
}
.site-header .site-branding{
text-align: center;
margin: 0;
}
.site-header .site-branding .site-description,
.site-header .site-branding .site-title{margin: 0;}
.site-header .site-branding a{
display: inline-block;
height: 100%;
margin: -10px 0 0;
vertical-align: top;
}
.site-header .site-branding a:hover,
.site-header .site-branding a:focus{text-decoration: none;}
.site-header .site-branding img{
vertical-align: top;
max-width: 100%;
} .nav{
background: #fff;
border-top: 1px solid #f4f2f3;
padding: 0;
}
.main-navigation{ margin-top: -1px;
}
.main-navigation > div{ width: 100%;
}
.main-navigation ul{ font-size: 14px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
}
.main-navigation ul:after{
content: '';
display: block;
clear: both;
}
.main-navigation ul li{ float: none;
position: relative;
display: inline-block;
padding: 0 15px;
}
.main-navigation ul li a{
color: #757575;
display: block;
padding: 22px 0 21px;
}
.main-navigation ul li a:hover,
.main-navigation ul .current_page_item a,
.main-navigation ul li:hover > a{
border-top: 1px solid #fe7bb5;
color: #171717;
text-decoration: none;
}
.main-navigation ul ul{
position: absolute;
top: 100%;
left: 0;
width: 278px;
z-index: 100;
background: #fff;
display: none;
padding: 0;
}
.main-navigation ul li:hover ul{display: block;}
.main-navigation ul ul li{
display: block;
float: none;
padding: 0;
}
.main-navigation ul ul li a{
border-top: 0 !important;
text-align: left;
display: block;
width: 100%;
padding: 5px 27px;
}
.main-navigation ul ul li a:hover,
.main-navigation ul ul li:hover > a{
color: #fe7bb5;
text-decoration: none;
} .slideshow ul li{position: relative;}
.slideshow ul li img{
vertical-align: top;
width: 100%;
}
.slideshow .banner-text{
position: absolute;
top: 11.3vw;
left: 0;
width: 100%;
}
.slideshow .banner-text .text{
max-width: 678px;
margin: 0 auto;
color: #fff;
font-size: 16px;
text-align: center;
background: rgba(46, 42, 42, 0.6);
padding: 4.1vw 60px 0;
}
.slideshow .banner-text .category{
font: 900 14px/25px 'Roboto', sans-serif;
text-transform: uppercase;
position: relative; } .slideshow .banner-text .title{
font: 900 37px/42px 'Roboto', sans-serif;
text-transform: uppercase;
display: block;
}
.btn-readmore{
font: 700 15px/49px 'Roboto', sans-serif;
display: inline-block;
text-transform: uppercase;
background: #fe7bb5;
color: #fff;
padding: 0 33px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.btn-readmore:hover,
.btn-readmore:focus{
text-decoration: none;
color: #fff; opacity: 0.8;
}
.slideshow .banner-text .btn-readmore{
position: relative;
top: 21px;
}
.slideshow .lSPrev{
background: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/images/btn-prev.png) no-repeat;
width: 44px;
height: 44px;
left: 78px;
}
.slideshow .lSNext{
background: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/images/btn-next.png) no-repeat;
width: 44px;
height: 44px;
right: 72px;
}
.lSAction > a{margin-top: -22px;} #content{
padding: 36px 0 63px;
border-bottom: 1px solid #ededed;
overflow: hidden;
}
.home .post,
.blog .post{
float: left;
width: 33.333%;
padding: 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
margin-bottom: 20px;
}
.category .post,
.archive .post,
.search .post,
.search .page{
float: left;
width: 50%;
padding: 0 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
margin-bottom: 20px;
}
.post .img-holder,
.page .img-holder{
position: relative;
}
.post .img-holder img,
.page .img-holder img{
vertical-align: top;
width: 100%;
}
#primary .post .entry-meta,
#primary .page .entry-meta{
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
position: absolute;
bottom: 26px;
text-align: center;
font-weight: 500;
font-size: 13px;
line-height: 15px;
color: #fff;
width: 100%;
}
.post .entry-meta li,
.page .entry-meta li{
display: inline-block;
padding-left: 13px;
margin-left: 7px;
background: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/images/separator.png) no-repeat 0 3px;
margin-bottom: 7px;
}
.post .entry-meta li:first-child,
.page .entry-meta li:first-child{
padding-left: 0;
margin-left: 0;
background: none;
}
.post .entry-meta li a,
.page .entry-meta li a{
color: #fff;
}
.post .entry-meta li .posted-on,
.page .entry-meta li .posted-on{
background: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/images/icon-calendar.png) no-repeat 0 2px;
padding: 0 0 0 16px;
}
.post .entry-meta li .author,
.page .entry-meta li .author{
background: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/images/icon-author.png) no-repeat 0 2px;
padding-left: 16px;
}
.single-post #primary .post.no_image .entry-meta{
position: relative;
bottom: 0;
top: 0;
left: 0;
right: 0;
padding: 0;
margin: 0 0 15px;
}
.single-post #primary .post.no_image .entry-meta li{
padding: 0 0 0 10px;
margin: 0 10px 10px 0;
border-left: 1px solid #474747;
}
.single-post #primary .post.no_image .entry-meta li:first-child{
padding-left: 0;
border-left: 0;
}
.single-post #primary .post.no_image .entry-meta li a{
color: #474747;
padding: 0;
margin:0;
background: none;
}
.single-post #primary .post.no_image .entry-meta li a:hover,
.single-post #primary .post.no_image .entry-meta li a:focus{text-decoration: none;}
.home .post .text-holder,
.category .post .text-holder,
.archive .post .text-holder,
.search .post .text-holder{
background: #fff;
padding: 51px 56px 68px;
border-bottom: 1px solid #efedee;
}
.home .post .text-holder .category a,
.category .post .text-holder .category a,
.archive .post .text-holder .category a,
.search .post .text-holder .category a{
font: 900;
font-size: 14px;
line-height: 25px;
text-transform: uppercase;
position: relative; }
.home .post .entry-title,
.category .post .entry-title,
.archive .post .entry-title,
.search .post .entry-title,
.search .page .entry-title{
font: 900 22px/27px 'Roboto', sans-serif;
color: #1b1b1b;
margin: 0;
text-transform: uppercase;
}
.home .post .entry-title a,
.category .post .entry-title a,
.archive .post .entry-title a,
.search .post .entry-title a,
.search .page .entry-title a{color: #1b1b1b;}
.home .post .entry-title a:hover,
.category .post .entry-title a:hover,
.archive .post .entry-title a:hover,
.search .post .entry-title a:hover,
.search .page .entry-title a:hover{
color: #fe7bb5;
text-decoration: none;
}
.home .post .entry-header{
position: relative;
padding: 0 0 23px;
margin: 0 0 6px;
}
.home .post .entry-header:after{
position: absolute;
left: 41%;
top: 100%;
content: '';
width: 30px;
height: 2px;
background: #b7a4b0;
}
.home .post .entry-content{margin: 0;}
.post .entry-content p,
.page .entry-content p{margin-bottom: 2em;}
.post .entry-content p:last-child,
.page .entry-content p:last-child{margin-bottom: 0;}
#load-posts a{
font: 700 15px/60px 'Roboto', sans-serif;
display: block;
text-align: center;
text-transform: uppercase;
background: #fe7bb5;
color: #fff;
padding: 0 33px;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
width: 100%;
}
#load-posts a:hover,
#load-posts a:focus{
text-decoration: none;
opacity: 0.8;
}
#load-posts a.disabled{display: none;} .single-post #primary,
.page #primary,
.category #primary,
.archive #primary,
.search #primary,
.single-product #primary{
float: left;
width: 70%;
border-right: 1px solid #ededed;
padding-right: 45px;
}
.archive-title,
.search .page-header .page-title{
font-weight: 700;
font-size: 36px;
line-height: 40px;
margin: 0 0 20px;
color: #1b1b1b;
text-transform: uppercase;
}
.single-post #primary .post .entry-meta, 
.page #primary .entry-meta{
text-align: left;
padding-left: 52px;
}
.single-post #primary .post .entry-title,
.page-template-default #primary .entry-title{
font: 700 30px/40px 'Roboto', sans-serif;
color: #1b1b1b;
position: relative;
padding: 0 0 20px;
margin: 0 0 20px;
}
.single-post .post .entry-title:after,
.page-template-default .entry-title:after{
position: absolute;
width: 30px;
height: 2px;
background: #b7a4b0;
content: '';
top: 100%;
left: 0;
}
.single-post .post .widget .entry-title:after,
.page .widget .entry-title:after{display: none;}
.single-post .post .text-holder{
background: #fff;
padding: 60px 50px;
}
.page .text-holder{
border-bottom: 1px solid #efedee;
background: #fff;
padding: 60px 50px;
}
.page.full-width #primary{
width: 100%;
padding-right: 0;
border-right: 0;
}
.post .entry-content h1,
.post .entry-content h2,
.post .entry-content h3,
.post .entry-content h4,
.post .entry-content h5,
.post .entry-content h6,
.page .entry-content h1,
.page .entry-content h2,
.page .entry-content h3,
.page .entry-content h4,
.page .entry-content h5,
.page .entry-content h6{
font-weight: 700;
color: #1b1b1b;  }
.post .entry-content h1,
.page .entry-content h1{
font-size: 36px;
line-height: 40px;
}
.post .entry-content h2,
.page .entry-content h2{
font-size: 30px;
line-height: 40px;
}
.post .entry-content h3,
.page .entry-content h3{
font-size: 22px;
line-height: 28px;
}
.post .entry-content h4,
.page .entry-content h4{
font-size: 17px;
line-height: 21px;
}
.post .entry-content h5,
.page .entry-content h5{
font-size: 15px;
line-height: 18px
}
.post .entry-content h6,
.page .entry-content h6{
font-size: 14px;
line-height: 17px;
}
.post .entry-content blockquote,
.post .entry-content blockquote{
padding: 0 0 0 52px;
margin: 0;
border-left: 0;
font-size: 16px;
line-height: 29px;
font-style: italic;
color: #6c6c6c;
background: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/images/bg-quote.png) no-repeat;
}
.dropcap{
font-size: 122px;
height: 74px;
margin: 31px 15px 15px 0; 
float: left;
line-height: 72px;
}
.post .entry-content table,
.page .entry-content table{
width: 100%; }
.post .entry-content table th,
.page .entry-content table th{
font-weight: normal;
padding: 1vw 2vw;
text-align: left;
background: #fcfafb;
}
.post .entry-content table td,
.page .entry-content table td{
padding: 1vw 2vw;
background: #fff;
}
.post .entry-content table tbody tr,
.page .entry-content table tbody tr{border-top: 0px solid #e5e5e5;}
pre{
background: #fcfafb;
border: 0;
border-radius: 0;
font: 16px/24px "Courier New", Courier, monospace;
}
.single-post .post .entry-content{ }
.page .entry-content{
padding-bottom: 0;
margin-bottom: 0;
}
#primary .post .entry-content .rara_accordian,
#primary .page .entry-content .rara_accordian{
border: 1px solid #fe7bb5;
margin: 0 0 15px;
}
#primary .post .entry-content .rara_accordian .rara_accordian_title,
#primary .page .entry-content .rara_accordian .rara_accordian_title{
background: #fe7bb5;
padding: 7px 15px 7px 35px;
color: #fff;
position: relative;
cursor: pointer;
}
#primary .post .entry-content .rara_accordian .rara_accordian_title:before,
#primary .page .entry-content .rara_accordian .rara_accordian_title:before{
background: #fff;
content: '';
height: 3px;
left: 12px;
position: absolute;
top: 50%;
width: 15px;
}
#primary .post .entry-content .rara_accordian .rara_accordian_title:after,
#primary .page .entry-content .rara_accordian .rara_accordian_title:after{
background: #fff;
content: "";
height: 3px;
left: 12px;
position: absolute;
top: 50%;
-webkit-transform: rotate(90deg) scale(1);
-moz-transform: rotate(90deg) scale(1);
transform: rotate(90deg) scale(1);
width: 15px;
}
#primary .post .entry-content .rara_accordian .rara_accordian_title.active:after,
#primary .page .entry-content .rara_accordian .rara_accordian_title.active:after{opacity: 0;}
#primary .post .entry-content .rara_accordian .rara_accordian_content,
#primary .page .entry-content .rara_accordian .rara_accordian_content{
padding: 10px 20px;
}
#primary .entry-content .center{
text-align: center;
}
#primary .entry-content .rara_call_to_action_button{ color: #fff;
display: inline-block;
font-weight: 700;
font-size: 15px;
line-height: 49px;
padding: 0 33px;
text-transform: uppercase;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
#primary .entry-content .rara_call_to_action_button:hover,
#primary .entry-content .rara_call_to_action_button:focus{
opacity: 0.8;
text-decoration: none;
}
#primary .entry-content .rara_call_to_action.right:after{
content: '';
display: block;
clear: both;
}
#primary .entry-content .rara_call_to_action.right .rara_call_to_action_button{
float: right;
}
#primary .entry-content .rara-span3{
float: left;
width: 50%;
padding: 0 15px;
}
.rara-drop-cap2 {
float: left;
font-size: 53px;
padding-right: 10px;
padding-top: 16px;
}
.rara-drop-cap3 {
float: left;
font-size: 80px;
margin-bottom: 20px;
padding-right: 10px;
padding-top: 30px;
}
.rara-drop-cap4 {
float: left;
font-size: 115px;
margin-bottom: 32px;
padding-right: 10px;
padding-top: 45px;
}
#primary .post .entry-content ul,
#primary .page .entry-content ul{
margin: 0 0 30px 15px;
padding: 0;
}
#primary .post .entry-content ul.rara-list,
#primary .page .entry-content ul.rara-list{list-style: none;}
#primary .post .entry-content .rara-list li,
#primary .page .entry-content .rara-list li{
padding-left: 30px;
position: relative;
}
#primary .post .entry-content .rara-list.rara-list-style1 li:before,
#primary .page .entry-content .rara-list.rara-list-style1 li:before{
content: '\f00c';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
#primary .post .entry-content .rara-list.rara-list-style2 li:before,
#primary .page .entry-content .rara-list.rara-list-style2 li:before{
content: '\f0da';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
#primary .post .entry-content .rara-list.rara-list-style3 li:before,
#primary .page .entry-content .rara-list.rara-list-style3 li:before{
content: '\f18e';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
#primary .post .entry-content .rara-list.rara-list-style4 li:before,
#primary .page .entry-content .rara-list.rara-list-style4 li:before{
content: '\f005';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
#primary .post .entry-content .rara-list.rara-list-style5 li:before,
#primary .page .entry-content .rara-list.rara-list-style5 li:before{
content: '\f04d';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 9px;
}
#primary .post .entry-content .rara-list.rara-list-style6 li:before,
#primary .page .entry-content .rara-list.rara-list-style6 li:before{
content: '\f1cd';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
#primary .post .entry-content .rara-list.rara-list-style7 li:before,
#primary .page .entry-content .rara-list.rara-list-style7 li:before{
content: '\f1d8';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
#primary .post .entry-content .rara-list.rara-list-style8 li:before,
#primary .page .entry-content .rara-list.rara-list-style8 li:before{
content: '\f0a4';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
#primary .post .entry-content .rara-list.rara-list-style9 li:before,
#primary .page .entry-content .rara-list.rara-list-style9 li:before{
content: '\f069';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
#primary .post .entry-content .rara-list.rara-list-style10 li:before,
#primary .page .entry-content .rara-list.rara-list-style10 li:before{
content: '\f056';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
#primary .entry-content .social-shortcode a{margin-right: 15px;}
.clearfix:after{
content: '';
display: block;
clear: both;
}
#primary .entry-content .rara_tab_wrap{margin: 0 0 1.5em;}
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title{
float: left;
padding: 5px 9px;
border: 1px solid #fe7bb5;
cursor: pointer;
}
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title.active,
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title:hover,
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title:focus{
background: #fe7bb5;
color: #fff;
}
#primary .entry-content .rara_tab_wrap .rara_tab_content{
padding: 10px 20px;
background: #f8f8f8;
}
#primary .entry-content .rara_tab_wrap.vertical .rara_tab_group{
float: left;
width: 225px;
}
#primary .entry-content .rara_tab_wrap.vertical .rara_tab_content{overflow: hidden;}
#primary .entry-content .rara_tab_wrap.vertical .rara_tab_group .tab-title{
float: none;
display: block;
}
.rara_toggle{
border: 1px solid #fe7bb5;
margin: 0 0 10px;
}
.rara_toggle .rara_toggle_title{
background: #fe7bb5;
color: #fff;
cursor: pointer;
padding: 7px 15px 7px 35px;
position: relative;
}
.rara_toggle .rara_toggle_title:after{
background: #fff;
content: "";
height: 3px;
left: 12px;
position: absolute;
top: 50%;
-webkit-transform: rotate(90deg) scale(1);
-moz-transform: rotate(90deg) scale(1);
transform: rotate(90deg) scale(1);
width: 15px;
}
.rara_toggle .rara_toggle_title:before{
background: #fff;
content: "";
height: 3px;
left: 12px;
position: absolute;
top: 50%;
width: 15px;
}
.rara_toggle .rara_toggle_title.active:after{opacity: 0;}
.rara_toggle .rara_toggle_content{padding: 10px 20px;}
#primary .entry-content .shortcode-slider .lSAction > a{top: 41%;}
#primary .entry-content .shortcode-slider .lSAction > .lSNext{
background: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/images/btn-next.png) no-repeat;
height: 44px;
width: 44px;
}
#primary .entry-content .shortcode-slider .lSAction > .lSPrev{
background: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/images/btn-prev.png) no-repeat;
height: 44px;
width: 44px;
}
.rara-row{
margin: 0 -15px;	
}
.rara-row:after{
content: '';
display: block;
clear: both;
}
.rara_column{
float: left;
padding: 0 15px;
}
.rara-span1{width: 16.66%;}
.rara-span2{width: 33.33%;}
.rara-span3{width: 50%;}
.rara-span4{width: 66.66%;}
.rara-span5{width: 83%;}
.rara-span6{width: 100%;}
.divider{margin: auto;} #comments .comments-title{
margin: 0 0 80px;
font: 700 30px/34px 'Roboto', sans-serif;
color: #414042;
text-transform: uppercase;
}
.comment-list{
margin: 0;
padding: 0;
list-style: none;
}
.comment-list .avatar{
-webkit-border-radius: 200px;
border-radius: 50%;
vertical-align: top;
margin-right: 26px;
float: left;
}
.comment-list .says{display: none;}
.comment-list .comment-author .fn{
font: 700 16px/20px 'Roboto', sans-serif;
color: #fe7bb5;
}
.comment-list .commentmetadata{
font: 14px/17px 'Roboto', sans-serif;
color: #6d6e71;
}
.comment-list .commentmetadata a{color: #bbbcc1;}
.comment-list .commentmetadata a:hover{color: #fe7bb5;}
.comment-reply-link{text-decoration: underline;}
.comment-reply-link:hover{text-decoration: none;}
.comment-list .comment-body{
position: relative;
margin-bottom: 30px;
}
.comment-list .comment-content{
margin-left: 122px;
}
.comment-list .reply{
margin-left: 122px;
} .comment-list .children{
list-style: none;
margin: 0 0 0 30px;
padding: 0;
}
.comment-reply-title{
margin: 0 0 30px;
font-weight: 700;
font-size: 30px;
line-height: 34px;
color: #414042;
text-transform: uppercase;
}
.comment-form label{display: none;}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
width: 60%;
border: 0;
background: #f4f4f4;
border-radius: 2px;
padding: 12px 10px;
font-size: 15px;
font-style: normal; }
.comment-form textarea{
width: 100%;
border: 0;
background: #f4f4f4;
border-radius: 2px;
padding: 12px 10px;
font-size: 15px;
font-style: normal;
height: 106px;
resize: none; }
.comment-form input[type="submit"]{ font-weight: 700;
font-size: 15px;
line-height: 18px;
color: #fff;
border: 0;
margin-right: 16px;
padding: 15px 40px;
box-shadow: none;
text-shadow: none;
border-radius: 0;
}
.comment-form input[type="submit"]:hover{
background: #ed73a9;
}
.comment-form input[type="reset"]{
background: #414042;
font: 700 14px/17px 'Roboto', sans-serif;
color: #fff;
border: 0;
margin-right: 16px;
padding: 15px 40px;
box-shadow: none;
}
.comment-form input[type="reset"]:hover{
background: #ff5600;
} #secondary{
float: right;
width: 30%;
}
#secondary .widget{
border-bottom: 1px solid #f4f2f3;
padding-bottom: 33px;
margin-bottom: 30px;
padding: 0 0 33px 24px;
}
#secondary .widget .widget-title{
margin: 0 0 16px;
font: 700 17px/27px 'Roboto', sans-serif;
color: #fe7bb5;
text-transform: uppercase;
}
.widget.widget_search .search-form{
background: #fff;
overflow: hidden;
padding: 10px 15px;
border-radius: 5px;
}
.widget.widget_search .search-form label{
float: left;
width: 60%;
}
.widget.widget_search .search-form input[type="search"]{
background: none;
border: 0;
border-radius: 0;
width: 100%;
margin: 0;
padding: 0;
}
.widget.widget_search .search-form input[type="submit"]{
background: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/images/icon-search.png) no-repeat;
border: 0;
box-shadow: none;
float: right;
height: 15px;
text-indent: -9999px;
width: 15px;
margin: 8px 0 0;
padding: 0;
}
.widget.widget_elegant_pink_pro_social_links ul{
margin: 0;
padding: 0;
list-style: none;
overflow: hidden;
font-size: 16px;
line-height: 31px;
}
.widget.widget_elegant_pink_pro_social_links ul li{
float: left;
margin-right: 3px;
border-bottom: 0;
margin-bottom: 5px;
padding-bottom: 0;
}
.widget.widget_elegant_pink_pro_social_links ul li a{
display: block;
width: 31px;
height: 31px;
-webkit-border-radius: 100px;
border-radius: 50%;
text-align: center;
color: #fff;
background: #1b1b1b;
line-height: 31px;
}
.widget.widget_elegant_pink_pro_social_links ul li a:hover{
background: #767676;
color: #fff;
}
#secondary .widget p{margin: 0 0 16px;}
#secondary .widget.widget_elegant_pink_pro_social_links ul li,
#secondary .widget.widget_elegant_pink_pro_popular_post ul li{
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 20px;
}
#secondary .widget.widget_elegant_pink_pro_social_links ul li:last-child,
#secondary .widget.widget_elegant_pink_pro_popular_post ul li:last-child{margin-bottom: 0;}
#secondary .widget.widget_elegant_pink_pro_social_links .post-thumbnail,
#secondary .widget.widget_elegant_pink_pro_popular_post .post-thumbnail{width: 70px;}
.widget ul{
font: 17px/22px 'Roboto', sans-serif;
}
.widget ul li{
border-bottom: 1px solid #f4f2f3;
padding-bottom: 10px;
margin-bottom: 15px;
}
.widget ul li:last-child{
border: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.widget_calendar caption{
font-weight: 700;
font-size: 16px;
line-height: 20px;
text-transform: uppercase;
color: #262626;
background: #e4e4e4;
padding: 12px 0;
}
.widget_calendar table th{
font-weight: 700;
font-size: 16px;
line-height: 20px;
color: #3c3b3b;
height: 45px;
}
.widget_calendar table td{
text-align: center;
height: 32px;
width: 32px;
font-size: 16px;
line-height: 30px;
color: #3c3b3b;
}
.widget_calendar table a{
display: block;
height: 100%;
background: #fe7bb5;
color: #fff;
}
.widget_calendar table a:hover,
.widget_calendar table a:focus{color: #fff;}
.widget.widget_elegant_pink_pro_flickr_widget ul,
.widget.widget_elegant_pink_pro_instagram_widget ul{
margin: 0 -10px;
}
.widget.widget_elegant_pink_pro_flickr_widget ul li,
.widget.widget_elegant_pink_pro_instagram_widget ul li{
float: left;
padding: 0 5px;
margin: 0 0 10px;
width: 25%;
border: 0;
}
.widget.widget_elegant_pink_pro_flickr_widget ul.col-1 li{width: 100%;}
.widget.widget_elegant_pink_pro_flickr_widget ul.col-2 li{width: 50%;}
.widget.widget_elegant_pink_pro_flickr_widget ul.col-3 li{width: 33.3333%;}
.widget.widget_elegant_pink_pro_flickr_widget ul.col-4 li{width: 25%;}
.widget.widget_elegant_pink_pro_flickr_widget ul.col-5 li{width: 20%;}
.widget.widget_elegant_pink_pro_flickr_widget ul.col-6 li{width: 16.6667%;}
.widget.widget_elegant_pink_pro_instagram_widget ul.instagram-size-thumbnail li{width: 16.66%;}
.widget.widget_elegant_pink_pro_instagram_widget ul.instagram-size-large li{width: 50%;}
.widget.widget_elegant_pink_pro_instagram_widget ul.instagram-size-original li{width: 100%;}
.clear{
content: '';
display: block;
clear: both;
} .site-footer{padding: 55px 0 0;}
.site-footer .social-networks{
margin: 0 0 10px;
padding: 0;
list-style: none;
overflow: hidden;
font-size: 16px; width: 100%;
text-align: center;
}
.site-footer .social-networks li{
display: inline-block;
margin: 10px;
}
.site-footer .social-networks li a{
color: #777;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.site-footer .social-networks li a:hover{color: #fe7bb5;}
.site-footer .col{
float: left;
width: 33.333%;
padding: 0 10px;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.site-footer .widget .widget-title{
font-weight: 900;
font-size: 22px;
line-height: 27px; margin: 0 0 35px;
text-transform: uppercase;
}
.site-footer .widget p{margin: 0 0 1.5em;}
.site-footer .readmore,
.widget .readmore{
font-weight: 700;
font-size: 15px;
line-height: 32px;
text-transform: uppercase;
color: #1b1b1b;
}
.site-footer .readmore:hover,
.widget .readmore:hover{
text-decoration: none;
color: #fe7bb5;
}
.site-footer .widget-text{padding-right: 40px;}
.site-footer .footer-b{
padding: 20px 0;
background: #ededed;
}
.widget ul{
margin: 0;
padding: 0;
list-style: none;
}
.widget ul li{overflow: hidden;}
.widget ul li a{color: #1b1b1b;}
.widget ul li a:hover,
.widget ul li a:focus{
color: #fe7bb5;
text-decoration: none;
}
.widget.widget_elegant_pink_pro_recent_post ul li,
.widget.widget_elegant_pink_pro_popular_post ul li,
.widget.widget_elegant_pink_pro_category_post ul li,
.widget.widget_elegant_pink_pro_author_post ul li{
border-bottom: 1px solid #f5f1f3;
padding-bottom: 15px;
margin-bottom: 25px;
}
.widget.widget_elegant_pink_pro_recent_post ul li:last-child,
.widget.widget_elegant_pink_pro_popular_post ul li:last-child,
.widget.widget_elegant_pink_pro_category_post ul li:last-child,
.widget.widget_elegant_pink_pro_author_post ul li:last-child
{
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
}
.widget.widget_elegant_pink_pro_recent_post .post-thumbnail,
.widget.widget_elegant_pink_pro_popular_post .post-thumbnail,
.widget.widget_elegant_pink_pro_category_post .post-thumbnail,
.widget.widget_elegant_pink_pro_author_post .post-thumbnail{
float: left;
width: 80px;
margin-right: 20px;
}
.widget.widget_elegant_pink_pro_recent_post .post-thumbnail img,
.widget.widget_elegant_pink_pro_popular_post .post-thumbnail img,
.widget.widget_elegant_pink_pro_category_post .post-thumbnail img,
.widget.widget_elegant_pink_pro_author_post .post-thumbnail img{
width: 100%;
vertical-align: top;
}
.widget.widget_elegant_pink_pro_recent_post .entry-header,
.widget.widget_elegant_pink_pro_popular_post .entry-header,
.widget.widget_elegant_pink_pro_category_post .entry-header,
.widget.widget_elegant_pink_pro_author_post .entry-header{
overflow: hidden;
}
.widget.widget_elegant_pink_pro_recent_post .entry-header .entry-title,
.widget.widget_elegant_pink_pro_popular_post .entry-header .entry-title,
.widget.widget_elegant_pink_pro_category_post .entry-header .entry-title,
.widget.widget_elegant_pink_pro_author_post .entry-header .entry-title{
margin: 0;
font-size: 17px;
line-height: 22px;
color: #1b1b1b;
font-weight: 400;
}
.widget.widget_elegant_pink_pro_recent_post .entry-header .entry-title a,
.widget.widget_elegant_pink_pro_popular_post .entry-header .entry-title a,
.widget.widget_elegant_pink_pro_category_post .entry-header .entry-title a,
.widget.widget_elegant_pink_pro_author_post .entry-header .entry-title a{color: #1b1b1b;}
.widget.widget_elegant_pink_pro_recent_post .entry-header .entry-title a:hover,
.widget.widget_elegant_pink_pro_popular_post .entry-header .entry-title a:hover,
.widget.widget_elegant_pink_pro_category_post .entry-header .entry-title a:hover,
.widget.widget_elegant_pink_pro_author_post .entry-header .entry-title a:hover{
text-decoration: none;
color: #fe7bb5;
}
.widget.widget_elegant_pink_pro_recent_post .entry-header .posted-on,
.widget.widget_elegant_pink_pro_popular_post .entry-header .posted-on,
.widget.widget_elegant_pink_pro_recent_post .entry-header .comment-count,
.widget.widget_elegant_pink_pro_popular_post .entry-header .comment-count,
.widget.widget_elegant_pink_pro_recent_post .entry-header .view-count,
.widget.widget_elegant_pink_pro_popular_post .entry-header .view-count,
.widget.widget_elegant_pink_pro_category_post .entry-header .comment-count,
.widget.widget_elegant_pink_pro_category_post .entry-header .view-count,
.widget.widget_elegant_pink_pro_category_post .entry-header .date,
.widget.widget_elegant_pink_pro_author_post .entry-header .date{
font-weight: 500;
font-size: 13px;
line-height: 15px;
color: #999;
background: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/images/icon-calendar2.png) no-repeat 0 3px;
padding-left: 16px;
}
.widget.widget_elegant_pink_pro_recent_post .entry-header .comment-count,
.widget.widget_elegant_pink_pro_popular_post .entry-header .comment-count,
.widget.widget_elegant_pink_pro_recent_post .entry-header .view-count,
.widget.widget_elegant_pink_pro_popular_post .entry-header .view-count,
.widget.widget_elegant_pink_pro_category_post .entry-header .comment-count,
.widget.widget_elegant_pink_pro_category_post .entry-header .view-count{background: none;}
.widget.widget_elegant_pink_pro_recent_post .entry-header .posted-on a,
.widget.widget_elegant_pink_pro_popular_post .entry-header .posted-on a,
.widget.widget_elegant_pink_pro_category_post .entry-header .date a,
.widget.widget_elegant_pink_pro_author_post .entry-header .date a{
color: #999;
}
.widget.widget_tag_cloud a{
background: #fff;
color: #474747;
display: inline-block;
vertical-align: top;
padding: 5px 14px;
border-radius: 5px;
border-bottom: 1px solid #efedee;
margin-right: 5px;
margin-bottom: 5px;
}
.widget.widget_tag_cloud a:hover{
text-decoration: none;
background: #f6f6f6;
}
.site-footer .site-info{
font-size: 13px;
line-height: 16px;
color: #8a8a8a;
text-align: center;
margin: 0;
}
.site-footer .site-info a{
color: #8a8a8a;
}
.site-footer .site-info a:hover{
text-decoration: none;
color: #000;
}
.site-footer .site-info span{
display: inline-block;
padding: 0 15px;
border-left: 1px solid #aaa;
margin-bottom: 10px;
}
.site-footer .site-info span:first-child{border-left: 0;} .site-header.header-2{padding: 0;}
.site-header.header-2 .header-t{
padding: 10px 0;
border-bottom: 1px solid #f4f2f3;
}
.site-header.header-2 .header-t .contact-info{
margin: 0;
padding: 0;
list-style: none;
float: left;
font-size: 14px;
line-height: 17px;
font-family: 'Roboto', sans-serif;
color: #777;
}
.site-header.header-2 .header-t .contact-info li{
float: left;
padding-right: 12px;
margin-right: 12px;
border-right: 1px solid #e9e9e9;
}
.site-header.header-2 .header-t .contact-info li:last-child{
padding-right: 0;
margin-right: 0;
border-right: 0;
}
.site-header.header-2 .header-t .contact-info li a{color: #777;}
.site-header.header-2 .header-t .contact-info li a:hover{color: #fe7bb5;}
.site-header.header-2 .social-networks{float: right;}
.site-header.header-2 .header-t .contact-info .email-link:before,
.site-header.header-2 .header-t .contact-info .tel-link:before{
content: '\f095';
font-family: 'FontAwesome';
margin-right: 5px;
}
.site-header.header-2 .header-t .contact-info .tel-link:before{content: '\f003';}
.site-header.header-2 .header-b{padding: 30px 0 0;}
.site-header.header-2 .site-branding{
float: left;
text-align: left;
}
.site-header.header-2 .site-branding .site-title,
.site-header.header-2 .site-branding .site-title a{margin: 0;}
.site-header.header-2 .site-branding .site-description{margin: 0;}
.site-header.header-2 .header-b .icon-search{
float: right;
font-size: 16px;
color: #777;
margin: 25px 0 0;
}
.site-header.header-2 .main-navigation{
float: right;
margin-top: 25px; padding-right: 20px;
margin-right: 16px;
}
.site-header.header-2 .main-navigation ul{line-height: 17px;}
.site-header.header-2 .main-navigation ul li{
margin-left: 25px;
float: left;
}
.site-header.header-2 .main-navigation ul li:first-child{margin-left: 0;}
.site-header.header-2 .main-navigation ul li a{padding: 0 0 50px;}
.site-header.header-2 .main-navigation ul li a:hover,
.site-header.header-2 .main-navigation ul li:hover > a{
border-top: 0;
}
.site-header.header-2 .main-navigation ul ul li{
float: none;
display: block;
margin: 0;
}
.site-header.header-2 .main-navigation ul ul li a{
padding: 5px 27px;
line-height: 25px;
}
.site-header.header-2 .main-navigation ul ul ul{
left: -100%;
}
.site-header.header-2 .main-navigation ul ul li a:hover,
.site-header.header-2 .main-navigation ul ul li:hover > a{
background: #f4f2f3;
}
.site-header.header-2 .main-navigation ul li:hover ul ul{display: none;}
.site-header.header-2 .main-navigation ul ul li:hover ul{display: block;}
.site-header.header-2 .right-panel{float: right;}
.site-header.header-2 .right-panel .searchform{
float: right;
position: relative;
}
.site-header.header-2 .right-panel .searchform .search-form{
display: none;
position: absolute;
right: 0;
top: 60px;
width: 210px;
z-index: 9999;
}
.site-header.header-2 .right-panel .searchform .search-form input[type="search"]{width: 80%;} .site-header.header-3{
position: absolute;
background: rgba(46, 42, 42, 0.6);
width: 100%;
top: 0;
left: 0;
z-index: 100;
padding: 20px 0 0;
}
.no-slider .site-header.header-3{position: relative;}
body:not(.home) .site-header.header-3{position: relative;}
.site-header.header-3 .site-branding{
float: left;
text-align: left;
margin: 15px 0 0;
color: #fff;
}
.site-header.header-3 .site-branding .site-title,
.site-header.header-3 .site-branding .site-title a,
.site-header.header-3 .site-branding .site-description{
margin: 0;
color: #fff;
}
.site-header.header-3 .icon-search{
float: right;
font-size: 16px;
color: #fff;
margin: 25px 0 0;
}
.site-header.header-3 .main-navigation{
float: right;
margin-top: 25px;
margin-right: 16px;
}
.site-header.header-3 .main-navigation ul{line-height: 17px;}
.site-header.header-3 .main-navigation ul li{
margin-left: 25px;
float: left;
}
.site-header.header-3 .main-navigation ul li a{
color: #fff;
padding: 0 0 45px;
display: block;
}
.site-header.header-3 .main-navigation ul li a:hover,
.site-header.header-3 .main-navigation ul li:hover > a,
.site-header.header-3 .main-navigation ul .current-menu-item > a{
border-top: 0;
color: #fe7bb5;
}
.site-header.header-3 .main-navigation ul ul{
background: #2e2a2a;
text-align: left;
line-height: 29px;
width: 200px;
left: -20px;
}
.site-header.header-3 .main-navigation ul ul:before{
width: 0;
height: 0;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
border-bottom: 15px solid #2e2a2a;
content: '';
position: absolute;
left: 23px;
top: -15px;
}
.site-header.header-3 .main-navigation ul ul li{
float: none;
display: block;
margin: 0;
}
.site-header.header-3 .main-navigation ul ul li a{
display: block;
padding: 5px 27px;
color: #fff;
}
.site-header.header-3 .main-navigation ul ul li a:hover,
.site-header.header-3 .main-navigation ul ul li:hover > a{
background: #3a3535;
color: #fe7bb5;
border-top: 0;
}
.site-header.header-3 .main-navigation ul li:hover ul ul{display: none;}
.site-header.header-3 .main-navigation ul ul li:hover ul{
display: block;
left: 100%;
}
.site-header.header-3 .main-navigation ul ul ul:before{display: none;}
.site-header.header-3 .searchform{
float: right;
position: relative;
}
.site-header.header-3 .searchform .search-form{
display: none;
position: absolute;
right: 0;
top: 60px;
width: 210px;
z-index: 9999;
}
.site-header.header-3 .searchform .search-form input[type="search"]{width: 80%;}
.site-header.header-3 .right-panel{float: right;} .site-header.header-4{padding: 0;}
.site-header.header-4 .site-branding{
float: left;
text-align: left;
margin: 20px 0 0;
}
.site-header.header-4 .site-branding .site-title,
.site-header.header-4 .site-branding .site-description{margin: 0;}
.site-header.header-4 .site-branding .site-title a{margin: 0;}
.site-header.header-4 .header-t .right-panel{
float: right;	
}
.site-header.header-4 .header-t .right-panel .social-media{
float: right;
padding-left: 28px;
border-left: 1px solid #e9e9e9;
padding: 30px 0 30px 28px;
}
.site-header.header-4 .header-t .right-panel .social-media span{
display: block;
font-size: 14px;
color: #777;
font-family: 'Roboto', sans-serif;
}
.site-header.header-4 .header-t .right-panel .social-media span:before{
content: '\f1e0';
font-size: 14px;
color: #fe7bb5;
font-family: 'FontAwesome';
margin-right: 5px;
}
.site-header.header-4 .header-t .right-panel .social-media .social-networks{
font-size: 14px;
line-height: 17px;
}
.site-header.header-4 .header-t .right-panel .social-media .social-networks li{margin-left: 10px;}
.site-header.header-4 .header-t .right-panel .social-media .social-networks li:first-child{margin-left: 0;}
.site-header.header-4 .header-t .right-panel .social-media .social-networks li a{color: #474747;}
.site-header.header-4 .header-t .right-panel .social-media .social-networks li a:hover{color: #fe7bb5;}
.site-header.header-4 .header-t .right-panel .email{
float: right;
padding: 30px 28px 36px;
border-left: 1px solid #e9e9e9;
font-size: 16px;
font-family: 'Roboto', sans-serif;
color: #474747;
line-height: 20px;
font-weight: 700;
}
.site-header.header-4 .header-t .right-panel .email span{
display: block;
font-size: 14px;
color: #777;
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
.site-header.header-4 .header-t .right-panel .email span:before{
content: '\f0e0';
font-size: 14px;
color: #fe7bb5;
font-family: 'FontAwesome';
margin-right: 5px;
font-weight: 400;
}
.site-header.header-4 .header-t .right-panel .phone{
float: right;
padding: 30px 28px 36px;
border-left: 1px solid #e9e9e9;
font-size: 16px;
font-family: 'Roboto', sans-serif;
color: #474747;
line-height: 20px;
font-weight: 700;
}
.site-header.header-4 .header-t .right-panel .phone span{
display: block;
font-size: 14px;
color: #777;
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
.site-header.header-4 .header-t .right-panel .phone span:before{
content: '\f095';
font-size: 14px;
color: #fe7bb5;
font-family: 'FontAwesome';
margin-right: 5px;
font-weight: 400;
}
.site-header.header-4 .header-b{
background: #fe7bb5;
}
.site-header.header-4 .main-navigation{
float: left;
margin: 0;
}
.site-header.header-4 .search-form{
float: right;
background: transparent;
border-radius: 0;
width: 198px;
padding: 16px 5px 16px 10px;
position: relative;
}
.site-header.header-4 .search-form input[type="search"],
.site-header.header-4 .search-form input[type="text"]{
font-size: 15px;
color: #fff;
width: 80%;
}
.site-header.header-4 .search-form input[type="submit"]{
background: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/images/icon-search2.png) no-repeat;
}
.site-header.header-4 .main-navigation div{
display: inline-block;
}
.site-header.header-4 .main-navigation ul{
display: inline-block;
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
}
.site-header.header-4 .main-navigation ul li{
display: inline-block;
}
.site-header.header-4 .main-navigation ul li a{
display: block;
color: #fff;
padding: 10px 20px;
}
.site-header.header-4 .main-navigation ul li a:hover,
.site-header.header-4 .main-navigation ul .current-menu-item > a,
.site-header.header-4 .main-navigation ul li:hover > a{
border-top: 0;
background: #fff;
color: #fe7bb5;
}
.site-header.header-4 .main-navigation ul ul{
width: 220px;
left: 0;
display: none;
}
.site-header.header-4 .main-navigation ul li:hover ul{display: block;}
.site-header.header-4 .main-navigation ul ul li{
float: none;
display: block;
margin: 0;
}
.site-header.header-4 .main-navigation ul ul li a{
display: block;
padding: 5px 23px;
color: #fe7bb5;
}
.site-header.header-4 .main-navigation ul ul li a:hover,
.site-header.header-4 .main-navigation ul ul li:hover > a{
background: #fe7bb5;
color: #fff;
}
.site-header.header-4 .main-navigation ul li:hover ul ul{display: none;}
.site-header.header-4 .main-navigation ul ul li:hover ul{display: block;}
.site-header.header-4 .main-navigation ul ul ul{left: 100%;} .site-header.header-5{padding: 0;}
.site-header.header-5 .header-t{background: #fe7bb5;}
.site-header.header-5 .main-navigation{
float: left;
margin: 0;
}
.site-header.header-5 .search-form{
float: right;
background: transparent;
border-radius: 0;
width: 198px;
padding: 16px 5px 16px 10px;
position: relative;
}
.site-header.header-5 .search-form input[type="search"],
.site-header.header-5 .search-form input[type="text"]{
font-size: 15px;
color: #fff;
width: 80%;
}
.site-header.header-5 .search-form input[type="submit"]{
background: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/images/icon-search2.png) no-repeat;
}
.site-header.header-5 .main-navigation div{
display: inline-block;
}
.site-header.header-5 .main-navigation ul{
display: inline-block;
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
}
.site-header.header-5 .main-navigation ul li{
display: inline-block;
}
.site-header.header-5 .main-navigation ul li a{
display: block;
color: #fff;
padding: 10px 20px;
}
.site-header.header-5 .main-navigation ul li a:hover,
.site-header.header-5 .main-navigation ul .current-menu-item > a,
.site-header.header-5 .main-navigation ul li:hover > a{
border-top: 0;
background: #fff;
color: #fe7bb5;
}
.site-header.header-5 .main-navigation ul ul{
width: 220px;
left: 0;
display: none;
}
.site-header.header-5 .main-navigation ul li:hover ul{display: block;}
.site-header.header-5 .main-navigation ul ul li{
float: none;
display: block;
margin: 0;
}
.site-header.header-5 .main-navigation ul ul li a{
display: block;
padding: 5px 23px;
color: #fe7bb5;
}
.site-header.header-5 .main-navigation ul ul li a:hover,
.site-header.header-5 .main-navigation ul ul li:hover > a{
background: #fe7bb5;
color: #fff;
}
.site-header.header-5 .main-navigation ul li:hover ul ul{display: none;}
.site-header.header-5 .main-navigation ul ul li:hover ul{display: block;}
.site-header.header-5 .main-navigation ul ul ul{left: 100%;}
.site-header.header-5 .header-b{padding: 25px 0;}
.site-header.header-5 .email{
float: left;
width: 33.3333%;
padding-left: 15px;
padding-right: 15px;
margin-top: 20px;
}
.site-header.header-5 .email-link{
font-size: 14px;
color: #777;
font-family: 'Roboto', sans-serif;
}
.site-header.header-5 .email-link:hover{color: #fe7bb5;}
.site-header.header-5 .email-link:before{
content: '\f003';
font-size: 14px;
margin-right: 5px;
font-family: 'FontAwesome';
}
.site-header.header-5 .site-branding{
width: 33.3333%;
float: left;
display: inline-block;
padding-left: 15px;
padding-right: 15px;
}
.site-header.header-5 .site-branding .site-title,
.site-header.header-5 .site-branding .site-title a{
margin: 0;
}
.site-header.header-5 .site-branding .site-description{margin: 0;}
.site-header.header-5 .social-media{
float: left;
width: 33.3333%;
padding-left: 15px;
padding-right: 15px;
margin-top: 20px;
}
.site-header.header-5 .social-media .social-networks{float: right;} .site-header.header-6{padding: 0;}
.site-header.header-6 .header-t{padding: 26px 0;}
.site-header.header-6 .email{
float: left;
width: 33.3333%;
padding-left: 15px;
padding-right: 15px;
margin-top: 20px;
}
.site-header.header-6 .email-link{
font-size: 14px;
color: #777;
font-family: 'Roboto', sans-serif;
}
.site-header.header-6 .email-link:hover{color: #fe7bb5;}
.site-header.header-6 .email-link:before{
content: '\f003';
font-size: 14px;
margin-right: 5px;
font-family: 'FontAwesome';
}
.site-header.header-6 .site-branding{
width: 33.3333%;
float: left;
display: inline-block;
padding-left: 15px;
padding-right: 15px;
}
.site-header.header-6 .site-branding .site-title,
.site-header.header-6 .site-branding .site-title a{
margin: 0;
}
.site-header.header-6 .site-branding .site-description{margin: 0;}
.site-header.header-6 .social-media{
float: left;
width: 33.3333%;
padding-left: 15px;
padding-right: 15px;
margin-top: 20px;
}
.site-header.header-6 .social-media .social-networks{float: right;}
.site-header.header-6 .header-b{background: #fe7bb5;}
.site-header.header-6 .main-navigation{
float: left;
margin: 0;
}
.site-header.header-6 .search-form{
float: right;
background: transparent;
border-radius: 0;
width: 198px;
padding: 16px 5px 16px 10px;
position: relative;
}
.site-header.header-6 .search-form input[type="search"],
.site-header.header-6 .search-form input[type="text"]{
font-size: 15px;
color: #fff;
width: 80%;
}
.site-header.header-6 .search-form input[type="submit"]{
background: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/images/icon-search2.png) no-repeat;
}
.site-header.header-6 .main-navigation div{
display: inline-block;
}
.site-header.header-6 .main-navigation ul{
display: inline-block;
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
}
.site-header.header-6 .main-navigation ul li{
display: inline-block;
}
.site-header.header-6 .main-navigation ul li a{
display: block;
color: #fff;
padding: 10px 20px;
}
.site-header.header-6 .main-navigation ul li a:hover,
.site-header.header-6 .main-navigation ul .current-menu-item > a,
.site-header.header-6 .main-navigation ul li:hover > a{
border-top: 0;
background: #fff;
color: #fe7bb5;
}
.site-header.header-6 .main-navigation ul ul{
width: 220px;
left: 0;
display: none;
}
.site-header.header-6 .main-navigation ul li:hover ul{display: block;}
.site-header.header-6 .main-navigation ul ul li{
float: none;
display: block;
margin: 0;
}
.site-header.header-6 .main-navigation ul ul li a{
display: block;
padding: 5px 23px;
color: #fe7bb5;
}
.site-header.header-6 .main-navigation ul ul li a:hover,
.site-header.header-6 .main-navigation ul ul li:hover > a{
background: #fe7bb5;
color: #fff;
}
.site-header.header-6 .main-navigation ul li:hover ul ul{display: none;}
.site-header.header-6 .main-navigation ul ul li:hover ul{display: block;}
.site-header.header-6 .main-navigation ul ul ul{left: 100%;} .blog.full-width-post .post{width: 100%;} .blog.two-col-leftsidebar #primary{
border-left: 1px solid #ededed;
float: right;
padding-left: 45px;
width: 70%;
}
.blog.two-col-leftsidebar .post{width: 50%;} .blog.two-col-rightsidebar #primary{
border-right: 1px solid #ededed;
float: left;
padding-right: 45px;
width: 70%;
}
.blog.two-col-rightsidebar .post{width: 50%;} .blog.one-col-leftsidebar #primary{
border-left: 1px solid #ededed;
float: right;
padding-left: 45px;
width: 70%;
}
.blog.one-col-leftsidebar .post{width: 100%;} .blog.one-col-rightsidebar #primary{
border-right: 1px solid #ededed;
float: left;
padding-right: 45px;
width: 70%;
}
.blog.one-col-rightsidebar .post{width: 100%;}
#crumbs{margin: 0 0 20px;} #primary .widget{
background: #fff;
margin: 0 0 35px;
padding: 50px; 
}
#primary .widget .widget-title{
font-size: 22px;
line-height: 27px;
color: #1b1b1b;
margin: 0 0 25px;
text-transform: uppercase;
}
#primary .widget.widget_categories ul,
#primary .widget.widget_archive ul{
text-align: right;
color: #bfbfbf;
}
#primary .widget.widget_categories ul li,
#primary .widget.widget_archive ul li{
overflow: hidden;
}
#primary .widget.widget_categories ul li a,
#primary .widget.widget_archive ul li a{float: left;}
#primary .widget.widget_elegant_pink_pro_category_post ul,
#primary .widget.widget_elegant_pink_pro_author_post ul,
#primary .widget.widget_elegant_pink_pro_popular_post ul,
#primary .widget.widget_elegant_pink_pro_recent_post ul,
#primary .post-section .widget.widget_recent_entries ul{
margin: 0 -15px;
overflow: hidden;
}
#primary .widget.widget_elegant_pink_pro_category_post ul li,
#primary .widget.widget_elegant_pink_pro_author_post ul li,
#primary .widget.widget_elegant_pink_pro_popular_post ul li,
#primary .widget.widget_elegant_pink_pro_recent_post ul li,
#primary .post-section .widget.widget_recent_entries ul li{
float: left;
width: 33.3333%;
margin: 0 0 30px;
padding: 0 15px;
border-bottom: 0;
}
#primary .widget.widget_elegant_pink_pro_category_post ul li .post-thumbnail,
#primary .widget.widget_elegant_pink_pro_author_post ul li .post-thumbnail,
#primary .widget.widget_elegant_pink_pro_popular_post ul li .post-thumbnail,
#primary .widget.widget_elegant_pink_pro_recent_post ul li .post-thumbnail,
#primary .post-section .widget.widget_recent_entries ul li .post-thumbnail{
float: none;
display: block;
margin: 0 0 20px;
width: 100%;
}
#primary .widget.widget_elegant_pink_pro_category_post ul li .post-thumbnail img,
#primary .widget.widget_elegant_pink_pro_author_post ul li .post-thumbnail img,
#primary .widget.widget_elegant_pink_pro_popular_post ul li .post-thumbnail img,
#primary .widget.widget_elegant_pink_pro_recent_post ul li .post-thumbnail img,
#primary .post-section .widget.widget_recent_entries ul li .post-thumbnail img{width: 100%;}
#primary .widget.widget_elegant_pink_pro_728_widget{
background: none;
padding: 0;
text-align: center;
}
#primary .post-section .widget.widget_recent_entries ul li .entry-title{
color: #1b1b1b; margin: 0;
line-height: 35px;
}
#primary .post-section .widget.widget_recent_entries ul li .entry-title a{color: #1b1b1b}
#primary .post-section .widget.widget_recent_entries ul li .entry-title a:hover{
text-decoration: none;
color: #fe7bb5;
}
#primary .post-section .widget.widget_recent_entries ul li .date{
background: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/images/icon-calendar2.png) no-repeat 0 3px;
color: #999;
font: 500;
font-size: 13px;
line-height: 15px;
padding-left: 16px;
}
#primary .post-section .widget.widget_recent_entries ul li .date a{color: #999;} .author-section{
background: #fff;
padding: 35px 50px 20px;
margin: 0 0 35px;
}
.author-section .author-title{
color: #1b1b1b;
font-family: "Roboto",sans-serif;
font-size: 22px;
line-height: 27px;
margin: 0 0 25px;
text-transform: uppercase;
}
.author-section .holder{overflow: hidden;}
.author-section .avatar{
float: left;
border-radius: 50%;
-webkit-border-radius: 100px;
margin-right: 25px;
}
.author-section .text{overflow: hidden;}
.author-section .text .author-name{
font-size: 17px;
line-height: 21px;
font-family: "Roboto",sans-serif;
color: #fe7bb5;
margin: 0 0 10px;
}
.author-section .text p{margin: 0 0 1.5em;}
.comments-area{
background: #fff;
padding: 50px;
margin: 0 0 35px;
} .error-holder{
background: #fff;
padding: 70px 15px;
margin: 60px 0;
text-align: center;
}
.error-holder .holder{
max-width: 555px;
margin: 0 auto;
text-align: center;
font-size: 18px;
line-height: 26px;
}
.error-holder h1{
font-size: 100px;
font-weight: 300;
color: #f49cc2;
line-height: 124px;
margin: 0 0 20px;
}
.error-holder h2{
font-size: 25px;
font-weight: 400;
color: #303133;
line-height: 35px;
margin: 0 0 30px;
}
.error-holder .search-form{
border: 1px solid #e6e6e6;
background: #fff;
overflow: hidden;
border-radius: 20px;
padding: 5px 20px;
}
.error-holder .search-form label{
float: left;
width: 90%;
}
.error-holder .search-form input[type="search"]{
border: 0;
background: none;
width: 100%;
padding: 0;
margin: 0;
outline: none;
}
.error-holder .search-form input[type="submit"]{
float: right;
border: 0;
background: url(//www.magicolly.co.uk/wp-content/themes/elegant-pink-pro/images/icon-search.png) no-repeat;
width: 15px;
height: 15px;
text-indent: -9999px;
margin: 5px 0 0;
padding: 0;
outline: none;
box-shadow: none;
}
#rara-top{
position: fixed;
bottom: 10px;
right: 10px; background: #000;
color: #fff;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
cursor: pointer;
display: none;
opacity: 0.5;
}
#rara-top:hover,
#rara-top:focus{opacity: 1;}
#rara-top .fa{font-size: 25px;}
#rara-top .fa:hover{color: #fff;}
.leftsidebar #primary{
float: right;
border-left: 1px solid #ededed;
padding-right: 0;
padding-left: 45px; 
border-right: 0;
}
.full-width #primary{
width: 100%;
padding: 0;
border: 0;
}
.full-width #primary .post{
width: 33.3333%;
}
.single-post.full-width #primary .post{width: 100%;}
.site-header .ajax-search-results-container{
width: 238px;
z-index: 10;
border:1px solid #efefef;
border-top: 0;
}
.ajax-search-results-container ul li a:hover{
text-decoration:none;
color: #999;
}
.ajax-search-results-container{
position: absolute;
width:100%; padding: 20px 20px;
background: #f8f8f8;
z-index: 9999;
top: 100%;
}
.ajax-search-meta{
border-top: 1px solid #000;
}
.search-no-results .not-found form .ajax-search-results-container{
width: 47.7%;
}
.ajax-search-results-container ul{
margin: 0;
padding: 0;
}
.ajax-search-results-container ul li{
list-style: none;
padding-left: 0;
}
.ajax-search-results-container .ajax-search-meta a{display: block;}
.sticky-menu,
.site-header.header-3.sticky-menu{
position: fixed !important;
width: 100%;
top: 0;
left: 0;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
z-index: 9999;
}
.sticky-menu .site-header .header-t{display: none;}@media only screen and (max-width:1199px){
.container{
max-width: 970px;
}
.slideshow .banner-text{
top: 6vw;
}
.slideshow .banner-text .category::before{top: -25px;}
.home .post .text-holder, .category .post .text-holder{padding: 38px 30px;}
.site-header.header-2 .right-panel{width: 100%;}
.site-header.header-2 .main-navigation{
float: left;
border-right: 0;
padding-right: 0;
}
.site-header.header-2 .header-t{padding-bottom: 0;}
.site-header.header-2 .header-t .contact-info{margin-top: 10px;}
.site-header.header-2 .social-networks{margin-top: 6px;}
.header-third .slideshow .banner-text{
position: relative;
top: 0;
}
.header-third .slideshow .banner-text .text{
width: 100%;
max-width: 100%;
}
.header-third .slideshow .banner-text .btn-readmore{top: -5px;}
.site-header.header-3 .right-panel{width: 100%;}
.site-header.header-3 .main-navigation{float: left;}
.site-header.header-4 .search-form{width: 160px;}
.site-header.header-4 .search-form input[type="search"],
.site-header.header-4 .search-form input[type="text"]{width: 80%;}
.site-header.header-5 .main-navigation ul li a,
.site-header.header-6 .main-navigation ul li a{padding: 10px 15px;}
}
@media only screen and (max-width: 991px){
.container{
max-width: 750px;
}
.site-header{padding: 65px 0 25px;}
.main-navigation{display: none !important;}
.slideshow .lSPrev{left: 5px;}
.slideshow .lSNext{right: 5px;}
.slideshow .banner-text{top: 2vw;}
.slideshow .banner-text .text{
max-width: 660px;
padding-left: 20px;
padding-right: 20px;
}
.home .post{width: 50%;}
.site-footer .col{
width: 100%;
margin-bottom: 20px;
}
.mean-container .mean-bar{
background: #fff;
border-bottom: 1px solid #eaeaea;
}
.mean-container a.meanmenu-reveal span{background: #000;}
.mean-container a.meanmenu-reveal{color: #000;}
.mean-container .mean-nav{background: #fff;}
.mean-container .mean-nav ul li a{
color: #000;
border-top: 1px solid #eaeaea;
}
.mean-container .mean-nav ul li a.mean-expand:hover{color: #fff;}
.mean-container .mean-nav ul li li a{border-top: 1px solid #eaeaea;}
.mean-container .mean-nav ul li a:hover{background: #eaeaea;}
.single-post #primary,
.page #primary,
.category #primary{
width: 100%;
padding-right: 0;
margin-bottom: 20px;
border-right: 0;
padding-left: 0;
border-left: 0;
}
#secondary{
width: 100%;
}
.site-header.header-2 .right-panel{width: auto;}
.site-header.header-2 .header-b{padding-bottom: 30px;}
.site-header.header-3{position: relative;}
.site-header.header-3 .right-panel{width: auto;}
.site-header.header-4 .header-t .right-panel{
width: 100%;
text-align: center;
margin: 0 0 20px;
}
.site-header.header-4 .header-t .right-panel .social-media,
.site-header.header-4 .header-t .right-panel .email,
.site-header.header-4 .header-t .right-panel .phone{
border: 0;
display: inline-block;
float: none;
font-size: 16px;
margin: 0 25px;
padding: 0;
vertical-align: top;
}
.site-header.header-4 .header-t .right-panel .social-media span{line-height: 23px;}
.site-header.header-4 .site-branding{
width: 100%;
text-align: center;
margin-bottom: 20px;
}
.site-header.header-5 .search-form,
.site-header.header-6 .search-form{width: 100%;}
.home.two-col-leftsidebar #primary,
.home.one-col-leftsidebar #primary,
.blog.two-col-leftsidebar #primary,
.blog.one-col-leftsidebar #primary{
width: 100%;
border-right: 0;
padding-right: 0;
padding-left: 0;
border-left: 0;
}
.home.two-col-rightsidebar #primary,
.home.one-col-rightsidebar #primary,
.blog.two-col-rightsidebar #primary,
.blog.one-col-rightsidebar #primary{
width: 100%;
padding-left: 0;
padding-right: 0;
border-right: 0;
border-left: 0;
}
.single-post #primary,
.page #primary,
.category #primary,
.archive #primary,
.search #primary,
.single-product #primary{
width: 100%;
padding: 0;
border: 0;
}
.home .post,
.blog .post{width: 50%;}
}
@media only screen and (max-width: 767px){
.site-header .social-networks{
width: 100%;
text-align: center;
}
.site-header .social-networks li{
float: none;
display: inline-block;
margin-bottom: 10px;
}
.site-header .search-form{
width: 100%;
margin-bottom: 25px;
}
.slideshow .banner-text .title{
font-weight: 700;
font-size: 24px;
}
.slideshow .banner-text{
position: relative;
top: 0;
}
.lSAction > a{top: 17%;}
.slideshow .banner-text .category:before{display: none;}
.slideshow .banner-text .text p{margin: 0 0 15px;}
.slideshow .banner-text .btn-readmore{top: 0;}
.slideshow .banner-text .text{
padding-bottom: 20px;
max-width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.home .post{width: 100%;}
.home .post .text-holder,
.category .post .text-holder{
padding: 38px 20px;
}
.blog.two-col-rightsidebar .post,
.blog.two-col-leftsidebar .post,
.home .post,
.blog .post{
width: 100%;
}
.single-post .post .entry-title, 
.page .entry-title{
font-size: 22px;
line-height: 27px;
}
.page .text-holder{
padding: 22px;
}
.site-header .search-form input[type="search"]{width: 85%;}
.single-post .post .text-holder{padding: 20px;}
.comment-list .comment-content{
width: 100%;
top: 0;
left: 0;
}
.comment-list .reply{
top: 0;
left: 0;
}
.comment-list .children{margin: 56px 0 0;}
.comment-list li{margin-top: 0;}
#comments .comments-title{margin: 0 0 20px;}
.comment-reply-title{margin: 0 0 20px;}
#comments{margin: 0 0 30px;}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
width: 100%;
}
.archive-title{
font-size: 24px;
line-height: 27px;
}
.category .post{width: 100%;}
.category .post,
.archive .post,
.search .post,
.search .page{width: 100%;}
.site-header.header-2 .header-t .contact-info{
width: 100%;
text-align: center;
}
.site-header.header-2 .header-t .contact-info li{
float: none;
display: inline-block;
margin-bottom: 10px;
}
.site-header.header-4 .search-form{
margin: 0;
width: 100%;
}
.site-header.header-4 .header-t .right-panel .social-media,
.site-header.header-4 .header-t .right-panel .email,
.site-header.header-4 .header-t .right-panel .phone{margin-bottom: 15px;}
.site-header.header-5 .search-form{margin: 0;}
.site-header.header-5 .email,
.site-header.header-5 .site-branding,
.site-header.header-5 .social-media{
width: 100%;
text-align: center;
margin: 0 0 15px;
}
.site-header.header-5 .header-b{padding: 10px 0 0;}
.site-header.header-6 .search-form{margin: 0;}
.site-header.header-6 .email,
.site-header.header-6 .site-branding,
.site-header.header-6 .social-media{
width: 100%;
text-align: center;
}
.site-header.header-6 .email{margin-bottom: 20px;}
.home.two-col-leftsidebar .post,
.home.two-col-rightsidebar .post{width: 100%;}
#primary .widget.widget_elegant_pink_pro_category_post ul li,
#primary .widget.widget_elegant_pink_pro_author_post ul li,
#primary .widget.widget_elegant_pink_pro_popular_post ul li,
#primary .widget.widget_elegant_pink_pro_recent_post ul li,
#primary .post-section .widget.widget_recent_entries ul li{width: 100%;}
#primary .widget{padding: 20px;}
.rara-span1,
.rara-span2,
.rara-span3,
.rara-span4,
.rara-span5,
.rara-span6{
width: 100%;
margin-bottom: 15px;
}
.author-section .text{
width: 100%;
}
.author-section .avatar{margin-bottom: 15px;}
.comments-area{padding: 20px;}
.site-footer .site-info span{
display: block;
border-left: 0;
}
.author-section{padding: 20px;}
#secondary .widget{padding-left: 0;}
.full-width #primary .post{width: 100%;}
}