/*
Theme Name: LI
Theme URI: http://EveryCode.NET
Author: Nick Surmanidze
Author URI: http://SpaceVibes.com
Description: Custom Theme for LIQ Project.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: li
Domain Path: /languages/
*/


/*--------------------------------------------------------------
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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 {
	font-size:39px;
	line-height:49px;
}

h2 {
	font-size:28px;
	line-height:35px;
}

h3 {

	color: #515151;
	font-size: 20px;
	Line-height:26px;
	
	}

h4 {
	color: #515151;
	font-size: 16px;
	font-weight: bold;
	Line-height:22px;

}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb; 
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #e55b29;
	text-decoration:none;
}
a:visited {
	color: #e55b29;
}
a:hover,
a:focus,
a:active {
	color: #e55b29;
	text-decoration:underline;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*Start styling custom theme*/

/*Sections*/

.wpb_row { /*Fixing visual composer incompatiblity*/
	margin-left: 0px!important; 
	margin-right: 0px!important; 
}

.section-1100 { /*The main section that dislays content in the center of the page*/
	display: block;
	float: none!important;
	width: 100%!important;
	max-width: 1100px;
	margin: auto!important;
	padding: 0 10px;
}

/*Sticky header bug fix*/
#page {

	margin-top: 0!important;
}



/*Top Bar*/

.top-bar {
	display: block;
	background-image: url('images/orange-bg.png');
	height: 47px;
	margin-bottom: -47px;
	position: relative;
	z-index: 999;
}

/*Top Bar Menu*/
.menu-top-bar-menu-container {
	display: inline-block;
float:left;
}
#menu-top-bar-menu {
	list-style: none;
	margin: 0;
}

#menu-top-bar-menu li {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

#menu-top-bar-menu li a {
	font-family: 'Play', sans-serif;
	font-weight:700;
	font-size:12px;
	color:#f9f8f8;
	text-decoration: none;
	line-height: 47px;
	text-transform: uppercase;
}

/*Top Bar Social Icons and Contacts*/

.social-box {
	margin: 0;
	list-style: none;
	float: right;
	display: inline-block;
}

.social-box li {
	float:left;
}

.s-icon{
	width: 34px;
	height: 34px;
	margin-right: 10px;
	border: 1px solid #E0D230;
	border-radius: 50%;
	text-align: center;
	padding-top: 6px;
	margin-top: 6px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.s-icon:hover{
	border: 1px solid #fff;
}

.call-us {
	font-family: 'Pacifico', cursive;
	color: #f9f8f8;
	font-size: 21px;
	margin-left: 15px;
	line-height: 39px;
}

.call-us.phone-number {
	font-size: 24px;
}

/*slider*/

.slider {
	margin-bottom: -77px;
	display: block;
	width: 100%;
}
.tparrows { display: none; }


/*Logo */
.logo {
	display: inline-block;
	float: left;
	padding-top: 4px;
	height:70px;
}

/*Primary Menu*/

.primary-menu {
	display: block;
	width: 100%;
	background-image: url('images/orange-bg.png');
	height: 77px;
	position: relative;
	z-index: 999;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.75);
}

.primary-menu.stuckMenu.isStuck {
	background: #E2521A;
}

.homelink {
	display: inline-block;
	float: left;
	line-height: 77px;
	margin-left: 50px;
	width: 68px;
	text-align: center;
}


.homelinkhome, .homelink:hover {
	background:#b93f1b;
}

/*
First we prepare the navigation menu bar
*/
#access {
	display: inline-block;
	float: left;
	margin-left: 11px;
	height: 77px!important;
	line-height: 77px;
}

/*
Now we style the unordered list, hover effect, and sub menus
*/

#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
	line-height: 40px;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	color: #f9f8f8;
	display: block;
	margin: 0 0px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight:bold;
	line-height:77px;
	font-family: 'PT Sans', sans-serif;
}

#access .menu > li > a:hover {
	background:#b93f1b;
}

