/******************************************************************
Theme Name: Rank
Theme URI: 
Description: This site was built by Raju Ganivada
Author:Raju
Author URI: 

Are You Serious? Yes.


MAKE SURE TO READ BELOW BEFORE GETTING STARTED FOR THE FIRST TIME!
------------------------------------------------------------------

You may be thinking…

WHOA, WHOA, WHOA…WHAT HAPPENED HERE?

But before you freak out, let me take a few minutes to explain.

Bones now uses Sass by default. If you prefer using regular CSS,
then feel free to modify this theme how you like and keep a copy
as your own personal starting point.

DON'T DISMISS IT JUST YET THOUGH, USING Sass ISN'T AS COMPLICATED AS YOU THINK.

It does take a few minutes to wrap your head around, but it will all
be worth it. Need a quick intro? Here are a few quick reads:

http://simplebits.com/notebook/2013/11/13/sass-book/ (BUY THIS)
http://cognition.happycog.com/article/preprocess-this
http://viget.com/inspire/sass-a-designers-perspective
http://ianstormtaylor.com/oocss-plus-sass-is-the-best-way-to-css/
http://css-tricks.com/sass-style-guide/
http://net.tutsplus.com/tutorials/html-css-techniques/developing-with-sass-and-chrome-devtools/

I would HIGHLY RECOMMEND, if you are going to be working with Sass, that you work locally.
The browsers don't understand Sass and compiling it on the server takes a bit
of a setup.

That being said, here are a few MUST HAVE TOOLS for working with a
pre-processor: (You really only need one of them)

CodeKit: (Highly Recommended)
http://incident57.com/codekit/

Compass App: (Windows / Mac Users)
http://compass.handlino.com/

These applications compile Sass into valid CSS. This
way you can keep your production files easy to read and your
CSS minified and speedy. Simply set the output to the
library/css folder and you are all set. It's a thing of beauty.

You can also setup auto compiling with Grunt or using Terminal on
OSX. It's a bit complicated to setup so if you aren't familiar
with it, just get one of the automated applications.

---------------------------------------------------------------

Remember, once you download Bones it's up to you how to use it,
so go nuts. Set things up and develop in a way that's easiest for
you. If using Sass is still a bit confusing for you, then remove it
and customize this template as you see fit.

If you're a bit uneasy about using Sass or just want a familiar setup,
take a few minutes and think about how much better a developer you
can become by just TRYING out new technologies. It may be tough at
first but it WILL make you a better developer. TRUST ME ON THIS. Give
it a week, maybe two, and you will never go back.

If you STILL can't get on board and want to jump ship, that's cool.
Bones is not for everyone and that's ok, I mean I'm not hurt by it,
whatever, I never liked you anyway. Here are some other alternatives
if you're looking for a blank starter theme. I'll just be here waiting
by the window, in case you ever decide to come back.

http://roots.io/starter-theme (way more complex but has a ton of cool features)
http://html5reset.org (super clean and great markup)
https://github.com/viewportindustries/starkers (not sure if it's still active, but still good)

That's it. It's time to jump in and get your hands dirty.
Seriously, why are you still reading this? Get to work!
If you have any issues or problems, you can create an issue on github
or find me on Twitter: @eddiemachado (SHAMELESS PLUG!).

Happy Developing!

(When you're done, you may want to remove all this nonsense before
passing it along to your client.)

******************************************************************/

/*
WordPress Probz
So Theme Check (http://wordpress.org/plugins/theme-check/)
is constantly telling me that it needs these classes in the CSS even
though they are in the REAL stylesheet in library/css/style.css.
So we're gonna drop these here to keep it happy.
Great work, Theme Check (eye roll)
*/

.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Header
 * 3.0 - Footer
 * 4.0 - Blog
 * 5.0 - Widget
 * 6.0 - Responsive
 * 7.0 - Attorna
 * 	   	- mmenu
 *		- superfish
 */

/**
 * 1.0 - Reset
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
audio,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
summary,
time,
video {
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	margin: 0;
	padding: 0;
}





article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
	display: block;
}

nav ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

mark {
	background: none;
}

abbr[title],
dfn[title],
acronym[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input[type=submit],
input[type=button],
button {
	margin: 0;
	padding: 0;
}

input,
select,
a img {
	vertical-align: middle;
}

b,
strong {
	font-weight: bold;
}

i,
em {
	font-style: italic;
}

html {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
}

/* generic class */

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	word-break: break-word;
}

p {
	margin-bottom: 20px;
}

ul,
ol {
	margin-left: 35px;
	margin-bottom: 20px;
}

dl {
	margin-bottom: 20px;
}

dl dt {
	font-weight: 700;
	margin-top: 10px;
}

dl dt:first-child {
	margin-top: 0px;
}

dl dd {
	margin-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin-bottom: 20px;
}

figure {
	max-width: 100%;
}

pre {
	overflow: auto;
	padding: 10px 10px;
	background: #f3f3f3;
	margin-bottom: 20px;
}

.clear {
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	zoom: 1;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* wordpress core */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	text-align: center;
	max-width: 100%;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

figcaption.wp-caption-text {
	margin-top: 20px;
}


.bypostauthor {
	max-width: 100%;
}

.gallery-caption {
	max-width: 100%;
}

.sticky {
	max-width: 100%;
}

.single-format-gallery figcaption.wp-caption-text {
	margin-bottom: 20px;
}

.single-format-gallery figure.gallery-item {
	margin-bottom: 20px;
}

.navigation {
	text-align: right;
	margin-bottom: 30px;
}

.navigation .screen-reader-text {
	display: none;
}

.post-password-form input[type="password"] {
	padding: 20px 35px 21px;
	margin-left: 5px;
	margin-right: 6px;
}

body .page-links>a,
body .nav-links>a,
body .nav-links>span.dots {
	background-color: #f0f0f0;
	color: #919191;
}

body .page-links>span,
body .page-links>a:hover,
body .nav-links>span.current,
body .nav-links>a:hover {
	background-color: #3db166;
	color: #fff;
}

.page-links {
	clear: left;
	padding-top: 30px;
}

.page-links>span,
.page-links>a {
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	padding: 9px 14px;
	margin-right: 7px;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.nav-links {
	clear: left;
}

.nav-links>span,
.nav-links>a {
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	padding: 9px 14px;
	margin-right: 3px;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

body .nav-links a {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.5px;
	font-size: 13px;
}

nav.navigation.comment-navigation {
	display: inline-block;
	width: 100%;
}

.nav-links .nav-previous {
	float: left;
}

.nav-links .nav-next {
	float: right;
}

.wp-block-gallery {
	margin-left: 0px;
}

.gallery {
	text-align: center;
	margin-bottom: 30px;
}

.gallery:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.gallery-columns-2 .gallery-item {
	float: left;
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	float: left;
	width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	float: left;
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	float: left;
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	float: left;
	width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	float: left;
	width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	float: left;
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	float: left;
	width: 11.11%;
}

.gallery-columns-10 .gallery-item {
	float: left;
	width: 10%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
	clear: left;
}

.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
	clear: left;
}

.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
	clear: left;
}

.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
	clear: left;
}

.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
	clear: left;
}

.gallery-columns-7 .gallery-item:nth-child(7n + 1) {
	clear: left;
}

.gallery-columns-8 .gallery-item:nth-child(8n + 1) {
	clear: left;
}

.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
	clear: left;
}

.gallery-columns-10 .gallery-item:nth-child(10n + 1) {
	clear: left;
}

cite {
	padding-bottom: 20px;
	display: block;
}

.wp-block-spacer {
	clear: both;
}

.attorna-body a.wp-block-button__link,
.attorna-body a.wp-block-button__link:hover {
	color: #fff;
}

.wp-block-media-text {
	margin-bottom: 30px;
}

.wp-block-media-text .wp-block-media-text__content {
	padding-top: 20px;
}

/* layout */

.attorna-body-outer-wrapper {
	position: relative;
	overflow: hidden;
}

.attorna-body-wrapper.attorna-with-frame {
	position: relative;
}

.attorna-page-wrapper {
	clear: both;
}

body.attorna-boxed .attorna-body-wrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

body.attorna-boxed .attorna-body-wrapper.attorna-left {



	margin-left: 0px;
}

body.attorna-boxed .attorna-body-wrapper.attorna-right {
	margin-right: 0px;
}

body.attorna-boxed.attorna-boxed-border .attorna-body-wrapper {
	box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px -5px 9px rgba(0, 0, 0, 0.25);
}

body.attorna-boxed.attorna-background-pattern {
	background-position: center;
	background-repeat: repeat;
}

.attorna-body-background {
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-position: center;
	background-size: cover;
}

.attorna-container {
	margin-left: auto;
	margin-right: auto;
}

.attorna-column-10 {
	float: left;
	width: 16.6666%;
}

.attorna-column-12 {
	float: left;
	width: 20%;
}

.attorna-column-15 {
	float: left;
	width: 25%;
}

.attorna-column-20 {
	float: left;
	width: 33.3333%;
}

.attorna-column-24 {
	float: left;
	width: 40%;
}

.attorna-column-30 {
	float: left;
	width: 50%;
}

.attorna-column-36 {
	float: left;
	width: 60%;
}

.attorna-column-40 {
	float: left;
	width: 66.6666%;
}

.attorna-column-45 {
	float: left;
	width: 75%;
}

.attorna-column-48 {
	float: left;
	width: 80%;
}

.attorna-column-50 {
	float: left;
	width: 83.3333%;
}

.attorna-column-60 {
	float: left;
	width: 100%;
}

.attorna-sidebar-right {
	float: right;
}

.attorna-sidebar-center {
	float: none;
	display: inline-block;
}

.attorna-content-area {
	padding-top: 60px;
	padding-bottom: 40px;
}

.attorna-sidebar-area {
	padding-top: 60px;
}

.attorna-line-height-0 {
	line-height: 0;
}

a,
button {
	text-decoration: none;
	transition: background 300ms, color 300ms, border-color 300ms;
	-moz-transition: background 300ms, color 300ms, border-color 300ms;
	-o-transition: background 300ms, color 300ms, border-color 300ms;
	-webkit-transition: background 300ms, color 300ms, border-color 300ms;
}

img {
	max-width: 100%;
	height: auto;
}

blockquote {
	quotes: none;
	padding: 30px 30px 15px;
	font-size: 17px;
	margin-bottom: 35px;
	font-style: italic;
	margin-top: 35px;
	border-left-width: 2px;
	border-left-style: solid;
}

.attorna-blockquote-style-2 blockquote {
	font-size: 20px;
	font-weight: 800;
	padding-top: 10px;
	padding-left: 35px;
	padding-right: 0px;
	font-style: normal;
	padding-bottom: 10px;
	border-left-width: 4px;
}

.attorna-blockquote-style-2 blockquote p {
	margin-bottom: 0px;
}

q {
	margin-right: 15px;
	display: inline-block;
	padding: 10px 20px;
	vertical-align: middle;
	border-left-width: 2px;
	border-left-style: solid;
}

.attorna-media-image {
	line-height: 0;
	position: relative;
}

.attorna-left-align {
	text-align: left;
}

.attorna-center-align {
	text-align: center;
}

.attorna-right-align {
	text-align: right;
}

.attorna-body-wrapper {
	/* overflow: hidden; */
	z-index: 1;
	position: relative;
}

/* input */

input,
textarea {
	border-width: 1px 1px 2px 1px;
	border-style: solid;
}

input:focus,
textarea:focus {
	outline: none;
}

/* button */

.attorna-button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	padding: 21px 35px 23px;
	display: inline-block;
	-webkit-appearance: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	border-width: 0px;
	border-style: solid;
	cursor: pointer;
	transition: background 300ms, color 300ms, border-color 300ms;
	-moz-transition: background 300ms, color 300ms, border-color 300ms;
	-o-transition: background 300ms, color 300ms, border-color 300ms;
	-webkit-transition: background 300ms, color 300ms, border-color 300ms;
}

input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
	outline: none;
}

/**
 * 2.0 - Header
 */

/* preload */

.attorna-page-preload {
	position: fixed;
	z-index: 999999;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-color: #fff;
	background-image: url('../images/preload.gif');
	background-position: center;
	background-repeat: no-repeat;
}

.attorna-page-preload.attorna-out {
	background-image: none;
}

/* top bar */

.attorna-top-bar {
	position: relative;
	border-bottom-style: solid;
	position: relative;
	z-index: 102;
}

.attorna-top-bar-background {
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
}

.attorna-top-bar-container {
	margin-left: auto;
	margin-right: auto;
}

.attorna-top-bar-container-inner {
	position: relative;
	line-height: 20px;
}

.attorna-top-bar-left {
	float: left;
}

.attorna-top-bar-right {
	float: right;
}

.attorna-top-bar-right-text {
	display: inline;
}

.attorna-top-bar-right-social {
	display: inline;
	margin-left: 10px;
}

.attorna-top-bar-right-social a {
	margin-left: 18px;
}

