/*
Theme name: LRFPS
Description: Custom Theme
Versio: 1.0
*/

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; }

/* ------------------------------------------------------------ *\
	Base	
\* ------------------------------------------------------------ */

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { min-width: 1150px; background: #91ac7c; font-family: 'Helvetica', Arial, sans-serif; font-size: 14px; line-height: 1.2; font-weight: 500; color: #3f2c19; -webkit-font-smoothing:antialiased; }

a { color: #3f2c1b; cursor: pointer; text-decoration: none; -webkit-transition: opacity 0.6s; transition: opacity 0.6s; }
a:hover { opacity: 0.8; }

img { border: 0; vertical-align: middle; }

ul,
ol { list-style-position: inside; }

strong { font-weight: bold; }
small { font-size: 80%; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing: antialiased; }

textarea { overflow: auto; resize: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

::-webkit-input-placeholder { opacity: 1; color: inherit; }
:-moz-placeholder { opacity: 1; color: inherit; }
::-moz-placeholder { opacity: 1; color: inherit; }
:-ms-input-placeholder { opacity: 1; color: inherit; }

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

.alignleft,
.left { float: left; }
.alignright,
.right { float: right; }
.hidden { display: none; visibility: hidden; }

.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.cols { overflow: hidden; }
.col { float: left; }

/* ------------------------------------------------------------ *\
	Containers
\* ------------------------------------------------------------ */

.shell { width: 1150px; margin: 0 auto; }

/* ------------------------------------------------------------ *\
	Transition
\* ------------------------------------------------------------ */

.nav > .shell > ul > li > a,
.section-features .col-inner {
 	-webkit-transition: all 0.9s;
 			transition: all 0.9s;
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { position: relative; z-index: 60; min-height: 99px; border-bottom: 1px solid #bbbbbb; background: #ffffff; box-shadow: inset 0 -4px 13px 0 rgba(0,0,0,0.1); }

.header-contact { padding-top: 15px; float: left; }
.header-contact p { font-size: 12px; }
.header-contact p:first-child { padding-bottom: 4px; }
.header-contact p strong { font-size: 18px; font-weight: 700; }
.header-contact p em { font-family: 'Alex Brush', cursive; font-size: 19px; }

.logo { position: absolute; bottom: -36px; left: 50%; width: 350px; height: 114px; display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; background: #fff url(images/logo.png) no-repeat 0 0; box-shadow: 0 10px 9px -5px rgba(0,0,0,0.3);
	-webkit-transform: translate(-50%, 0);
 			transform: translate(-50%, 0);
}
.header_logo { position: absolute; bottom: -36px; left: 50%; width: 350px; height: 114px; display: block; text-indent: 100%; white-space: nowrap; overflow: hidden; background: #fff; box-shadow: 0 10px 9px -5px rgba(0,0,0,0.3);
	-webkit-transform: translate(-50%, 0);
 			transform: translate(-50%, 0);
}
.header_logo:hover,
.logo:hover { opacity: 1; }
.header_logo:before,
.logo:before { position: absolute; bottom: 0; left: 0; width: 78px; height: 63px; display: block; background: url(images/path-left.png) no-repeat 0 0; content: ""; }
.header_logo:after,
.logo:after { position: absolute; bottom: 0; right: 0; width: 78px; height: 63px; display: block; background: url(images/path-right.png) no-repeat 0 0; content: ""; }

.header-right { float: right; text-align: right; padding-right: 10px; }
.header-Language { height: 18px; }

.header-socials { padding: 25px 4px 10px 0; overflow: hidden; text-align: left; visibility: hidden; }
.header-socials ul { list-style: none outside none; }
.header-socials li { padding-left: 6px; float: left; }
.header-socials li a { display: block; font-size: 12px; font-weight: 700; line-height: 26px; padding-right: 0px; text-transform: uppercase; }
.header-socials .link-facebook { background: url(images/ico-facebook.png) no-repeat right center; }
.header-socials .link-google { background: url(images/ico-google.png) no-repeat right center; }
.attachment-social-icon {padding-left: 2px; }

/* ------------------------------------------------------------ *\
	Nav	
\* ------------------------------------------------------------ */

.nav { height: 32px; background: #2f67c4; border-width: 1px 0; border-style: solid; border-color: #214e9d; text-align: center; box-shadow: 0 0 5px 2px rgba(0,0,0,0.2); }
.nav > .shell > ul { display: inline-block; margin: 0 auto; height: 32px; text-align: left; list-style: none outside none; }
.nav > .shell > ul > li { position: relative; float: left; }
.nav > .shell > ul > li:last-child:after { display: none; padding: 0; }
.nav > .shell > ul > li:after { padding: 0 14px 0 12px; content: "|"; font-size: 14px; line-height: 32px; color: #cccccc; font-weight: 700; }
.nav > .shell > ul > li > a { font-size: 14px; line-height: 32px; color: #cccccc; font-weight: 700; text-transform: uppercase; padding: 2px; }
.nav > .shell > ul > li:hover > a { color: #fff; opacity: 1; }

.sub-menu { position: absolute; top: 98%; left: -15px; z-index: 100; width: 150px; list-style: none outside none; display: block; background: #2f67c4; padding: 0; visibility: hidden; height: auto; opacity: 0; }
.nav > .shell > ul > li:last-child .sub-menu { left: auto; right: -15px; }
.sub-menu { 
	-webkit-transform: scale(0.8) translate3d(0,-10%,0);
			transform: scale(0.8) translate3d(0,-10%,0);
	-webkit-transition: all 0.2s;
			transition: all 0.2s;
}

.sub-menu li + li { border-top: 1px solid #cccccc; }
.sub-menu li a { padding: 10px; font-size: 14px; line-height: 1.5; display: block; color: #cccccc; font-weight: 700;
	-webkit-transition: all 0.2s;
			transition: all 0.2s;
}
.sub-menu li a:hover { color: #fff; opacity: 1; }
 
.nav > .shell > ul > li:hover .sub-menu { visibility: visible; opacity: 1; }
.nav > .shell > ul > li:hover .sub-menu { 
	-webkit-transform: scale(1) translate3d(0,0,0);
			transform: scale(1) translate3d(0,0,0);
}

/* ------------------------------------------------------------ *\
	Section About	
\* ------------------------------------------------------------ */

.section-about { position: relative; z-index: 50; height: 310px; background: #fff; }
.home .section-about { height: 563px; }

/* Slider */

.slider { opacity: 0; text-align: center; }
.slider,
.slider .slider-clip,
.slider .slides,
.slider .slide,
.slider .slide-image { position: relative; height: 555px; }
.slider .slide-image { z-index: 51; }
.slider .slide-image img { max-width: 100%; height: auto; }
.slider .slide-content { position: absolute; top: 50%; left: 0; z-index: 53; right: 0; width: 100%; text-align: center;
	-webkit-transform: translate(0, -50%);
 			transform: translate(0, -50%);
}
.slider .slide-content h1 { font-family: 'Alex Brush', cursive; font-size: 42px; line-height: 1.2; color: #3f2c1b; font-weight: normal; }
.slider .slide-content p { font-size: 14px; font-weight: 700; }

.slider .bx-pager { display: none; }
.slider .bx-prev,
.slider .bx-next { position: absolute; top: 50%; z-index: 54; display: block; width: 48px; height: 48px; text-indent: 100%; overflow: hidden; white-space: nowrap; font-size: 0; }

.slider .bx-prev { left: 50%; margin-left: -570px; background: url(images/arrow-prev.png) no-repeat 0 0; }
.slider .bx-next { right: 50%; margin-right: -570px; background: url(images/arrow-next.png) no-repeat 0 0; }

/* Section Image */

.section-image { position: relative; z-index: 20; height: 300px; }
.section-image p { position: absolute; top: 50%; left: 0; right: 0; z-index: 21; width: 100%; font-size: 18px; line-height: 1.4; font-weight: 600; text-align: center; 
	-webkit-transform: translate(0, -50%);
 			transform: translate(0, -50%);
}
.section-image.fsr-container { background-position: center top; }

/* Section Features */

.section-features { z-index: 55; position: absolute; left: 0; right: 0; bottom: 0; text-align: center; }
.section-features .cols { display: inline-block; margin: 0 auto; text-align: left; }
.section-features .col { width: 296px; margin: 0 12px; height: 218px; padding-top: 4px; }
.section-features .col-inner { position: absolute; right: 0; left: 0; height: 218px; background: #fff; bottom: -146px; box-shadow: 0 -1px 5px 2px rgba(0,0,0,0.1); }
.section-features .col-inner:hover { bottom: 0; }
.section-features .col-1of3 { position: relative; }
.section-features .col-head { position: relative; height: 72px; }
.col-head:before { position: absolute; top: 0; left: -1px; z-index: 1; width: 61px; height: 78px; background: url(images/path-left-top.png) no-repeat 0 0; display: block; content: ""; }
.col-head:after { position: absolute; top: 0; right: -1px; z-index: 1; width: 61px; height: 78px; background: url(images/path-right-top.png) no-repeat 0 0; display: block; content: ""; }
.col-head a { position: relative; z-index: 2; display: block; }
.col-head a:hover { opacity: 1; }
.col-head a img { display: inline-block; margin: 0 5px 20px 12px; }
.col-head a span { display: block; font-size: 14px; padding: 16px 0 0 127px; line-height: 0.1; font-weight: 600; text-transform: uppercase; }
.col-head a em { display: inline-block; font-family: 'Alex Brush', cursive; font-size: 48px; color: #6b8d47; }

.section-features .col-body { height: 146px; text-align: center; }
.section-features .col-body a { display: inline-block; margin: 0 auto; }
.section-features .col-body img { width: auto; height: auto; max-height: 135px; max-width: 269px; }

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main { padding: 29px 0 19px; background: #fff; }
.main-body { box-shadow: 0 8px 13px 1px rgba(0,0,0,0.1); }

.content { padding: 0 0 0 27px; width: 640px; float: left; }

/* Section Post */

.section-post { padding: 10px 0; }
.section-post h5 { padding-bottom: 16px; font-size: 18px; font-weight: 700; }
.section-post h6 { font-size: 14px; font-weight: 700; }
.section-post h6 + p + p { margin-top: -18px; } 
.section-post h6 + img { padding-top: 10px; }
.section-post p { padding-bottom: 18px; }

.section-post .entry-header { text-align: center; padding-bottom: 10px; }
.section-post .entry-title { font-size: 35px; }
.section-post .entry { padding-bottom: 10px; }

.section-post h1,
.section-post h2,
.section-post h3,
.section-post h4 { padding-bottom: 5px; }

.section-post h1 { font-family: 'Alex Brush', cursive; font-size: 42px; line-height: 1.5; font-weight: 600; color: #2f67c4; }
.section-post h2 { font-size: 22px; line-height: 1; font-weight: 600; color: #91ac7c; padding-bottom: 10px; }
.section-post h3 { font-size: 18px; line-height: 1; font-weight: 600; color: #2a64c4; }
.section-post h4 { font-size: 16px; line-height: 1.2; font-weight: 400; color: #91ac7c; }

.section-post ol,
.section-post ul { padding: 5px 0 10px; }

.section-post ol ol,
.section-post ul ul { padding: 0 0 0 20px; }
 
.section-post li { padding-bottom: 5px; }
.section-post li li:first-child { padding-top: 5px; }
.section-post li li:last-child { padding-bottom: 0; }
.section-post blockquote { padding-bottom: 5px; font-style: italic; }
.section-post img { max-width: 100%; height: auto; }
.section-post img.alignleft { padding: 5px 5px 5px 0; }
.section-post img.alignright { padding: 5px 0 5px 5px; }
.section-post a {  color: #2f67c4; }
.section-post a:hover  { color: #101010;  }

.section-post ul,
.section-post ol {list-style: none; }

.section-post li  { padding-bottom: 5px; padding-left: 16px; position: relative; }

.section-post ol li:before,
.section-post ul li:before { content: "• "; color: #91ac7c; position: absolute; top: 0;  left: 0; }



.nav-single { padding-bottom: 20px; }
.nav-single div { overflow: hidden; }
.nav-single a { color: #2b64c7; }

/* Sidebar */

.sidebar { float: right; width: 377px; margin: 0 25px 26px 0; background: #eeeeee; }
.widget { padding: 25px 26px 25px 28px; }
.widgettitle { padding-bottom: 8px; margin-bottom: 17px; font-size: 18px; font-weight: 700; border-bottom: 1px solid #3f2c17; }

.carbon_richtext { padding-left: 38px; }
.carbon_richtext ul { list-style-position: outside; }
.carbon_richtext li { padding-bottom: 1px; font-size: 14px; line-height: 1.4; font-weight: 600; }

.carbon_staffwidget .staff { padding-bottom: 20px; }
.carbon_staffwidget .staff:last-child { padding-bottom: 0; }
.carbon_staffwidget img { padding: 0 15px 10px 0; }
.carbon_staffwidget p { font-size: 14px; line-height: 1.4; margin-bottom: 10px;  }
.carbon_staffwidget p strong { font-weight: 700; }
.carbon_staffwidget .widgettitle { text-transform: uppercase; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer { padding: 22px 0 10px; text-align: center; }

.nav-footer li a,
.footer p { font-size: 12px; line-height: 1.6; color: #ececec; font-weight: 600; }
.footer p span { padding: 0 6px 0 5px; }
.footer p a { color: inherit; }

.nav-footer { text-align: center; }
.nav-footer ul { display: inline-block; margin: 0 auto; overflow: hidden; list-style: none outside none; }
.nav-footer li { position: relative; float: left; }
.nav-footer li:first-child:before { display: none; padding: 0; }
.nav-footer li:before { padding: 0 5px; content: "|"; font-size: 12px; line-height: 1.6; color: #ececec; font-weight: 600; }

/* ------------------------------------------------------------ *\
	Fullscreener
\* ------------------------------------------------------------ */

.fsr-container { position: relative; overflow: hidden; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.fsr-element { position: absolute; }
.fsr-hidden { display: none; }

/******* LRFPS WordPress CSS *******/

/* Common elements styling */

/* .post .entry h1 { font-size: 20px; line-height: 30px}
.post .entry h2 { font-size: 18px; line-height: 27px}
.post .entry h3 { font-size: 16px; line-height: 24px}
.post .entry h4 { font-size: 14px; line-height: 21px}
.post .entry h5 { font-size: 12px; line-height: 18px}
.post .entry h6 { font-size: 10px; line-height: 15px}

.post .entry ul { margin-left: 25px; }
.post .entry ol { margin-left: 25px; }
.post .entry a img { border: 0; } */

p img { padding: 0;	max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { display: inline; }
img.alignleft { display: inline; }
.alignright { float: right; display: inline; }
.alignleft { float: left; display: inline; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.main-body .entry-title {font-size: 40px; }

/* Calendar widget */

#wp-calendar { empty-cells: show; margin: 10px auto 0; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }

.wp-caption { border: 1px solid #ddd; text-align: center; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }

.widget_calendar table { width: 100%; border-spacing: 0; border-collapse: collapse; text-align: center; }
.widget_calendar td,
.widget_calendar th { padding: 5px; border: 1px solid #000; }
.widget_calendar td { color: #2a681f; }

.widget_calendar caption { padding: 12px; font-weight: bold; color: #2a681f; }
.widget_calendar tfoot { font-weight: bold; }
.widget_calendar .pad > a { font-weight: 700; display: block; }
.widget_calendar #today { background: #000; color: #fff; }
.widget_calendar #today a { color: #fff; display: block; }

.widget_calendar #today:hover ,
.widget_calendar #today a:hover { color: #d70f00; background: #484b4b; }

/* Big images in rich text editor should not break page layout */

.post .entry { overflow: hidden; } 

/******* /LRFPS WordPress CSS *******/

.screen-reader-text,
.main-body .entry-title {text-align: center; }

.nav li a {text-transform: uppercase; }
.notext {text-indent: 100%; white-space: nowrap; overflow: hidden; }
.section-post img {padding-top: 10px; }
.col-1of3:nth-child(2) .feature_icon {width: 24px; height: 32px; }

.content.content-full {width: 940px; margin-left: 50px; }