#access .menu > li > a:after {
	content: url('images/submenu.png');
	margin-left: 14px;
}

#access .menu > li > a:only-child:after {
	content: '';
	margin-left: 0px;
}

#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 77px;
	left: 0;
	width: 250px;
	background: #fdfbf3;;
	z-index: 99999;
}

#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #fdfbf3;
	color: #5A5A5A;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 250px;
	margin: 0;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
}




#access ul li:hover > ul {
	display: block;
}


#access li:hover > a, #access a:focus {

}

#access li ul li:hover > a, #access ul li a:focus {
	border-bottom: none;
	color:#e55b29;
	-webkit-transition: all 100ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 100ms ease;
	-o-transition: all 100ms ease;
	transition: all 100ms ease;
}

.sub-menu {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.75);
}


/*Search button and form*/

#searchbtn {
	display: inline-block;
	height: 77px;
	float: right;
	padding-top: 17px;
	width: 79px;
	cursor:pointer;
}

#searchbtn img {
	margin-left: -2px;
}

#searchbtn:hover {
	background:#b93f1b;
}

/*Search form*/

#floating-search {
	height: 0px;
	position: relative;
	background: #FFF5EF;
	width: 100%;
	box-sizing: border-box;
	z-index: 997;
	opacity: 0.98;
	-webkit-transition: height 300ms ease;
	-moz-transition: height 300ms ease;
	-ms-transition: height 300ms ease;
	-o-transition: height 300ms ease;
	transition: height 300ms ease;
}

#floating-search .section-1100 {
	display:none;
}

form#searchform:before {
	content: '\f002';
	font-family: FontAwesome;
	display: inline-block;
	float: left;
	font-size: 33px;
	color: #b93f1b;
	text-shadow: 2px 2px 1px rgba(150, 150, 150, 0.86);
	line-height: 100px;
	margin-right: 42px;
}

form#searchform {
	display: inline-block;
	float: left;
	width: 100%;
	line-height: 100px;
}

#floating-search input#s {
	width: 75%;
	height: 45px;
	padding: 10px;
	font-family: 'PT Sans', sans-serif;
	background: transparent;
	outline: none;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
}

#floating-search #searchsubmit {
	margin-left: 25px;
	width: 15%;
	min-width: 165px;
	height: 40px;
	box-shadow: none;
	border: 2px solid #B93F1B;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Play', sans-serif;
	background: #E45A29;
	text-shadow: none;
	color: #fff;
	padding-top: 7px;
}


/*Mobile menu*/

/*Quick fix for rev slider when mobile manu is opened*/
#rev_slider_1_1_wrapper {
	width: 100%!important;
}

#mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -320px;
	z-index: 0;
	opacity: 1;
	width: 320px;
	background:#2b2b2b;
	float: right;
	overflow-y: auto!important;
}


#page {

	position: relative;

	z-index: 20;

}



#mobile-trigger {

	display: none;

	float: right;

}



#swipeme {

display: none;

float: right;

width: auto;

margin-right: 25px;

font-size: 28px;

text-transform: uppercase;

text-align: right;

line-height: 77px;

color: #f9f8f8;

cursor: pointer;

}



#swipeme:hover {

	color: #fff;

}



#swipeme > i {

	margin-left: 20px;

}



#fader {

	display:none;

	position:fixed;

	top:0;

	bottom:0;

	left:0;

	right:320px;

	background-image: url('images/black-bg.png');

	z-index:1000;

}





#nav-main ul { list-style: none; margin: 0; padding :0; text-align: left; }

#nav-main ul a {

	display: block;

	text-decoration: none;        

}

#nav-main ul li { display:inline-block; width: 100%;} 

#nav-main ul li a, #nav-main ul li ul li a {

	text-decoration: none;

	display: block;

	font-size: 11px;

	padding: 10px 0px 8px 15px;

	color: #D5D5D5;

	margin: 0px 0px;

	margin-left: 10px;

	border-top: 1px #444444 solid;

	letter-spacing: 1px;

	text-transform: uppercase;

}