.attorna-top-bar-right-button {
	float: right;
	padding-left: 25px;
	padding-right: 24px;
	margin-left: 8px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.attorna-top-bar-right-button i {
	margin-right: 10px;
}

.attorna-body .attorna-top-bar a.attorna-top-bar-right-button,
.attorna-body .attorna-top-bar a.attorna-top-bar-right-button:hover {
	color: #fff;
}

/* top bar menu */

.attorna-top-bar .attorna-top-bar-menu {
	display: inline-block;
	margin-right: 23px;
	margin-bottom: 0px;
}

.attorna-top-bar .attorna-top-bar-menu>li {
	float: none;
	display: inline-block;
}

.attorna-top-bar .attorna-top-bar-menu>li>a {
	display: inline;
	margin-right: 16px;
}

.sf-menu.attorna-top-bar-menu>.attorna-normal-menu ul {
	margin-left: 0px;
	font-size: 13px;
}

.sf-menu.attorna-top-bar-menu>.attorna-normal-menu:first-child ul {
	margin-left: -17px;
}

.sf-menu.attorna-top-bar-menu>.attorna-normal-menu ul li {
	padding: 0px 18px 10px;
}

.sf-menu.attorna-top-bar-menu>.attorna-normal-menu ul li:first-child {
	padding-top: 10px;
}

.sf-menu.attorna-top-bar-menu>.attorna-normal-menu ul li>a {
	background: transparent;
}

.sf-menu.attorna-top-bar-menu>.attorna-normal-menu ul li>a:after {
	margin-left: 10px;
}

.sf-menu.attorna-top-bar-menu>.attorna-mega-menu .sf-mega-full {
	left: 0px;
	right: 0px;
	padding-top: 18px;
	padding-bottom: 8px;
}

.sf-menu.attorna-top-bar-menu>.attorna-mega-menu .sf-mega-section-inner ul {
	font-size: 13px;
}

.sf-menu.attorna-top-bar-menu>.attorna-mega-menu .sf-mega-section-inner ul li {
	padding: 0px 18px 10px;
}

/* mobile menu */

.attorna-mm-menu-wrap {
	display: none;
}

.admin-bar .mm-menu {
	margin-top: 32px;
}

.attorna-mobile-button-hamburger-with-border {
	font-size: 16px;
	padding: 6px;
	line-height: 0;
	width: 32px;
	height: 32px;
	text-align: center;
	display: inline-block;
	border-width: 2px;
	border-style: solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.attorna-right-menu-button {
	display: inline-block;
	margin-left: 27px;
}

.attorna-mobile-menu {
	float: left;
	margin-top: -8px;
	margin-left: 30px;
}

.attorna-mobile-menu-right {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -9px;
}

.attorna-mobile-menu-left {
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -9px;
}

.attorna-mobile-menu-left .attorna-mobile-menu {
	margin-left: 0px;
}

.attorna-mobile-header .attorna-mobile-logo-center .attorna-logo-inner {
	margin-left: auto;
	margin-right: auto;
}

/* hamburger */

.attorna-mobile-button-hamburger {
	box-sizing: border-box;
	display: block;
	width: 32px;
	height: 32px;
	position: relative;
}

.attorna-mobile-button-hamburger:before,
.attorna-mobile-button-hamburger:after,
.attorna-mobile-button-hamburger span {
	content: '';
	display: block;
	width: 28px;
	height: 3px;
	position: absolute;
	left: 2px;
}

.attorna-mobile-button-hamburger:before {
	top: 6px;
}

.attorna-mobile-button-hamburger span {
	top: 15px;
}

.attorna-mobile-button-hamburger:after {
	top: 24px;
}

.attorna-mobile-button-hamburger:before {
	transition-duration: 0.4s;
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.attorna-mobile-button-hamburger span {
	transition: opacity 0.15s 0.4s ease;
}

.attorna-mobile-button-hamburger:after {
	transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.attorna-mobile-button-hamburger.attorna-active:before {
	-webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
	transform: translate3d(0, 7px, 0) rotate(135deg);
	transition-delay: 0.1s;
}

.attorna-mobile-button-hamburger.attorna-active span {
	transition-delay: 0s;
	opacity: 0;
}

.attorna-mobile-button-hamburger.attorna-active:after {
	transition-delay: 0.1s;
	-webkit-transform: translate3d(0, -7px, 0) rotate(-135deg);
	transform: translate3d(0, -7px, 0) rotate(-135deg);
}

/* navigation menu */

.attorna-navigation .sf-menu {
	display: inline-block;
	line-height: 1.7;
	text-align: left;
	margin-bottom: 0px;
}

.attorna-navigation .sf-menu>li:first-child {
	padding-left: 0px;
}

.attorna-navigation .sf-menu>li:last-child {
	padding-right: 0px;
}

.attorna-navigation .sf-menu>li>a {
	letter-spacing: 0.5px;
}

.attorna-navigation-submenu-indicator .sf-menu>li>a.sf-with-ul-pre:after {
	display: inline-block;
	margin-left: 13px;
	content: "\f107";
	font-family: fontAwesome;
}

.attorna-navigation .sf-menu>.attorna-normal-menu li {
	padding: 1px 11px;
}

.attorna-navigation .sf-menu>.attorna-normal-menu li:first-child {
	padding-top: 12px;
}

.attorna-navigation .sf-menu>.attorna-normal-menu li:last-child {
	padding-bottom: 12px;
}

.attorna-navigation .sf-menu>.attorna-normal-menu li li {
	/* padding-left: 0; */
}

.attorna-navigation .sf-menu>.attorna-normal-menu li>a {
	display: block;
	padding: 6px 30px 6px 12px;
	position: relative;
}

.attorna-navigation .sf-menu>.attorna-normal-menu li>a.sf-with-ul-pre:after {
	position: absolute;
	right: 10px;
	content: "\f105";
	font-family: fontAwesome;
}

.attorna-navigation .sf-menu>.attorna-normal-menu .sub-menu {
	font-size: 14px;
}

.attorna-navigation .sf-menu>.attorna-mega-menu .sf-mega-full {
	left: 0px;
	right: 0px;
}

.attorna-navigation .sf-menu>.attorna-mega-menu .sf-mega-section-wrap {
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
}

.attorna-navigation .sf-menu>.attorna-mega-menu .sf-mega-section-wrap:first-child {
	border-top: none;
}

.attorna-navigation .sf-menu>.attorna-mega-menu .sf-mega-section {
	padding-bottom: 999px;
	margin-bottom: -999px;
	border-left-width: 1px;
	border-left-style: solid;
}

.attorna-navigation .sf-menu>.attorna-mega-menu .sf-mega-section:first-child {
	border-left: none;
}

.attorna-navigation .sf-menu>.attorna-mega-menu .sf-mega-section-inner {
	padding: 31px 28px;
}

.attorna-navigation .sf-menu>.attorna-mega-menu .sf-mega-section-inner>a {
	font-size: 15px;
	display: block;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	padding: 0px 12px;
}

.attorna-navigation .sf-menu>.attorna-mega-menu .sf-mega-section-inner .sub-menu a {
	font-size: 14px;
	padding: 5px 12px;
	display: block;
}

.attorna-navigation .attorna-navigation-slide-bar {
	height: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	position: absolute;
	display: none;
	margin-top: -15px;
	padding-top: 5px;
	overflow: hidden;
}

.attorna-navigation .sf-menu a i {
	margin-right: 10px;
}

.attorna-navigation .sf-vertical>li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.attorna-navigation .sf-vertical>li:first-child {
	padding-top: 0px;
}

.attorna-navigation .sf-vertical>li>a {
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: block;
}

.attorna-navigation .sf-vertical ul.sub-menu {
	font-size: 14px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.attorna-navigation .sf-vertical ul.sub-menu li {
	padding: 2px 11px;
}

.attorna-navigation .sf-vertical ul.sub-menu li:first-child {
	padding-top: 20px;
}

.attorna-navigation .sf-vertical ul.sub-menu li:last-child {
	padding-bottom: 20px;
}

.attorna-navigation .sf-vertical ul.sub-menu li>a {
	display: block;
	padding: 4px 12px;
}

.attorna-navigation .sf-vertical ul.sub-menu li>a.sf-with-ul:after,
.attorna-navigation-submenu-indicator .sf-vertical>li>a.sf-with-ul:after {
	float: right;
	margin-left: 18px;
	content: "\f105";
	font-family: fontAwesome;
}

/* bullet anchor */

.attorna-bullet-anchor {
	position: fixed;
	top: 50%;
	right: 30px;
	margin-top: -50px;
	z-index: 10;
	opacity: 0;
	transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	-webkit-transition: opacity 200ms;
}

.attorna-bullet-anchor.attorna-init {
	opacity: 1;
}

.attorna-bullet-anchor a {
	display: block;
	width: 17px;
	height: 17px;
	margin-bottom: 5px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.attorna-bullet-anchor a:before {
	content: " ";
	width: 9px;
	height: 9px;
	margin: 3px;
	display: block;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transition: background-color 200ms;
	-moz-transition: background-color 200ms;
	-o-transition: background-color 200ms;
	-webkit-transition: background-color 200ms;
}

/* breadcrumbs */

.attorna-breadcrumbs a {
	color: #c0c0c0;
}

.attorna-breadcrumbs,
.attorna-breadcrumbs a:hover {
	color: #777;
}

.attorna-breadcrumbs {
	font-size: 14px;
	padding: 17px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.attorna-breadcrumbs-item>span {
	margin: 0px 22px;
}

.attorna-breadcrumbs-item>span:first-child {
	margin-left: 0px;
}

.attorna-breadcrumbs-item a span {
	transition: color 200ms;
	-moz-transition: color 200ms;
	-o-transition: color 200ms;
	-webkit-transition: color 200ms;
}

/* top search */

.attorna-top-search-wrap input.search-field {
	border-bottom-color: #303030;
	color: #fff;
}

.attorna-top-search-wrap .attorna-top-search-submit,
.attorna-top-search-wrap .attorna-top-search-close {
	color: #fff;
}

.attorna-top-search-wrap input::-webkit-input-placeholder {
	color: #fff;
}

.attorna-top-search-wrap input::-moz-placeholder {
	color: #fff;
}

.attorna-top-search-wrap input:-ms-input-placeholder {
	color: #fff;
}

.attorna-top-search-wrap input:-moz-placeholder {
	color: #fff;
}

.attorna-top-search-row {
	display: table;
	width: 100%;
	height: 100%;
}

.attorna-top-search-cell {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	padding-right: 30px;
}

.attorna-top-search-wrap {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 9999;
	overflow-y: auto;
	display: none;
}

.attorna-top-search-wrap form {
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.attorna-top-search-wrap input.search-field {
	background: transparent;
	width: 100%;
	border-width: 0px 0px 3px;
	font-size: 40px;
	padding: 0px 120px 25px 0px;
	line-height: 48px;
	letter-spacing: 0.5px;
}

.attorna-top-search-wrap input.search-submit {
	position: absolute;
	top: 0px;
	right: 52px;
	width: 48px;
	height: 48px;
	padding: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.attorna-top-search-wrap .attorna-top-search-submit {
	font-size: 30px;
	position: absolute;
	right: 52px;
	top: 0px;
	line-height: 48px;
	width: 48px;
	text-align: center;
}

.attorna-top-search-wrap .attorna-top-search-close {
	font-size: 55px;
	position: absolute;
	right: 0px;
	top: -4px;
	line-height: 48px;
	width: 48px;
	text-align: center;
	cursor: pointer;
}

/* overlay menu */

.attorna-overlay-menu-row {
	display: table;
	width: 100%;
	height: 100%;
}

.attorna-overlay-menu-cell {
	display: table-cell;
	vertical-align: middle;
}

.attorna-overlay-menu-content {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 9999;
	overflow-y: auto;
	display: none;
}

.attorna-overlay-menu-content ul.menu {
	list-style: none;
	text-align: center;
	padding-top: 180px;
	padding-bottom: 140px;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

.attorna-overlay-menu-content ul.menu>li {
	font-size: 23px;
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0;
	margin-bottom: 17px;
	padding-bottom: 17px;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
	transition: opacity 300ms, transform 300ms;
	-moz-transition: opacity 300ms, -moz-transform 300ms;
	-o-transition: opacity 300ms, -o-transform 300ms;
	-webkit-transition: opacity 300ms, -webkit-transform 300ms;
}

.attorna-overlay-menu-content.attorna-active ul.menu>li {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: none;
	transform: none;
}

.attorna-overlay-menu-content ul.sub-menu {
	display: none;
	padding-top: 25px;
	padding-bottom: 10px;
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
}

.attorna-overlay-menu-content ul.sub-menu>li {
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 15px;
}

.attorna-overlay-menu-content ul.sub-menu ul.sub-menu {
	max-width: 380px;
	margin: 25px auto 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
}

.attorna-overlay-menu-content .attorna-overlay-menu-close {
	line-height: 1;
	font-size: 48px;
	position: absolute;
	left: 50%;
	top: 75px;
	margin-left: -24px;
	cursor: pointer;
}

.attorna-overlay-menu-content .attorna-overlay-menu-close:after {
	content: "\4d";
	font-family: elegantIcons;
}

.attorna-overlay-menu-content ul li.menu-item-has-children>a:after {
	content: "\f107";
	font-family: "fontAwesome";
	margin-left: 15px;
}

body.admin-bar .attorna-overlay-menu-content {
	margin-top: 32px;
	overflow-y: scroll;
}

/* menu right area */

.attorna-main-menu-right-button {
	float: left;
	padding: 8px 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: -11px;
	margin-left: 30px;
	border-radius: 3px;
	border-width: 2px;
	border-style: solid;
}

.attorna-main-menu-right-button.attorna-style-round {
	padding: 13px 21px 14px;
	margin-top: -14px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.attorna-main-menu-right-button.attorna-style-round-with-shadow {
	padding: 13px 21px 14px;
	margin-top: -14px;
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.11);
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.attorna-main-menu-right {
	float: left;
	margin-top: -8px;
}

.attorna-main-menu-search {
	float: left;
	margin-top: -5px;
	margin-left: 25px;
}

.attorna-main-menu-search i {
	font-size: 14px;
	margin-top: 9px;
	cursor: pointer;
}

.attorna-main-menu-cart {
	float: left;
	margin-top: -3px;
	padding-left: 20px;
	margin-left: 5px;
	position: relative;
}

.attorna-main-menu-cart i {
	font-size: 16px;
	margin-top: -1px;
	cursor: pointer;
}

.attorna-main-menu-cart>.attorna-top-cart-count {
	font-size: 10px;
	font-weight: 700;
	vertical-align: super;
	width: 16px;
	height: 16px;
	line-height: 15px;
	position: absolute;
	top: -5px;
	right: -8px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

/* header */

.attorna-logo {
	position: relative;
}

.attorna-header-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.attorna-header-container-inner {
	position: relative;
}

/* header plain */

.attorna-header-style-plain {
	position: relative;

	border-bottom-style: solid;
}

.attorna-header-style-plain .attorna-navigation {
	line-height: 0;
}

.attorna-header-style-plain .attorna-header-background {
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
}

.attorna-header-background-transparent {
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 3;
}

.attorna-header-style-plain.attorna-style-menu-right .attorna-logo {
	float: left;
}

.attorna-header-style-plain.attorna-style-menu-right .attorna-navigation {
	float: right;
}

.attorna-header-style-plain.attorna-style-menu-right .attorna-main-menu {
	display: inline-block;
	vertical-align: top;
}

.attorna-header-style-plain.attorna-style-menu-right .attorna-main-menu-right-wrap {
	display: inline-block;
	line-height: 1.7;
	margin-left: 10px;
	vertical-align: top;
}

.attorna-header-style-plain.attorna-style-center-logo .attorna-logo-inner {
	margin-left: auto;
	margin-right: auto;
}

.attorna-header-style-plain.attorna-style-center-logo .attorna-navigation {
	text-align: center;
	position: relative;
}

.attorna-header-style-plain.attorna-style-center-logo .attorna-main-menu {
	display: inline-block;
	vertical-align: top;
}

.attorna-header-style-plain.attorna-style-center-logo .attorna-main-menu-right-wrap {
	position: absolute;
	right: 0px;
	line-height: 1.7;
}

.attorna-header-style-plain.attorna-style-center-menu .attorna-logo {
	position: absolute;
}

.attorna-header-style-plain.attorna-style-center-menu .attorna-navigation {
	text-align: center;
}

.attorna-header-style-plain.attorna-style-center-menu .attorna-main-menu {
	display: inline-block;
	vertical-align: top;
}

.attorna-header-style-plain.attorna-style-center-menu .attorna-main-menu-right-wrap {
	position: absolute;
	right: 0px;
	line-height: 1.7;
}

.attorna-header-style-plain.attorna-style-splitted-menu .attorna-logo {
	padding-top: 0px;
	padding-bottom: 0px;
}

.attorna-header-style-plain.attorna-style-splitted-menu .attorna-navigation {
	text-align: center;
}

.attorna-header-style-plain.attorna-style-splitted-menu .attorna-main-menu {
	display: inline-block;
	vertical-align: top;
}

.attorna-header-style-plain.attorna-style-splitted-menu .attorna-main-menu-right-wrap {
	position: absolute;
	right: 0px;
	line-height: 1.7;
}

.attorna-header-style-plain.attorna-style-splitted-menu .attorna-main-menu-left-wrap {
	position: absolute;
	left: 0px;
	line-height: 1.7;
}

.attorna-header-style-plain.attorna-style-splitted-menu .attorna-right-menu-button {
	margin-left: 0px;
}

/* header box */

.attorna-header-boxed-wrap {
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 3;
}

.attorna-header-style-boxed .attorna-header-container-item {
	position: relative;
}

.attorna-header-style-boxed .attorna-navigation {
	line-height: 0;
}

.attorna-header-style-boxed .attorna-header-background {
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
}

.attorna-header-style-boxed.attorna-style-menu-right .attorna-logo {
	float: left;
}

.attorna-header-style-boxed.attorna-style-menu-right .attorna-navigation {
	float: right;
}

.attorna-header-style-boxed.attorna-style-menu-right .attorna-main-menu {
	display: inline-block;
	vertical-align: top;
}

.attorna-header-style-boxed.attorna-style-menu-right .attorna-main-menu-right-wrap {
	display: inline-block;
	line-height: 1.7;
	margin-left: 10px;
	vertical-align: top;
}

.attorna-header-style-boxed.attorna-style-center-menu .attorna-logo {
	position: absolute;
}

.attorna-header-style-boxed.attorna-style-center-menu .attorna-navigation {
	text-align: center;
}

.attorna-header-style-boxed.attorna-style-center-menu .attorna-main-menu {
	display: inline-block;
	vertical-align: top;
}

.attorna-header-style-boxed.attorna-style-center-menu .attorna-main-menu-right-wrap {
	position: absolute;
	line-height: 1.7;
}

.attorna-header-style-boxed.attorna-style-splitted-menu .attorna-logo {
	padding-top: 0px;
	padding-bottom: 0px;
}

.attorna-header-style-boxed.attorna-style-splitted-menu .attorna-navigation {
	text-align: center;
}

.attorna-header-style-boxed.attorna-style-splitted-menu .attorna-main-menu {
	display: inline-block;
	vertical-align: top;
}

.attorna-header-style-boxed.attorna-style-splitted-menu .attorna-main-menu-right-wrap {
	position: absolute;
	line-height: 1.7;
}

.attorna-header-style-boxed.attorna-style-splitted-menu .attorna-main-menu-left-wrap {
	position: absolute;
	line-height: 1.7;
}

.attorna-header-style-boxed.attorna-style-splitted-menu .attorna-right-menu-button {
	margin-left: 0px;
}

/* header bar */

.attorna-header-style-bar .attorna-logo {
	float: left;
}

.attorna-header-style-bar .attorna-logo-right-text {
	float: right;
	text-align: right;
	font-size: 13px;
}

.attorna-header-style-bar .attorna-header-container-inner {
	position: relative;
}

.attorna-navigation-bar-wrap {
	border-top-width: 1px;
	border-top-style: solid;
	position: relative;
}

.attorna-navigation-bar-wrap.attorna-style-transparent {
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 3;
}

.attorna-navigation-bar-wrap .attorna-navigation {
	line-height: 0;
	position: relative;
}

.attorna-navigation-bar-wrap .attorna-navigation-background {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.attorna-navigation-bar-wrap .attorna-navigation-container {
	position: relative;
}

.attorna-navigation-bar-wrap .attorna-main-menu {
	display: inline-block;
	vertical-align: top;
}

.attorna-navigation-bar-wrap.attorna-style-left .attorna-main-menu-right-wrap {
	float: right;
	line-height: 1.7;
	margin-left: 10px;
}

.attorna-navigation-bar-wrap.attorna-style-center {
	text-align: center;
}

.attorna-navigation-bar-wrap.attorna-style-center .attorna-main-menu-right-wrap {
	position: absolute;
	right: 0px;
	line-height: 1.7;
}

.attorna-header-style-bar.attorna-style-center .attorna-logo {
	float: none;
}

.attorna-header-style-bar.attorna-style-center .attorna-logo-inner {
	margin-left: auto;
	margin-right: auto;
}

.attorna-header-style-bar.attorna-style-center .attorna-logo-right-text {
	position: absolute;
	top: 0px;
	right: 0px;
}

/* header side */

.attorna-header-side-content {
	position: relative;
	z-index: 98;
}

.attorna-header-side-nav {
	position: fixed;
	top: 0px;
	bottom: 0px;
	z-index: 99;
}

.attorna-header-side-nav.attorna-allow-slide {
	position: absolute;
	bottom: auto;
}

.attorna-header-side-nav.attorna-fix-bottom {
	position: fixed;
	top: auto;
	bottom: 0px;
}

.attorna-header-side-nav.attorna-fix-top {
	position: fixed;
}

.attorna-header-side-nav.attorna-style-left {
	left: 0px;
}

.attorna-header-side-nav.attorna-style-right {
	right: 0px;
}

.attorna-header-side-nav .attorna-pos-bottom,
.attorna-header-side-nav.attorna-style-middle .attorna-pos-middle {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}

.attorna-header-side-nav .attorna-pos-bottom.attorna-active,
.attorna-header-side-nav.attorna-style-middle .attorna-pos-middle.attorna-active {
	opacity: 1;
	filter: alpha(opacity=100);
}

.attorna-header-side-nav.attorna-style-side .attorna-header-social {
	padding-top: 20px;
	padding-bottom: 40px;
}

.attorna-header-side-nav.attorna-style-side .attorna-header-social a {
	margin-left: 25px;
}

.attorna-header-side-nav.attorna-style-side .attorna-header-social a:first-child {
	margin-left: 0px;
}

.attorna-header-side-nav.attorna-style-side .attorna-main-menu-right-wrap {
	padding-top: 22px;
}

.attorna-header-side-nav.attorna-style-side .attorna-main-menu-search {
	float: none;
	display: inline-block;
	margin-top: 0px;

	margin-left: 20px;
}

.attorna-header-side-nav.attorna-style-side .attorna-main-menu-cart {
	float: none;
	display: inline-block;
	margin-top: 0px;
	margin-left: 0px;
}

.attorna-header-side-nav.attorna-style-side .attorna-main-menu-right-wrap>div:first-child {
	margin-left: 0px;
}

.attorna-header-side-nav.attorna-style-left .sf-vertical ul.sub-menu {
	text-align: left;
	margin-left: 0px;
}

.attorna-header-side-nav.attorna-style-right .sf-vertical ul.sub-menu {
	left: auto;
	right: 100%;
	text-align: right;
}

.attorna-header-side-nav.attorna-style-right .sf-vertical ul.sub-menu li>a.sf-with-ul:after {
	content: "\f104";
	float: left;
	margin-left: 0px;
	margin-right: 18px;
}

.attorna-header-style-side.attorna-center-align .attorna-logo-inner {
	margin-right: auto;
	margin-left: auto;
}

.attorna-header-style-side.attorna-right-align .attorna-logo-inner {
	margin-right: 0px;
	margin-left: auto;
}

.attorna-header-side-nav.attorna-style-side-toggle {
	text-align: center;
}

.attorna-header-side-nav.attorna-style-side-toggle .attorna-logo-inner {
	margin-left: auto;
	margin-right: auto;
}

.attorna-header-side-nav.attorna-style-side-toggle .attorna-main-menu-search,
.attorna-header-side-nav.attorna-style-side-toggle .attorna-main-menu-cart {
	float: none;
	margin-bottom: 8px;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

.attorna-header-side-nav.attorna-style-side-toggle .attorna-header-icon {
	padding-bottom: 20px;
	padding-top: 30px;
}

body.admin-bar .attorna-header-side-nav {
	padding-top: 32px;
}

html.mm-opened body.admin-bar .attorna-header-side-nav {
	padding-top: 0px;
}

/* fixed nav bar */

.attorna-logo-inner {
	transition: max-width 200ms;
	-moz-transition: max-width 200ms;
	-o-transition: max-width 200ms;
	-webkit-transition: max-width 200ms;
}

.attorna-logo-inner img {
	width: 100%;
	/* for ie */
}

.attorna-fixed-nav-logo {
	display: none;
}

.attorna-sticky-navigation.attorna-fixed-navigation .attorna-fixed-nav-logo {
	display: block;
}

.attorna-sticky-navigation.attorna-fixed-navigation .attorna-orig-logo {
	display: none;
}

.attorna-sticky-navigation.attorna-style-fixed .attorna-logo,
.attorna-sticky-navigation.attorna-style-fixed .attorna-navigation,
.attorna-sticky-navigation.attorna-style-fixed .attorna-navigation .sf-menu>li>a {
	transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
	-moz-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
	-o-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
	-webkit-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
}

.attorna-sticky-navigation.attorna-style-fixed .attorna-navigation-top {
	transition: top 200ms;
	-moz-transition: top 200ms;
	-o-transition: top 200ms;
	-webkit-transition: top 200ms;
}

.attorna-sticky-navigation.attorna-style-fixed.attorna-animate-fixed-navigation .attorna-logo-inner img {
	transition: height 200ms;
	-moz-transition: height 200ms;
	-o-transition: height 200ms;
	-webkit-transition: height 200ms;
}

.attorna-fixed-navigation.attorna-style-fixed,
.attorna-fixed-navigation.attorna-style-slide {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 99;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.attorna-fixed-navigation.attorna-style-slide .attorna-logo-inner img {
	max-height: 35px !important;
	width: auto;
}

.attorna-fixed-navigation .attorna-navigation .attorna-navigation-slide-bar {
	display: none !important;
}

body.attorna-sticky-navigation-no-logo .attorna-fixed-navigation .attorna-logo {
	display: none;
}

body.attorna-sticky-navigation-no-logo .attorna-mobile-header.attorna-fixed-navigation .attorna-logo {
	display: block;
}

body.admin-bar .attorna-fixed-navigation.attorna-style-fixed,
body.admin-bar .attorna-fixed-navigation.attorna-style-slide {
	margin-top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .attorna-fixed-navigation.attorna-style-slide {
		margin-top: 0px;
	}
}

.attorna-animate-fixed-navigation.attorna-header-style-plain .attorna-navigation-top {
	top: 30px;
}

.attorna-animate-fixed-navigation.attorna-header-style-plain.attorna-style-splitted-menu .attorna-logo {
	margin-top: -10px;
}

.attorna-animate-fixed-navigation.attorna-header-style-plain.attorna-style-splitted-menu .attorna-navigation .sf-menu>li>a {
	padding-top: 0px;
}

.attorna-animate-fixed-navigation.attorna-header-style-plain.attorna-style-splitted-menu .attorna-navigation-top {
	top: 22px;
}

.attorna-animate-fixed-navigation.attorna-header-style-plain.attorna-style-center-logo .attorna-logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.attorna-animate-fixed-navigation.attorna-header-style-boxed.attorna-style-splitted-menu .attorna-logo {
	margin-top: -10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.attorna-animate-fixed-navigation.attorna-header-style-boxed.attorna-style-splitted-menu .attorna-navigation .sf-menu>li>a {
	padding-top: 0px;
}

/* page title */

.attorna-page-title-wrap {
	background-image: url('../images/page-title-background.jpg');
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.attorna-page-title-wrap .attorna-page-title-overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.attorna-page-title-wrap .attorna-page-title-top-gradient {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
}

.attorna-page-title-wrap .attorna-page-title-bottom-gradient {
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.attorna-page-title-wrap .attorna-page-title-container {
	position: relative;
}

.attorna-page-title-wrap .attorna-page-title {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.attorna-page-title-wrap.attorna-style-small .attorna-page-title {
	font-size: 37px;
	margin-bottom: 0px;
}

.attorna-page-title-wrap.attorna-style-small .attorna-page-caption {
	font-size: 16px;
	margin-top: 13px;
}

.attorna-page-title-wrap.attorna-style-small .attorna-page-title-content {
	padding-top: 93px;
	padding-bottom: 87px;
}

.attorna-page-title-wrap.attorna-style-medium .attorna-page-title {
	font-size: 54px;
	margin-bottom: 0px;
}

.attorna-page-title-wrap.attorna-style-medium .attorna-page-caption {
	font-size: 19px;
	margin-top: 13px;
}

.attorna-page-title-wrap.attorna-style-medium .attorna-page-title-content {
	padding-top: 126px;
	padding-bottom: 116px;
}

.attorna-page-title-wrap.attorna-style-large .attorna-page-title {
	font-size: 75px;
	margin-bottom: 0px;
}

.attorna-page-title-wrap.attorna-style-large .attorna-page-caption {
	font-size: 25px;
	margin-top: 13px;
}

.attorna-page-title-wrap.attorna-style-large .attorna-page-title-content {
	padding-top: 184px;
	padding-bottom: 168px;
}

.attorna-page-title-wrap.attorna-style-custom .attorna-page-title {
	font-size: 37px;
	margin-bottom: 0px;
}

.attorna-page-title-wrap.attorna-style-custom .attorna-page-caption {
	font-size: 16px;
}

/**
 * 3.0 - Footer
 */

/* footer */

.attorna-footer-wrapper .attorna-footer-container {
	overflow: hidden;
}

.attorna-footer-wrapper .attorna-widget-title {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 30px;
}

.attorna-footer-wrapper .attorna-widget-title .gdlr-core-flexslider-nav {
	float: right;
	margin-left: 20px;
}

.attorna-footer-wrapper .widget {
	margin-bottom: 60px;
}

.attorna-footer-wrapper .widget:last-child {
	margin-bottom: 0px;
}

.attorna-footer-wrapper.attorna-with-column-divider .attorna-footer-column {
	padding-bottom: 1029px;
	margin-bottom: -1020px;
	border-left: 1px;
	border-style: solid;
	border-color: inherit;
	padding-left: 30px;
	padding-right: 30px;
}

.attorna-footer-wrapper.attorna-with-column-divider .attorna-footer-column:first-child {
	border: none;
}

.attorna-fixed-footer {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

body.attorna-boxed .attorna-fixed-footer .attorna-footer-wrapper,
body.attorna-boxed .attorna-fixed-footer .attorna-copyright-wrapper {
	margin-left: auto;
	margin-right: auto;
}

.attorna-footer-back-to-top-button {
	position: fixed;
	z-index: 9;
	right: 30px;
	bottom: 30px;
	font-size: 18px;
	line-height: 20px;
	width: 45px;
	height: 45px;
	text-align: center;
	padding: 12px;
	cursor: pointer;
	opacity: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	pointer-events: none;
	transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}

.attorna-footer-back-to-top-button.attorna-scrolled {
	opacity: 1;
	pointer-events: auto;
}

/* copyright */

.attorna-footer-wrapper {
	padding-top: 70px;
	padding-bottom: 50px;
}

.attorna-copyright-container {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.attorna-copyright-text {
	text-align: center;
	font-size: 14px;
}

.attorna-copyright-left {
	float: left;
}

.attorna-copyright-right {
	float: right;
}

/**
 * 4.0 - Blog
 */

/* single */

.attorna-single-article-date-wrapper {
	float: left;
	width: 58px;
	border-right-width: 1px;
	border-right-style: solid;
	line-height: 1;
	margin-top: 8px;
	margin-right: 30px;
	padding-right: 20px;
	text-align: center;
}

.attorna-single-article-date-wrapper .attorna-single-article-date-day {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: -4px;
	letter-spacing: 1px;
	white-space: nowrap;
}

.attorna-single-article-date-wrapper .attorna-single-article-date-month {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.attorna-single-article-date-wrapper .attorna-single-article-date-year {
	font-size: 12px;
	margin-top: 4px;
}

.attorna-single-article {
	padding-bottom: 10px;
}

.attorna-single-article .attorna-single-article-content ul,
.attorna-single-article .attorna-single-article-content ol {
	line-height: 2;
}

.attorna-single-article .attorna-single-article-thumbnail {
	margin-bottom: 20px;
}

.attorna-single-article .attorna-single-article-head {
	margin-bottom: 32px;
}

.attorna-single-article .attorna-single-article-title {
	font-size: 37px;
	font-weight: 700;
	margin-bottom: 16px;
	letter-spacing: 0.5px;
}

.attorna-single-article .attorna-single-article-head-right {
	overflow: hidden;
}

.attorna-blog-info-wrapper .attorna-head {
	margin-right: 13px;
	vertical-align: middle;
}

.attorna-blog-info-wrapper .attorna-head i {
	font-size: 15px;
}

.attorna-blog-info-wrapper .attorna-blog-info {
	display: inline-block;
	margin-right: 25px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.attorna-blog-info-wrapper .attorna-blog-info:last-child {
	margin-right: 0px;
}

.attorna-sticky-banner {
	line-height: 1;
	display: inline-block;
	letter-spacing: 0.5px;
	padding: 18px 20px 17px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 22px;
}

.attorna-sticky-banner i {
	font-size: 12px;
	margin-right: 10px;
}

.attorna-single-article-thumbnail .attorna-sticky-banner {
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-bottom: 0px;
}

body.single-post .attorna-sidebar-style-none {
	margin-left: auto;
	margin-right: auto;
}

body.blog .attorna-sidebar-style-none {
	margin-left: auto;
	margin-right: auto;
}

body.blog .attorna-single-article {
	padding-bottom: 60px;
}

.attorna-archive-taxonomy-description {
	margin-bottom: 60px;
}

/* single post format */

.attorna-blog-aside-format .attorna-single-article-content {
	font-size: 18px;
	font-style: italic;
	padding: 50px 60px 40px;
}

.attorna-blog-aside-format .attorna-excerpt-read-more {
	display: none;
}

.attorna-blog-quote-format .attorna-single-article-content {
	padding: 50px 45px 40px;
	position: relative;
}

.attorna-blog-quote-format .attorna-blog-quote-background {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-size: cover;
	background-position: center;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.attorna-blog-quote-format .attorna-blog-quote {
	float: left;
	font-size: 120px;
	margin-top: -10px;
	line-height: 1;
	margin-right: 35px;
	position: relative;
}

.attorna-blog-quote-format .attorna-blog-content-wrap {
	overflow: hidden;
	position: relative;
}

.attorna-blog-quote-format .attorna-blog-quote-content {
	font-size: 18px;
	font-style: italic;
}

.attorna-blog-quote-format .attorna-blog-quote-author {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 20px;
	font-weight: bold;
}

.attorna-blog-quote-format .attorna-blog-quote-author:before {
	content: "-";
	margin-right: 2px;
}

.attorna-blog-quote-format .attorna-excerpt-read-more {
	display: none;
}

.attorna-blog-quote-format blockquote,
.attorna-blog-quote-format q {
	background: transparent;
	border: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
}

.attorna-blog-link-format .attorna-blog-icon-link {
	font-size: 23px;
	float: left;
	margin-right: 30px;
	margin-top: 5px;
}

.attorna-blog-link-format .attorna-blog-content-wrap {
	overflow: hidden;
}

.attorna-blog-link-format .attorna-blog-title {
	font-size: 20px;
	text-transform: none;
	letter-spacing: 0px;
	margin-bottom: 9px;
}

.attorna-blog-link-format .attorna-blog-content {
	font-size: 14px;
	margin-bottom: 0px;
}

.attorna-blog-link-format .attorna-excerpt-read-more {
	display: none;
}

/* single social share */

.attorna-single-social-share {
	padding-top: 10px;
	padding-bottom: 48px;
}

/* single author */

.attorna-single-author {
	text-align: center;
	margin-bottom: 65px;
	margin-top: 41px;
	border-top-width: 1px;
	border-top-style: solid;
}

.attorna-single-author .attorna-single-author-wrap {
	max-width: 80%;
	margin: -41px auto 0px;
}

.attorna-single-author .attorna-single-author-avartar {
	max-width: 100px;
	margin: 0px auto 37px;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.attorna-single-author .attorna-single-author-caption {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 9px;
	letter-spacing: 0.5px;
}

.attorna-single-author .attorna-single-author-title {
	font-size: 26px;
	margin-bottom: 22px;
}

/* single navigation */

.attorna-single-nav-area {
	border-top: 1px;
	border-bottom: 1px;
	border-style: solid;
	padding: 33px 0px;
	margin-bottom: 55px;
}

.attorna-single-nav i {
	font-size: 25px;
}

.attorna-single-nav .attorna-text {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.5px;
}

.attorna-single-nav-left {
	float: left;
}

.attorna-single-nav-left i {
	margin-right: 15px;
	vertical-align: middle;
}

.attorna-single-nav-right {
	float: right;
}

.attorna-single-nav-right i {
	margin-left: 15px;
	vertical-align: middle;
}

/* blog tags */

.attorna-single-author-tags {
	margin-bottom: 65px;
	margin-top: -18px;
}

.attorna-single-author-tags a {
	display: inline-block;
	font-size: 12px;
	padding: 5px 13px 4px;
	margin-right: 12px;
	border-width: 2px;
	border-style: solid;
	font-weight: bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.attorna-single-author-description {
	font-size: 15px;
}

/* blog style 4 */

.attorna-blog-style-4 .attorna-single-article-head {
	text-align: center;
	margin-bottom: 60px;
}

.attorna-blog-style-4 .attorna-blog-title-wrap .attorna-single-article-title {
	font-size: 46px;
	font-weight: 800;
	margin-bottom: 20px;
}

.attorna-blog-style-4 .attorna-blog-info-wrapper .attorna-blog-info .attorna-head {
	display: none;
}

.attorna-blog-style-4 .attorna-blog-info-wrapper .attorna-blog-info {
	font-weight: normal;

	margin-right: 0px;
	text-transform: none;
	font-size: 15px;
}

.attorna-blog-style-4 .attorna-blog-info-wrapper .attorna-blog-info .attorna-blog-info-sep {
	margin: 0px 15px;
}

.attorna-blog-style-4 .attorna-blog-info-wrapper .attorna-blog-info:first-child .attorna-blog-info-sep {
	display: none;
}

.attorna-blog-style-4 .attorna-single-article-thumbnail img {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.attorna-blog-style-4 .attorna-single-nav-area {
	border-top: 0px;
	padding-top: 0px;
	border-bottom: 0px;
	padding-bottom: 0px;
}

.attorna-blog-style-4 .attorna-single-nav .attorna-text {
	font-size: 12px;
	letter-spacing: 3px;
	display: block;
	margin-bottom: 9px;
}

.attorna-blog-style-4 .attorna-single-nav-title {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 1;
}

.attorna-blog-style-4 .attorna-single-nav-left {
	max-width: 50%;
}

.attorna-blog-style-4 .attorna-single-nav-right {
	text-align: right;
	max-width: 50%;
}

.attorna-blog-style-4 .gdlr-core-social-share-item {
	float: left;
}

.attorna-blog-style-4 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count {
	font-size: 13px;
	font-weight: bold;
}

.attorna-blog-style-4 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix {
	font-size: 13px;
	font-weight: bold;
}

.attorna-blog-style-4 .gdlr-core-social-share-item .gdlr-core-divider {
	display: none;
}

.attorna-blog-style-4 .gdlr-core-social-share-item .gdlr-core-social-share-count {
	margin-right: 32px;
}

.attorna-blog-style-4 .attorna-single-social-share {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 19px;
}

.attorna-blog-style-4 .attorna-single-magazine-author-tags {
	padding-bottom: 0px;
	float: right;
}

.attorna-blog-style-4 .attorna-comments-area .comment-author {
	font-size: 16px;
}

.attorna-blog-style-4 section.comment-content {
	font-size: 15px;
}

.attorna-blog-style-4 .attorna-single-related-post-title,
.attorna-blog-style-4 .attorna-comments-area .attorna-comments-title,
.attorna-blog-style-4 .attorna-comments-area .comment-reply-title {
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: 700;
	text-align: left;
	letter-spacing: 0px;
	text-transform: none;
}

.attorna-blog-style-4 .attorna-single-related-wrap {
	padding-top: 25px;
}

.attorna-blog-style-4 .attorna-single-author {
	border-top: none;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	padding: 45px;
	margin-top: 30px;
	margin-bottom: 80px;
}

.attorna-blog-style-4 .attorna-single-author .attorna-single-author-avartar {
	float: left;
	margin-bottom: 0px;
	margin-right: 33px;
}

.attorna-blog-style-4 .attorna-single-author .attorna-single-author-wrap {
	max-width: 100%;
	margin: 0px;
}

.attorna-blog-style-4 .attorna-single-author-content-wrap {
	overflow: hidden;
	text-align: left;
}

.attorna-blog-style-4 .attorna-single-author .attorna-single-author-title {
	font-size: 18px;
	margin-bottom: 16px;
	font-weight: 700;
}

.attorna-blog-style-4 .attorna-comments-area {
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 25px;
	margin-top: 5px;
}

.attorna-blog-style-4 .attorna-comments-area .comment-time {
	font-style: normal;
}

.attorna-blog-style-4 .attorna-comments-area .edit-link,
.attorna-blog-style-4 .attorna-comments-area .comment-reply {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: underline
}

.attorna-blog-style-4 .attorna-comments-area .comment-respond {
	background: transparent;
	padding: 30px 0px;
	margin-bottom: 35px;
}

.attorna-blog-style-4 .attorna-comments-area textarea {
	border-bottom-width: 1px;
}

.attorna-blog-style-4 .attorna-comments-area input[type="text"] {
	border-bottom-width: 1px;
}

.attorna-blog-style-4 .attorna-comments-area .attorna-comment-form-author {
	width: 33.33%;
}

.attorna-blog-style-4 .attorna-comments-area .attorna-comment-form-email {
	width: 33.33%;
	padding-right: 7px;
}

.attorna-blog-style-4 .attorna-comment-form-url {
	width: 33.33%;
	float: left;
	padding-left: 7px;
}

.attorna-blog-style-4 .attorna-comments-area .form-submit {
	text-align: left;
}

.attorna-blog-style-4 .attorna-comments-area .form-submit input[type="submit"] {
	font-size: 12px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

/* blog style 2 */

.attorna-blog-style-2 .attorna-blog-title-wrap .attorna-single-article-title {
	margin-bottom: 0px;
	margin-top: 5px;
}

.attorna-blog-style-2 .attorna-blog-info-wrapper .attorna-blog-info .attorna-head {
	display: none;
}

.attorna-blog-style-2 .attorna-blog-info-wrapper .attorna-blog-info {
	margin-right: 0px;
	text-transform: none;
	font-size: 13px;
}

.attorna-blog-style-2 .attorna-blog-info-wrapper .attorna-blog-info .attorna-blog-info-sep {
	margin: 0px 15px;
}

.attorna-blog-style-2 .attorna-blog-info-wrapper .attorna-blog-info:first-child .attorna-blog-info-sep {
	display: none;
}

.attorna-blog-style-2 .attorna-single-author .attorna-single-author-wrap {
	margin: 0px;
}

.attorna-blog-style-2 .attorna-single-author {
	border-top-width: 0px;
	margin-top: 0px;
	text-align: left;
}

.attorna-blog-style-2 .attorna-single-author .attorna-single-author-avartar {
	margin: 0px;
	float: left;
	margin-right: 30px;
	max-width: 100px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.attorna-blog-style-2 .attorna-single-author .attorna-single-author-caption {
	display: none;
}

.attorna-blog-style-2 .attorna-single-author .attorna-single-author-content-wrap {
	overflow: hidden;
	padding-top: 12px;
}

.attorna-blog-style-2 .attorna-single-author .attorna-single-author-title {
	font-size: 20px;
	margin-bottom: 10px;
}

.attorna-blog-style-2 .gdlr-core-social-share-item {
	text-align: left;
}

.attorna-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count {
	margin-right: 25px;
	font-weight: bold;
}

.attorna-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count {
	font-size: 16px;
}

.attorna-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix {
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0px;
}

.attorna-blog-style-2 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-divider {
	display: none;
}

.attorna-blog-style-2 .attorna-single-article {
	padding-bottom: 0px;
}

.attorna-blog-style-2 .attorna-single-nav-area {
	border: none;
	padding: 30px 0px 0px;
	margin-bottom: 0px;
}

.attorna-blog-style-2 .attorna-single-nav-area a,
.attorna-blog-style-2 .attorna-single-nav-area a:hover {
	color: #fff;
}

.attorna-blog-style-2 .attorna-single-nav-area-left {
	float: left;
	width: 50%;
	padding: 50px 80px;
	position: relative;
	overflow: hidden;
}

.attorna-blog-style-2 .attorna-single-nav-area-right {
	float: left;
	width: 50%;
	padding: 50px 80px;
	position: relative;
	overflow: hidden;
}

.attorna-blog-style-2 .attorna-single-nav-area-background {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background-size: cover;
	background-position: center;
	transition: transform 300ms ease-out;
	-moz-transition: transform 300ms ease-out;
	-o-transition: transform 300ms ease-out;
	-webkit-transition: transform 300ms ease-out;
}

.attorna-blog-style-2 .attorna-single-nav-area-left:hover .attorna-single-nav-area-background,
.attorna-blog-style-2 .attorna-single-nav-area-right:hover .attorna-single-nav-area-background {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.attorna-blog-style-2 .attorna-single-nav-left i {
	font-size: 20px;
}

.attorna-blog-style-2 .attorna-single-nav-left,
.attorna-blog-style-2 .attorna-single-nav-right {
	float: none;
}

.attorna-blog-style-2 .attorna-single-nav {
	position: relative;
}

.attorna-blog-style-2 .attorna-single-nav .attorna-text {
	letter-spacing: 0px;
	text-transform: none;
}

.attorna-blog-style-2 .attorna-single-nav-title {
	font-size: 22px;
	font-weight: 800;
	display: block;
	margin-top: 2px;
}

.attorna-blog-style-2 .attorna-single-nav-area-overlay {
	opacity: 0.7;
	filter: alpha(opacity=62);
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.attorna-blog-style-2 .attorna-comment-wrapper {
	padding-top: 80px;
}

.attorna-blog-style-2 .attorna-comment-content {
	margin: 0px auto;
}

.attorna-blog-style-2 .attorna-comments-area .attorna-comments-title {
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 800;
	font-size: 20px;
}

.attorna-blog-style-2 .attorna-comments-area .comment-avatar {
	max-width: 90px;
	border-radius: 3px;
}

.attorna-blog-style-2 .attorna-comments-area .comment-author {
	font-size: 18px;
}

.attorna-blog-style-2 .attorna-comments-area .comment-time {
	font-size: 13px;
	font-style: normal;
}

.attorna-blog-style-2 .attorna-comments-area .comment-content {
	font-size: 15px;
}

.attorna-blog-style-2 .attorna-comments-area .comment-meta {
	margin-bottom: 16px;
}

.attorna-blog-style-2 .attorna-comments-area .comment-reply {
	text-transform: none;
	font-weight: 800;
	letter-spacing: 0px;
}

.attorna-blog-style-2 .attorna-comments-area .comment-article {
	padding-bottom: 0px;
	border-bottom-width: 0px;
}

.attorna-blog-style-2 .attorna-comments-area .comment-reply-title {
	font-size: 20px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: none;
	font-weight: 800;
	margin-bottom: 35px;
}

.attorna-blog-style-2 .attorna-comments-area .comment-respond {
	padding: 0px 0px 85px;
	background: transparent;
	margin-bottom: 0px;
}

.attorna-blog-style-2 .attorna-comments-area textarea {
	font-size: 14px;
	padding: 20px 22px;
	margin-bottom: 22px;
}

.attorna-blog-style-2 .attorna-comments-area input[type="text"] {
	font-size: 14px;
	padding: 20px 22px;
	margin-bottom: 22px;
}

.attorna-blog-style-2 .attorna-comments-area .attorna-comment-form-author {
	width: 33.33%;
	padding-right: 13px;
}

.attorna-blog-style-2 .attorna-comments-area .attorna-comment-form-email {
	width: 33.33%;
	padding-right: 7px;
}

.attorna-blog-style-2 .attorna-comments-area .attorna-comment-form-url {
	width: 33.33%;
	float: left;
	padding-left: 14px;
}

.attorna-blog-style-2 .attorna-comments-area .form-submit {
	text-align: left;
	padding-top: 0px;
}

.attorna-blog-style-2 .attorna-comments-area .form-submit input[type="submit"] {
	font-size: 13px;
	text-transform: none;
	padding: 16px 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.attorna-blog-style-2 .attorna-single-related-post-wrap {
	padding: 80px 0px 50px;
}

.attorna-blog-style-2 .attorna-single-related-post-container {
	padding-left: 80px;
	padding-right: 80px;
}

.attorna-blog-style-2 .attorna-single-related-post-title {
	font-size: 20px;
	margin-bottom: 40px;
	font-weight: 800;
}

.attorna-blog-style-2 .attorna-single-related-post-container {
	margin: 0px auto;
}

.attorna-blog-style-2 .gdlr-core-blog-grid .gdlr-core-blog-title {
	font-size: 21px;
}

.attorna-blog-style-2 .attorna-single-related-post-wrap .gdlr-core-sticky-banner {
	display: none;
}

/* blog style 3 */

.attorna-blog-style-3 .attorna-single-nav-left,
.attorna-blog-style-3 .attorna-single-nav-right {
	max-width: 50%;
}

.attorna-blog-style-3 .attorna-single-nav-right {
	text-align: right;
}

.attorna-blog-style-3 .attorna-single-nav .attorna-text {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	display: block;
	margin-bottom: 8px;
}

.attorna-blog-style-3 .attorna-single-nav .attorna-single-nav-title {
	font-size: 18px;
	font-weight: 800;
}

.attorna-blog-style-3 .attorna-single-social-share {
	padding-bottom: 27px;
}

.attorna-blog-style-3 .gdlr-core-social-share-item {
	position: relative;
}

.attorna-blog-style-3 .gdlr-core-social-share-item .gdlr-core-social-share-count {
	position: absolute;
	right: 0px;
}

.attorna-blog-style-3 .gdlr-core-social-share-item .gdlr-core-social-share-wrap {
	margin-right: 25px;
	float: left;
}

.attorna-blog-style-3 .gdlr-core-social-share-item .gdlr-core-divider {
	display: none;
}

.attorna-blog-style-3 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count {
	font-size: 15px;
	margin-right: 6px;
}

.attorna-blog-style-3 .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix {
	font-size: 15px;
	text-transform: none;
	font-weight: 600;
	letter-spacing: 0px;
}

.attorna-blog-style-3 .attorna-single-author .attorna-single-author-avartar {
	margin: 0px;
	float: left;
	margin-right: 40px;
	border-width: 1px;
	border-style: solid;
	max-width: 116px;
	padding: 8px;
}

.attorna-blog-style-3 .attorna-single-author .attorna-single-author-wrap {
	max-width: 100%;
	margin: 0px;
}

.attorna-blog-style-3 .attorna-single-author {
	border: none;
}

.attorna-blog-style-3 .attorna-single-author-content-wrap {
	overflow: hidden;
	text-align: left;
}

.attorna-blog-style-3 .attorna-single-author .attorna-single-author-title {
	font-size: 18px;
	margin-bottom: 15px;
}

.attorna-blog-style-3 .attorna-single-author .attorna-single-author-avartar img {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.attorna-blog-style-3 .attorna-comments-area .attorna-comments-title {
	font-size: 25px;
	text-align: left;
	letter-spacing: 0px;
	text-transform: none;
	font-weight: 800;
	margin-bottom: 30px;
}

.attorna-blog-style-3 .attorna-comments-area .comment-respond {
	background: transparent;
	padding: 0px;
}

.attorna-blog-style-3 .attorna-comments-area textarea,
.attorna-blog-style-3 .attorna-comments-area input[type="text"] {
	border-bottom-width: 1px;
	font-size: 14px;
	font-weight: 500;
}

.attorna-blog-style-3 .attorna-comments-area input[type="checkbox"] {
	vertical-align: middle;
	margin: 0px 10px 3px 0px;
}

.attorna-blog-style-3 .attorna-comments-area .form-submit {
	text-align: left;
}

.attorna-blog-style-3 .attorna-comments-area .form-submit input[type="submit"] {
	text-transform: none;
	font-size: 14px;
	letter-spacing: 0;
	padding: 15px 33px 19px;
}

.attorna-blog-style-3 .attorna-comments-area .comment-reply-title {
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
	font-size: 22px;
}

.attorna-blog-style-3 .attorna-single-magazine-author-tags {
	margin-bottom: 30px;
}

.attorna-blog-style-3 .attorna-comments-area .comment-time {
	display: inline;
	margin-right: 12px;
}

.attorna-blog-style-3 .attorna-comments-area .comment-time time {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0px;
}

.attorna-blog-style-3 .attorna-comments-area .comment-reply {
	position: static;
	display: inline;
	font-size: 14px;
	letter-spacing: 0px;
	text-decoration: underline;
}

.attorna-blog-style-3 .attorna-comments-area .edit-link {
	font-size: 14px;
	text-decoration: underline;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.attorna-blog-style-3 .attorna-single-related-post-wrap {
	margin-bottom: 20px;
}

.attorna-blog-style-3 .attorna-single-related-post-title {
	font-size: 22px;
	margin-bottom: 40px;
	font-weight: 700;
}

.attorna-blog-style-3 .attorna-single-related-post-wrap .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
	font-size: 13px;
}

/* blog magazine */

.attorna-blog-magazine .attorna-single-article {
	padding-bottom: 0px;
}

.attorna-blog-magazine .attorna-single-article-content .attorna-single-social-share {
	padding-bottom: 30px;
}

.attorna-blog-magazine .gdlr-core-social-share-item .gdlr-core-divider {
	display: none;
}

.attorna-blog-magazine .gdlr-core-social-share-item .gdlr-core-social-share-count {
	margin-left: 20px;
}

.attorna-blog-magazine .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-count,
.attorna-blog-magazine .gdlr-core-social-share-item .gdlr-core-social-share-count .gdlr-core-suffix {
	font-size: 13px;
	font-weight: normal;
}

.attorna-blog-magazine .attorna-single-social-share {
	padding-top: 0px;
	padding-bottom: 23px;
}

.attorna-single-magazine-author-tags {
	padding-bottom: 23px;
}

.attorna-single-magazine-author-tags a {
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 8px 17px 10px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.attorna-blog-magazine .attorna-single-nav-area {
	margin-top: 60px;
	margin-bottom: 45px;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

.attorna-blog-magazine .attorna-single-author {
	border: none;
	text-align: left;
	padding: 40px;
	margin-top: 50px;
}

.attorna-blog-magazine .attorna-single-author .attorna-single-author-wrap {
	margin: 0px;
}

.attorna-blog-magazine .attorna-single-author .attorna-single-author-avartar {
	float: left;
	margin-right: 30px;
}

.attorna-blog-magazine .attorna-single-author-content-wrap {
	overflow: hidden;
}

.attorna-blog-magazine .attorna-single-author .attorna-single-author-caption {
	display: none;
}

.attorna-blog-magazine .attorna-single-author .attorna-single-author-title {
	font-size: 16px;
	margin-bottom: 18px;
}

.attorna-blog-magazine .attorna-single-author-description {
	font-size: 15px;
}

.attorna-blog-magazine .attorna-single-nav-left,
.attorna-blog-magazine .attorna-single-nav-right {
	max-width: 50%;
}

.attorna-blog-magazine .attorna-single-nav-right {
	text-align: right;
}

.attorna-blog-magazine .attorna-single-nav-area-divider {
	position: absolute;
	left: 50%;
	top: 0px;
	bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
}

.attorna-blog-magazine .attorna-single-nav .attorna-text {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
	display: block;
	margin-bottom: 8px;
}

.attorna-blog-magazine .attorna-single-nav .attorna-single-nav-title {
	font-size: 15px;
	font-weight: bold;
}

.attorna-blog-magazine .attorna-single-related-post-wrap .attorna-single-related-post-title {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 10px;
	margin-bottom: 35px;
}

.attorna-blog-magazine .attorna-comment-wrapper {
	margin-top: 45px;
}

.attorna-blog-magazine .attorna-single-related-post-wrap .gdlr-core-blog-grid .gdlr-core-blog-info-wrapper {
	padding-top: 0px;
}

.attorna-blog-magazine .attorna-single-related-post-wrap .gdlr-core-blog-grid .gdlr-core-blog-title {
	margin-bottom: 10px;
}

.attorna-blog-magazine .attorna-single-related-post-wrap .gdlr-core-blog-info-wrapper .gdlr-core-blog-info {
	font-size: 11px;
}

.attorna-blog-magazine .attorna-single-related-post-wrap .gdlr-core-blog-grid-with-frame .gdlr-core-blog-grid-frame {
	padding: 20px;
}

/* comment area */

.attorna-comments-area .attorna-comments-title {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 55px;
}

.attorna-comments-area ol.comment-list {
	list-style: none;
	margin-bottom: 55px;
	margin-left: 0px;
}

.attorna-comments-area ol.comment-list ol {
	margin-left: 50px;
	list-style: none;
}

.attorna-comments-area .comment-article {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.attorna-comments-area .comment-avatar {
	max-width: 80px;
	margin-right: 35px;
	float: left;
	overflow: hidden;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.attorna-comments-area .comment-avatar img {
	display: block;
}

.attorna-comments-area .comment-meta {
	position: relative;
	margin-bottom: 20px;
}

.attorna-comments-area .comment-author {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px;
}

.attorna-comments-area .comment-body {
	overflow: hidden;
}

.attorna-comments-area .comment-time {
	font-size: 14px;
	font-style: italic;
}

.attorna-comments-area .comment-reply {

	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.5px;
	position: absolute;
	right: 0px;
	top: 4px;
}

.attorna-comments-area .comment-respond {
	padding: 60px 55px 40px;
	margin-bottom: 80px;
}

.attorna-comments-area ol.comment-list .comment-respond {
	margin-top: 55px;
}

.attorna-comments-area .comment-reply-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 40px;
}

.attorna-comments-area .comment-reply-title small {
	margin-left: 10px;
}

.attorna-comments-area textarea {
	width: 100%;
	padding: 18px 22px;
	display: block;
	font-size: 14px;
	border-width: 1px 1px 2px 1px;
	border-style: solid;
	margin: 0px;
	margin-bottom: 14px;
}

.attorna-comments-area input[type="text"] {
	font-size: 14px;
	width: 100%;
	display: block;
	border-width: 1px 1px 2px 1px;
	border-style: solid;
	padding: 16px 22px;
	margin-bottom: 14px;
}

.attorna-comments-area input[type="text"]:focus,
.attorna-comments-area textarea:focus {
	outline: none;
}

.attorna-comments-area .attorna-comment-form-author {
	width: 50%;
	padding-right: 7px;
	float: left;
}

.attorna-comments-area .attorna-comment-form-email {
	width: 50%;
	padding-left: 7px;
	float: left;
}

.attorna-comments-area .form-submit {
	text-align: center;
	padding-top: 14px;
}

/* blog title */

.attorna-blog-title-wrap {
	background-image: url('../images/page-title-background.jpg');
	background-position: center;
	position: relative;
	background-size: cover;
	overflow: hidden;
}

.attorna-blog-title-wrap .attorna-blog-title-container {
	position: relative;
}

.attorna-blog-title-wrap .attorna-blog-title-overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.8;
}

.attorna-blog-title-wrap.attorna-feature-image .attorna-blog-title-top-overlay {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	height: 413px;
	opacity: 1;
	background: url("../images/blog-title-top-gradient.png") center top repeat-x;
}

.attorna-blog-title-wrap.attorna-feature-image .attorna-blog-title-bottom-overlay {
	position: absolute;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 413px;
	opacity: 1;
	background: url("../images/blog-title-gradient.png") center bottom repeat-x;
}

.attorna-blog-title-wrap.attorna-style-small .attorna-blog-title-content {
	padding-top: 93px;
	padding-bottom: 87px;
}

.attorna-blog-title-wrap.attorna-style-large .attorna-blog-title-content {
	padding-top: 184px;
	padding-bottom: 168px;
}

.attorna-blog-title-wrap .attorna-single-article-title {
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 11px;
	letter-spacing: 0.5px;
}

.attorna-blog-title-wrap .attorna-single-article-head-right {
	overflow: hidden;
}

.attorna-blog-title-wrap .attorna-single-article-date-wrapper {
	margin-top: 11px;
}

/* 404 */

.attorna-not-found-wrap {
	text-align: center;
	position: relative;
}

.attorna-not-found-wrap .attorna-not-found-background {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.27;
	filter: alpha(opacity=27);
	background-position: center;
	background-size: cover;
	background-image: url('../images/404-background.jpg');
}

.attorna-not-found-wrap .attorna-not-found-content {
	position: relative;
	padding: 60px 0px 65px;
}

.attorna-not-found-wrap .attorna-not-found-head {
	font-size: 150px;
	line-height: 1;
	margin-bottom: 40px;
}

.attorna-not-found-wrap .attorna-not-found-title {
	font-size: 35px;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.attorna-not-found-wrap .attorna-not-found-caption {
	font-size: 18px;
}

.attorna-not-found-wrap .attorna-not-found-back-to-home a {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.attorna-not-found-wrap form.search-form {
	max-width: 430px;
	margin: 58px auto 0px;
	position: relative;
	margin-bottom: 13px;
}

.attorna-not-found-wrap form.search-form input.search-field {
	font-size: 15px;
	width: 100%;
	border: none;
	padding: 22px 60px 22px 25px;
	height: 64px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.attorna-not-found-wrap form.search-form input.search-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 64px;
	height: 64px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.attorna-not-found-wrap form.search-form .attorna-top-search-submit {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px;
	font-size: 18px;
}

body.search .attorna-not-found-wrap .attorna-not-found-head {
	font-size: 100px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

body.search .attorna-not-found-wrap form.search-form {
	margin-top: 50px;
}

/* Not Found */

body.search .attorna-not-found-wrap {
	background-color: #bd584e;
}

body.search .attorna-not-found-wrap .attorna-not-found-caption {
	color: #ffe6e4;
}

/**
 * 5.0 - Widget
 */

/* sidebar */

.attorna-sidebar-area .attorna-widget {
	margin-bottom: 55px;
}

.attorna-sidebar-area .attorna-widget-title {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.attorna-sidebar-area .attorna-widget-title .gdlr-core-flexslider-nav {
	float: right;
	margin-left: 20px;
}

.attorna-sidebar-area .attorna-widget-head-text {
	display: block;
	float: left;
	margin-right: 28px;
}

.attorna-sidebar-area .attorna-widget-head-divider {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	overflow: hidden;
	margin-top: 0.6em;
}

/* list */

.textwidget select {
	max-width: 100%;
}

.widget_categories .screen-reader-text,
.widget_archive .screen-reader-text {
	display: none;
}

.widget_rss .rss-widget-icon {
	margin-right: 10px;
	margin-top: -3px;
}

.widget_product_categories ul,
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
	position: relative;
	list-style: none;
	margin-left: 0px;
}

.widget_product_categories ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
	font-size: 14px;
	margin-bottom: 15px;
	padding-left: 28px;
	line-height: 20px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.widget_product_categories ul ul,
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
	margin-top: 20px;
	margin-bottom: 0px;
}

.widget_product_categories ul ul ul,
.widget_archive ul ul ul,
.widget_categories ul ul ul,
.widget_nav_menu ul ul ul,
.widget_meta ul ul ul,
.widget_pages ul ul ul,
.widget_recent_comments ul ul ul,
.widget_recent_entries ul ul ul,
.widget_rss ul ul ul {
	margin-left: 5px;
}

.widget_product_categories ul ul li,
.widget_archive ul ul li,
.widget_categories ul ul li,
.widget_nav_menu ul ul li,
.widget_meta ul ul li,
.widget_pages ul ul li:last-child,
.widget_recent_comments ul ul li,
.widget_recent_entries ul ul li,
.widget_rss ul ul li {
	border-top-width: 1px;
	border-top-style: solid;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
	padding-top: 15px;
	margin-top: 15px;
}

.widget_product_categories ul li:before,
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_nav_menu ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_rss ul li:before {
	content: "\f105";
	font-family: FontAwesome;
	text-align: center;
	position: absolute;
	left: 0px;
	display: block;
	height: 20px;
	width: 20px;
	margin-top: -1px;
}

.widget_archive select,
.widget_categories select,
.widget_text select {
	font-size: 14px;
	width: 100%;
	height: 50px;
	padding-left: 15px;
	outline: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	background: url('../images/dropdown.png') no-repeat 97% center;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.widget_rss span.rss-date {
	margin-bottom: 17px;
	margin-top: 3px;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1.5px;
	font-size: 12px;
}

.widget_rss .rssSummary {
	line-height: 1.7;
	margin-bottom: 15px;
}

.widget_rss a.rsswidget {
	font-size: 16px;
	font-weight: 700;
}

.widget_rss cite {
	font-size: 14px;
	margin-bottom: 14px;
	display: block;
}

.widget_rss ul li {
	margin-bottom: 27px;
}

/* search widget */

.widget_search form {
	display: block;
	position: relative;
}

.widget_search form:after {
	content: "\f002";
	font-family: "fontAwesome";
	font-size: 14px;
	line-height: 14px;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -7px;
}

.widget_search label .screen-reader-text {
	display: none;
}

.widget_search .search-form input.search-field {
	font-size: 13px;
	line-height: 17px;
	height: 51px;
	border-width: 1px;
	border-style: solid;
	width: 100%;
	padding: 16px 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.widget_search input.search-field:focus {
	outline: none;
}

.widget_search input.search-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 51px;
	padding: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
}

/* tag cloud */

.tagcloud {
	zoom: 1;
}

.tagcloud:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.tagcloud a {
	font-size: 11px !important;
	text-transform: uppercase;
	font-weight: 600;
	float: left;
	letter-spacing: 1px;
	padding: 7px 16px 8px;
	border-width: 1px;
	border-style: solid;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* calendar */

.widget_calendar table {
	width: 100%;
	margin-bottom: 0px;
}

.widget_calendar table thead th {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0px;
}

.widget_calendar table tbody td {
	text-align: center;
	padding: 10px 0px;
}

.widget_calendar table tfoot td {
	text-align: center;
	padding: 10px 0px;
}

.widget_calendar caption {
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.widget ul.menu .sub-menu .sub-menu li {
	padding-left: 20px;
}

.widget ul.menu .sub-menu .sub-menu li:before {
	left: -10px;
}

.widget ul.menu .sub-menu .sub-menu .sub-menu .sub-menu li {
	padding-left: 15px;
}

.widget ul.menu .sub-menu .sub-menu .sub-menu .sub-menu li:before {
	left: -15px
}

.widget ul.menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li {
	padding-left: 5px;
}

.widget ul.menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu li:before {
	left: -25px;
}

/* table */

table {
	width: 100%;
	text-align: center;
	border-spacing: 2px;
	border-collapse: separate;
	margin-bottom: 20px;
}

table tr td {
	padding: 15px 0px;
}

table tr th {
	padding: 13px 0px;
	font-size: 16px;
	font-weight: normal;
}

/* for goodlayer core plugin */

body.attorna-boxed .gdlr-core-column-extend-left .gdlr-core-pbf-background-wrap {
	margin-left: -50px;
}

body.attorna-boxed .gdlr-core-column-extend-right .gdlr-core-pbf-background-wrap {
	margin-right: -50px;
}

/**
 * 6.0 - Responsive
 */

.attorna-mobile-header-wrap {
	display: none;
}

.attorna-mobile-header {
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 99;
	position: relative;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.attorna-mobile-header.attorna-fixed-navigation {
	display: none;
}

.attorna-mobile-header .attorna-mobile-header-container {
	position: relative;
}

.attorna-mobile-header .attorna-logo {
	padding: 0px 15px;
}

.attorna-mobile-header .attorna-logo-inner {
	line-height: 45px;
	margin-right: 80px;
}

.attorna-mobile-header .attorna-logo-inner img {
	vertical-align: middle;
	width: auto;
}

/*--- tablet ---*/

@media only screen and (max-width: 1140px) {
	html .widget_product_search input[type="search"]#woocommerce-product-search-field {
		width: 100%;
		margin-bottom: 10px;
	}
	body {
		width: 100%;
		overflow-x: hidden;
	}
	body.attorna-boxed div.attorna-body-wrapper {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.attorna-bullet-anchor {
		display: none;
	}
	/* remove header */
	.attorna-top-bar {
		display: none;
	}
	.attorna-header-wrap.attorna-header-style-plain,
	.attorna-header-wrap.attorna-header-style-bar,
	.attorna-navigation-bar-wrap,
	.attorna-header-background-transparent,
	.attorna-header-boxed-wrap,
	.attorna-header-side-nav,
	.attorna-header-transparent-substitute,
	.attorna-sticky-navigation {
		display: none !important;
	}
	.attorna-mobile-header-wrap {
		display: block;
	}
	.attorna-mobile-header-wrap .attorna-top-bar {
		display: block;
	}
	.attorna-mobile-header-wrap .attorna-top-bar {
		font-size: 13px;
	}
	.attorna-mobile-header-wrap .attorna-top-bar-left,
	.attorna-mobile-header-wrap .attorna-top-bar-right {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.attorna-mobile-header.attorna-fixed-navigation {
		display: block;
	}
	.attorna-sticky-menu-placeholder {
		display: none !important;
	}
	body .attorna-header-side-content.attorna-style-left {
		margin-left: 0px;
	}
	body .attorna-header-side-content.attorna-style-right {
		margin-right: 0px;
	}
	body.single-product.woocommerce div.product form.cart {
		float: none;
		margin-bottom: 30px;
		width: auto;
		margin-right: 0px;
	}
	body.single-product.woocommerce div.product .product_meta {
		margin-top: 0px;
	}
	.attorna-blog-style-2 .attorna-single-nav-area-left,
	.attorna-blog-style-2 .attorna-single-nav-area-right {
		padding: 30px 40px;
	}
	.attorna-blog-style-2 .attorna-single-related-post-container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/*--- mobile landscape style ---*/

@media only screen and (max-width: 767px) {
	.INTRODUCTION{ padding-top: 0px;}
	.intoimg {
    width: 88% !important;
    margin: auto !important;
	}
	
	body.attorna-body-front .attorna-container {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	body.attorna-body-front .gdlr-core-container {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.attorna-column-10,
	.attorna-column-12,
	.attorna-column-15,
	.attorna-column-20,
	.attorna-column-24,
	.attorna-column-30,
	.attorna-column-36,
	.attorna-column-40,
	.attorna-column-45,
	.attorna-column-48,
	.attorna-column-50,
	.attorna-column-60 {
		width: 100%;
	}
	/* header */
	.attorna-mobile-header-wrap .attorna-top-bar-left,
	.attorna-mobile-header-wrap .attorna-top-bar-right {
		float: none;
		text-align: center;
	}
	.attorna-top-bar-right-text {
		display: block;
	}
	.attorna-top-bar-right-social {
		margin-left: 0px;
	}
	.attorna-top-bar-right-social a:first-child {
		margin-left: 0px;
	}
	.attorna-page-title-wrap .attorna-page-title-content {
		padding-top: 60px !important;
		padding-bottom: 50px !important;
	}
	.attorna-blog-title-wrap .attorna-blog-title-content {
		padding-top: 60px !important;
		padding-bottom: 50px !important;
	}
	.attorna-single-article-date-wrapper {
		display: none;
	}
	.attorna-overlay-menu-content ul.menu>li {
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.attorna-overlay-menu-content ul.menu {
		padding-top: 120px;
		padding-bottom: 100px;
		max-width: 80%;
	}
	.attorna-overlay-menu-content .attorna-overlay-menu-close {
		top: 35px;
	}
	body.admin-bar .attorna-overlay-menu-content {
		margin-top: 0px;
	}
	body.admin-bar .attorna-overlay-menu-content ul.menu {
		padding-top: 160px;
	}
	body.admin-bar .attorna-overlay-menu-content .attorna-overlay-menu-close {
		top: 80px;
	}
	/* single*/
	.attorna-comments-area .comment-respond {
		padding: 45px 30px;
	}
	.attorna-comments-area .attorna-comment-form-author {
		width: 100%;
		padding-right: 0;
	}
	.attorna-comments-area .attorna-comment-form-email {
		width: 100%;
		padding-left: 0;
	}
	.attorna-comments-area .comment-avatar {
		float: none;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.attorna-comments-area ol.comment-list ol {
		margin-left: 10px;
	}
	.attorna-blog-style-2 .attorna-comments-area .attorna-comment-form-author {
		width: 100%;
		padding-right: 0px;
	}
	.attorna-blog-style-2 .attorna-comments-area .attorna-comment-form-email {
		width: 100%;
		padding-right: 0px;
	}
	.attorna-blog-style-2 .attorna-comments-area .attorna-comment-form-url {
		width: 100%;
		padding-left: 0px;
	}
	.attorna-blog-style-2 .attorna-single-nav-area {
		padding-top: 0px;
	}
	.attorna-blog-style-2 .attorna-single-nav-area-left,
	.attorna-blog-style-2 .attorna-single-nav-area-right {
		float: none;
		width: 100%;
		display: block;
		text-align: center;
	}
	.attorna-blog-style-2 .attorna-single-nav-area a i {
		display: none;
	}
	.attorna-blog-style-2 .attorna-single-related-post-container {
		max-width: 500px;
	}
	.attorna-blog-style-4 .gdlr-core-social-share-item .gdlr-core-social-share-count {
		margin-right: 0px;
	}
	.attorna-blog-style-4 .attorna-single-nav-left {
		float: none;
		text-align: center;
		display: block;
		margin-bottom: 30px;
		max-width: none;
	}
	.attorna-blog-style-4 .attorna-single-nav-right {
		float: none;
		text-align: center;
		display: block;
		max-width: none;
	}
	.attorna-blog-style-4 .gdlr-core-social-share-item {
		float: none;
	}
	.attorna-blog-style-4 .attorna-single-magazine-author-tags {
		float: none;
		margin-top: 30px;
		text-align: center;
	}
	.attorna-blog-style-4 .attorna-comments-area .attorna-comment-form-author,
	.attorna-blog-style-4 .attorna-comments-area .attorna-comment-form-email,
	.attorna-blog-style-4 .attorna-comment-form-url {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.attorna-blog-style-4 .attorna-single-author .attorna-single-author-avartar{ 
		float: none; 
		max-width: 90px; 
		margin: 0px auto 30px; 
	}
	.attorna-blog-style-4 .attorna-single-author-content-wrap{ 
		text-align: center; 
	}
	/* footer */
	.attorna-footer-wrapper {
		padding-bottom: 7px;
	}
	.attorna-footer-column {
		margin-bottom: 60px;
	}
	.attorna-footer-wrapper.attorna-with-column-divider .attorna-footer-column {
		padding: 0px 15px;
		margin-bottom: 60px;
		border: none;
	}
	.attorna-footer-wrapper.attorna-with-column-divider .attorna-footer-column:last-child {
		margin-bottom: 20px;
	}
	.attorna-fixed-footer-placeholder {
		display: none;
	}
	.attorna-fixed-footer {
		position: static;
	}
	.attorna-copyright-left,
	.attorna-copyright-right {
		float: none;
		text-align: center;
	}
	body .woocommerce .col2-set,
	.woocommerce-page .col2-set {
		width: 100%;
		float: none;
		margin-right: 0%;
	}
	body div#order_review {
		width: 100%;
	}
}

/*--- mobile portrait style ---*/

@media only screen and (max-width: 419px) {
	body {
		min-width: 320px;
	}
	.attorna-top-search-wrap input.search-field {
		font-size: 30px;
		padding-right: 90px;
	}
	.attorna-top-search-wrap .attorna-top-search-submit {
		right: 48px;
		font-size: 24px;
		margin-top: -2px;
	}
	.attorna-top-search-wrap input.search-submit {
		right: 48px;
	}
	.attorna-top-search-wrap .attorna-top-search-close {
		font-size: 40px;
	}
	.attorna-top-search-wrap input.search-field {
		padding-bottom: 10px;
	}
}

/**
 * 7.0 - Attorna
 */

/*------------------------*/

/*--- attorna lightbox ---*/

/*------------------------*/

.attorna-lightbox-wrapper {
	background: #000;
	background: rgba(0, 0, 0, 0.78);
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 10001;
	overflow: auto;
}

.attorna-lightbox-wrapper .attorna-lightbox-content-row {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10003;
}

.attorna-lightbox-wrapper .attorna-lightbox-content-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
	overflow-y: auto;
}

.attorna-lightbox-content-wrap {
	display: none;
	background: #fff;
}

.attorna-lightbox-wrapper .attorna-lightbox-content-wrap {
	display: block;
	max-width: 835px;
	margin: 0px auto;
}

.attorna-lightbox-wrapper .attorna-lightbox-title {
	color: #0e0e0e;
	font-size: 14px;
	text-align: center;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

.attorna-lightbox-wrapper .attorna-lightbox-head {
	position: relative;
	padding-bottom: 24px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	margin-bottom: 45px;
}

.attorna-lightbox-wrapper .attorna-lightbox-content-wrap {
	padding: 30px;
	overflow: hidden;
	position: relative;
}

.attorna-lightbox-wrapper .attorna-lightbox-close {
	cursor: pointer;
	font-size: 25px;
	line-height: 25px;
	position: absolute;
	right: 20px;
	top: 20px;
}

html.attorna-lightbox-on,
html.attorna-lightbox-on body {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.attorna-top-cart-content-wrap .attorna-top-cart-title {
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	margin-top: 22px;
	margin-bottom: 45px;
}

.attorna-top-cart-item {
	margin-bottom: 35px;
	position: relative;
}

.attorna-top-cart-item .attorna-top-cart-item-thumbnail {
	max-width: 78px;
	float: left;
	margin-right: 28px;
}

.attorna-top-cart-item .attorna-top-cart-item-content {
	overflow: hidden;
	padding-top: 8px;
}

.attorna-top-cart-item .attorna-top-cart-item-title {
	font-size: 17px;
	font-weight: 800;
	margin-bottom: 2px;
}

.attorna-top-cart-item .attorna-top-cart-item-info {
	font-size: 15px;
}

.attorna-top-cart-item .attorna-top-cart-item-remove {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -9px;
	font-size: 17px;
	cursor: pointer;
}

.attorna-top-cart-item-wrap {
	margin: 0px 30px;
}

.attorna-top-cart-item-wrap .attorna-top-cart-item-divider {
	margin: 38px 0px 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.attorna-top-cart-item-wrap .attorna-top-cart-price-wrap {
	font-size: 17px;
}

.attorna-top-cart-item-wrap .attorna-top-cart-price-wrap .attorna-tail {
	font-weight: 800;
	margin-left: 10px;
}

.attorna-top-cart-button-wrap .attorna-button {
	margin: 0px 6px 20px;
}

.attorna-top-cart-content-wrap .attorna-highlight,
.attorna-top-cart-item-wrap .attorna-top-cart-price-wrap .woocommerce-Price-amount.amount {
	color: #fd2e2e;
}

/*-------------------*/

/*--- wpml        ---*/

/*-------------------*/

ul.sf-menu>.menu-item-language img.iclflag {
	vertical-align: baseline;
	margin-right: 10px;
}

ul.sf-menu>.menu-item-language ul.submenu-languages {
	display: none;
	position: absolute;
	z-index: 99;
	list-style: none;
	margin: 0px 0px 0px -15px;
}

ul.sf-menu>.menu-item-language li {
	padding: 1px 11px;
}

ul.sf-menu>.menu-item-language li a {
	padding: 6px 12px;
	display: block;
}

ul.sf-menu>.menu-item-language li:first-child {
	padding-top: 12px;
}

ul.sf-menu>.menu-item-language li:last-child {
	padding-bottom: 12px;
}

.attorna-custom-wpml-flag {
	margin-right: 26px;
}

.attorna-custom-wpml-flag .attorna-custom-wpml-flag-item {
	margin-left: 20px;
}

.attorna-custom-wpml-flag .attorna-custom-wpml-flag-item:first-child {
	margin-left: 0px;
}

.attorna-dropdown-wpml-flag {
	position: relative;
	padding-top: 19px;
	padding-bottom: 19px;
}

.attorna-dropdown-wpml-flag .attorna-dropdown-wpml-flag-background {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -27px;
	right: 0px;
}

.attorna-dropdown-wpml-flag .attorna-dropdown-wpml-current-language {
	font-weight: bold;
}

.attorna-dropdown-wpml-flag .attorna-dropdown-wpml-list {
	position: absolute;
	left: -27px;
	min-width: 120px;
	top: 100%;
	z-index: 99;
	padding: 10px 18px;
	display: none;
}

.attorna-dropdown-wpml-flag .attorna-dropdown-wpml-item {
	display: block;
	white-space: nowrap;
}

.attorna-dropdown-wpml-flag .attorna-dropdown-wpml-current-language {
	margin-right: 25px;
	position: relative;
}

.attorna-dropdown-wpml-current-language:after {
	content: "\f0d7";
	font-family: fontAwesome;
	margin-left: 12px;
	font-size: 12px;
}

.gdlr-core-dropdown-tab .gdlr-core-dropdown-tab-head-wrap,
.attorna-dropdown-wpml-flag .attorna-dropdown-wpml-list {
	background: #f3f3f3;
}

/*-------------------*/

/*--- wpcf7       ---*/

/*-------------------*/

.attorna-body span.wpcf7-not-valid-tip {
	font-size: 13px;
	margin-bottom: 15px;
}

.attorna-body div.wpcf7-response-output {
	font-size: 13px;
	padding: 6px 20px;
	clear: both;
	margin: 0px;
}

.wpcf7 input,
.wpcf7 select {
	font-size: 15px;
	padding: 15px 22px;
	width: 100%;
	display: block;
}

.wpcf7 input[type="button"],
.wpcf7 input[type="submit"],
input[type="reset"] {
	width: auto;
}

.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
	width: auto;
	display: inline;
}

.wpcf7 .wpcf7-form-control .wpcf7-list-item {
	display: block;
	margin-bottom: 5px;
}

.wpcf7 textarea {
	font-size: 15px;
	padding: 18px 22px;
	height: 120px;
	width: 100%;
}

/*-------------------*/

/*--- woocommerce ---*/

/*-------------------*/

/* style */

figure.woocommerce-product-gallery__wrapper {
	max-width: none;
}

body.woocommerce .woocommerce-error,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-message {
	padding: 0.7em 2em 1em 3.5em !important;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	padding: 0.7em 2em 1em 3.5em !important;
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
	top: 0.7em;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
	margin-top: 5px;
	padding: 0;
	background-color: transparent;
}

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover {
	background-color: transparent;
}

.woocommerce div.product form.cart .variations td.label {
	padding-right: 1.3em;
	padding-left: 1.3em;
}

.woocommerce div.product form.cart .variations td.value,
.woocommerce div.product form.cart .variations th.value {
	min-width: 210px;
}

.woocommerce div.product form.cart .variations select {
	float: left;
	margin-top: 0.6em;
	margin-left: 2em;
}

a.reset_variations {
	margin-right: 15px;
	margin-left: 7px;
}

.woocommerce div.product form.cart .variations select {
	min-width: 59%;
}

.related.products h2 {
	font-size: 23px;
	margin-bottom: 42px;
}

.woocommerce table.shop_attributes th {
	background: transparent;
	padding-top: 16px;
	padding-bottom: 16px;
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
	border-bottom: 0;
}

.woocommerce table.shop_attributes {
	border-top: 0;
}

.single-product.woocommerce #review_form #respond p.comment-form-comment {
	margin-bottom: 25px;
}

.woocommerce table.shop_table {
	border: 0;
}

.woocommerce table.shop_table.shop_table_responsive.cart {
	border-spacing: 0;
}

.woocommerce table.shop_table th {
	padding: 17px 12px;
	background: none;
}

.woocommerce table.shop_table.shop_table_responsive.cart tr:nth-child(odd),
.woocommerce table.shop_table.shop_table_responsive.cart tr:nth-child(even) {
	background-color: transparent;
}

.woocommerce table.shop_table td {
	padding: 19px 20px;
}

.woocommerce-cart table.cart img {
	width: 70px;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
	margin-bottom: 0;
}

.woocommerce a.remove {
	width: auto;
}

.cart_item input.input-text.qty.text {
	padding: 15px 0px 15px 10px;
	border-bottom-width: 1px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	padding: 15px 23px 15px;
	height: 49px;
}

.woocommerce .cart input.button[name="apply_coupon"] {
	height: 49px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 180px;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
	padding: 19px 20px 18px;
	border-radius: 0;
	font-size: 12px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	padding: 15px 20px;
	border-radius: 0;
	font-size: 12px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	padding: inherit;
	opacity: inherit;
	padding-left: 23px;
	padding-right: 23px;
}

.woocommerce .cart_totals h2 {
	font-size: 18px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	border-spacing: 0;
	margin: 0;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
	padding-left: 20px;
	padding-right: 20px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
	padding-left: 20px;
	padding-right: 20px;
}

.woocommerce a.showcoupon {
	margin-left: 20px;
	color: #baf2ff;
}

.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-shipping-fields h3,
#order_review_heading {
	font-size: 17px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: 13px 15px;
	border-bottom-width: 1px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	margin-bottom: 35px;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	width: 47%;
	float: left;
	margin-right: 3%;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	width: 100%;
}

div#order_review {
	float: left;
	width: 50%;
}

.woocommerce form .form-row {
	margin: 0 0 14px;
}

.woocommerce form p.form-row.form-row-first {
	margin: 0;
}

.select2-container .select2-choice {
	padding: 6px 1px 6px 13px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
	width: 49%;
}

.shop_table.woocommerce-checkout-review-order-table {
	border-spacing: 0px;
}

.woocommerce table.shop_table th {
	padding: 17px 20px 17px 20px;
}

.woocommerce .cart_item td.product-total {
	padding-right: 20px;
	padding-left: 20px;
}

.woocommerce .cart_item td.product-name {
	padding-left: 20px;
}

.woocommerce table.shop_table td {
	padding-right: 20px;
}

.checkout_coupon .form-row.form-row-last {
	margin-bottom: 0;
}

table tr.cart_item {
	background: transparent;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	font-size: 13px;
}

html .woocommerce a.remove {
	border-radius: 100%;
	color: #333 !important;
}

.woocommerce-checkout table tr.cart_item {
	background: transparent;
}

li.woocommerce-MyAccount-navigation-link {
	padding: 13px 0px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 28%;
}

li.woocommerce-MyAccount-navigation-link.is-active {
	font-weight: 600;
}

header.woocommerce-Address-title.title h3 {
	font-size: 18px;
}

.woocommerce-Address address {
	padding: 25px;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
	width: 100%;
	margin-bottom: 40px;
}

.woocommerce-account .woocommerce-MyAccount-content {
	padding: 31px;
}

.woocommerce-Address address,
.woocommerce-account .woocommerce-MyAccount-content {
	background: #f5f5f5;
}

.woocommerce form .select2-selection {
	border-width: 1px;
	border-style: solid;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	height: 43px;
	padding: 7px 6px;
	font-size: 13px;
}

.woocommerce form .select2-selection .select2-selection__arrow {
	top: 8px;
	right: 6px;
}

body.post-type-archive-product .attorna-content-area {
	padding-bottom: 0px;
}

body.post-type-archive-product ul.products {
	margin-bottom: 0px;
}

body.single-product .attorna-content-area {
	padding-bottom: 0px;
}

/*-- Widget --*/

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
	margin-bottom: 0em;
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
	padding-left: 0;
	border-left: 0;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 15px;
}

.woocommerce .widget_shopping_cart .cart_list li:last-child,
.woocommerce.widget_shopping_cart .cart_list li:last-child {
	margin-bottom: 15px;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: 0;
	font-size: 17px;
}

.widget_shopping_cart_content .total span.woocommerce-Price-amount.amount {
	margin-left: 5px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 47px;
}

.widget_shopping_cart a.button.wc-forward {
	padding: 19px 28px;
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	float: left;
	font-size: 14px;
	padding: 16px 26px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.price_slider_amount .price_label {
	margin-top: 24px;
	font-size: 17px;
	font-weight: 700;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 15px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 15px 0;
	margin: 0;
	list-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

html ul.cart_list li a,
html .woocommerce ul.product_list_widget li a {
	font-weight: 400;
}

html .woocommerce ul.cart_list li a,
html .woocommerce ul.product_list_widget li a {
	font-weight: 600;
}

html .woocommerce ul.cart_list li .star-rating {
	float: left;
	margin-top: 10px;
}

html .woocommerce ul.product_list_widget li .star-rating {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

html .woocommerce ul.product_list_widget li del {
	margin-right: 10px;
}

html .product_list_widget span.reviewer {
	margin-top: 4px;
	margin-left: 12px;
	float: left;
}

html .widget_product_search label.screen-reader-text {
	display: none;
}

html .widget_product_search input[type="submit"] {
	height: 47px;
}

html .widget_product_search input#woocommerce-product-search-field {
	height: 47px;
	padding: 14px 12px;
	border-bottom-width: 1px;
	width: 62%;
	font-size: 13px;
}

.widget.woocommerce ul.cart_list li:first-child,
.widget.woocommerce ul.product_list_widget li:first-child {
	padding-top: 0px;
}

/*-- Fixed Color --*/

.woocommerce .woocommerce-message:before {
	color: #fff;
}

.woocommerce .woocommerce-error {
	background-color: #bd584e;
	border-top: 3px solid #bd584e;
	color: #fff;
}

.woocommerce .woocommerce-info {
	background-color: #46a5ca;
	border-top: 3px solid #46a5ca;
	color: #fff;
}

.woocommerce .woocommerce-message {
	background-color: #46ca7b;
	border-top: 3px solid #46ca7b;
	color: #fff;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	color: #ffffff;
}

.single-product.woocommerce div.product .quantity .qty {
	background: #f3f3f3;
}

.woocommerce .woocommerce-info:before {
	color: #fff
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
	color: #fff !important;
	top: inherit;
}

html .woocommerce a.remove:hover {
	color: #afafaf !important;
	background: transparent !important;
}

html .woocommerce form .form-row .required {
	color: #c5c5c5;
}

html .woocommerce form .form-row.woocommerce-invalid .select2-container,
html .woocommerce form .form-row.woocommerce-invalid input.input-text,
html .woocommerce form .form-row.woocommerce-invalid select {
	border-color: #d4d4d4;
}

html .woocommerce form .form-row.woocommerce-invalid label {
	color: #9e9e9e;
}

html .woocommerce form .form-row.woocommerce-validated .select2-container,
html .woocommerce form .form-row.woocommerce-validated input.input-text,
html .woocommerce form .form-row.woocommerce-validated select {
	border-color: #d4d4d4;
}

/* single product */

html .woocommerce span.onsale {
	font-size: 13px;
	font-weight: 600;
	line-height: 48px;
	width: 48px;
	padding: 2px 0px 0px;
	height: 48px;
}

.single-product.woocommerce .attorna-page-wrapper {
	border-top-width: 1px;
	border-top-style: solid;
}

.single-product.woocommerce .woocommerce-breadcrumb {
	font-size: 14px;
}

.single-product.woocommerce .product_title {
	font-size: 40px;
	margin-bottom: 2px;
}

.single-product.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 2px;
}

.single-product.woocommerce div.product .star-rating {
	font-size: 14px;
	padding-right: 15px;
	box-sizing: content-box;
	margin-right: 10px;
}

.single-product.woocommerce div.product .star-rating:before,
.single-product.woocommerce div.product .star-rating span:before {
	letter-spacing: 3px;
}

.single-product.woocommerce div.product .woocommerce-review-link {
	font-size: 13px;
}

.single-product.woocommerce div.product p.price {
	padding-top: 27px;
	margin-bottom: 28px;
}

.single-product.woocommerce div.product p.price ins {
	text-decoration: none;
}

.single-product.woocommerce div.product p.price .woocommerce-Price-amount {
	font-size: 26px;
	font-weight: bold;
}

.single-product.woocommerce div.product p.price del .woocommerce-Price-amount {
	font-size: 23px;
	margin-right: 9px;
}

.single-product.woocommerce div.product span.onsale {
	position: static;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

.single-product.woocommerce div.product .quantity .qty {
	height: 60px;
	font-size: 16px;
	width: 75px;
	padding-left: 15px;
	border: none;
}

.single-product.woocommerce div.product form.cart {
	margin: 25px 0px 55px 0px;
}

.single-product.woocommerce div.product form.cart.variations_form {
	width: 300px;
}

.single-product.woocommerce div.product form.cart .button {
	font-size: 13px;
	height: 60px;
	text-transform: uppercase;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 10px 30px;
}

.single-product.woocommerce div.product .product_meta {
	margin-top: 50px;
}

.single-product.woocommerce div.product .product_meta {
	overflow: hidden;
	padding-top: 5px;
}

.single-product.woocommerce div.product .product_meta>span {
	display: block;
	font-size: 13px;
	margin-bottom: 5px;
}

.single-product.woocommerce div.product .product_meta>span .attorna-head {
	font-weight: 600;
}

.single-product.woocommerce div.product .woocommerce-variation-add-to-cart-disabled {
	display: none;
}

.single-product.woocommerce div.product .attorna-woocommerce-social-share {
	clear: both;
	padding-top: 15px;
	margin-top: 30px;
	border-top-width: 2px;
	border-top-style: solid;
}

.single-product.woocommerce div.product .gdlr-core-social-share-item a {
	font-size: 14px;
}

.single-product.woocommerce div.product .attorna-woocommerce-tab {
	clear: both;
	padding-top: 60px;
	margin-bottom: 50px;
}

.single-product.woocommerce div.product .attorna-woocommerce-tab .gdlr-core-tab-item-title {
	font-size: 16px;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 600;
	padding-bottom: 18px;
}

.single-product.woocommerce div.product .attorna-woocommerce-tab .gdlr-core-tab-item-title-line {
	border-bottom-width: 1px;
	bottom: -1px;
}

.single-product.woocommerce div.product .attorna-woocommerce-tab .gdlr-core-tab-item-title-wrap {
	border-bottom-width: 1px;
}

.single-product.woocommerce div.product .attorna-woocommerce-tab .gdlr-core-tab-item-content {
	text-align: left;
	margin: 0px auto;
}

.single-product.woocommerce .woocommerce-Reviews-title {
	display: none;
}

.single-product.woocommerce #reviews {
	padding-top: 43px;
}

.single-product.woocommerce #reviews .comment-respond {
	text-align: left;
}

.single-product.woocommerce #reviews #comments ol.commentlist li img.avatar {
	border: none;
	width: 85px;
	position: static;
	padding: 0px;
	border-radius: 50%;
	margin-right: 30px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text {
	overflow: hidden;
	margin-left: 0px;
	padding: 0;
	border: none;
	text-align: left;
}

.single-product.woocommerce #reviews #comments ol.commentlist li {
	padding: 39px 49px;
	margin-bottom: 30px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	margin-bottom: 18px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong[itemprop="author"] {
	display: block;
	font-size: 17px;
	text-transform: capitalize;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time[itemprop="datePublished"] {
	display: block;
	font-size: 15px;
}

.single-product.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
	float: none;
	margin-top: 24px;
}

.single-product.woocommerce #reviews #review_form_wrapper {
	padding-top: 35px;
}

.single-product.woocommerce #reviews .comment-reply-title {
	font-size: 22px;
	margin-bottom: 30px;
}

.single-product.woocommerce #review_form #respond label {
	font-size: 15px;
	font-weight: 600;
}

.single-product.woocommerce #review_form #respond p {
	margin-bottom: 30px;
}

.single-product.woocommerce #review_form #respond label[for="rating"] {
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
}

.single-product.woocommerce #review_form #respond p.stars {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0px;
	font-size: 19px;
	line-height: 1;
}

.single-product.woocommerce #review_form #respond p.stars a {
	margin-right: 5px;
}

.single-product.woocommerce #review_form #respond input[type="text"],
.single-product.woocommerce #review_form #respond input[type="email"] {
	display: block;
	margin-top: 20px;
	border-bottom-width: 1px;
	width: 100%;
	height: 55px;
}

.single-product.woocommerce #review_form #respond textarea {
	display: block;
	margin-top: 20px;
	border-bottom-width: 1px;
	width: 100%;
	height: 150px;
	padding: 15px;
}

.single-product.woocommerce #review_form #respond .form-submit input {
	font-size: 13px;
	height: 58px;
	text-transform: uppercase;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	padding: 10px 38px;
}

.woocommerce.single-product .related.products {
	clear: left;
}

.woocommerce-account .woocommerce-MyAccount-navigation>ul {
	margin-left: 0px;
}

@media only screen and (max-width: 767px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: auto;
		float: none;
	}
}

.woocommerce div.product form.cart .group_table td {
	padding: 0px;
	vertical-align: middle;
}

table.woocommerce-grouped-product-list.group_table tr:nth-child(odd),
table.woocommerce-grouped-product-list.group_table tr:nth-child(even) {
	background-color: transparent;
}

body.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
	padding-left: 25px;
	font-weight: 700;
	text-align: left;
}

td.woocommerce-grouped-product-list-item__price {
	text-align: left;
	font-weight: 600;
}

.single-product.woocommerce div.product .quantity .qty {
	height: 48px;
	font-size: 16px;
	width: 87px;
	background: transparent !important;
	border: 1px solid #e5e5e5;
}

table.woocommerce-grouped-product-list.group_table {
	border-spacing: 0px 15px;
}

.single-product.woocommerce div.product form.cart .button {
	height: 47px;
	padding: 10px 40px;
}

.single-product.woocommerce div.product p.price {
	font-size: 32px !important;
	color: #bbb;
}

.single-product.woocommerce div.product p.price {
	margin-bottom: 0px;
}

.single-product.woocommerce div.product p.price {
	padding-top: 20px;
}

.single-product.woocommerce div.product form.cart {
	margin: 25px 0px 30px 0px;
}

.single-product.woocommerce div.product .product_meta {
	margin-top: 30px;
}

.single-product.woocommerce div.product .logisco-woocommerce-social-share {
	clear: both;
	padding-top: 15px;
	margin-top: 30px;
}

.single-product.woocommerce div.product .product_meta>span {
	font-size: 15px;
}

/*-------------*/

/*--- mmenu ---*/

/*-------------*/

.mm-menu,
.mm-panels,
.mm-panels>.mm-panel {
	margin: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	box-sizing: border-box
}

.mm-btn,
.mm-menu {
	box-sizing: border-box
}

.mm-listview a,
.mm-listview a:hover,
.mm-navbar a,
.mm-navbar a:hover {
	text-decoration: none
}

.mm-hidden {
	display: none!important
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative
}

.mm-menu {
	display: block;
	padding: 0;
	position: absolute
}

.mm-panels,
.mm-panels>.mm-panel {
	background: inherit;
	border-color: inherit;
	position: absolute
}

.mm-btn,
.mm-panel.mm-highest {
	z-index: 1
}

.mm-panels {
	overflow: hidden
}

.mm-panel {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}

.mm-panels>.mm-panel {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px
}

.mm-listview .mm-divider,
.mm-listview>li>a,
.mm-listview>li>span,
.mm-navbar .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.mm-panels>.mm-panel.mm-hasnavbar {
	padding-top: 40px
}

.mm-vertical .mm-panel {
	-webkit-transform: none!important;
	transform: none!important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
	display: none;
	padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
	border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
	display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
	height: 40px;
	bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after,
.mm-vertical .mm-listview>li>.mm-next:after {
	top: 16px;
	bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 19px
}

.mm-btn {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
	content: '';
	border: 2px solid transparent;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
	border-right: none;
	border-bottom: none;
	right: 18px
}

.mm-clear:after,
.mm-close:after {
	border-left: none;
	border-top: none;
	right: 25px
}

.mm-arrow:after,
.mm-next:after {
	content: '';
	border: 1px solid transparent;
	display: block;
	width: 6px;
	height: 6px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mm-prev:before {
	border-right: none;
	border-bottom: none;
	left: 0px
}

.mm-arrow:after,
.mm-next:after {
	border-top: none;
	border-left: none;
	right: 2px
}

.mm-navbar {
	text-align: center;
	line-height: 20px;
	height: 40px;
	margin: 0;
}

.mm-navbar .mm-btn:last-child {
	text-align: right;
	padding-right: 20px;
	right: 0
}

.mm-panel .mm-navbar {
	display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
	display: block;
	margin: 0px 25px 30px;
	position: relative;
}

.mm-listview,
.mm-listview>li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0
}

.mm-listview {
	font: inherit;
	font-size: 14px;
	line-height: 20px
}

.mm-listview>li {
	position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
	border-color: inherit
}

.mm-listview>li>a,
.mm-listview>li>span {
	color: inherit;
	display: block;
	margin: 0
}

.mm-listview>li>a.mm-arrow,
.mm-listview>li>span.mm-arrow {
	padding-right: 50px
}

.mm-listview .mm-next {
	background: rgba(3, 2, 1, 0);
	width: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2
}

.mm-listview .mm-next.mm-fullsubopen {
	width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
	border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
	padding-right: 50px;
	margin-right: 0
}

.mm-listview .mm-inset {
	list-style: disc inside;
	padding: 0 10px 15px 40px;
	margin: 0
}

.mm-listview .mm-inset>li {
	padding: 5px 0
}

.mm-listview .mm-divider {
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px
}

.mm-listview .mm-spacer {
	padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
	top: 40px
}

.mm-listview .mm-spacer.mm-divider {
	padding-top: 25px
}

.mm-page {
	box-sizing: border-box;
	position: relative
}

.mm-slideout {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	z-index: 2
}

html.mm-opened {
	overflow-x: hidden;
	position: static;
}

#mm-blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100
}

html.mm-blocking #mm-blocker {
	display: block
}

.mm-menu.mm-offcanvas {
	z-index: 0;
	display: none;
	position: fixed
}

.mm-menu.mm-offcanvas.mm-current {
	display: block
}

.mm-menu {
	width: 350px
}

@media all and (max-width:550px) {
	.mm-menu {
		width: 250px
	}
}

html.mm-opening .mm-slideout {
	-webkit-transform: translate3d(350px, 0, 0);
	transform: translate3d(350px, 0, 0)
}

@media all and (max-width:550px) {
	html.mm-opening .mm-slideout {
		-webkit-transform: translate3d(250px, 0, 0);
		transform: translate3d(250px, 0, 0)
	}
}

/* right effect */

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
	-webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
	transform: scale(.7, .7) translate3d(30%, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
	-webkit-transform: translate3d(30%, 0, 0);
	transform: translate3d(30%, 0, 0)
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-pageshadow.mm-right:after {
	left: auto;
	right: 100%
}

.mm-menu.mm-right {
	left: auto;
	right: 0
}

html.mm-right.mm-opening .mm-slideout {
	-webkit-transform: translate3d(-350px, 0, 0);
	transform: translate3d(-350px, 0, 0)
}

@media all and (max-width:550px) {
	html.mm-right.mm-opening .mm-slideout {
		-webkit-transform: translate3d(-250px, 0, 0);
		transform: translate3d(-250px, 0, 0)
	}
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

/* page dim */

html.mm-pagedim #mm-blocker,
html.mm-pagedim-black #mm-blocker,
html.mm-pagedim-white #mm-blocker {
	opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim.mm-opening #mm-blocker {
	opacity: .3;
	transition: ease .4s
}

html.mm-pagedim #mm-blocker {
	background: inherit
}

html.mm-pagedim-white #mm-blocker {
	background: #fff
}

html.mm-pagedim-black #mm-blocker {
	background: #000
}

/* custom */

ul.mm-listview li {
	margin: 0px 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

ul.mm-listview li a,
ul.mm-listview li span.attorna-mm-menu-blank {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding: 17px 0px;
}

.mm-navbar .mm-btn {
	line-height: 40px;
	font-size: 30px;
	display: block;
	text-align: left;
	left: -8px;
	padding: 0px;
}

.mm-navbar .mm-btn:before {
	content: "\34";
	font-family: elegantIcons;
}

.mm-navbar .mmenu-custom-close {
	line-height: 40px;
	font-size: 30px;
	display: block;
	text-align: left;
	margin-left: -8px;
	cursor: pointer;
}

.mm-navbar .mmenu-custom-close:after {
	content: "\4d";
	font-family: elegantIcons;
}

.mm-navbar .mm-title {
	display: none;
}

.mm-navbar .mm-title:first-child {
	display: block;
}

html.attorna-mmenu-left .attorna-sticky-navigation.attorna-fixed-navigation,
html.attorna-mmenu-right .attorna-sticky-navigation.attorna-fixed-navigation {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

html.mm-opening.attorna-mmenu-left .attorna-sticky-navigation.attorna-fixed-navigation {
	-webkit-transform: translate3d(350px, 0, 0);
	transform: translate3d(350px, 0, 0);
}

html.mm-opening.attorna-mmenu-right .attorna-sticky-navigation.attorna-fixed-navigation {
	-webkit-transform: translate3d(-350px, 0, 0);
	transform: translate3d(-350px, 0, 0);
}

html.attorna-mmenu-left .attorna-mobile-header-wrap .attorna-top-bar,
html.attorna-mmenu-left .attorna-mobile-header,
html.attorna-mmenu-right .attorna-mobile-header-wrap .attorna-top-bar,
html.attorna-mmenu-right .attorna-mobile-header {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

html.mm-opening.attorna-mmenu-left .attorna-mobile-header-wrap .attorna-top-bar,
html.mm-opening.attorna-mmenu-left .attorna-mobile-header {
	-webkit-transform: translate3d(350px, 0, 0);
	transform: translate3d(350px, 0, 0);
}

html.mm-opening.attorna-mmenu-right .attorna-mobile-header-wrap .attorna-top-bar,
html.mm-opening.attorna-mmenu-right .attorna-mobile-header {
	-webkit-transform: translate3d(-350px, 0, 0);
	transform: translate3d(-350px, 0, 0);
}

@media all and (max-width:550px) {
	html.mm-opening.attorna-mmenu-left .attorna-sticky-navigation.attorna-fixed-navigation {
		-webkit-transform: translate3d(250px, 0, 0);
		transform: translate3d(250px, 0, 0);
	}
	html.mm-opening.attorna-mmenu-right .attorna-sticky-navigation.attorna-fixed-navigation {
		-webkit-transform: translate3d(-250px, 0, 0);
		transform: translate3d(-250px, 0, 0);
	}
	html.mm-opening.attorna-mmenu-left .attorna-mobile-header-wrap .attorna-top-bar,
	html.mm-opening.attorna-mmenu-left .attorna-mobile-header {
		-webkit-transform: translate3d(250px, 0, 0);
		transform: translate3d(250px, 0, 0);
	}
	html.mm-opening.attorna-mmenu-right .attorna-mobile-header-wrap .attorna-top-bar,
	html.mm-opening.attorna-mmenu-right .attorna-mobile-header {
		-webkit-transform: translate3d(-250px, 0, 0);
		transform: translate3d(-250px, 0, 0);
	}
}

/*-----------------*/

/*--- superfish ---*/

/*-----------------*/

/* top level */

.sf-menu {
	list-style: none;
	margin-left: 0px;
}

.sf-menu>li {
	float: left;
	cursor: pointer;
}

.sf-menu>li>a {
	display: block;
	text-decoration: none;
	position: relative;
	z-index: 9;
}

/* normal menu */

.sf-menu>.attorna-normal-menu ul {
	list-style: none;
	position: absolute;
	display: none;
	z-index: 99;
	min-width: 220px;
}

.sf-menu>.attorna-normal-menu ul {
	margin-left: -15px;
}

.sf-menu>.attorna-normal-menu ul ul {
	margin-left: 0px;
}

.sf-menu>.attorna-normal-menu.sfHover>ul,
.sf-menu>.attorna-normal-menu.sfHover>ul:hover,
.sf-menu>.attorna-normal-menu li.sfHover>ul {
	display: block;
}

.sf-menu>.attorna-normal-menu ul ul {
	top: 0px;
	left: 100%;
}

.sf-menu>.attorna-normal-menu ul ul.sub-menu-right {
	left: auto;
	right: 100%;
}

.sf-menu>.attorna-normal-menu li {
	position: relative;
	white-space: nowrap;
}

.sf-menu>.attorna-normal-menu li a {
	text-decoration: none;
}

.sf-menu>.attorna-normal-menu li>a.sf-with-ul-pre {}

.sf-menu>.attorna-normal-menu li>a.sf-with-ul-pre:after {
	content: '>';
}

/* mega menu */

.sf-menu>.attorna-mega-menu .sf-mega {
	position: absolute;
	display: none;
	z-index: 99;
}

.sf-menu>.attorna-mega-menu.sfHover .sf-mega,
.sf-menu>.attorna-mega-menu.sfHover .sf-mega:hover {
	display: block;
}

.sf-menu>.attorna-mega-menu .sf-mega-section-inner a {
	text-decoration: none;
}

.sf-menu>.attorna-mega-menu .sf-mega-section-inner ul {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
}

/* vertical menu */

.sf-vertical {
	list-style: none;
	margin-left: 0px;
	left: 100%;
	top: 0;
	margin-bottom: 0px;
}

.sf-vertical li {
	position: relative;
}

.sf-vertical ul.sub-menu {
	list-style: none;
	position: absolute;
	display: none;
	left: 100%;
	top: 0px;
	z-index: 9;
	min-width: 190px;
}

.sf-vertical ul.sub-menu li {
	white-space: nowrap;
}


@media only screen and (max-width: 999px) {
    #gdlr-core-wrapper-1.gdlr-core-pbf-wrapper {}
    #gdlr-core-wrapper-1.gdlr-core-pbf-wrapper {
        margin-top: -50px !important
    }
}

@media only screen and (max-width: 767px) {
    #gdlr-core-wrapper-1.gdlr-core-pbf-wrapper {}
    #gdlr-core-wrapper-1.gdlr-core-pbf-wrapper {}
}

@media only screen and (max-width: 999px) {
    #gdlr-core-column-1 .gdlr-core-pbf-column-content-margin {
        padding: 40px 30px 10px 20px !important
    }
}

@media only screen and (max-width: 999px) {
    #gdlr-core-column-1 .gdlr-core-pbf-column-content-margin {
        margin-right: 0px !important;
        margin-left: 0px !important
    }
}

@media only screen and (max-width: 767px) {
    #gdlr-core-column-1 .gdlr-core-pbf-column-content-margin {}
}

@media only screen and (max-width: 767px) {
    #gdlr-core-column-1 .gdlr-core-pbf-column-content-margin {
        margin: 0px 0px 0px 0px !important;	padding-top: 0px !important;
    }
	figure.effect-sadie p{ opcity:1 !important}
}

@media only screen and (max-width: 999px) {
    #gdlr-core-wrapper-2.gdlr-core-pbf-wrapper {
        padding: 120px 50px 120px 50px !important
    }
    #gdlr-core-wrapper-2.gdlr-core-pbf-wrapper {}
}

@media only screen and (max-width: 767px) {
    #gdlr-core-wrapper-2.gdlr-core-pbf-wrapper {
        padding: 80px 0px 80px 0px !important
    }
}

@media only screen and (max-width: 767px) {
    #gdlr-core-column-2 .gdlr-core-pbf-column-content-margin {
        padding-bottom: 10px !important
    }
}

@media only screen and (max-width: 999px) {
    #gdlr-core-column-3 .gdlr-core-pbf-column-content-margin {
        padding-right: 0px !important;
        padding-left: 0px !important
    }
}

@media only screen and (max-width: 999px) {
    #gdlr-core-wrapper-3.gdlr-core-pbf-wrapper {
        padding-bottom: 20px !important
    }
    #gdlr-core-wrapper-3.gdlr-core-pbf-wrapper {
        margin-top: 20px !important
    }
}

@media only screen and (max-width: 767px) {
    #gdlr-core-wrapper-3.gdlr-core-pbf-wrapper {
        padding-bottom: 20px !important
    }
    #gdlr-core-wrapper-3.gdlr-core-pbf-wrapper {
        margin-top: 20px !important
    }
}

@media only screen and (max-width: 767px) {
    #gdlr-core-column-4 .gdlr-core-pbf-column-content-margin {
        padding-top: 60px !important;
        padding-bottom: 0px !important
    }
}

@media only screen and (max-width: 999px) {
    #gdlr-core-wrapper-4.gdlr-core-pbf-wrapper {
        padding-right: 60px !important;
        padding-left: 60px !important
    }
}

@media only screen and (max-width: 767px) {
    #gdlr-core-wrapper-4.gdlr-core-pbf-wrapper {
        padding: 80px 0px 80px 0px !important
    }
}

@media only screen and (max-width: 767px) {
    #gdlr-core-wrapper-5.gdlr-core-pbf-wrapper {
        padding-top: 80px !important;
        padding-bottom: 60px !important
    }
}

@media only screen and (max-width: 999px) {
    #gdlr-core-wrapper-6.gdlr-core-pbf-wrapper {
        padding-top: 80px !important;
        padding-bottom: 45px !important
    }
}

@media only screen and (max-width: 767px) {
    #gdlr-core-wrapper-6.gdlr-core-pbf-wrapper {
        padding-top: 80px !important
    }
}




	
.filter ul {
	margin: 0 auto 70px;
	display: table;
}

.filter li {
	display: inline;
	list-style: none;
	margin: 0 20px;
}

.filter li:first-child {
	margin-left: 0;
}
.filter li:last-child {
	margin-right: 0;
}

.filter a {
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #7287a2;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
}

.filter a.active {
	color: #000 !important;
}



.submit-button { 
	font-size: 15px; 
	font-weight: bold; 
	letter-spacing: 0.8px; 
	padding: 15px; 
	width: 100%;
	display: block; -webkit-appearance: none; 
	background-color:#b1976b; 
	border: 0;
	color: #fff;
	font-style: normal !important;
	cursor: pointer;
	font-style: normal;
	margin-top: 20px;
}

.gdlr-core-portfolio-thumbnail-image-wrap img {
	width: 100%;
}

.blocks-gallery-item {
	list-style: none;
}

div#logos img {
    border: 1px solid #ccc; width:auto !important ;
}

@media only screen and (max-width: 1200px) {
	
	.head1 {
    text-align: center !important;
    width: 100% !important;
    left: 0px !important;
}
	
	
}
.INTRODUCTION{padding: 0px 70px 0px 0px;}

	
	.i4ewOd-pzNkMb-haAclf.QUIbkc {
    display: none !important;
}
	input.wpcf7-form-control.has-spinner.wpcf7-submit.submit-button {
    margin-left: 1%;
    margin-top: 27px;
}
	.contctleft{background: #e6e6e6; padding: 36px; width: 47%; margin-right: 3%;}
	.contctright{background: #e6e6e6;
    padding: 36px;
    width: 47%;
    margin-left: 3%}
	.WHY_RANK{padding-top: 60px;padding-bottom:60px;background:#fff;background-size: 100%  100%}
	form.wpcf7-form.theme_0.noErrorMsg.invalid input#first_name,
form.wpcf7-form.theme_0.noErrorMsg.invalid input#email,
form.wpcf7-form.theme_0.noErrorMsg.invalid input#phone,
form.wpcf7-form.theme_0.noErrorMsg.invalid input#country,
form.wpcf7-form.theme_0.noErrorMsg.invalid textarea#req, 
.wpcf7-not-valid

{
    background: url(http://www.bccunited.com/wp-content/uploads/2021/10/error.png) no-repeat right 5px center !important;  background: #fff !important;  border-bottom: 2px solid #f68a21 !important;
    outline: none !important;font-size: 14px !important;
    line-height: 1.42857143;
}
	
	.readymix1{ padding-bottom: 60px;padding-top: 0px;	background-size: 100%  100%}
	span.wpcf7-not-valid-tip {
    display: none;
}
	
	.quality {
      border-right: 1px solid #ccc;
    min-height: 270px
}
span.wpcf7-not-val
	input.wpcf7-form-control.has-spinner.wpcf7-submit.submit-button {
    margin-top: 24px;
    margin-left: 1%;
}
	.text_area{ width:
	98%; margin: auto; margin-bottom: 10px;}
input#name , input#email {
    width: 48%;
    float: left;
    margin: 1%;
}
	@media only screen and (max-width: 999px){
#gdlr-core-column-1 .gdlr-core-pbf-column-content-margin {
  padding: 0px !important; 
}}
@media (max-width: 767px) {
	input#name, input#email {
    width: 100%;
    float: left;
    margin: 0px;
    margin-bottom: 10px;
}
	.text_area {
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
}
	.contctleft {
    background: #e6e6e6;
    padding: 15px;
    width: 100%;
    margin-right: 0%;
}
.contctright {
    background: #e6e6e6;
    padding: 15px;
    width: 100%;
    margin-left: 0px;
    margin-top: 12px;
}
	.attorna-page-title-wrap .attorna-page-title-content {
    padding-top: 60px !important;
    padding-bottom: 100px !important;
}


	.strengths {
    background: #fff;
    min-height: 200px;
    padding: 15px;
    border-bottom: 3px solid #0d72ba;
    width: 48%;
    margin: 1%;
}
	.quality {
    min-height: 149px !important;
    border-bottom: 1px solid #ccc;
    border-right: none !important;
}
	.WHY_RANK {
    padding-top: 25px;
    padding-bottom: 0px;
    background: #fff;
    background-size: 100% 100%;
}
	li.tab-link {
    width: 20%;
    margin: 3px;
}
    #gdlr-core-column-1 .gdlr-core-pbf-column-content-margin {
        margin: 0px 0px 0px 0px !important;	padding-top: 0px !important;
    }
	figure.effect-sadie p {
    opacity: 1 !important;
}
		figure.effect-sadie h2 {
    position: absolute;
    top: 20%;
			
		}
	.intoimg {
    width: 88% !important;
    margin: auto !important;
}
	#gdlr-core-column-1 .gdlr-core-pbf-column-content-margin {
    padding: 0px !important;
}
	.grid figure{ float: none; width: 70%; margin: auto}
	.Get_quote {
    margin-top: 32px;
}
	.grid {padding: 1em 0 0em;}
	#gdlr-core-column-4 .gdlr-core-pbf-column-content-margin {
   padding-top: 0px !important;
    padding-bottom: 0px !important;
}
	.cont_teztim{ padding-top:0px}
	.divider{ display: none} 
	.introimg2{ margin-bottom:
	30px !important}
		.redmix{ margin-bottom:30px !important;}
}

	@media (max-width: 500px){
		.strengths {
    background: #fff;
    min-height: 200px;
    padding: 15px;
    border-bottom: 3px solid #0d72ba;
    width: 96%;
    margin: 2%;
}
		figure.effect-sadie h2 {
    position: absolute;
    top: 20%;
			
		}
.grid figure {
    float: none;
    width: 90%;
    margin: auto;
}}	
	.i4ewOd-pzNkMb-haAclf.QUIbkc {
    display: none !important;
}
	input.wpcf7-form-control.has-spinner.wpcf7-submit.submit-button {
    margin-left: 1%;
    margin-top: 27px;
}
	.contctleft{background: #e6e6e6; padding: 36px; width: 47%; margin-right: 3%;}
	.contctright{background: #e6e6e6;
    padding: 36px;
    width: 47%;
    margin-left: 3%}
	.WHY_RANK{padding-top: 60px;padding-bottom:60px;background:#fff;background-size: 100%  100%}
	form.wpcf7-form.theme_0.noErrorMsg.invalid input#first_name,
form.wpcf7-form.theme_0.noErrorMsg.invalid input#email,
form.wpcf7-form.theme_0.noErrorMsg.invalid input#phone,
form.wpcf7-form.theme_0.noErrorMsg.invalid input#country,
form.wpcf7-form.theme_0.noErrorMsg.invalid textarea#req, 
.wpcf7-not-valid

{
    background: url(http://www.bccunited.com/wp-content/uploads/2021/10/error.png) no-repeat right 5px center !important;  background: #fff !important;  border-bottom: 2px solid #f68a21 !important;
    outline: none !important;font-size: 14px !important;
    line-height: 1.42857143;
}
	
	.readymix1{ padding-bottom: 60px;padding-top: 0px;	background-size: 100%  100%}
	span.wpcf7-not-valid-tip {
    display: none;
}
	
	.quality {
      border-right: 1px solid #ccc;
    min-height: 270px
}
span.wpcf7-not-val
	input.wpcf7-form-control.has-spinner.wpcf7-submit.submit-button {
    margin-top: 24px;
    margin-left: 1%;
}
	.text_area{ width:
	98%; margin: auto; margin-bottom: 10px;}
input#name, input#email {
    width: 100%;
    border: none;
    float: left;
    margin: 1%;
    border-bottom: 1px solid #ccc;
}
.form_contctus {background: #f7f7f7; padding: 30px;
}
.gdlr-core-pbf-wrapper-container.clearfix.gdlr-core-container.conatctus {
    position: relative;
  
   
    background: #fff; padding-bottom: 30px;
}
.borderer {
    background: url(https://ranksilicon.com/wp-content/uploads/2022/01/lines-2.png);
    background-repeat: no-repeat;
    padding: 60px;
   
    background-size: 100% 100%;
}

.cntete {
    width: 80px;
    color: #fff;
    background: #646464;
    position: sticky;
    top: 4px;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 999;
  
    padding-top: 12%;
    padding-bottom: 150px;
    height: 100%;
}
.stickyHome {
    border-bottom: 1px solid #ccc;
    padding-bottom: 11px;
    margin: 11px;
}
.stickyHome span {
    font-size: 11px;
}

	@media only screen and (max-width: 999px){
#gdlr-core-column-1 .gdlr-core-pbf-column-content-margin {
  padding: 0px !important; 
}}
@media (max-width: 767px) {
	figure.effect-bubba {
    background: #0d72ba;
    margin-bottom: 25px;
}

	input#name, input#email {
    width: 100%;
    float: left;
    margin: 0px;
    margin-bottom: 10px;
}
	.text_area {
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
}
	.contctleft {
    background: #e6e6e6;
    padding: 15px;
    width: 100%;
    margin-right: 0%;
}
.contctright {
    background: #e6e6e6;
    padding: 15px;
    width: 100%;
    margin-left: 0px;
    margin-top: 12px;
}
	.attorna-page-title-wrap .attorna-page-title-content {
    padding-top: 60px !important;
    padding-bottom: 100px !important;
}


	.strengths {
    background: #fff;
    min-height: 200px;
    padding: 15px;
    border-bottom: 3px solid #0d72ba;
    width: 48%;
    margin: 1%;
}
	.quality {
    min-height: 149px !important;
    border-bottom: 1px solid #ccc;
    border-right: none !important;
}
	.WHY_RANK {
    padding-top: 25px;
    padding-bottom: 0px;
    background: #fff;
    background-size: 100% 100%;
}
	li.tab-link {
    width: 20%;
    margin: 3px;
}
    #gdlr-core-column-1 .gdlr-core-pbf-column-content-margin {
        margin: 0px 0px 0px 0px !important;	padding-top: 0px !important;
    }
	figure.effect-sadie p {
    opacity: 1 !important;
}
		figure.effect-sadie h2 {
    position: absolute;
    top: 20%;
			
		}
	.intoimg {
    width: 88% !important;
    margin: auto !important;
}
	#gdlr-core-column-1 .gdlr-core-pbf-column-content-margin {
    padding: 0px !important;
}
	.grid figure{ float: none; width: 70%; margin: auto}
	.Get_quote {
    margin-top: 32px;
}
	.grid {padding: 1em 0 0em;}
	#gdlr-core-column-4 .gdlr-core-pbf-column-content-margin {
   padding-top: 0px !important;
    padding-bottom: 0px !important;
}
	.cont_teztim{ padding-top:0px}
	.divider{ display: none} 
	.introimg2{ margin-bottom:
	30px !important}
		.redmix{ margin-bottom:30px !important;}
}

	@media (max-width: 500px){
		.strengths {
    background: #fff;
    min-height: 200px;
    padding: 15px;
    border-bottom: 3px solid #0d72ba;
    width: 96%;
    margin: 2%;
}
		figure.effect-sadie h2 {
    position: absolute;
    top: 20%;
			
		}
.grid figure {
    float: none;
    width: 90%;
    margin: auto;
}


	figure.effect-bubba {
    background: #0d72ba;
    margin-bottom: 25px;
}

}

figure.effect-bubba:hover h2, figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    text-transform: initial;
}

figure.effect-bubba h2, figure.effect-bubba p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    text-transform: initial;
}



.attorna-page-title-wrap {
    background-image: url(https://ranksilicon.com/wp-content/uploads/2022/01/Bredcumm-banner.jpg) !important;
}

.intoimg img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease; cursor: pointer;
}

.intoimg img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);    
}
.img-holder img{  -webkit-transition: 0.2s ease;
  transition: 0.2s ease; cursor: pointer;}
.img-holder img:hover{transform: rotate(360deg);}
.gdlr-core-pbf-wrapper-container.clearfix.gdlr-core-container.conatctus {

    position: relative;

    background: #fff;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
	right: 7777px}



@media (max-width: 1400px){

.attorna-body-wrapper.clearfix.attorna-with-frame, div#attorna-mobile-header {
    padding-left: 80px !important;
}
}

@media (max-width: 1140px){

.attorna-mobile-header-wrap {
    padding-left: 60px;
}
}
@media (max-width: 900px){
  .col-md-1.divider {
    display: none;
}
  .quoteteile {
    width: 100%;
}
  .quotee {
    width: 100%;
    margin-top: 15px;
}
  .MIX_Concrete {
    width: 50%;
}
  .footer_wdget {
    width: 50%;
}
.single_aggregates {
    width: 48%;
    margin: 1%;
}}

@media(max-width: 1024px){
  .intoimg img:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
}
  .mob-menu-header-holder.mobmenu {
    display: none;
}
body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
    padding-top: 0px !important;
  }}


@media (max-width: 600px){
  
  .borderer {margin-top:60px}
  .mob-menu-header-holder.mobmenu {
    display: none;
}
  .col-md-1.divider {
    display: none;
}
  .quoteteile {
    width: 100%;
}
  .quotee {
    width: 100%;
    margin-top: 15px;
}
  .MIX_Concrete {
    width: 100%;
}
  .footer_wdget {
    width: 100%;
}
  .hello {
    display: none;
}
  .attorna-mobile-header-wrap {
    padding-left: 0px;
}
  .attorna-body-wrapper.clearfix.attorna-with-frame, div#attorna-mobile-header {
    padding-left: 0px !important;
}
.single_aggregates {
    width: 96%;
    margin: 1%;
}}

.crellyslider>.cs-controls>.cs-previous {
    background-image: url(https://ranksilicon.com/wp-content/uploads/2022/02/arrow-left.png) !important;
    left: 30px;
}

.tab-content {
   
    font-weight: 400 !important;

}
a.gdlr-core-excerpt-read-more.gdlr-core-button.gdlr-core-rectangle {
    background: #646464;
    font-weight: 500 !important;
}
.owl-item:last-child {
display:none !important;
}
.attorna-body, .attorna-body .gdlr-core-content-font, .attorna-body input, .attorna-body textarea, .attorna-body button, .attorna-body select, .attorna-body .attorna-content-font, .gdlr-core-audio .mejs-container * {

    font-family: 'Montserrat', sans-serif !important ;
}

.attorna-footer-wrapper {
 background: #f7f7f7 !important;
}
.attorna-footer-wrapper , .attorna-footer-wrapper .attorna-widget-title , .address span , ul#menu-practice-areas a , .textwidget i {
    color: #555555 !important;
}
figure.effect-bubba figcaption {
    align-items: center;
    display: grid;
    width: 100%;
}
figure.effect-sarah figcaption {
    text-align: left;
    align-items: center;
    display: grid;
    width: 100%;
}
figure.effect-sarah h2{top:0px !important}
@media (max-width: 766px){
  .MIX_Concrete {
    width: 100%;
}
  .footer_wdget {
    width: 100%;
    margin-bottom: 30px !important;
}
  .attorna-footer-wrapper .attorna-widget-title {
    margin-bottom: 10px;
}
  figure.effect-sarah figcaption {
    text-align: center;
    align-items: center;
    display: grid;
    width: 100%;
}
  
  
.single_aggregates {
    width: 80%;
    margin: 10%;
    margin-bottom: 2%;
    margin-top: 2%;
}

}

	 
.logo1{ width: 200px !important;height: 100px !important;background: url(https://ranksilicon.com/wp-content/uploads/2023/05/vertex-1.png) !important;background-size: 100% 100% !important;}	 
.logo2{ width: 200px !important;height: 100px !important;background: url(https://ranksilicon.com/wp-content/uploads/2023/05/Shapoorji-pallonji-1.png) !important;background-size: 100% 100% !important;}
.logo3{ width: 200px !important;height: 100px !important;background: url(https://ranksilicon.com/wp-content/uploads/2023/05/ramky-group-1.png) !important;background-size: 100% 100% !important;}
.logo4{ width: 200px !important;height: 100px !important;background: url(https://ranksilicon.com/wp-content/uploads/2023/05/phoenix-1.png) !important;background-size: 100% 100% !important;}
.logo5{ width: 200px !important;height: 100px !important;background: url(https://ranksilicon.com/wp-content/uploads/2023/05/mantri-1.png) !important;background-size: 100% 100% !important;}
.logo6{ width: 200px !important;height: 100px !important;background: url(https://ranksilicon.com/wp-content/uploads/2023/05/l-and-t-metro-hyd-1-1.png) !important;background-size: 100% 100% !important;}
.logo7{ width: 200px !important;height: 100px !important;background: url(https://ranksilicon.com/wp-content/uploads/2023/05/Dlf-building-india-1-1.png) !important;background-size: 100% 100% !important;}
.logo8{ width: 200px !important;height: 100px !important;background: url(https://ranksilicon.com/wp-content/uploads/2023/05/aparna-1.png) !important;background-size: 100% 100% !important;}
.logo9{ width: 200px !important;height: 100px !important;background: url(https://ranksilicon.com/wp-content/uploads/2023/05/Acc-1.png) !important;background-size: 100% 100% !important;}


.Marquee {
 
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  color: #fff;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

.Marquee-tag {
    width: 239px !important;
  height: 110px !important;}
.Marquee-tag{border-radius: 8px;     border: 1px solid #ccc !important;}
.Marquee-content {    
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 40s linear infinite running;
  -moz-animation: marquee 40s linear infinite running;
  -o-animation: marquee 40s linear infinite running;
  -ms-animation: marquee 40s linear infinite running;
  animation: marquee 40s linear infinite running;
}


.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
  width: 200px;
  margin: 0 0.5em;
  padding: 0.5em;
  background: rgba(255,255,255,0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.Marquee-tag:hover {
  background: rgba(255,255,255,0.5);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
	 
.quality:last-child {
    border: none !important;
}
.stickyHome {
    height: 71px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}.lg-inner {
    display: none !important;
}
	.lg-outer.lg-visible  , .lg-backdrop.in{
    display: none !important;
    opacity: 1;
}
	@media screen and (max-width: 782px){
html {
    margin-top:0px !important;
}}
.icon .fa-map-marker{font-size: 15px ;color: #0d72ba ;margin-right: 10px ;margin-top: -4px;}

.cntete a {
    color: #fff !important;
} .attorna-copyright-right a{margin-left:21px;}
		h1, h2, h3, h4, h5, h6 , ul#menu-main-menu-1 li{font-family: 'Montserrat', sans-serif !important;}
	.inlineee{margin-left: 12px; margin-right: 14px; display: inline;}
	.top_bar .fa-envelope{font-size: 14px ;color: #0d72ba ;margin-right: 10px ;} 
	.top_bar .fa-phone{font-size: 15px ;color: #0d72ba ;margin-right: 10px ;} 
		.hello{position: absolute;}
		.stickyHome i{font-size: 25px; color: #fff; padding: 8px; width: 41px; text-align: center}
	.address span{color: #fff;    padding-left: 21px;}						
		.address .plot{color: #fff;    padding-left: 0px;}	

.wow.fadeInUp.animated {
    visibility: visible;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
}

.gdlr-core-social-network-item.gdlr-core-item-pdb.gdlr-core-none-align {
    padding-bottom: 0px;
}
.gdlr-core-social-network-item.gdlr-core-item-pdb.gdlr-core-none-align i.fa.fa-facebook {
    font-size: 14px;
    color: #fff;
    border: 2px solid #ccc;
    padding: 6px 9px;
    border-radius: 39px;
}

.gdlr-core-social-network-item.gdlr-core-item-pdb.gdlr-core-none-align  i.fa.fa-twitter {
    font-size: 14px;
    color: #fff;
    border: 2px solid #ccc;
    padding: 6px 7px;
    border-radius: 60px;
}
.gdlr-core-pbf-column-content-margin.gdlr-core-js.Aggregates {
    padding-right: 20px;
}
figure.effect-sarah figcaption h2{color:#fff !important;    font-size: 33px !important;}
					.MIX_Concrete .gdlr-core-pbf-column-content-margin{padding: 0px 0px 0px 10px;}
span.second_number{padding-left: 0px;}
					.address span{color: #fff;}
					.icon .fa-envelope{font-size: 15px ;color: #0d72ba ;margin-right: 10px ;margin-top: -4px;}
					.icon .fa--phone{font-size: 15px ;color: #0d72ba ;margin-right: 10px ;margin-top: -4px;}
					.address a{margin-left: 4px;}

.pb-20{padding-bottom: 20px !important}

.readymix .gdlr-core-skin-title{font-size: 30px ;font-weight: 700 ;text-transform: none ;}

.aggregantes h2{color: #fff !important;}

.single_aggregates .gdlr-core-pbf-column-content-margin{padding:0px 10px 0px 0px;}
	
						.text-center{text-align: center}
						.view_more{text-transform: uppercase; font-weight: 300; margin-top: 10px}
a.gdlr-core-excerpt-read-more.gdlr-core-button.gdlr-core-rectangle.view_more {
    margin-top: 32px;
}
.item {
    text-align: center;
}
		  .get_a_quote{text-transform: capitalize !important}
					   .text_center{text-align: center !important}
					.item h3{font-size: 17px; padding-top: 10px;margin: 0px; padding-bottom: 10px;}
		.padding_buttom{padding:0px 10px 0px 0px; }
		.pb-0{ padding-bottom:0px !important}
	     .paddingg{padding: 0px 0px 0px 0px;}
		 .titleeee{font-size: 25px ;font-weight: 700 ;letter-spacing: 0px ;text-transform: none ;color: #333333 ;}
		 .white_boder{border-color: #fff;
    height: 6px !important;
    width: 78px !important;
    background: #0d72ba;}
		h3.gdlr-core-title-item-title.gdlr-core-skin-title.For_supply{font-size: 26px ;margin-top: 19px ;text-transform: none ;color: #fff;text-align: left;}
					.border1{ border: 1px solid #fff !important}							h3.gdlr-core-title-item-title.gdlr-core-skin-title.For_supply span{font-weight: 700}
		 .text_justify{text-align: justify;}
		 .intro_cont{text-transform: none ;color: #333333 ;}
		 .into_view_more{text-transform: uppercase; font-weight: 300; margin-top: 10px}
		  .intoimg img{width: 100%}
		  .mb-30{margin-bottom: 30px ;}
		.effect-sadie figcaption h2{color:#fff; font-size:26px}
	
ul.side-nav {
	margin: 0px 0px 0px;
	padding: 0px;
}
.side-nav li {
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	max-height: 85px;
	position: relative;
}
.side-nav li span.static-txt {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 12px;
	bottom: 5px;
	opacity: 1;
	transition: opacity .15s ease-in-out; font-weight:600;
}
.side-nav li a {
	z-index: 2;
	display: block;
	color: #fff;
	line-height: 30px;
	height: 85px;
	position: relative;
	text-align: center;
	transition: all 0.35s ease 0s;
	position: relative;
}
.side-nav li a.home-icon {
	background: url(https://ranksilicon.com/wp-content/uploads/2023/06/home.png) no-repeat center 20px;
}

.side-nav li a.contact-icon {
	background: url(https://ranksilicon.com/wp-content/uploads/2023/06/phone.png) no-repeat center 20px;
}
.side-nav li a.plant-icon {
	background: url(https://ranksilicon.com/wp-content/uploads/2023/06/plants.png) no-repeat center 20px;
}
.side-nav li a.download-icon {
	background: url(https://ranksilicon.com/wp-content/uploads/2023/06/download.png) no-repeat center 20px;
}
.side-nav li a span {
	bottom: 0;
	color: #0d72ba;
	display: block;
	font-size: 14px;
	left: -200px;
	line-height: 20px;
	opacity: 0;
	padding: 20px 20px 20px 100px;
	position: absolute;
	text-align: left;
	top: 0;
	transition: all 0.35s ease 0s;
	white-space: nowrap;
	z-index: 1;
	height: 85px;
	text-align: center
}
.side-nav li a:focus span, .side-nav li a:hover span {
	color: #fff;
	left: 0;
	opacity: 1;
	display: block;
	transition: all 0.35s ease 0s;
}
		
		
		
		
		
		
		
.side-nav li a span.home-icon {
	background: #0d72ba url(https://ranksilicon.com/wp-content/uploads/2023/06/home.png) no-repeat 18px 20px;    line-height: 23px;border: 1px solid #fff;
}
.side-nav li a span.contact-icon {
	background: #0d72ba url(https://ranksilicon.com/wp-content/uploads/2023/06/phone.png) no-repeat 18px 20px;    line-height: 23px;border: 1px solid #fff;
}
.side-nav li a span.plant-icon {
	background: #0d72ba url(https://ranksilicon.com/wp-content/uploads/2023/06/plants.png) no-repeat 18px 20px;    line-height: 23px;border: 1px solid #fff;
}
.side-nav li a span.download-icon {
	background: #0d72ba url(https://ranksilicon.com/wp-content/uploads/2023/06/download.png) no-repeat 18px 20px;    line-height: 23px;border: 1px solid #fff;
}/*.side-nav li a span.share-icon { background:#0d72ba url(../images/icon/share.png) no-repeat 18px 20px; }.side-nav li:last-child a span {padding: 20px 20px 20px 60px;}*/
.nav-share {
	position: relative;
}
.side-nav li:hover span.static-txt {
	transition: opacity .15s ease-in-out;
	opacity: 0;
}
.side-nav li:hover .nav-share-list {
	opacity: 1;
	left: 80px;
		}.cntete{
		    background-color: #646464;
    bottom: 0;
    color: #fff;
    display: block !important;
    height: auto !important;
    left: 0;
    position: fixed;
    top: 0;
    transform: translate3d(0px, 0px, 0px);
    width: 80px;
		}
		.textwidget p {
    text-align: justify !important;
}.gdlr-core-social-network-item .gdlr-core-social-network-icon {
    margin-left: 5px !important;

}
.attorna-page-title-content.attorna-item-pdlr {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.attorna-page-title-content.attorna-item-pdlr h1.attorna-page-title{font-size: 36px !important;
    text-transform: uppercase;}

figure.effect-sadie p {
    position: absolute;
    top: 40% !important;
}
figure.effect-sadie:hover figcaption h2 {
    display: none !important;
}
.grid figure {
  
    margin: 1.5% 1% !important;

}
.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
    color: #fff !important;
    font-size: 16px;
}
.fbc-page .fbc-wrap .fbc-items li a {
    color: #fff !important;
}
.fbc-page .fbc-wrap .fbc-items {
  
    text-align: center;
    float: none !important;
    background: transparent !important;
}
ul {
    LIST-STYLE-POSITION: inside;
}
.border1{ border: 1px solid #fff !important}
	.Qulaity_title{padding-top: 10px; margin-bottom: 6px}

.intoimg img{ width:100%}
.OUR_STORY{padding: 0px 0px 0px 60px;}
.OUR_STORY h3{    padding-bottom: 20px !important;}
.gdlr-core-item-mgb.quality {
    border-right: 1px solid #ccc;
    min-height: 270px;
}
.why_rankk{padding: 0px 70px 0px 60px;}



.timeline {
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  position: relative;
}
.timeline__event {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  align-self: center;
  width: 50vw;
}
.timeline__event:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.timeline__event:nth-child(2n+1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n+1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #0d72ba;
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
          animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #0d72ba;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  -webkit-animation: fillLeft 2s forwards 4s ease-in-out;
          animation: fillLeft 2s forwards 4s ease-in-out;
}
.timeline__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #0d72ba;

}
.timeline__event__content {
  padding: 20px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: calc(40vw - 84px);
  border-radius: 0 6px 6px 0;
}
.timeline__event__date {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  background: #0d72ba;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
}
.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 20px;
  align-self: center;
  margin: 0 20px;
  background: #0d72ba;
  border-radius: 100%;
  width: 40px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  padding: 40px;
  height: 40px;
  position: relative;
}
.timeline__event__icon i {
  font-size: 32px;
}
.timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #0d72ba;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
          animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #0d72ba;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
          animation: fillLeftOdd 2s forwards 4s ease-in-out;
}
.timeline__event__description {
  flex-basis: 60%;
}
.timeline__event--type2:after {
  background: #fff;
}
.timeline__event--type2 .timeline__event__date {
  color: #fff;
  background: #0d72ba;
}
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
  background: #87bbfe;
}
.timeline__event--type2 .timeline__event__icon {
  background: #0d72ba;
  color: #fff;
}
.timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
  background: #0d72ba;
}
.timeline__event--type2 .timeline__event__title {
  color: #0d72ba;
}
.timeline__event--type3:after {
  background: #0d72ba;
}
.timeline__event--type3 .timeline__event__date {
  color: #fff;
  background-color: #0d72ba;
}
.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
  background: #0d72ba;
}
.timeline__event--type3 .timeline__event__icon {
  background: #0d72ba;
  color: #fff;
}
.timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
  background: #0d72ba;
}
.timeline__event--type3 .timeline__event__title {
  color: #0d72ba;
}
.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event__content {
    width: 100%;
  }
  .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  .timeline__event__icon:before, .timeline__event__icon:after {
    display: none;
  }
  .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    margin: 0;
  }
}
@-webkit-keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@-webkit-keyframes fillTop {
  100% {
    top: 100%;
  }
}
@keyframes fillTop {
  100% {
    top: 100%;
  }
}
@-webkit-keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}

.section-title{
	background-color: #fff;
	margin-bottom: 50px;
	overflow: hidden;
  color:#0d72ba;
  border-left: 5px solid #0d72ba;
}

.services-inner{
	overflow: hidden;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}

.service{
	padding: 20px 0;
	background-color: #fff;
  border:1px solid #0d72ba;
}

.service h3{
	color:#0d72ba;
}

.service:hover{
	padding: 20px 0;
	background-color: #0d72ba;
}
.service-content{ color:#161616 !important}
.service:hover .service-content{ color:#fff !important}
.service:hover h3{
	color:#fff;
}

.service-content{
	color: #fff;
	padding: 0 10px;
}

@media(max-width: 767px){
  .services-inner{
		display: block;
	}
}


.services-wrapper {
  width: auto;
  min-height: 400px;
  padding: 25px;
}

.service-container {
  text-align: center;
  margin-top: 25px;
}

.singleservice {
  display: inline-block;
  width: 23%;
 
  background-color: #fff;
  padding: 25px;
  color: #b2b2b2;

  text-align: left;
  margin-bottom: 15px;
  padding: 40px;
  margin-left: 5px;
  margin-right: 5px;
  border-bottom: 5px solid #0d72ba;

}

.singleserviceb {
  display: inline-block;
  width: 23%;

  background-color: #fff;
  padding: 25px;
  color: #b2b2b2;

  text-align: left;
  margin-bottom: 15px;
  padding: 40px;
  margin-left: 5px;
  margin-right: 5px;
  border-bottom: 5px solid #0d72ba;

}

@media (max-width:500px) {
  .singleservice, .singleserviceb {
    width: 100%;
  }
}

h2.servicetitle{
  font-family: century gothic;
  font-size: 16pt;
  font-weight: normal;
  letter-spacing: 1px;
  padding-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  color: #8c8c8c;
}
.attorna-body, .attorna-body p, .attorna-line-height, .gdlr-core-line-height {
    line-height: 1.7;
    font-family: 'Montserrat', sans-serif !important;
}
img.serviceicon {
  width: 20%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: .5;
}

.niiceeTabBtn button{ color: #0d72ba !important;}
.niiceeTabBtn button:hover, .niiceeTabBtn button.active {
    background-color: #0d72ba;
    color: #fff !important; 
}

h3.gdlr-core-title-item-title.gdlr-core-skin-title{ text-transform: uppercase !important;}


.comparison-table{
  border-collapse:collapse;
}
.comparison-table .empty-cell{
  border:none;
  background:none;
}
.comparison-table td,
.comparison-table th{
  padding:10px 15px;    vertical-align: middle;
  border:1px solid #e9e9e9;
  min-width:130px;
  max-width:300px;
  text-align:center;
}
.comparison-table .comparison-table-section-header td{
  font-weight:500;
  font-size:12px;
  padding-top:20px;
  color:#222;
  text-transform:uppercase;
  background:#f9f9f9;
  letter-spacing:1px;
}
.comparison-table .comparison-table-desc{
  display:block;
  font-size:11px;
  color:#aaa;
  max-height:0;
  overflow:hidden;
  margin:0;
}
.comparison-table tr:hover .comparison-table-desc{
  max-height:100px;
  color:#eee;
  padding-top:8px;
  transition:max-height .3s ease-in;
}
.comparison-table th{
  background:#f9f9f9;
  font-weight:500;
  text-transform:uppercase;
  color:#666;
  padding-top:20px;
  padding-bottom:20px;
  letter-spacing:2px;
  font-size:14px;
}
.comparison-table .comparison-table-pro{
  background:#0d72ba;
  color:white;
  border-color:#0d72ba;
}
.comparison-table td:first-child{
  text-align:left;
}
.comparison-table .fa-check{
  color:#7ab55c;
}
.comparison-table .fa-close{
  color:#b55c68;
}

.comparison-table tr.comparison-table-row:hover{
  background:#0d72ba;
}
.comparison-table tr.comparison-table-row:hover td{
  border-color:#0d72ba;
}
.comparison-table tr.comparison-table-row:hover td,
.comparison-table tr.comparison-table-row:hover td .fa{
  color:#fff;
}


.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 400;
  font-size: 28px;
  color: #3B566E;
  letter-spacing: 1.1px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #C7E5FF;
}

.center-text p {
  margin-bottom: 30px;
}

.services-small-item {
  display: block;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  padding: 40px 28px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.services-small-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  background-image: linear-gradient(135deg, #fff 0%, #0d72b9 100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.services-small-item.active:before, .services-small-item:hover:before {
  opacity: 1;
}

.services-small-item.active .icon:before, .services-small-item:hover .icon:before {
  opacity: .26;
}

.services-small-item.active .icon i, .services-small-item:hover .icon i {
  background: -webkit-linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-small-item.active .services-title, .services-small-item:hover .services-title {
  color: #ffffff;
}

.services-small-item.active p, .services-small-item:hover p {
  color: #ffffff;
}

.services-small-item.active .button i, .services-small-item:hover .button i {
  background-image: linear-gradient(135deg, #fff 0%, #fff 100%) !important;
  color: #2b708b !important;
}

.services-small-item:hover {
  margin-top: -15px;
}

.services-small-item .icon {
  width: 100%;
  height: 30px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.services-small-item .icon i {
    display: block;
    height: auto;
    line-height: initial;
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 2;
    font-size: 28px;
    background-image: linear-gradient(135deg, #0d72b9 0%, #0d72b9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.services-small-item .services-title {
  font-weight: 400;
  font-size: 16px;
  color: #3B566E;
  letter-spacing: 0.7px;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.services-small-item p {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.88px;
  line-height: 26px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 30px;
}

.services-small-item .button {
  position: relative;
  z-index: 2;
}

.services-small-item .button i {
  width: 42px;
  height: 42px;
  background-image: linear-gradient(135deg, #80d0c7 0%, #13547a 100%);
  line-height: 42px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  color: #fff;
  padding-left: 3px;
}

.services-small-item:hover + .item-bg {
  bottom: 30px;
}

.item-bg {
  content: '';
  position: absolute;
  width: 80%;
  height: 15px;
  bottom: 15px;
  left: 0px;
  right: 0px;
  margin: auto;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 1;
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

ul.lists  {
    margin-left: 17px;
    list-style: initial;
}

.coreval{    margin-left: 0px;}
p.plantss {
    margin-bottom: 30px;
    text-align: center;
}
.carousel-inner .item h3 {
 
    display: none;
}
.strengths {
    min-height: auto !important;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.4 !important;
}
.attorna-mobile-header-wrap {
    display: none !important;
}
.attorna-mobile-menu-right {
    display: none;
}
@media only screen and (max-width: 1140px){
  .attorna-page-title-content.attorna-item-pdlr {
    padding-top: 122px !important;
    padding-bottom: 50px !important;
}
body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
    padding-top: 0px !important;
  }}
img.mob-standard-logo {
    height: 60px !important;
    padding-top: 10px !important;
}
.mobmenur-container {
    margin-top: 13px;
}


@media (max-width: 1024px){
  
  .strengths {
    min-height: 181px !important;
}
  .carousel-inner {
    position: relative;
    width: 85% !important;
    overflow: hidden;
}
  figure.effect-sarah figcaption h2 {
    color: #fff !important;
    font-size: 18px !important;
}
  .footer_wdget {
    width: 50% !important;
}
  
  
.mob-menu-header-holder.mobmenu {
    display: block  !important;
  }}



@media (max-width: 764px){
  .borderer {
    margin-top: 39px;
}
  .strengths {
    min-height: auto !important;
    width: 100% !important;
}
  .intoimg {
    margin-bottom: 20px !important;
}
  .grid figure img {
 width: 100%;

}
.single_aggregates {
    width: 98% !important;
    margin: 0%  !important;
    margin-bottom: 0% !important;
    margin-top: 0 !important;
}
.grid figure { width: 100% !important;}
figure.effect-sarah img {
    margin-left: 0% !important;
}
}

figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


nav.niiceeTabBtn{ text-align: center}
.niiceeTabBtn button {
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 100%;
  padding: 1% 2%;
	color: #888;
	
  transition: 0.3s;
}
.niiceeTabBtn button:hover,
.niiceeTabBtn button.active {
	background-color: #0d72ba;
	color: #fff;
}
.tabcontent {
	display: none;
	padding: 2rem;
	
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 0px 0px;
	animation: fadeEffect 1s;
}
@keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
}



@media (max-width: 768px){
  h3.gdlr-core-title-item-title.gdlr-core-skin-title.For_supply {
    text-align: center;
}
 
figure.effect-sadie p {
    position: absolute;
    top: 32% !important;
}
  .borderer {
    margin-top: 50px !important;
}
  .gdlr-core-pbf-column-content-margin.gdlr-core-js.OUR_STORY {
    padding-left: 0px !important;
}  
  .quality {
    width: 45% !important;
}
  
  .quality:nth-child(2) {
 border:none !important;
}
  
  
  .intoimg img {
    padding-bottom: 33px;
}button.tablinks {
    margin-bottom: 5px;
}
  .singleserviceb ,  .singleservice {
    display: inline-block;
    width: 50%;
  }
    
 .strengths {
    min-height: 181px !important;
    width: 46% !important;
}
.footerwidget1 , .footerwidget2 , .footerwidget3 { margin-bottom: 25px !important;}
  .attorna-footer-wrapper .attorna-widget-title { margin-bottom: 10px;}
  
  .footer_wdget {
    width: 100%  !important;
}
.grid figure.effect-sarah { width: 97%;}
div#gdlr-core-column-1  , div#gdlr-core-column-2{  width: 100%;}
}
figure.prod-box img {
    height: 74px !important;
}
.vision{padding-bottom: 20px ;text-align: justify}

.pb-0{padding-bottom: 0px !important  }
               .clients_block{padding-top: 60px;padding-bottom:40px;background:#fff;background-size: 100%  100%} 
.mb-50{ margin-bottom:50px}

.w-100{width: 100%}

.pl-0 {
    padding-left: 0px !important;
}#button {
  display: inline-block;
  background-color:#646464;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 30px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

table tr:nth-child(odd) {
    color: #333333;
}
table tr:nth-child(even) {
    color: #333333;
}

.gdlr-core-counter-item-number.gdlr-core-skin-title.gdlr-core-title-font {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}img.home_icon_img {
    width: 30px;
    border: 1px solid #ccc;
    padding: 6px;
    position: relative;
    top: 8px;
}
figure.effect-bubba figcaption h2 {
    font-weight: 700 !important;
}	

.quote_contact{text-align: center; padding-bottom: 40px}
								.contact_icons{font-size: 25px; color: #0d72ba; margin-right: 10px;   border: 1px solid #ccc; padding: 8px;width: 41px; text-align: center}
								.home_icon{font-size: 25px; color: #0d72ba; margin-right: 10px;   border: 1px solid #ccc; padding: 8px; position: relative;  top: 6px;width: 41px; text-align: center}
								.address_contact{padding-left: 40px;    margin-top: -29px;}
								.envelop_icon{font-size: 25px; color: #0d72ba; margin-right: 10px;   border: 1px solid #ccc; padding: 8px; width: 41px; text-align: center}



.prod-box .img-holder:hover .item-img-1{ display: block}



	.services{ text-align:center; padding: 15px; cursor: pointer}	
	.services:hover{  filter: grayscale(100%);}	
	.services:hover .services img{transform: rotate(360deg);}	
	.services img{ width:89px;}	
.strengths{ padding:0px}
figure.effect-sadie p {
    
    text-transform: none !important;
}
h3.gdlr-core-title-item-title.gdlr-core-skin-title.For_supply {
    text-transform: none !important;
}
.quality .services img{ width:auto; height: 74px}	
.gs_logo_single img , .gs_logo_single--inner , .gs_logo_single--inner{ border: 0px solid #ccc !important; background: #ccc !important}
 .gs_logo_single--inner{  border:1px solid #ccc;}


.niiceeTabBtn button {
    color: #333 !important;
}
.comparison-table tr.comparison-table-row:hover {
    background: #e3e3e3;
   
}
a.gdlr-core-excerpt-read-more.gdlr-core-button.gdlr-core-rectangle.get_a_quote {
    font-weight: 700 !important;
}


.comparison-table tr.comparison-table-row:hover td, .comparison-table tr.comparison-table-row:hover td .fa{ color:#333333} 
.comparison-table tr.comparison-table-row:hover td{     border: 0px solid #0d72ba !important;}
h3.gdlr-core-title-item-title.gdlr-core-skin-title.For_supply {
    FONT-WEIGHT: 500 !important;
}
nav.mobile-bottom-nav {
    display: none;
}

@media (max-width: 600px){
figure.effect-sadie p {
    position: absolute;
    top: 12% !important;
}
}

@media (max-width: 600px){
.intoimg img {
    padding-bottom: 0px;
  }}
span.wpcf7-spinner {
    display: none;
}
.boucher_dwnld input.wpcf7-form-control.wpcf7-submit.has-spinner{ margin:auto}
body{ margin-top:-30px !important}
.gs_logo_area.gs_logo_area_2.slider1.gs_logo__loaded {
    height: 160px !important;
}
.attorna-top-bar2{ display:none}
.mobile {display:none}
.mobile-bottom-nav{display:none}
@media (max-width: 768px){ 
  
  .video-dialog .modal-content {
    width: 100% !important;
    display: block  !important;
   
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0);
    padding: 24px;
}
  

  
.video-dialog .embed-container {
    top: 20px !important;
   
}
  .modal-dialog.video-dialog {
    top: 20px;
}
  .modal-body input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding-top: 20px !important;
    margin-top: 16px !important;
    text-align: center;
    width: 100%;
}
.mobile {display:block}
.desktop{display:none}
.attorna-top-bar2 {
    display: block;
    padding-top: 82px;
}.mob-menu-header-holder.mobmenu {
    border-bottom: 1px solid #ccc;
}.timeline__event__icon {
    display: none;
}.timeline__event__date {
    border-radius: 0;
    padding: 20px;
    border-radius: 6px 6px 0 0 !important;
}
  .quality {
    width: 100% !important;
    border: none !important;
  
    min-height: auto !important;
    margin-bottom: 0px;
   
    position: relative;
}
  .attorna-top-bar-left.attorna-item-pdlr.top_bar {
    width: 100%;
    text-align: center; padding-bottom:10px
}.attorna-footer-wrapper {
    background: #f7f7f7 !important;
}
  .timeline__event {
    width: 100% !important;
}
  .attorna-footer-wrapper {
    /* background: #120c0c !important; */
    position: relative;
}
  .col-md-8.cont_teztim p {
    text-align: justify;
}h3.attorna-widget-title {
    position: relative;
    z-index: 9999999999999;
}
  .carousel-inner {

    width: 100% !important;
  
}.attorna-page-title-content.attorna-item-pdlr {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
  .gdlr-core-gallery-item.gdlr-core-item-pdb.clearfix.gdlr-core-gallery-item-style-grid{ padding-bottom:0px !important}
  .attorna-top-bar-right.attorna-item-pdlr {
    display: none;
}
  .tabcontent {
    padding: 15px !important;
}

  nav.niiceeTabBtn button {
    padding: 5px 4px !important;
    width: 30%;
}
  .mobile-bottom-nav{ display:block}
  .secondrowstensths {
    margin-bottom: 2% !important;
}

#button.show {
    opacity: 1;
    visibility: visible;
}
  .ne_1 {
    font-size: 10px; float:left !important;
   
}
  .top_bar .fa-phone {
    font-size: 11px;
    color: #0d72ba;
    margin-right: 6px;
    position: relative;
    top: 2px;
    margin-left: 11px;
}
#button {
  
  bottom: 69px;}
  .WHAT_PEOPLE_SAY {
    padding: 30px 0px 60px 0px;
    background: #f7f7f7;
}
 .modal-dialog.video-dialog {
    top: 22px;
} 
.modal-body h3.gdlr-item-title.gdlr-skin-title.gdlr-skin-border {
    font-size: 15px;
}
h3.gdlr-core-title-item-title.gdlr-core-skin-title.For_supply {
    margin-top: 0px;
}
 .PROJECTS_11 .grid {
    padding: 1em 0 0em;
    padding-top: 0px;
}
  #gdlr-core-wrapper-1.gdlr-core-pbf-wrapper {
    margin-top: 0px !important;
    padding-top: 30px;
    padding-bottom: 30px;
}
  .attorna-footer-wrapper {
    padding-top: 30px;
}
  .mobile-bottom-nav__item {
    width: 33%;
    float: left;
    padding-top: 9px;
    padding-bottom: 10px;
}
 
  .gdlr-core-pbf-wrapper.Division.DIVISIONS1 , .gdlr-core-pbf-wrapper-content.gdlr-core-js.conatctstrip , .gdlr-core-pbf-wrapper.Division , .gdlr-core-pbf-wrapper.aggregantes ,  .gdlr-core-pbf-wrapper.introsection , div#Completedprojects ,  div#plants , .gdlr-core-pbf-wrapper.red.Division , .gdlr-core-pbf-wrapper.red.OUR_CLIENTS , .gdlr-core-pbf-wrapper.readymix.PROJECTS_11 ,  .gdlr-core-pbf-wrapper.aggregantes.AGGREGATE1 , .gdlr-core-pbf-wrapper-content.gdlr-core-js.conatctstrip.Enhance1{
    padding-top: 30px;
    padding-bottom: 30px;
}
  .mobile-bottom-nav{ display:block !important}
   .mobile-bottom-nav{ height:67px !important;}
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    margin: AUTO;
}

.gdlr-core-pbf-wrapper.readymix.PROJECTS_11.bg_gray {
    background: #f7f7f7;
}
.modal-dialog.video-dialog {
    top: 49px !important;
}

.modal-body {
   
    padding: 0px !important;
}
.video-dialog .embed-container {

    padding: 20px;
}


@media (max-width: 768px){ 
  
  .video-dialog .modal-content {
    width: 100% !important;
    display: block  !important;
   
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,0);
    padding: 24px;
}
    .modal-dialog.video-dialog {
    top: 100px !important;
}
  input#miniorange_otp_token_submit_58166d7 {
    font-size: 7px;
}
  .video-dialog button.close {
  right:0px !important;}
  .embed-container {
   
}.video-dialog .modal-content {
    
    padding: 9px;
}
  
}

input#miniorange_otp_token_submit_5825d6a {
    background: #ccc !important;height: 48.7px !important;
    color: #000;
    background: no-repeat;
    padding-left: 15px;
    padding-top: 16.2px;
    width: 33%;
    padding-bottom: 16.3px;
  
}

.showfiel{ display:none}
.intl-tel-input.allow-dropdown {
    width: 65% !important;
    float: left;margin-right:2%
}
@media (max-width: 768px){ 
input#miniorange_otp_token_submit_5825d6a {
  
    width: 100%;
 
    top: 8px;
}
  .modal-body p {
    line-height: 8px !important;
}
.intl-tel-input.allow-dropdown {
    width: 100% !important;
    float: left;
}
}
form.wpcf7-form.theme_0.noErrorMsg.invalid input#first_name, form.wpcf7-form.theme_0.noErrorMsg.invalid input#email, form.wpcf7-form.theme_0.noErrorMsg.invalid input#phone, form.wpcf7-form.theme_0.noErrorMsg.invalid input#country, form.wpcf7-form.theme_0.noErrorMsg.invalid textarea#req, .wpcf7-not-valid {
  
    border-left: 2px solid #f68a21 !important;
    border-bottom: 1px solid #ccc !important;
  
}
.First_name {
    margin-bottom: 10px !important;
}

@media (max-width: 768px){

.gdlr-core-pbf-column-content-margin.gdlr-core-js.Aggregates {
    padding-right: 0PX !important;
}

h2.sliderhead1 {
    position: relative;
    top: 10px !important;
}

 input#miniorange_otp_token_submit_5825d6a {
    margin-top: 70px !important;
  

    width: 100%;
   
}
  .strengths {
    min-height: 181px !important;
    width: 48% !important;
}
  .hello{ display:none !important}
  .attorna-body-wrapper.clearfix.attorna-with-frame, div#attorna-mobile-header {
 padding-left: 0px !important;
}
  
  .white_boder {

    margin: auto !important;
}
  h3.gdlr-core-title-item-title.gdlr-core-skin-title {
    font-size: 20px !important;
    text-align: center !important;
    display: block !important;
}
  h3.gdlr-core-title-item-title.gdlr-core-skin-title {
    font-size: 20px !important;}
  .attorna-page-title-content.attorna-item-pdlr h1.attorna-page-title {
    font-size: 21px !important;
    text-transform: uppercase;
}
.attorna-page-title-content.attorna-item-pdlr {
    padding-top: 20px!important;
    padding-bottom: 14px !important;
  }
  
  .crellyslider{ height:400px  !important}
   .crellyslider ul li{ height:400px  !important; min-height:400px  !important}
}

@media (max-width: 600px){
  
  h2.sliderhead1 {
    position: relative;
    top: 100px !important;
}

}



