.wpaicg-chat-content-wrapper {
position: relative;
flex-grow: 1;
display: flex;
}
.wpaicg-chat-shortcode,
.wpaicg-chatbox {
position: relative;
} .wpaicg-chat-shortcode-content {
overflow-y: auto;
flex-grow: 1;
padding: 15px;
}
.wpaicg-chat-shortcode:hover {
box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
.wpaicg-chat-shortcode-content ul {
overflow-y: auto;
margin: 0;
padding: 0;
list-style: none;
} .wpaicg-chat-shortcode-content ul .wpaicg-user-message {
margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
padding: 10px;
border-radius: 20px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
width: fit-content;
} .wpaicg-chat-shortcode-content ul .wpaicg-ai-message {
margin-bottom: 20px;
margin-right: 10px;
padding: 10px;
border-radius: 20px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
width: fit-content;
} .wpaicg-chat-shortcode-type {
display: flex;
align-items: center;
padding: 0;
}
textarea.wpaicg-chat-shortcode-typing {
flex: 1;
resize: vertical;
padding-left: 1em;
}
textarea.auto-expand {
overflow: hidden;
transition: box-shadow 0.5s ease-in-out;
line-height: 2;
}
textarea.auto-expand.resizing {
transition: box-shadow 0.5s ease-in-out;
box-shadow: 0 0 12px rgba(81, 203, 238, 0.8);
line-height: 2;
}
textarea.auto-expand:focus {
outline: none;
box-shadow: 0 0 5px rgba(81, 203, 238, 1);
line-height: 2;
} .wpaicg-chat-shortcode .wpaicg-bot-thinking {
bottom: 0;
font-size: 11px;
display: none;
margin-bottom: 5px;
}
.wpaicg-jumping-dots span {
position: relative;
bottom: 0;
-webkit-animation: wpaicg-jump 1500ms infinite;
animation: wpaicg-jump 2s infinite;
}
.wpaicg-jumping-dots .wpaicg-dot-1 {
-webkit-animation-delay: 200ms;
animation-delay: 200ms;
}
.wpaicg-jumping-dots .wpaicg-dot-2 {
-webkit-animation-delay: 400ms;
animation-delay: 400ms;
}
.wpaicg-jumping-dots .wpaicg-dot-3 {
-webkit-animation-delay: 600ms;
animation-delay: 600ms;
}
@-webkit-keyframes wpaicg-jump {
0% {
bottom: 0px;
}
20% {
bottom: 5px;
}
40% {
bottom: 0px;
}
}
@keyframes wpaicg-jump {
0% {
bottom: 0px;
}
20% {
bottom: 5px;
}
40% {
bottom: 0px;
}
} .log_notification {
font-size: 11px;
font-style: italic;
padding: 10px;
border-radius: 5px;
}
.wpaicg-chat-message-error {
color: #f00;
} .wpaicg-chat-shortcode-footer {
font-size: 0.75rem;
padding: 12px 20px;
}
.wpaicg-chat-shortcode-footer a {
color: inherit;
text-decoration: none;
} .wpaicg-conversation-starters {
display: flex;
flex-wrap: wrap;
gap: 10px;
padding: 15px;
justify-content: center;
visibility: hidden;
}
.wpaicg-conversation-starter {
border: none;
border-radius: 20px;
padding: 5px 10px;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.5s ease-out,
opacity 0.5s ease-out;
display: flex;
opacity: 0;
transform: translateY(20px);
}
.wpaicg-conversation-starter:hover {
filter: brightness(90%);
} .wpaicg-img-spinner {
display: none;
width: 16px;
height: 16px;
border: 2px solid rgba(0, 0, 0, 0.1);
border-left-color: #000;
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.wpaicg-thumbnail-placeholder {
display: none;
width: 50px;
height: 50px;
overflow: hidden;
}
.wpaicg_chat_additions {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
right: 20px;
} .blinking-cursor {
font-weight: 100;
color: #ffffff;
animation: blink 1s step-end infinite;
}
@keyframes blink {
from,
to {
color: transparent;
}
50% {
color: inherit;
}
} .wpaicg-chat-shortcode .wpaicg-pdf-remove {
font-size: 33px;
justify-content: center;
align-items: center;
width: 16px;
height: 16px;
line-height: unset;
font-family: Arial, serif;
border-radius: 50%;
font-weight: normal;
padding: 0;
}
.wpaicg-chat-shortcode .wpaicg-pdf-loading {
border-bottom-color: transparent;
} .wpaicg-chat-shortcode .wpaicg-chatbox-action-bar {
position: relative;
top: 0;
right: 0;
left: 0;
height: 40px;
padding: 0 10px;
display: flex;
justify-content: flex-end;
align-items: center;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
transition: background-color 0.3s ease;
min-height: 40px;
} .wpaicg-icon-container {
position: relative;
margin-bottom: 30px;
margin-top: 10px;
}
.wpaicg-copy-button,
.wpaicg-thumbs-up-button,
.wpaicg-thumbs-down-button {
position: absolute;
bottom: -25px;
display: inline-block;
background: none;
border: none;
cursor: pointer;
padding: 0;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
outline: none;
}
.wpaicg-copy-button {
left: 10px;
}
.wpaicg-thumbs-up-button {
left: 40px;
}
.wpaicg-thumbs-down-button {
left: 70px;
}
.wpaicg-icon-container:hover .wpaicg-copy-button,
.wpaicg-icon-container:hover .wpaicg-thumbs-up-button,
.wpaicg-icon-container:hover .wpaicg-thumbs-down-button,
.wpaicg-copy-button:hover,
.wpaicg-thumbs-up-button:hover,
.wpaicg-thumbs-down-button:hover {
opacity: 1;
visibility: visible;
background-color: transparent !important;
color: inherit !important;
}
.wpaicg-icon-container a:hover {
color: inherit !important;
background-color: transparent !important;
text-decoration: none !important;
}
.wpaicg-copy-button img,
.wpaicg-thumbs-up-button img,
.wpaicg-thumbs-down-button img {
width: 16px;
height: 16px;
filter: none;
color: inherit;
transition: none;
}
.wpaicg-copy-button img:hover,
.wpaicg-thumbs-up-button img:hover,
.wpaicg-thumbs-down-button img:hover {
filter: none;
color: inherit;
}
.wpaicg-copy-button,
.wpaicg-thumbs-up-button,
.wpaicg-thumbs-down-button {
background: none;
border: none;
padding: 0;
cursor: pointer;
color: inherit;
outline: none;
}
.wpaicg-copy-button:hover,
.wpaicg-thumbs-up-button:hover,
.wpaicg-thumbs-down-button:hover {
background: none;
color: inherit;
}
.wpaicg-copy-button:focus,
.wpaicg-thumbs-up-button:focus,
.wpaicg-thumbs-down-button:focus {
outline: none;
} .wpaicg-feedback-modal-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1000;
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
}
.wpaicg-feedback-modal {
background-color: #fff;
color: #333;
padding: 20px;
border-radius: 10px;
width: 100%;
max-width: 400px;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
text-align: center;
position: relative;
margin: 0 auto;
box-sizing: border-box;
}
.wpaicg-feedback-modal h2 {
margin-top: 0;
}
.wpaicg-feedback-textarea {
width: 100%;
height: 80px;
margin: 10px 0;
border-radius: 5px;
}
.wpaicg-feedback-modal-buttons {
display: flex;
justify-content: flex-end;
align-items: center;
margin-top: 10px;
}
.wpaicg-feedback-message {
flex-grow: 1;
margin-right: 10px;
text-align: left;
}
.wpaicg-feedback-modal-submit {
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
background-color: #007bff;
color: #fff;
margin-left: 10px;
}
.wpaicg-feedback-modal-close {
position: absolute;
top: 10px;
right: 10px;
background: none;
border: none;
color: #333;
cursor: pointer;
} .wpaicg-chatbox-download-btn,
.wpaicg-chatbox-clear-btn,
.wpaicg-chatbox-fullscreen,
.wpaicg-chatbox-audio-btn,
.wpaicg-chatbox-close-btn {
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
margin: 0 5px;
transition: background-color 0.3s ease;
}
.wpaicg-chatbox-download-btn svg,
.wpaicg-chatbox-clear-btn svg,
.wpaicg-chatbox-fullscreen svg,
.wpaicg-chatbox-audio-btn,
.wpaicg-chatbox-close-btn svg {
fill: currentColor;
height: 16px;
width: 16px;
}
.wpaicg-chatbox-download-btn:hover,
.wpaicg-chatbox-clear-btn:hover,
.wpaicg-chatbox-fullscreen:hover,
.wpaicg-chatbox-close-btn:hover {
background-color: rgba(0, 0, 0, 0.1);
}
.wpaicg-chatbox-fullscreen svg.wpaicg-exit-fullscreen {
display: none;
fill: none;
height: 16px;
width: 16px;
}
.wpaicg-chatbox-fullscreen svg.wpaicg-exit-fullscreen path,
.wpaicg-chatbox-fullscreen svg.wpaicg-active-fullscreen path {
fill: currentColor;
}
.wpaicg-chatbox-fullscreen svg.wpaicg-active-fullscreen {
fill: none;
height: 16px;
width: 16px;
}
.wpaicg-chatbox-fullscreen.wpaicg-fullscreen-box svg.wpaicg-active-fullscreen {
display: none;
}
.wpaicg-chatbox-fullscreen.wpaicg-fullscreen-box svg.wpaicg-exit-fullscreen {
display: block;
}
.wpaicg-fullscreened {
border-radius: 0;
border: none;
}
.wpaicg-fullscreened .wpaicg-chatbox-action-bar {
top: 0;
z-index: 99;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 3px;
} .wpaicg-sidebar {
position: absolute;
top: 0;
left: 0;
width: 0;
height: 100%;
overflow: hidden;
opacity: 0;
transition: width 0.3s ease, opacity 0.3s ease;
display: flex;
flex-direction: column;
box-sizing: border-box;
z-index: 1000;
}
.wpaicg-sidebar.open {
width: 250px;
opacity: 1;
min-width: 250px;
}
.wpaicg-sidebar.open ~ .wpaicg-chat-shortcode-content {
margin-left: 250px;
transition: margin-left 0.3s ease;
}
.wpaicg-sidebar.open ~ .wpaicg-chatbox-content {
margin-left: 250px;
transition: margin-left 0.3s ease;
} .wpaicg-sidebar-header {
padding: 15px;
}
.wpaicg-sidebar-header h3 {
margin: 0 0 5px 0;
font-size: 1.2em;
}
.wpaicg-sidebar-header p {
margin: 0;
font-size: 0.9em;
} .wpaicg-conversation-list {
list-style: none;
padding: 15px;
margin: 0;
flex-grow: 1;
overflow-y: auto;
} .wpaicg-conversation-list li .wpaicg-delete-icon {
display: none;
position: absolute;
top: 55%;
right: 10px;
transform: translateY(-50%);
cursor: pointer;
}
.wpaicg-conversation-list li:hover .wpaicg-delete-icon {
display: inline-block;
} .wpaicg-conversation-list li {
margin-bottom: 10px;
padding: 10px;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s ease, color 0.3s ease;
display: flex;
align-items: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
box-sizing: border-box;
position: relative;
}
.wpaicg-new-chat-button {
border: none;
padding: 5px 10px;
border-radius: 4px;
cursor: pointer;
margin-top: 10px;
} .wpaicg-sidebar-toggle {
position: absolute;
left: 0;
top: 50%;
transform: translate(-50%, 0);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
border-radius: 5px;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
z-index: 1002;
}
.wpaicg-sidebar-toggle span {
font-size: 18px;
} .wpaicg-chat-shortcode ::-webkit-scrollbar-track {
border-radius: 10px;
}
.wpaicg-chat-shortcode ::-webkit-scrollbar-thumb {
background-color: #888;
border-radius: 10px;
}
.wpaicg-chat-shortcode ::-webkit-scrollbar-thumb:hover {
background-color: #555;
}
.wpaicg-chat-shortcode ::-webkit-scrollbar {
width: 8px;
height: 8px;
} @media (max-width: 768px) {
.wpaicg-chat-shortcode {
width: auto;
margin-right: 10px;
margin-left: 10px;
}
@media (max-width: 480px) {
.wpaicg-chat-shortcode {
margin-right: 5px;
margin-left: 5px;
}
.wpaicg-feedback-modal {
max-width: 95%;
padding: 15px;
margin: 0 auto;
}
.wpaicg-feedback-modal-submit {
padding: 8px 16px;
}
.wpaicg-feedback-textarea {
height: 60px;
}
}
}
@media (max-width: 768px) {
.wpaicg-sidebar-toggle {
padding: 10px;
}
} @media (max-width: 767px) {
.wpaicg_chat_widget_content.wpaicg-fullscreened {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
width: 100% !important;
height: 100% !important;
max-width: none !important;
max-height: none !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
z-index: 9999999 !important;
background-color: <?php echo esc_html($wpaicg_chat_bgcolor)?>;
}
.wpaicg_chat_widget_content.wpaicg-fullscreened .wpaicg-chatbox {
width: 100% !important;
height: 100% !important;
max-width: none !important;
max-height: none !important;
border-radius: 0 !important;
margin: 0 !important;
overflow: hidden !important;
box-shadow: none !important;
display: flex !important;
flex-direction: column !important;
}
.wpaicg_chat_widget_content.wpaicg-fullscreened .wpaicg-chatbox-content {
flex: 1 !important;
overflow: hidden !important;
}
.wpaicg_chat_widget_content.wpaicg-fullscreened .wpaicg-chatbox-messages {
max-height: none !important;
overflow-y: auto !important;
}
.wpaicg_chat_widget_content.wpaicg-fullscreened .wpaicg-chatbox-type {
position: sticky !important;
bottom: 0 !important;
background-color: <?php echo esc_html($wpaicg_chat_bgcolor)?>;
z-index: 3 !important;
padding: 10px !important;
} .wpaicg_chat_widget {
max-width: 100% !important;
} .wpaicg-chatbox-action-bar span {
padding: 8px !important;
margin: 0 8px !important;
} .wpaicg-chatbox-typing {
min-height: 50px !important;
}
.wpaicg_chat_widget_content.wpaicg-fullscreened .wpaicg-chatbox-fullscreen {
display: none !important;
}
} @media (max-width: 767px) {
.wpaicg_chat_widget .wpaicg_toggle {
width: 60px !important;
height: 60px !important;
}
.wpaicg_chat_widget .wpaicg_toggle img {
width: 100% !important;
height: 100% !important;
}
}.rvbs .rvbutton{background-color:#c2c2c2;border:1px solid #fff;display:inline-block;color:#303030;font-size:100%;font-family:inherit;text-decoration:none}.rvbs .rvbutton :hover{background-color:#c2c2c2}.rvbs .rvbutton :active{position:relative;top:1px}.post-ratings {
width: 100%;
opacity: 1; }
.post-ratings-loading {
display: none;
height: 16px;
text-align: left;
}
.post-ratings-image {
border: 0;
}
.post-ratings img,
.post-ratings-loading img,
.post-ratings-image img {
border: 0;
padding: 0;
margin: 0;
}
.post-ratings-text {
}
.post-ratings-comment-author {
font-weight: normal;
font-style: italic;
}@font-face {
font-family: 'gloria_hallelujahregular';
src: url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/gloriahallelujah-webfont.eot);
src: url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/gloriahallelujah-webfont.eot?#iefix) format('embedded-opentype'),
url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/gloriahallelujah-webfont.woff2) format('woff2'),
url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/gloriahallelujah-webfont.woff) format('woff'),
url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/gloriahallelujah-webfont.ttf) format('truetype'),
url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/gloriahallelujah-webfont.svg#gloria_hallelujahregular) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'oleo_scriptbold';
src: url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/oleoscript-bold-webfont.eot);
src: url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/oleoscript-bold-webfont.eot?#iefix) format('embedded-opentype'),
url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/oleoscript-bold-webfont.woff2) format('woff2'),
url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/oleoscript-bold-webfont.woff) format('woff'),
url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/oleoscript-bold-webfont.ttf) format('truetype'),
url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/oleoscript-bold-webfont.svg#oleo_scriptbold) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'oleo_scriptregular';
src: url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/oleoscript-regular-webfont.eot);
src: url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/oleoscript-regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/oleoscript-regular-webfont.woff2) format('woff2'),
url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/oleoscript-regular-webfont.woff) format('woff'),
url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/oleoscript-regular-webfont.ttf) format('truetype'),
url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/oleoscript-regular-webfont.svg#oleo_scriptregular) format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OpenSansRegular';
src: url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/OpenSans-Regular-webfont.eot);
src: url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/OpenSans-Regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/OpenSans-Regular-webfont.woff) format('woff'),
url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/OpenSans-Regular-webfont.ttf) format('truetype'),
url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular) format('svg');
font-weight: normal;
font-style: normal;
} body {
font-family: 'OpenSansRegular';
font-size:14px;
background:url(//www.anushkajoshi.in/wp-content/themes/littletad/images/top.png) top center no-repeat;
background-color:#6fcfdb;
color:#a8a8a8;
} a { 
color:#6fcfdb;
text-decoration:none;
}
a:hover {
color:#5c919f;
}
.submit, .button, input[type="submit"] {
padding: 10px 30px;
border-radius:60px;
text-shadow:1px 2px 0 rgba(0,0,0,0.4);
box-shadow:inset 0 1px 10px rgba(0,0,0,0.2);
background:#90d9ec;
color:#fff;
font-size:12px;
border:none;
float: right;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
background:#5c919f;
color:#fff;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
border-color:#fff9d0;
color:#4a4a4a;
background:#fff9d0;
border-radius:30px;
}
input[type="text"]:focus, 
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus { 
border-color:#ddd59f;
color:#c3ba7d;
}
.accent {
color:#4c4c4c;
font-size:24px;
}
.descent {
color:#4c4c4c;
} #logo {
display: block;
text-align: center;
margin: 70px 0 20px;
}
.site_ttl {
float:left;
margin:0;
padding:0;
line-height:normal;
color: #fff;
text-transform: none;
}
.headersearch {
float:right;
}
@media screen and (min-width:1024px) {
.headersearch {
position:relative;
margin-top: 23px;
}
}
@media screen and (max-width:1024px) {
.headersearch {
float:left;
position:relative;
margin-top: 23px;
}
#logo {
margin: 30px 0 20px;
}
} form .search-box {
padding-right: 40px;
position: relative;
border:2px solid #163450;
border-radius:50px;
}
form .search-box input[type="search"] {
width: 100%;
height: 48px;
line-height: 48px;
color: #163450;
padding: 10px 10px 10px 20px;
background:none;
border:none;
font-weight:bold;
}
form .search-box input[type="submit"] {
position: absolute;
right: 0;
padding: 0;
width: 50px;
height: 50px;
background:url(//www.anushkajoshi.in/wp-content/themes/littletad/images/search.png);
top: -1px;
right: -1px;
border:none;
}
#search-trigger {
position:absolute;
width:50px;
height: 50px;
background:url(//www.anushkajoshi.in/wp-content/themes/littletad/images/search.png);
top:2px;
cursor:pointer;
right: 0;
}
.headersearch .search-box {
display:none;
}
.headersearch .search-box input[type="search"] {	
color:#fff;
}
.headersearch .search-box input[type="submit"] {display: none;}
::-webkit-input-placeholder { color:#163450; }
:-moz-placeholder { color:#163450; }
::-moz-placeholder { color:#163450; }
:-ms-input-placeholder { color:#163450;}
.headersearch ::-webkit-input-placeholder { color:#fff; }
.headersearch :-moz-placeholder { color:#fff; }
.headersearch ::-moz-placeholder { color:#fff; }
.headersearch :-ms-input-placeholder { color:#fff; }
@media screen and (max-width:1024px) {
.headersearch .search-box input[type="submit"] {
display:block;
}
#search-trigger {
display:none;
}
.headersearch .search-box {
display:block;
}
} @media only screen and (min-width:1024px) {
#extra-menu {
float:left;
background:#163450;
margin:23px 0;
padding:0 20px;
height:50px;
border-radius:100px;
}
#extra-menu ul.nav-menu > li > a {
color:#fff;
text-transform:uppercase;
font-weight:bold;
padding:0 20px;
line-height:50px;
font-size:12px;
}
#extra-menu ul.nav-menu > li:hover > a {
color:#ff418d;
}
header ul.nav-menu  > li ul {
background:#163450;
padding: 5px 0;
border-radius:15px;
top:-5px;
}	
header ul.nav-menu  > li > ul {
margin-top:5px;
top:100%;
}
header ul.nav-menu  > li ul li {
}
header ul.nav-menu  > li ul li:hover {
}
header ul.nav-menu  > li ul li a {
color:#fff;
text-transform:uppercase;
font-weight:bold;
}
header ul.nav-menu  > li ul li:hover > a {
color:#ff418d;
}
}
@media only screen and (min-width:1024px) {
.boxed-container.main-menu {
padding:0 20px;
}
#main-menu {
float: none;
margin: 0 -20px;
padding: 116px 0  0;
background: url(//www.anushkajoshi.in/wp-content/themes/littletad/images/menu.png) top center no-repeat;
}
#main-menu > div {
text-align:center;
}
#main-menu > div > ul {
display:inline-block;
vertical-align:bottom;
}
#main-menu ul.nav-menu > li > a {
color:#6a4d2c;
padding:29px 20px;
font-family:'gloria_hallelujahregular';
text-transform:uppercase;
font-size:16px;
text-shadow: 1px 2px 0 rgba(255,232,0,0.8);
}
#main-menu ul.nav-menu > li:hover > a {
color:#fff;		
text-shadow: 1px 2px 0 rgba(255,232,0,0.5);
}	
}
@media only screen and (max-width:1023px) {
#mobile-menu-trigger a {
color: #3e99ff;
}
#mobile-menu-trigger a:hover {
color: #ff993e;
}
} .slider {
border:10px solid #fff;
box-sizing:border-box;
border-radius: 5px;
}
.slider::after {
content:'';
position:absolute;
z-index:6;
width:231px;
height:240px;
bottom:-180px;
right:-174px;
background:url(//www.anushkajoshi.in/wp-content/themes/littletad/images/slide-after.png) right bottom no-repeat;
}
.slider-bgr { 
position:absolute; 
width:100%; 
height:100%; 
background:url(//www.anushkajoshi.in/wp-content/themes/littletad/images/fp-back.png); 
}
.fp-content-wrap {
width:1000px;
}
.fp-content {
padding:20px;
width:60%;
bottom:0;
}
.fp-title {	
padding:10px 20px;
}
.fp-title, .fp-title a {
color:#fff;
display:inline-block;
font-size:28px;
background:#3e99ff;
border-radius:8px;
font-family: 'oleo_scriptbold';
}
.fp-description {
color:#fff;
font-size:16px;
background:#ff993e;
padding:10px 20px;
display:inline-block;
border-radius:8px;
margin:0;
}
.fp-prev-next-wrap {
width:100%;
z-index: 6;
}
.fp-prev-next-wrap a {
top: -29px;
height:61px;
width:71px;
transition:none;
}
.fp-prev {
left: -55px;
background:url(//www.anushkajoshi.in/wp-content/themes/littletad/images/slide-left.png) left top no-repeat;
}
.fp-next {
right: -55px;
background:url(//www.anushkajoshi.in/wp-content/themes/littletad/images/slide-right.png) right top no-repeat;
}
.fp-prev:hover {
background:url(//www.anushkajoshi.in/wp-content/themes/littletad/images/slide-left-hover.png) left top no-repeat;
}
.fp-next:hover {
background:url(//www.anushkajoshi.in/wp-content/themes/littletad/images/slide-right-hover.png) right top no-repeat;
}
@media screen and (max-width:1180px) {
.slider::after {
display:none;
}
}
@media screen and (max-width:800px) {
.fp-prev-next-wrap {
display:none;
} 	
}
@media screen and (max-width:640px) {
.fp-content {
display:none;
}	
.fp-prev-next-wrap {
display:none;
} 	
} .site-content {
margin:40px auto;
width:1000px;
max-width:100%;
position:relative;
z-index:7;
background:#fff;
box-sizing:border-box;
border-radius:5px;
padding:30px;
}
.entry-title {
margin:0;
padding-bottom:5px;
border:none;
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size:26px;	
color:#ff993e;
line-height:29px;
font-family:"oleo_scriptbold";
}
.entry-title a {
color:#ff993e;
line-height:29px;
}
.entry-title a:hover { color:#6fcfdb;}
article {
padding-bottom: 35px;
margin-bottom: 35px;
border: none;
}
article .featured_image {
vertical-align:bottom;
float: left;
padding: 0 25px 25px 0;
background: url(//www.anushkajoshi.in/wp-content/themes/littletad/images/shadow.png) bottom 4px left no-repeat;
background-size: 350px;
} .entry-meta {
color: #4c4c4c;
font-size:12px;
border: 1px dashed #b9b9b9;
border-width: 1px 0;
text-transform:uppercase;
font-size:11px;
line-height:11px;
font-weight:bold;
padding: 10px 15px;
margin:5px 0;
}
.entry-meta a {
color:#4c4c4c;
line-height: 11px;
}
.entry-meta a:hover {
color:#ff993e;
}
.entry-meta > span {
margin: 0 0 0 3px;
} nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
border-radius:60px;
text-shadow:1px 2px 0 rgba(0,0,0,0.4);
box-shadow:inset 0 1px 10px rgba(0,0,0,0.2);
background:#90d9ec;
color:#fff;
font-size:12px;
padding: 10px 20px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
background:#5c919f;
color:#fff;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
background:#5c919f;
color:#fff;
} .widget .caption h4 {
color: #4c4c4c;
font-size: 26px;
font-family: 'oleo_scriptbold';
text-align: center;
margin-bottom: 10px;
}
.sidebar ul li {
}
.sidebar .widget ul.children li:last-child,
.sidebar .widget ul.sub-menu li:last-child {
border:none;
} 
.widget ul {
padding:0;
}
.widget ul li {
list-style-type: none;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_categories ul li a {
text-decoration:none;
padding: 15px 0 15px 15px;
display:inline-block;
background:url(//www.anushkajoshi.in/wp-content/themes/littletad/images/list.png) left center no-repeat;
}
.widget_recent_entries a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover {
text-decoration:none;
background:url(//www.anushkajoshi.in/wp-content/themes/littletad/images/list-hover.png) left center no-repeat;
}
.widget_smt_comments .comment_avatar {
float:left;
margin: 5px 10px 10px 0;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
border-radius: 100px;
float: left;
}
.widget_smt_comments .comment_author {
font-size:14px;
}
.widget_smt_posts img { 
margin:0 10px 10px 0;
}
.widget_smt_posts .post-date {
color:#4c4c4c;
text-transform:uppercase;
float:left;
font-weight:bold;
margin:24px 8px 24px 0;
text-align:center;
}
.widget_smt_posts .post-date .day {
font-size:26px;
} 
.widget_smt_posts p:last-child {
margin:0;
}
.widget_smt_posts ul li:not(:last-child),
.widget_smt_comments ul li:not(:last-child),
.widget_recent_comments ul li:not(:last-child)  { 
display:block;
border-bottom:1px dashed #cbcbcb;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; } footer {
color:#fff;
}
footer a {
color:#fff9d0;
font-weight:600;
}
footer a:hover {
color:#dcd49f;
}
footer .footer_txt {
border:1px solid #59a6af;
border-radius:40px;
padding:13px 20px;
box-sizing:border-box;
text-align:center;
margin:15px 0;
}
footer .footer_txt a {
text-decoration:none;
}
footer .widget .caption  h4 {
color:#ff993e;
text-shadow: 1px 2px 0 rgba(0,0,0,0.3);
}
footer .widget ul li {
border-color:#afb8b9;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
border:none;
} 
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_nav_menu ul li a,
footer .widget_pages ul li a,
footer .widget_categories ul li a {
color:#fff;
background-image:url(//www.anushkajoshi.in/wp-content/themes/littletad/images/flist.png);
}
footer .widget_archive ul li a:hover,
footer .widget_meta ul li a:hover,
footer .widget_nav_menu ul li a:hover,
footer .widget_pages ul li a:hover,
footer .widget_categories ul li a:hover {
background-image:url(//www.anushkajoshi.in/wp-content/themes/littletad/images/list-hover.png);
}
footer .widget_smt_posts .post-date {
color:#1c7d89;
}html, body  { padding:0; margin:0; }
.clear { clear:both; }
.boxed-container { width:1000px; margin: 0 auto; max-width:100%; position:relative; }
.boxed-container::after {
display:block;
content:"";
clear:both;
}
img { border-width:0; max-width:100%; height:auto; }
@media only screen and (max-width:1023px) {
.boxed-container { padding: 0 5%; width: 90% !important; }
}
.icon {font-family: 'FontAwesome';}
* { -webkit-appearance: none; } article, p, address, pre, hr, ul, ol, dl, dd, table, .entry-summary > div, .entry-content > div{ line-height:27px; margin:0 0 1.6842em; }
img { border-width:0; max-width:100%; height:auto; }
ol li, ul li { line-height:22px; }
table { width:100%; border:1px solid #e5e5e5; }
table th { text-align:left; padding:5px 0; border-bottom:1px solid #e0e0e0; }
table td { border-bottom:1px solid #e0e0e0; padding:5px 0; }
table tbody tr:last-child th, table tbody tr:last-child td { border:none; }
h1{ text-transform:uppercase; font-size:3em; line-height: 1.2308; margin:1.641em 0 0.8205em; padding-bottom:25px; }
h2 { font-size: 2.7em; line-height: 1.25; color:#414141; padding-bottom:25px; margin:2em 0 1em; }
h3 { font-size: 2.2em; line-height: 1.1852; margin: 2.3704em 0 1.1852em; }
h4 { font-size: 1.9em; line-height: 1.4545; margin: 2.9091em 0 1.4545em; }
h5 { font-size: 1.5em; line-height: 1.2632; margin: 3.3684em 0 1.6842em; }
h6 { font-size: 1.5em; line-height: 1.2632; margin: 3.3684em 0 1.6842em; }
* > h1:first-child, * > h2:first-child, * > h3:first-child, * > h4:first-child, * > h5:first-child, * > h6:first-child { margin-top:0; }
pre { max-width:100%; overflow:scroll; }
blockquote { padding:0 20px; margin:40px 0; position:relative; font-style:italic; text-align:left; border-left:6px solid currentColor; box-sizing: border-box; }
blockquote p:last-child { margin:0 }
.alignleft { float:left; margin:0.4211em 1.6842em 1.6842em 0; max-width:100%; }
.alignright { float:right; margin:0.4211em 0 1.6842em 1.6842em; max-width:100%; }
.aligncenter { margin:0 auto 1.6842em; max-width:100%; display:block; }
.alignnone { max-width:100%; } #logo img { vertical-align:bottom;} .cols::after { clear:both; display:block; content:""; }
.cols .two { float:left; width:48%; padding:0 2% 0 0; }
.cols .two:last-child { padding:0 0 0 2%; }
.smt_googlemap { min-height:430px; margin-bottom:20px;clear:both; }
.tooltip { border-bottom:1px dashed currentColor; } .submit, .button, input[type="submit"] { text-decoration:none;text-align:center; clear:both; display:inline-block; border:none; transition:all 0.3s; }
.submit, input[type="submit"]:hover, button:hover, .searchbtn { cursor:pointer; transition:all 0.3s; }
.smt-field span { display:block; }
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { border:1px solid #484444; padding:10px; transition: all 0.2s linear 0s; box-sizing: border-box; }
input[type="text"]:focus, 
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus { outline: none; }
.smt-field input[type="text"], 
.smt-field textarea, 
.smt-field input[type="email"], 
.smt-field input[type="password"], 
.smt-field input[type="tel"], 
.smt-field input[type="url"], 
.smt-field input[type="search"], 
.smt-field input[type="date"],
.smt-field select { width:100%;  }
.ui-checkbox {
display:inline-block;
width:20px;
height:20px;
border:1px solid #ccc;
background:#fff;
vertical-align:text-bottom;
cursor:pointer;
position:relative;
margin:0;
}
.ui-checkbox.checked::after {
display:block;
}
.ui-checkbox::after {
content:"\f00c";
font-size:1em;
font-family: 'FontAwesome';
color:#aaa;
margin-right:1em;
position:absolute;
left:0;
top:0;
width:20px;
line-height:20px;
text-align:center;
display:none;
}
.ui-checkbox input {
display:none;
} header nav ul { margin:0; padding:0; }
header nav li { float:left; list-style:none; position:relative; white-space: nowrap; }
ul.nav-menu > li > a { text-decoration:none; display:block; }
@media only screen and (min-width:1024px) {
header ul.nav-menu a { transition:all 0.3s; } 
ul.nav-menu  > li ul { display:none; position:absolute; top:100%; left:0; min-width:200px; margin:0; padding:0; z-index:999999; }
ul.nav-menu  > li ul ul { left:100%; top:0; }
ul.nav-menu  > li ul li { display:block; float:none; padding:5px 20px; }
ul.nav-menu  > li ul li a { font-size:0.9em; padding:7px 0; display:block; line-height:15px; text-decoration:none; }
#mobile-menu-trigger { display:none; }
}
@media only screen and (max-width:1023px) {
#mobile-menu-trigger {
width: 30px;
height:80px;
line-height:80px;
float:right;
position:absolute;
right: 5%;
top:0;
z-index:99999;
}
.admin-bar #mobile-menu-trigger {
top: 32px;
}
#mobile-menu-trigger a {
vertical-align:middle;
height:20px;
width: 30px;
display:block;
margin:30px 0;
font-size: 30px;
text-align: center;
line-height: 28px;
color: #464646;
text-decoration: none;
}
#mobile-menu-trigger a:hover {
color:#dedede;
}
#mobile-menu-trigger.active a {
text-indent:-9999px;
background:url(//www.anushkajoshi.in/wp-content/themes/littletad/images/mobile-menu-trigger.png) 50% bottom no-repeat;
}
.site-navigation {
display:none;
}
.admin-bar .mobile-menu {
top:32px;
}
.mobile-menu {
display:none;
position:fixed;
left:0;
right:0;
bottom:0;
top:0;
background: rgba(0, 0, 0, 0.88);
z-index:9999;
height:auto;
max-width:100%;
overflow:hidden;
}
.mobile-menu li {
float:none;
display:block;
text-align:center;
line-height:20px;
white-space: normal;
}
.mobile-menu a,
.mobile-menu a:hover	{
color:#fff;
font-size:1.5em;
padding:20px 0;
display:block;
text-decoration:none;
}
.mobile-menu ul.nav-menu  > li ul {
display:none;
position:static;
border-top: 1px solid rgba(255,255,255,0.3);
}
.mobile-menu ul.nav-menu  > li ul li {
display:block;
float:none;
background:none;
}
.mobile-menu ul.nav-menu  > li ul li a,
.mobile-menu ul.nav-menu  > li ul li a:hover {
color:#c0c0c0;
}
}
@media only screen and (max-width:782px) {
.admin-bar #mobile-menu-trigger {
top: 46px;
}
} .slider { position:relative;margin:0 auto; }
.fp-thumbnail { overflow:hidden;	text-align:center; }
.fp-thumbnail img { vertical-align:bottom; }
.fp-prev-next-wrap { position: absolute; top:50%; margin:0 auto; }
.fp-prev { z-index:2; cursor:pointer; position:absolute;  }
.fp-next { z-index:2; cursor:pointer; position:absolute;  }
.fp-content-wrap { position: absolute;max-width: 100%; margin: 0 auto; left: 0; right: 0; top: 0; bottom:0; }
.fp-content { position: absolute; bottom: 0; right:0; left: 0; overflow: hidden; }
.fp-description,
.fp-title { margin:15px 0; padding:0; }
.fp-slides-item:first-child { display: block; }
.fp-slides-item { display: none; left: 0; opacity: 1; top: 0; z-index: 3; }
.fp-nav { position:absolute; bottom:0; right:0; left:0; text-align:center; z-index:9999; }
.fp-prev-next-wrap a { transition:all 0.3s;}
.fp-pager a { background-image: url(//www.anushkajoshi.in/wp-content/themes/littletad/images/smt/slider-page.png) 0 0; cursor:pointer; margin: 0 8px 0 0; padding: 0; display: inline-block; overflow: hidden;  text-indent: -999px; line-height: 1; width:10px; height:10px;}
.fp-pager a:hover, .fp-pager a.activeSlide  { background-image: url(//www.anushkajoshi.in/wp-content/themes/littletad/images/smt/slider-page-active.png); }
.slider-nothumb .fp-content { height:180px; padding: 5px 40px; }
.slider-nothumb .fp-content-fon { height:207px; bottom:0px; left:0px; right:0px; border:none; }
.slider-nothumb .fp-content { bottom:0px; right:80px; left:80px; }
.slider-nothumb .fp-thumbnail { height:207px; }
.slider-nothumb .fp-slides { height:207px; border-top:0px; border-bottom:0px; }
.slider-nothumb .fp-slides-item { height:207px; } article { padding:0 0 50px; margin:0 0 50px; border-bottom:1px solid #f0f0f0; }
.content-block { margin-bottom:50px; }
#wrapper embed,
#wrapper iframe {
max-width:100%;
}
.smt-related-posts {
margin-bottom:50px;
}
.smt-related-posts .smt-related-item {
float:left;
margin-right:3.8%;
padding-bottom:10px;
}
.smt-related-posts .smt-related-item:last-child {
margin-right:0;
}
.smt-related-posts .smt-related-item h5 {
margin:0;
font-size:1em;
}
.comment-list { padding:0; margin-bottom:50px; }
.comment-list ul.children { margin-left:80px; padding:0; }
.comment-list li { padding-bottom:20px; list-style:none; }
.comment-avatar { float:left; }
.comment-body { margin-left:80px; }
.comment-meta { margin-bottom:15px; height:1em; }
.comment-meta::after { content:""; clear:both; display:block; }
.comment-author-name { text-transform:uppercase; float:left; margin-right:10px; }
.comment-date-and-edit { font-size:0.9em; font-style:italic; float:left; }
.comment-content { margin-bottom:10px; }
#commentform .smt-field { margin-bottom:25px; }
@media only screen and (max-width:1023px) {
.comment-list > ul.children,
.comment-list ul > ul.children {
margin:0;
}
}
nav.pagination { overflow:hidden; }
nav.pagination ul.page-numbers li { list-style:none; line-height:27px; }
nav.pagination ul.page-numbers { float:left; margin:10px 0 0; padding:0; }
nav.pagination span.page-numbers,
nav.pagination a.page-numbers { float:left; margin-right:10px; padding:12px 20px; text-decoration:none; }
nav.pagination span.page-numbers.dots { background:none; }
nav.pagination.dynamic a { display:block; padding:12px 20px; text-decoration:none; text-align:center; }
@media only screen and (min-width:801px) {
.sidebar.doFloat {
position:absolute;
margin:0 !important;
top:0;
}
.sidebar-right .sidebar.floating {
right:0;
left:auto;
}
.sidebar-left .sidebar.floating {
right:auto;
left:0;
}
.sidebar-left #container {
width:70%;
margin-left:30%;
float:left;
}
.sidebar-right #container {
width:70%;
margin-right:30%;
float:left;
}
.sidebar { width:26.5%; float:left; }
.sidebar-left .sidebar {
margin-left:-100%;
}
.sidebar-right .sidebar {
margin-left:-26.5%;
}
#container {
}
}
@media only screen and (max-width:1023px) {
.sidebar-right .sidebar.floating {
right:5%;
}
.sidebar-left .sidebar.floating {
left:5%;
}
}
@media only screen and (max-width:800px) {
#wrapper .sidebar {	float:none; width:auto;	margin-top:50px; }
}
.sidebar .widget { margin-bottom:80px; }
.sidebar .widget:last-child { margin-bottom:0; }
.sidebar h4.caption { font-size:1em; margin-top:0; line-height:21px; }
.sidebar ul li { overflow: hidden;}
.sidebar ul li:first-child { padding-top:0; }
.sidebar .widget ul {margin:0;padding:0;}
.widget li ul.children, .widget .sub-menu {margin: 0 0 0 20px !important;padding:0;}
.widget_calendar table { width:100%; }
.widget_calendar th,
.widget_calendar td { border:none; padding:0; text-align:center; }
.widget_smt_social_profiles a:hover,
.widget_smt_social_profiles a {
text-decoration:none;
}
.widget_smt_videofeed li { list-style:none; }
.video_frame img { width:100%; vertical-align:bottom; } footer { clear:both; }
footer .widget ul li { overflow:hidden; }
.footer-menu .sub-menu { margin: 0 0 0 20px; padding:0; }
@media only screen and (min-width:801px) {
footer .widget { width:32%; float:left; margin-right:2%; }
}
footer .widget h4.caption { font-size:1.57em; margin-top:0; line-height:21px; }
@media only screen and (min-width:1024px) {
.footer-menu {
display:none;
}
}
@media only screen and (max-width:1023px) {
.footer-menu ul.nav-menu, .footer-menu .nav-menu > ul {
padding:0;
}
footer li ul.children {margin: 0 0 0 20px !important;padding:0;}
.footer-menu .sub-menu {
display:block !important;
visibility:visible !important;
}
.footer-menu li {
list-style:none;
}
.footer-menu li a {
text-decoration:none;
padding:10px 0;
display: inline-block;
}
} @media only screen and (min-width:1024px) {
#smthemes_share { position: fixed; height: 0; left: 0; top: 0; width: 100%; z-index:9999; }
#smthemes_share .inner{ background:#fff; background-clip: padding-box; background-color: #FFFFFF; border: 1px solid #BBBBBB; border-radius: 5px 5px 5px 5px; box-shadow: 1px 0 15px rgba(0, 0, 0, 0.2); display: none; font-family: Arial; font-size: 10px; left: 15px; line-height: 16px; min-width: 60px; padding: 5px; position: absolute; text-align: center; width: 70px; display: block; position: absolute; top: 283px; padding-top:20px;}
#smthemes_share li { text-align:center; margin-bottom:20px; overflow:hidden; list-style:none; }
#smthemes_share .close span { cursor:pointer; border-bottom:1px dashed currentColor; }
#smthemes_share .close { margin-bottom:0; }
}
@media only screen and (max-width:1023px) {
#smthemes_share { position:static; }
#smthemes_share li { text-align:center; list-style:none; float:left; min-width:65px; }
#smthemes_share::after {	content:""; display:block; clear:both; }
} .contact-detail { float:left; margin-right:2%; text-align:center; }
.vertical {	display:inline-block; }
.vertical .contact-detail {	width: 100%; margin: 0 0 10px; text-align: left; }
.vertical .icon { padding-right:10px; float:left; }
.contact-detail:last-child {
margin-right:0;
}
#contact-details::after {
content:"";
display:block;
clear:both;
}
#contact-form .smt-field { margin-bottom:25px; }
.smt-field.checkbox span { display:inline; }
.smt-field.checkbox .ui-checkbox { float:left; margin-right:1em; }
.vertical + h3.accent {margin-top:1em;}@font-face {
font-family: 'FontAwesome';
src: url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/fontawesome-webfont.eot?v=4.3.0);
src: url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format('embedded-opentype'), url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'), url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'), url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'), url(//www.anushkajoshi.in/wp-content/themes/littletad/styles/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}