#nav-main ul li a:hover { background: transparent; }

#nav-main ul li ul li a:hover { background: none; color: #ffffff; }

#nav-main ul li ul { position: relative; top: -2px; }



#nav-main ul ul li a {

	background: none;

	border: none;

	padding: 2px 0px 2px 0px;

	margin: 0 0 0 18px;

}



#nav-main ul ul li ul { margin: 0 0 0 0px; }



ul.sub-menu li.current-menu-item  { 

	color: #0f6cb6 !important; 

	font-weight: bold; 

}







#nav-main {

	display: inline-block;

	float: left;

	margin-top: 10px;

	width: 300px;

}



#menu-main-menu {

	list-style: none;

	margin: 0;

	margin-left: 18px;

}





#nav-main ul li ul li a:before {

	font-family: FontAwesome;

	content: "\f054";

	margin-right: 8px;

	font-size: 10px;

}





#nav-main ul li ul li > a:only-child:after, 

#nav-main ul  li > a:only-child:after {

	float: right;

	font-family: FontAwesome;

	content: "\f111";

	font-size: 10px;

	margin-top: -2px;

}





#nav-main ul li ul li > a:after, 

#nav-main ul  li > a:after {

	float: right;

	font-family: FontAwesome;

	content: "\f067";

	font-size: 10px;

	margin-top: -2px;

}



.selected > a:after {

	content: "\f068"!important;

}



#nav-main .current_page_item a:after {



	color: #E45A29;

}





#mobile-menu-head {

	display: inline-block;

	float: left;

	width: 100%;

}





.close-button {

	display: block;

	float: right;

	width: 40px;

	height: 40px;

	background: #222;

	color: #ffffff;

	margin-right: 20px;

	margin-top: 10px;

	text-align: center;

	line-height: 40px;

	cursor: pointer;

}



#menu-label {

	display: block;

	float: left;

	text-align: center;

	width: 240px;

	height: 40px;

	margin-top: 10px;

	line-height: 40px;

	text-transform: uppercase;

	color: #ffffff;

	font-size: 18px;

}







/*Footer*/



footer#colophon {

	display: block;

	float: left;

	width: 100%;

	background: #e55b29;

	padding: 15px 0;

}



#menu-footer-menu {

	list-style: none;

	margin: 0;

	margin-bottom: 7px;

}



#menu-footer-menu li {

	display:inline-block;

	padding: 0 5px;

}



#menu-footer-menu li:first-child {

	padding: 0;

}



#menu-footer-menu li a, 

#menu-footer-menu li a:visited, 

#menu-footer-menu li a:focus {

	color: #fff;

	text-decoration: none;

	font-size:13px;

}

#menu-footer-menu li a:hover {

	text-decoration: underline;

}



#menu-footer-menu li a:after {

	content: '|';

	margin-left: 10px;

}



#menu-footer-menu li:last-child a:after {

	content: '';

	margin-left: 10px;

}



#copyright {

	color: #fff;

	font-size: 13px;

}



/*Footer widget area*/

#footer-widgets {

	display:block;

	width:100%;

	background:#514e4a;

	color: #eeecec;

	padding:20px 0;

	float: left;

	height: auto;

	margin-top: 25px;

}



.footer-widgets {

	margin: 0;

	list-style: none;

}



.footer-widgets li {

	display: inline-block;

	width: 33%;

	float: left;

}



.footer-widgets h4 {

	padding-bottom: 20px;

	text-transform: uppercase;

color: #fff;
font-weight: 400;



}



/*Styling footer contact form*/



.footer-widgets #gform_wrapper_1 {

	margin: 0;

	padding-right: 10px;

}



.footer-widgets #field_1_1, 

#field_1_2 {

	width: 100%;

	margin-bottom: 12px;

}



.footer-widgets .gform_wrapper .gform_footer {

	padding: 0px 0 0px 0;

	margin: 0px 0 0 0;

	clear: both;

}



.footer-widgets #input_1_1, 

.footer-widgets #input_1_2{

	border-radius: 0;

	padding: 5px 10px;

	color: #474747;

	background: #e2e1dd;

	outline-color: #e45a29;

	border: 1px solid #999999;

	font-size: 12px;

	font-weight: bold;

}



.footer-widgets #input_1_2{



	height:80px;



}



.footer-widgets input::-webkit-input-placeholder , 

.footer-widgets textarea::-webkit-input-placeholder { /* WebKit browsers */

	color:    #515558;

}

.footer-widgets input:-moz-placeholder, 

.footer-widgets textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */

	color:    #515558;

	opacity:  1;

}

.footer-widgets input::-moz-placeholder, 

.footer-widgets textarea::-moz-placeholder { /* Mozilla Firefox 19+ */

	color:    #515558;

	opacity:  1;

}

.footer-widgets input:-ms-input-placeholder, 

.footer-widgets textarea:-ms-input-placeholder { /* Internet Explorer 10+ */

	color:    #515558;

}



.footer-widgets #gform_submit_button_1 {

	width: 110px;

	height: 27px;

	line-height: 27px;

	padding: 0;

	box-shadow: none;

	background: transparent;

	color: #fff;

	text-shadow: none;

	border-radius: 0px;

	font-family: Play;

	font-size: 12px;

}



.footer-widgets #gform_submit_button_1:hover {

	background:rgba(65, 65, 65, 1);

}



/*Footer blog feed widget styling*/



.fw-wrapper {

padding-right: 20px;

}



a.fw-post-title, 

a.fw-post-title:focus, 

a.fw-post-title:visited {

color: #eeecec;

text-decoration: none;

font-size: 14px;

}



a.fw-post-title:hover {

text-decoration: underline;

}



.fw-post-date {

font-size: 12px;

color: #d8d5d5;

border-bottom: 1px solid #ccc;

padding-bottom: 20px;

margin-bottom: 20px;

}



/*About company widget styling*/



.footer-widgets .textwidget, 

.footer-widgets .textwidget p {

color: #eeecec;

font-size: 14px;

}



/*Theme title line*/



.theme-line {

display: block;

width: 180px;

height: 2px;

background: #fec32c;

margin-top: 70px;

margin-bottom: 10px;

}



/*Primary section of the home page*/



.pr-wrapper a {

text-decoration: none;

}



.pr-wrapper h1 {

color: #fec32c;

font-size: 39px;

margin-bottom: 10px;

}



.read-more.button {

width: 144px;

height: 40px;

border: 1px solid #e24912;

display: inline-block;

text-decoration: none;

font-family: play;

font-weight: bold;

text-align: center;

font-size: 15px;

line-height: 40px;

margin-bottom: 20px;

color: #6d6b69;

border-radius: 2px;

margin-left: 35px;

}







/* ============================================================

  Overlay effect styling

============================================================ */

.effects {

  padding-left: 15px;

}

.effects .img {

  position: relative;

  width: 100%;

  overflow: hidden;

  -webkit-box-shadow: 0px 0px 6px 3px rgba(74, 50, 50, 0.75);

-moz-box-shadow:    0px 0px 6px 3px rgba(74, 50, 50, 0.75);

box-shadow:         0px 0px 6px 3px rgba(74, 50, 50, 0.75);

}

.effects .img:nth-child(n) {

  margin-right: 5px;

}

.effects .img:first-child {

  margin-left: -15px;

}

.effects .img:last-child {

  margin-right: 0;

}

.effects .img img {

  display: block;

  margin: 0;

  padding: 0;

  width:100%;

  max-width: 100%;

  height: auto;

}



.overlay {

display: block;

position: absolute;

z-index: 20;

background-image: url('images/orange-bg.png');

opacity:0.75;

overflow: hidden;

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;

}



a.close-overlay {

  display: block;

  position: absolute;

  top: 0;

  right: 0;

  z-index: 100;

  width: 45px;

  height: 45px;

  font-size: 20px;

  font-weight: 700;

  color: #fff;

  line-height: 45px;

  text-align: center;

 background-image: url('images/orange-bg.png');

  cursor: pointer;

}

a.close-overlay.hidden {

  display: none;

}





#effect-1 .overlay {

  bottom: 0;

  left: 0;

  right: 0;

  width: 100%;

  height: 0;

}

#effect-1 .overlay a.expand {

  left: 0;

  right: 0;

  bottom: 50%;

  margin: 0 auto -30px auto;

}

#effect-1 .img.hover .overlay {

  height: 100%;

}



/*Home Secondary Sections styling*/



.home-secondary-sections {

margin: 0;

list-style: none;

display: inline-block;

width: 100%;

padding: 0!important;

margin-bottom:20px;

}



.home-secondary-sections li {

display: inline-block;

float: left;

width: 50%;

}



.home-secondary-sections > li > a {

text-decoration: none;

}



.home-secondary-sections > li > a h2 {

color: #fec32c;

font-size: 22px;

margin-bottom: 15px;

margin-top: 30px;

}





.padding-right {





	padding-right:25px;

}



.padding-left {



	padding-left:25px;

}



.overlay .description {

display: inline-block;

width: 100%;

padding: 10%;

padding-top: 20%;

font-size: 20px;

color: #fff;

}





/*Main Slider Content Styling*/



.slider-title {

font-family: 'Pacifico', cursive;

font-size: 50px!important;

line-height: 60px!important;

padding-bottom: 20px!important;

}



.slider-title-sub {

font-size: 30px!important;

line-height: 35px!important;

padding-bottom: 15px!important;

}



.slider-description {

font-size: 14px!important;

line-height: 18px!important;

padding-bottom: 15px!important;

}



.button.slider-button, .button.slider-button:hover, 

.button.slider-button:focus, 

.button.slider-button:visited {

display: inline-block;

width: 300px;

height: 60px;

line-height: 60px!important;

text-align: center;

text-decoration: none;

font-family: Play;

color: #000;

font-weight: bold;

font-size: 17px!important;

border: 1px solid #e24912!important;

border-radius: 2px;

}





/*Real Life Stories Styling*/



.real-life-stories-section h3 {

font-family: 'Pacifico', cursive;

font-size: 32px;

padding-top: 10px;

padding-bottom: 15px;

}



#rls-slider-content {

display: block;

width: 100%;

max-width: 1100px;

position: relative;

float: left;

}

.quote-left {

width: 30px;

height: auto;

float: left;

display: inline-block;

margin-bottom: -45px;

}

.rls-content {

display: inline-block;

float: left;

white-space: pre-wrap;

white-space: -moz-pre-wrap;

white-space: -pre-wrap;

white-space: -o-pre-wrap;

word-wrap: break-word;

padding-left: 35px;

}



.quote-right {

display: inline-block;

float: left;

width: 100%;

text-align: right;

padding-top: 10px;

}



.real-life-stories-section .button {

display: inline-block;

float: left;

width: 144px;

height: 40px;

border: 1px solid #e24912;

text-decoration: none;

font-family: play;

font-weight: bold;

text-align: center;

font-size: 15px;

line-height: 40px;

margin-bottom: 20px;

color: #6d6b69!important;

border-radius: 2px;

margin-left: 35px;

}



/*Archive styling*/



.left-wrapper {

display: inline-block;

float: left;

width: 100%;

max-width: 780px;

padding-right: 35px;

}



.sidebar-wrapper {

display: inline-block;

float: left;

margin: 0;

padding: 35px 10px 35px 10px;

width: 100%;

max-width: 300px;

min-width:300px;

list-style: none;

}



.left-wrapper h1, .page-title {

color: #ffa200;

margin-bottom: 20px;

}



.post-inner-wrapper .post-title a {

text-decoration: none;

color: #151515;

padding: 20px 0;

display: inline-block;

}



.post-meta {

display: inline-block;

padding-bottom: 20px;

color: #575a5d;

}



.blog-button-block .read-more {

margin: 0;

margin-top: 20px;

margin-bottom: 40px;

text-transform: uppercase;

}



/*Pagination*/





.navigation {

display: block;

float: left;

width: 100%;

}



.navigation > ul {

margin: 0;

margin-bottom: 25px;

}



.navigation li a,

.navigation li a:hover,

.navigation li.active a,

.navigation li.disabled {

	color: #fff;

	text-decoration:none;

}



.navigation li {

	display: inline;

	font-size: 14px;

}



.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {

cursor: pointer;

display: inline-block;

margin: 0px 3px;

padding: 0;

width: 35px;

height: 35px;

line-height: 35px;

text-align: center;

border: 2px solid #FFF;

border-radius: 2px;

color: #444;

}





.navigation li.active a, .navigation li.active a:hover{



background-color: #444;

color: #FFF;

border: 2px solid #444;

padding-top: 0px;

}



.navigation li a:hover

 {

border: 2px solid #444;

color: #444;

text-decoration: none;

}





.navigation i {

font-size: 19px;

margin: 0;

padding: 0;

}





/*Sidebar and widgets*/



.sidebar-wrapper li {

display: inline-block;

width: 100%;

}



#text-4 {

min-height: 115px;

}



.theme-line.short {

width: 100px;

margin-top:35px;

}



.sidebar-wrapper h4 {

font-size: 27px;
color: #ffa200;
font-weight: normal;

}



.sidebar-wrapper .gfield_label {

display: none!important;

}





.sidebar-wrapper input#input_2_1 {

padding-right: 1em;

padding-top: 0;

padding-bottom: 0;

padding-left: 1em;

font-size: 17px;

height: 37px;

width: 100%;

margin: 0;

border: 1px solid #ccc;

border-radius: 2px;

display: block;

-moz-box-shadow: inset -1px 2px 8px #cccccc;

-webkit-box-shadow: inset -1px 2px 8px #cccccc;

box-shadow: inset -1px 2px 8px #cccccc;

-webkit-box-shadow: rgba(100,100,100,0.3) 0 4px 5px inset;

-moz-box-shadow: rgba(100,100,100,0.3) 0 4px 5px inset;

box-shadow: rgba(100,100,100,0.3) 0 4px 5px inset;

}



.sidebar-wrapper .gform_wrapper .gform_footer {

 padding: 0!important; 

margin: 16px 0 0 0;

clear: both;

}



.sidebar-wrapper input#gform_submit_button_2 {

	box-shadow:none;

	padding:0;

background: transparent;

width: 144px;

height: 40px;

border: 1px solid #e24912;

display: inline-block;

text-decoration: none;

font-family: play;

font-weight: bold;

text-align: center;

font-size: 15px;

line-height: 40px;

color: #6d6b69;

border-radius: 2px;

text-transform: uppercase;

}



.textwidget {

	display:inline-block;

}

.sidebar-wrapper .sidebar-button {

width: 144px;

height: 40px;

margin-top:35px;

border: 1px solid #e24912;

display: inline-block;

text-decoration: none;

font-family: play;

font-weight: bold;

text-align: center;

font-size: 15px;

line-height: 40px;

color: #6d6b69;

border-radius: 2px;

text-transform: uppercase;

}



.popular-post,

.widget ul .cat-item a {

display: inline-block;

width: 100%;

padding-top: 15px;

color: #151515!important;

font-size: 17px;

}



.widget ul {

list-style: none;

margin: 0;

}







/*Author Box Styling*/



.author-bio {

display: inline-block;

float: left;

width: 100%;

border: 1px solid #ccc;

margin-bottom: 35px;

-webkit-box-shadow: 0px 0px 3px 3px rgba(184, 50, 50, 0.18);

-moz-box-shadow:    0px 0px 3px 3px rgba(184, 50, 50, 0.18);

box-shadow:         0px 0px 3px 3px rgba(184, 50, 50, 0.18);

}



.avatar-name {

display: inline-block;

float: left;

width: 25%;

padding: 20px;

}



.author-name {

font-weight: bold;

font-family: Play;

text-align: center;

}



.author-bio-text {

display: inline-block;

float: left;

width: 75%;

padding: 20px;

padding-left: 0;

font-size: 13px;

font-style: italic;

}



.author-avatar, .author-avatar img {

width: 100%;

}



/*Search results*/



.search-results-label {

margin-top: 35px;

text-align: center;

color: #969696;

font-size: 30px;

}



/*Companies Page*/



.company-inner-wrapper {

display: inline-block;

float: left;

width: 100%;

padding: 15px 0;

}



.company-name {

display: block;

font-size: 24px;

margin-bottom: 15px;

}



.company-name a {

color: #151515;

}



.company-logo {

display: inline-block;

float: left;

width: 85px;

padding-right: 20px;

}



.get-a-quote-sidebar .textwidget {

display: inline-block;

width: 100%;

float: left;

}



.get-a-quote-sidebar .textwidget >.quote-box {

display: inline-block;

width: 100%;

float: left;

text-align: center;

height: 100px;

margin-top: 35px;

-webkit-box-shadow: 0px 0px 3px 3px rgba(184, 50, 50, 0.18);

-moz-box-shadow:    0px 0px 3px 3px rgba(184, 50, 50, 0.18);

box-shadow:         0px 0px 3px 3px rgba(184, 50, 50, 0.18);

}





/*Get a quote widget styling*/



.textwidget >.quote-box > .sidebar-button {

	margin-top:30px;

}





/*Life Insurance Stories page*/



.story-inner-wrapper {

display: inline-block;

float: left;

width: 100%;

border-bottom: 1px solid #DDD;

margin-bottom: 15px;

}



.story-title {

display: block;

font-size: 24px;

margin-bottom: 15px;

}



.story-title a {

color: #151515;

}





.story-inner-wrapper .blog-button-block {

text-align: right;

}



/*Making iframe responsive*/



.video-container {

    position: relative;

    padding-bottom: 56.25%;

    padding-top: 30px; height: 0; overflow: hidden;

}

 

.video-container iframe,

.video-container object,

.video-container embed {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}





/*FAQ Styling*/



.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {

padding-left: 40px!important;

font-size: 21px;

line-height: 22px;

color: #4d4c4c;

font-weight: bold;

}



.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon, .wpb_accordion .wpb_accordion_wrapper .ui-state-active  .ui-icon {

display: block;

width: 20px!important;

height: 20px!important;

background-image: url(/wp-content/themes/li/images/inactive-q.png)!important;

background-repeat: no-repeat;

position: absolute;

 left: 0.7em; 

 top: 0.7em; 

}





.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {

background-image: url(/wp-content/themes/li/images/active-q.png)!important;

}



.wpb_toggle,

 #content h4.wpb_toggle {

background: url(/wp-content/themes/li/images/inactive-f.png) no-repeat left center!important;

padding-left: 25px;

clear: both;

margin-top: 0;

}



.wpb_toggle_title_active,

 #content h4.wpb_toggle_title_active {

background: url(/wp-content/themes/li/images/active-f.png) no-repeat left center!important;

}



.wpb_toggle_content {

background: #fdf7f4;

padding: 20px!important;

}



.wpb_toggle {

font-weight: bold;

font-size: 15px;

}



.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {

background-color: transparent!important;

}



.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {

margin: 0 0 -1px 0!important;

border-top: 1px solid #ccc;

border-bottom: 1px solid #ccc;

}



/*Mobile layer styling*/



.mobile-layer {

	display:none;

margin-top: 25px;

text-align: center;

}