/*



Theme Name: Mobius

Theme URI: http://www.theme-one.com/mobius/

Author: ThemeOne

Author URI: http://www.theme-one.com

Description: A Multipurpose and Ultra Responsive theme for Corporate/Blog/Portfolio website.

Version: 2.4.1

Tags: one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, custom-menu, full-width-template, sticky-post, theme-options, translation-ready

License: GNU General Public License version 3.0

License URI: http://www.gnu.org/licenses/gpl-3.0.html

	

All files, unless otherwise stated, are released under the GNU General Public License

version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)





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

   SUMMARY

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

	

	00. Reset

	01. Body, styles, and main divs

		001. Body and html

		002. Main styles

		003. Main containers

	02. Grid System

	03. Header

	04. Top Nav Menu

	05. Left Nav Menu

	06. Left SideBar

		001. Main styles and div

		002. Audio Player	

	07. Right Sidebar

	08. Autocomplete search

		002. Search Form

		002. Autocomplete search result

	09. Themeone Slider

	10. LightBox

	11. Audio Player

	12. ScrollBar	

	13. Footer

	14. Page Navigation

	15. Search Page Results

	16. Index Page

	17. Single Page Informations

		001. BreadCrumb menu

		002. Page heading

		003. Page informations (author, date, comment nb)

		004. Social share icons page

		005. Author bio

	18. Single Post Page

	19. Single Portfolio Page

	20. Comment System

	21. Form Input

	22. Widgets

	23. Wordpress Classes

	24. Media Queries



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

   00. RESET

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



html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 

del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 

dl, dt, dd, ol, ul, li, fieldset, form, label, legend {

	vertical-align: baseline;

	font-family: inherit;

	font-weight: inherit;

	font-style: inherit;

	font-size: 100%;

	outline: 0;

	padding: 0;

	margin: 0;

	border: 0;

}

:focus {

	outline: 0;

}

input[type=submit] {

	-webkit-appearance: none;

}

html {

	overflow-x: hidden;

	max-width:   100%;

}

body {

	max-width:   100%;

	font-family: 'Open Sans', sans-serif;

	position: relative;

}

ol, ul, li {

	list-style: none;

}

input[type=text]::-ms-clear {

	display: none;

}

sup {

	font-size: 10px;

	vertical-align: super;

}

sub {

	font-size: 10px;

	vertical-align: sub;

}

p:empty {

	display: none;

}

article,aside,details,figcaption,figure,

footer,header,hgroup,menu,nav,section { 

	display:block;

}

section {

	z-index: 1;

}

.clearfix:before, .clearfix:after { content: ""; display: table; }

.clearfix:after { clear: both; }



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

   01. BODY, STYLES, AND MAIN DIVS

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



	/* === 01. - 001. Body and html === */



html {

	overflow-y: scroll;

	min-height: 100%;

}

html, body {

	position: relative;

	overflow-x: hidden;

	-webkit-backface-visibility: hidden;

	-webkit-overflow-scrolling: touch;

	width: 100%;

	min-width: 320px;

	margin: 0 auto;

	font-family: 'Open Sans';

	font-size: 14px;

	line-height: 25px;

	font-weight: normal;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

}

html.ie7, body.ie7{

	min-width: 480px;

}

section {

	position: relative;

}

	/* === 01. - 002. Main styles === */



h1, h2, h3, h4, h5, h6 {

	position: relative;

}

h1 {

    font-size: 45px;

	line-height: 45px;

}

h2 {

    font-size: 40px;

	line-height: 46px;

	margin-bottom: 25px;

}

h3 {

    font-size: 20px;

    line-height: 34px;

	margin-bottom: 12px;

}

h4 {

    font-size: 18px;

    line-height: 32px;

	margin-bottom: 12px;

}

h5 {

    font-size: 16px;

    line-height: 26px;

	margin-bottom: 12px;

}

h6 {

    font-size: 14px;

    line-height: 24px;

	margin-bottom: 12px;

}

p {

	padding-bottom: 25px;

}

.bold,

strong,

b,

thead {

	font-weight: 600;

}

a {

	cursor: pointer !important; /*overide every pointer behaviour*/

	-webkit-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;	

	transition: all 0.2s linear;

}

a:-webkit-any-link {

	text-decoration: none;

	cursor: auto;

}

a:-moz-any-link {

	text-decoration: none;

	cursor: auto;

}

a:link {

	text-decoration: none;

	cursor: auto;

	border: none;

}

a:visited,

a:active {

	text-decoration: none;

	color: inherit;

}

p,

input[type=text], 

textarea, 

input[type=email], 

input[type=password], 

input[type=tel], 

input[type=url] {

	font-size: 14px;

    line-height: 25px;

	font-weight: normal;

}

.disable-hover,

.disable-hover * {

  pointer-events: none !important; /*overide every pointer behaviour*/

}

.button,

input[type="button"],

input[type=submit],

.comment-list .reply a,

.woocommerce .widget_layered_nav_filters ul li a,

.woocommerce-page .widget_layered_nav_filters ul li a,

.widget .tagcloud a,

.post-tags a {

	display: inline-block;

	font-family: inherit !important; /*important needed for 3rd plugin*/

	line-height: 28px !important; /*important needed for 3rd plugin*/

	padding: 0 12px !important; /*important needed for 3rd plugin*/

	-webkit-border-radius: 30px !important; /*important needed for 3rd plugin*/

	-moz-border-radius: 30px !important; /*important needed for 3rd plugin*/

	border-radius: 30px !important; /*important needed for 3rd plugin*/

	border: 2px solid !important; /*important needed for 3rd plugin*/

	background: none !important; /*important needed for 3rd plugin*/

}

img {

	max-width: 100%;

}

em {

	font-style: italic;

}

blockquote,

blockquote p {

	line-height: 40px;

	font-size: 22px;

	padding-left: 0px;

	letter-spacing: 0.5px;

	margin-bottom: 30px;

	font-weight: lighter;

}

code {

	display: block;

	clear: both;

	overflow: auto;

	padding: 20px;

	margin: 12px 0;

	white-space: pre;

	font: 12px "Andale Mono",Courier,"Courier New",monospace;

}

ul, ol {

	margin-left: 30px;

	margin-bottom: 30px;

}

ul li {

	list-style: disc;

	list-style-position: outside;

}

ol li {

	list-style: decimal;

	list-style-position: outside;

}

dt {

	font-weight: bold;

}

dd {

	padding-left: 20px;

}

table {

	width: 100%;

}

table td,

table th {

	text-align: center;

}

table tbody td {

	padding: 5px;

	border-right: 1px solid;

	border-bottom: 1px solid;

}

table tbody tr td:first-child {

	border-left: 1px solid;

}

table th {

	border-bottom: 1px solid;

}

caption {

	position: absolute;

	bottom: 0px;

	z-index: 1;

	width: 100%;

	text-align: center;

}



	/* === 01. - 002. Main containers === */



#preloader {

    position: fixed;

	z-index: 9999;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

	-webkit-transition: all 0.5s cubic-bezier(0.7,0,0.3,1);

	-moz-transition: all 0.5s cubic-bezier(0.7,0,0.3,1);

	-ms-transition: all 0.5s cubic-bezier(0.7,0,0.3,1);

	-o-transition: all 0.5s cubic-bezier(0.7,0,0.3,1);

	transition: all 0.5s cubic-bezier(0.7,0,0.3,1);

}

#preloader.loaded {

	opacity: 0;

	-webkit-transform: scale(1.5,1.5);

    -moz-transform: scale(1.5,1.5);

    -o-transform: scale(1.5,1.5);

    -ms-transform: scale(1.5,1.5);

	transform: scale(1.5,1.5);

}

#preloader .to-loader-logo {

	position: absolute;

	display: block;

	bottom: 50%;

	left: 0;

	right: 0;

	max-width: 170px;

	margin: 0 auto 30px auto;

	text-align: center;	

}	

#preloader .to-loader {

	position: absolute;

	display: block;

	top: 50%;

	left: 0;

	right: 0;

	margin: 30px auto 0 auto;

	text-align: center;

}

#preloader .to-loader-logo,

#preloader .to-loader {

	-webkit-transition: all 0.2s cubic-bezier(0.7,0,0.3,1);

	-moz-transition: all 0.2s cubic-bezier(0.7,0,0.3,1);

	-ms-transition: all 0.2s cubic-bezier(0.7,0,0.3,1);

	-o-transition: all 0.2s cubic-bezier(0.7,0,0.3,1);

	transition: all 0.2s cubic-bezier(0.7,0,0.3,1);

}

#preloader .to-loader svg {

	width: 60px;

	height: 60px;

}

#preloader .to-loader svg path {

	-webkit-transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

	-ms-transition: all 0.2s ease-in-out;

	-o-transition: all 0.2s ease-in-out;

	transition: all 0.2s ease-in-out;

}




.notransition {

	-webkit-transition: none !important; /*Disable all transitions*/

	-moz-transition: none !important; /*Disable all transitions*/

	-o-transition: none !important; /*Disable all transitions*/

	-ms-transition: none !important; /*Disable all transitions*/

	transition: none !important; /*Disable all transitions*/

}

#outer-container {

	position: relative;

	display: block;

	z-index: 1;

}

#body-overlay {

	position: fixed;

	display: block;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

}

#push-anim-overlay {

	position: absolute;

	z-index: 9999;

	top: 0;

	right: 0;

	width: 0;

	height: 0;

	background: #000;

	opacity: 0;

	-webkit-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;

	-moz-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;

	-o-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;

	-ms-transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;

	transition: opacity 0.5s ease-out, height 0.6s step-end, width 0.6s step-end;

}

.left-menu-anim #push-anim-overlay,

.sidebar-anim #push-anim-overlay,

.menu-anim #push-anim-overlay {

	opacity: 0.3;

	width: 100%;

	height: 100%;

	cursor: url("images/close-cursor.png"), progress;

	-webkit-transition: opacity 0.5s ease-out;

	-moz-transition: opacity 0.5s ease-out;

	-o-transition: opacity 0.5s ease-out;

	-ms-transition: opacity 0.5s ease-out;

	transition: opacity 0.5s ease-out;

}

#inner-container {

	position: relative;

	overflow: hidden;

	height: 100%;

	opacity: 1;

	-webkit-transition: all 0.5s ease-in-out;

	-moz-transition: all 0.5s ease-in-out;

    -o-transition: all 0.5s ease-in-out;

    -ms-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

}

.ajax-load #inner-container {

	opacity: 0;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}



#error-404 {

	text-align: center;

	margin: 80px 0;

}

#error-404 h1 {

	font-size: 180px;

	line-height: 180px;

}

body #error-404 h2 {

	text-transform: uppercase;

	font-size: 50px;

	line-height: 50px;

}

body #error-404 h3 {

	margin-top: 50px;

}

#body-overlay,

#outer-container,

#right-search-button,

#right-sidebar-button,

#left-menu-button,

#sliding-menu,

#scrollToTop {

	-webkit-transition: -webkit-transform 0.5s ease;

	-moz-transition: -moz-transform 0.5s ease;

	-ms-transition: -ms-transform 0.5s ease;

    -o-transition: -o-transform 0.5s ease;

    transition: transform 0.5s ease;

}

#header,

#sliding-sidebar,

#scrollToTop {

	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;

	-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;

	-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;

    -o-transition: -o-transform 0.5s ease, opacity 0.5s ease;

    transition: transform 0.5s ease, opacity 0.5s ease;

}

.csstransitions .menu-anim #body-overlay,

.csstransitions .menu-anim #outer-container,

.csstransitions .menu-anim #header,

.csstransitions .menu-anim #sliding-menu,

.csstransitions .menu-anim #scrollToTop {

	-webkit-transform: translate3d(275px,0,0)!important;

	-moz-transform: translate3d(275px,0,0) !important;

	-o-transform: translate3d(275px,0,0) !important;

    -ms-transform: translate3d(275px,0,0) !important;

	transform: translate3d(275px,0,0) !important;

}

.no-csstransitions .menu-anim #body-overlay,

.no-csstransitions .menu-anim #outer-container,

.no-csstransitions .menu-anim #header,

.no-csstransitions .menu-anim #scrollToTop {

	left: 275px !important;

}

.no-csstransitions .menu-anim #sliding-menu {

	left: 0 !important;

}

.csstransitions .sidebar-anim #body-overlay,

.csstransitions .sidebar-anim #outer-container,

.csstransitions .sidebar-anim #right-search-button,

.csstransitions .sidebar-anim #right-sidebar-button,

.csstransitions .sidebar-anim #left-menu-button,

.csstransitions .sidebar-anim #header,

.csstransitions .sidebar-anim #scrollToTop {

	-webkit-transform: translate3d(-350px,0,0) !important;

	-moz-transform: translate3d(-350px,0,0) !important;

	-ms-transform: translate3d(-350px,0,0) !important;

	-o-transform:translate3d(-350px,0,0) !important; 

	transform: translate3d(-350px,0,0) !important;

}

.touch .sidebar-anim #sliding-sidebar {

	-webkit-transform: translate3d(0,0,0) !important;

	-moz-transform: translate3d(0,0,0) !important;

	-ms-transform: translate3d(0,0,0) !important;

	-o-transform: translate3d(0,0,0) !important;

	transform: translate3d(0,0,0) !important;

}

.no-csstransitions .sidebar-anim #body-overlay,

.no-csstransitions .sidebar-anim #outer-container,

.no-csstransitions .sidebar-anim #right-search-button,

.no-csstransitions .sidebar-anim #right-sidebar-button,

.no-csstransitions .sidebar-anim #left-menu-button,

.no-csstransitions .sidebar-anim #header,

.no-csstransitions .sidebar-anim #scrollToTop {

	left: -350px !important;

}



/*  Prevent Revolution Slider over header */

.rev_slider_wrapper {

	z-index: 1;

}



/* fix admin bar css problem */

html.admin {

	margin-top: 0 !important;

	top: 32px !important;

}

html.vc_inline-shortcode-edit-form {

	margin-top: 0 !important;

	top: 0 !important;

}

#wpadminbar {

	position: fixed !important;

}

.admin #header.fixed,

.admin #header.search,

.admin #search-container,

.admin #sliding-sidebar,

.admin #sliding-menu {

	margin-top: 32px !important;

}



/*** visual composer fix layout issue ***/

.vc_editor #header.fixed,

.vc_editor #header.search,

.vc_editor #search-container,

.vc_editor #sliding-sidebar,

.vc_editor #sliding-menu {

	margin-top: 0 !important;

}

body.wpb-js-composer.compose-mode {

	top: -32px !important;

	margin-bottom: -32px !important;

}

#vc-spacer {

	display: none;

}

body.wpb-js-composer.compose-mode #vc-spacer {

	display: block;

}



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

   02. GRID SYSTEM

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



.section-container {	

	position: relative;

	max-width: 1180px;

	margin: 0 auto;

}

.clear { 

	clear: both;

	padding-bottom: 24px; 

}

.section-container:after, 

.col:after{ 

	content: ""; 

	display: block; 

	height: 0; 

	clear: both; 

	visibility: hidden; 

}

.col {

	position: relative;

	display: block;

	float: left;

	width: 100%;

	margin-right: 2%;

}

.col.col-last {

	margin-right: 0;

}

.five-cols {

	width: 20%;

	margin-right: 0;

}

.col-1 { width: 6.5%; }

.col-2 { width: 15.0%; }

.col-3 { width: 23.5%; }

.col-4 { width: 32.0%; }

.col-5 { width: 40.5%; }

.col-6 { width: 49.0%; }

.col-7 { width: 57.5%; }

.col-8 { width: 66.0%; }

.col-9 { width: 74.5%; }

.col-10 { width: 83.0%; }

.col-11 { width: 91.5%; }

.col-12 { 

	width: 100%;

	margin-right: 0;

}



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

   03. HEADER

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



#header {

	position: absolute;

	z-index: 4;

	min-width: 320px;

	width: 100%;

	height: auto;

	top: 0;

	margin: 0 auto;

	text-align: center;

	background: none;

	-webkit-transform: translateZ(0);

}

#header.search-anim {

	opacity: 0;

}

#header.trans.dark {

	border-bottom: 1px solid rgba(0,0,0,0.2);

}

#header.trans.light {

	border-bottom: 1px solid rgba(255,255,255,0.2);

}

#header.fixed {

	position: fixed !important;

}

#header-container {

	position: relative;

	margin: 0 auto;

	height: 100%;

}

.header-mobile #header-container {

	position: relative;

	margin: 0 auto;

	min-width: 100%;

}

.header-mobile #header-container {

	position: relative;

	margin: 0 auto;

}

.header-menu #header-container {

	position: relative;

	margin: 0 auto;

}

#header-overlay {

	position: absolute;

	display: block;

	top: 0; 

	left: 0; 

	bottom: 0; 

	right: 0;

	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.05);

	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.05);

	box-shadow: 5px 5px 10px rgba(0,0,0,0.05);

}

.ajax-load #header-overlay {

	display: block !important;

}

#header-overlay-slider {

	position: absolute;

	display: none;

	top: 0; 

	left: 0; 

	bottom: 0; 

	right: 0;

	transform-style: flat;

}

.ajax-load #header-overlay-slider {

	display: none !important;

}

#header.trans #header-overlay-slider {

	display: block;

}

#header.dark #header-overlay-slider {

	background: #fff;

}

#header.light #header-overlay-slider {

	background: #000;

}

#header.trans #header-overlay {

	opacity: 0 !important;

}	

#cantPlay {

	position: absolute;

	display: none;

	height: 30px;

	top: 100%;

	left: 0;

	right: 0;

	opacity: 0.95;

	line-height: 30px;

	cursor: pointer;

	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.15);

	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.15);

	box-shadow: inset 0 3px 5px rgba(0,0,0,0.15);

}

#cantPlay .fa-times {

	background: none;

}

#cantPlay a {

	color: inherit;

}

#top-nav {

	display: block;

	background: transparent;

	list-style: none;

	height: 100%;

	position: relative;

}

.header-mobile #top-nav {

	display: none;

}

#top-nav .top-menu {

	position: absolute;

	display: block;

	height: auto;

	width: 100%;


	left: 0;

	bottom: 0;


	text-align: right;

}

.website-logo {

	position: relative;

	display: inline-block;

	z-index: 1;

	float: left;

	height: 100%;

}

.website-logo a {

	transform: none;

}

.header-mobile .website-logo {

	position: initial;
	margin: 5px;

	cursor: pointer;

	height: 100%;

}

.website-logo img {

	position: absolute;

	display: block;

	max-width: none;

	min-height: 25px;

	max-height: 35%;

	width: auto;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	margin: auto; 

}

#header-container .website-logo img.logo-dark {

	opacity: 1;

}

#header-container .website-logo img.logo-light {

	opacity: 0;

}

#header-container.trans.light .website-logo img.logo-light {

	opacity: 1;

}

#header-container.trans.dark .website-logo img.logo-light {

	opacity: 0;

}

#header-container.trans.light .website-logo img.logo-dark {

	opacity: 0;

}

.sliding-sidebar-open,

.search-button {

	margin: 0 10px !important;

	font-size: 18px;

	cursor: pointer;

}

.sliding-sidebar-open i,

.search-button i {

	width: 20px;

	text-align: center;

}

.header-mobile .search-button,

.header-mobile .sliding-sidebar-open,

.header-mobile .sliding-menu-open {


	display: block;

	overflow: hidden;

	float: left;

	width: 20px;

	height: 30px;

	top: 50%;


	line-height: 30px;

	margin: 15px 10px 0 15px !important;

	cursor: pointer;

}

.header-mobile .search-button,

.header-mobile .sliding-sidebar-open {

	float: right;

	right: 0;

	left: auto;

}

.header-menu .no-nav.search-button,

.header-menu .no-nav.sliding-sidebar-open,

.header-menu .sliding-menu-open {

	display: none;

}

.sidebar-anim .sliding-sidebar-open svg {

	-webkit-transform: rotate3d(0,0,1,-45deg);

	-moz-transform: rotate3d(0,0,1,-45deg);

	-ms-transform: rotate3d(0,0,1,-45deg);

	-o-transform: rotate3d(0,0,1,-45deg);

	transform: rotate3d(0,0,1,-45deg);

}

#header-container,

#header-overlay,

#header-overlay-slider,

.website-logo img,

.to-wishlist-counter,

.cart-counter,

.to-wishlist-counter i,

.cart-counter i,

.to-wishlist-counter span,

.cart-counter span,

#header-container .icon-to-search,

.header-mobile .search-button.no-nav,

.search-button .fa-search:before,

.nav-container  .search-button .icon-to-search,

.sliding-sidebar-open svg {

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}

.sliding-menu-open *,

.sliding-sidebar-open * {

	-webkit-transition: fill 0.3s ease-in-out;

	-moz-transition: fill 0.3s ease-in-out;

    -o-transition: fill 0.3s ease-in-out;

    -ms-transition: fill 0.3s ease-in-out;

    transition: fill 0.3s ease-in-out;

}

.nav-container .search-button {

	position: absolute;

	width: 45px !important;

	top: 0;

	right: 0;

	margin-left: 10px !important;

	background: none;

}



#header.header-mobile #to-woo-icons-menu, 

#header.header-mobile .widget.widget_shopping_cart {

	display: none;

}



#to-woo-icons-menu {

	position: absolute;

	top: 0;

	right: 0;

	height: 100%;

	background: none !important;

}



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

   04. TOP NAV MENU

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



#top-nav li.hide {

	display: none !important;

}

.icon-menu.fa {

	display: inline-block !important;

	float: left;

	width: 24px;

	font-size: 14.5px;

	text-align: left;

}

#top-nav > ul > li > a > span .icon-menu.fa {

	float: none;

}

#top-nav .menu-text-highlight {

	position: absolute;

	top: 6px;

	padding: 0 10px;

	font-size: 12px;

	font-weight: 900;	

	font-style: italic;

	text-transform: none;

}

#top-nav > ul > li > a .menu-text-highlight {

	top: -14px;

	padding: 0;

	margin: 0 0 0 -14px;

}

#top-nav .sub-menu.sub-image {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	background-repeat: no-repeat;

	background-position: top right;

	-webkit-background-size: cover;

	-moz-background-size: cover;

	-o-background-size: cover;

	background-size: cover;

}

#top-nav .sub-menu.sub-image.top-left {

	background-position: top left;

}

#top-nav .sub-menu.sub-image.top-right {

	background-position: top right;

}

#top-nav .sub-menu.sub-image.bot-left {

	background-position: bottom left;

}

#top-nav .sub-menu.sub-image.bot-right {

	background-position: bottom right;

}

#top-nav .megamenu .sub-menu.sub-image {

	padding-right: 100px;

}

#top-nav .megamenu .sub-menu.sub-image.top-left {

	padding-right: 0;

	padding-left: 100px;

}

#top-nav > ul > li > a:after {

	content: "";

	position: absolute;

	left: 0;

	right: 0;

	bottom: 0;

	opacity: 0;

	border-bottom: 3px solid;

	transform: scale(0) translateZ(0);

	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;

	-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;

	-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;

	-o-transition: -o-transform 0.5s ease, opacity 0.5s ease;

	transition: transform 0.5s ease, opacity 0.5s ease;

}

#top-nav > ul > li:hover > a:after {

	border-color: inherit;

}

#top-nav > ul > li > a.hover:after,

#top-nav > ul > li.current-menu-ancestor > a:after,

#top-nav > ul > li.current-menu-item > a:after {

	opacity: 1;

	transform: scale(1) translateZ(0);

}

#top-nav > ul > li > a > .icon-menu.fa {

	font-size: 16px;

}

#top-nav li:before,

.icon-menu {

	display: none !important;

}

#top-nav .arrow-indicator {

	position: relative;

	display: inline-block;

	width: 10px;

	left: 6px;

	color: inherit !important;

}

#top-nav .sub-menu .arrow-indicator {

	position: absolute;

	display: inline-block;

	width: 10px;

	left: 175px;

}

#top-nav .megamenu .sub-menu .sub-menu li:hover a,

#top-nav .sub-menu li:hover > a {

	

}

#top-nav .megamenu .sub-menu .arrow-indicator {

	display: none;

}


#top-nav ul	{

	height: 100%;

	margin: 0; 

	padding: 0;

}

#top-nav li	{

	position: relative;

	display: inline-block;

	vertical-align: top;

	height: 100%;

	line-height: 30px;

	margin: 0; 

	padding: 0;

	transform: none;

}

#top-nav li.megamenu	{

	position: static;

}

.custom-sub {

	position: relative;

	display: none;

	height: 8px;

	width: 100%;

	top: 100%;

	margin: 0;

}

#top-nav .sub-menu {

	position: absolute;

	height: auto;

	/*margin-left: 5px;*/
	
	/*width: 140px;*/

	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.05);

	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.05);

	box-shadow: 5px 5px 10px rgba(0,0,0,0.05);

}

#top-nav > ul > li > a	{

	position: relative;

	z-index: 3;

	height: 100%;

	line-height: 30px;

	font-weight: 600;

	font-size: 12px;

	text-transform: uppercase;

}

#top-nav li a	{

	display: block;

	float: left;

	line-height: 25px;

	padding: 0px 10px;

	color: inherit;

	background: transparent !important;

	cursor: pointer;

}



#top-nav ul ul { 

	display: none; 

	position: absolute;

	top: 100%; 

}

#top-nav ul ul li { 

	position: relative;

	display: inline-block;

	height: auto;

	min-height: 40px;

	

}

#top-nav ul ul li a { 

	width: 120px;

	line-height: 14px;

	background: transparent !important;

	text-align: left;

	padding: 13px 16px;

	font-size: 13px !important;

}



#top-nav  > ul > li.right > ul { 

	right: 0;

}

#top-nav  ul .right ul li a { 

	background: transparent !important;

	text-align: right;

}

#top-nav .right .sub-menu .sub-menu {

	top: 0px !important;

	margin-left: 0;

	right: 190px;

	opacity: 1;

}

#top-nav .right .sub-menu {

	height: auto;

	-webkit-box-shadow: -5px 5px 10px rgba(0,0,0,0.05);

	-moz-box-shadow: -5px 5px 10px rgba(0,0,0,0.05);

	box-shadow: -5px 5px 10px rgba(0,0,0,0.05);

}

#top-nav .right .sub-menu .arrow-indicator {

	position: absolute;

	display: inline-block;

	width: 10px;

	left: 5px;

}

#top-nav .right .sub-menu .arrow-indicator .fa-angle-right:before {

	content: "\f104";

}

#top-nav .right .sub-menu li:hover > a {

	padding-right: 25px;

	padding-left: 0;

}

#top-nav ul li.megamenu > ul ,

#top-nav ul li > ul {

	display: block;

	overflow: hidden;

	max-height: 0px;

	max-width: 0px;

	top: 100%;

	opacity: 0;

	-webkit-transform: translateY(40px);

	-moz-transform: translateY(40px);

	-ms-transform: translateY(40px);

	-o-transform: translateY(40px);

	transform: translateY(40px);

	-webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end;

	-o-transition: -o-transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end;

	transition: transform 0.2s ease, opacity 0.2s ease, max-height 0.3s step-end, max-width 0.3s step-end, top 0.3s step-end;

}

#top-nav ul li.megamenu > ul ul {

	overflow: visible;

	top: 0;

	max-height: none;

	max-width: none;

	opacity: 1;

	-webkit-transform: translateY(0);

	-moz-transform: translateY(0);

	-ms-transform: translateY(0);

	-o-transform: translateY(0);

	transform: translateY(0);

	-webkit-transition: none;

	-moz-transition: none;

    -o-transition: none;

    -ms-transition: none;

    transition: none;

}

#top-nav ul li.megamenu:hover > ul,

#top-nav ul li:hover > ul {

	overflow: visible;

	max-height: 3000px;

	opacity: 1;

	-webkit-transform: translateY(0);

	-moz-transform: translateY(0);

	-ms-transform: translateY(0);

	-o-transform: translateY(0);

	transform: translateY(0);

	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, top 0s step-end;

	-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, top 0s step-end;

	transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, top 0s step-end;

}

#top-nav ul li:hover > ul {

	/*max-width: 180px;*/

}

#top-nav ul li.megamenu:hover > ul {

	max-width: 3000px;

}

#top-nav ul li.megamenu:hover > .sub-menu {

	top: 100%;

}

#top-nav ul li a {

	-webkit-transition: all 0.2s linear !important;

	-moz-transition: all 0.2s linear !important;

	-o-transition: all 0.2s linear !important;	

	transition: all 0.2s linear !important;

}

#top-nav > ul > li.megamenu.columns-2 > ul > li { width: 50%; }

#top-nav > ul > li.megamenu.columns-3 > ul > li { width: 33.33%; }

#top-nav > ul > li.megamenu.columns-4 > ul > li { width: 25%; }

#top-nav > ul > li.megamenu.columns-5 > ul > li { width: 20%; }

#top-nav > ul > li.megamenu.columns-6 > ul > li { width: 16.66%; }





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

   05. LEFT NAV MENU

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




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

   06. LEFT SIDEBAR

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



	/* === 06. - 001. Main styles and divs === */

#wrapper-scroll {

	position: absolute;

	top: -99999px;

	left: -99999px;

    width: 335px;

	overflow-y: scroll;

	height: 120px;

}

#textarea-scroll {

    margin-top: 10px;

    height: 250px;

    width: 100%;

	overflow-x: hidden;

    overflow: auto;

}

#sliding-menu {

	position: fixed;

	display: block;

	z-index: 1;

	width: 275px;

	top: 0;

	bottom: 0;

	left: -275px;

	background-repeat: no-repeat;

	background-position: center 0;

	-webkit-background-size: cover;

	-moz-background-size: cover;

	-o-background-size: cover;

	background-size: cover;

}

#sliding-menu-overlay {

	position: absolute;

	overflow: hidden;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

}

#sliding-menu-inner {

	position: relative;

	display: block;

	height: 100%;

	overflow-x: hidden;

	overflow-y: scroll;

	-webkit-overflow-scrolling: touch;

}

#menu-widget {

	padding: 0 12% 100px 12%;

}

#sliding-menu-logo {

	position: relative;

	display: block;

	width: 275px;

	height: auto;

	text-align: center;

}

#sliding-menu-logo img {

	position: relative;

	display: block;

	max-width: 45%;

	margin: 35px auto;

}

	




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

   07. RIGHT SIDEBAR

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



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

   08. AUTOCOMPLETE SEARCH

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



	

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

   09. THEMEONE SLIDER

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




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

   10. LIGHTBOX

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



.to-lb-holder {

	position: fixed;

	display: table;

	overflow: hidden;

	vertical-align: baseline;

	z-index: 9999;

	width: 100%;

	min-width: 320px;

	height: 100%;

	top: 0;

	margin: 0;

	cursor: pointer;

	-webkit-transform: translateZ(0);

}

.to-lb-overlay {

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	opacity: 0;

}

.to-lb-overlay.to-lb-anim {

	opacity: 0.95;

}

.to-lb-holder .icon-to-x {

	position: relative;

	display: block;

	top: -22px;

	right: 0;

	text-align: right;

	font-size: 14px;

}

.to-lb-holder .prev-lb-img,

.to-lb-holder .next-lb-img {

	position: absolute;

	width: 60px;

	top: 0;

	left: 0;

	bottom: 0;

	opacity: 0;

	color: #59585b;

}

.to-lb-holder .next-lb-img {

	right: 0;

	left: auto;

}

.to-lb-holder .prev-lb-img i,

.to-lb-holder .next-lb-img i {

	position: absolute;

	width: 60px;

	height: 60px;

	top: 50%;

	margin-top: -30px;

	font-size: 34px;

	line-height: 60px;

	text-align: center;

}

.to-lb-anim,

.to-lb-anim .icon-to-x,

.to-lb-anim2.prev-lb-img,

.to-lb-anim2.next-lb-img {

	opacity: 1;	

}

.to-lb-inner {

	position: absolute;

	width: 100%;

	height: 100%;

	margin: 0 auto;

	opacity: 0;

	-webkit-transform: scale(1.5);

	-moz-transform: scale(1.5);

	-o-transform: scale(1.5);

    -ms-transform: scale(1.5);

	transform: scale(1.5);

}

.to-lb-inner.to-lb-anim2 {

	opacity: 1;

	-webkit-transform: scale(1);

	-moz-transform: scale(1);

	-o-transform: scale(1);

    -ms-transform: scale(1);

	transform: scale(1);

}

.to-lb-video {

	width: 50%;

	margin: 0 auto;

	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0.3);

	-moz-box-shadow: 0 0 40px rgba(0,0,0,0.3);

	box-shadow: 0 0 40px rgba(0,0,0,0.3)

}

.to-lb-holder img {

	position: absolute;

	height: 100%;

    width: 100%;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    margin: auto;

	-webkit-box-shadow: 0 0 40px rgba(0,0,0,0.3);

	-moz-box-shadow: 0 0 40px rgba(0,0,0,0.3);

	box-shadow: 0 0 40px rgba(0,0,0,0.3);

}

.to-lb-holder figure {

	position: absolute;

    margin: 0 auto;

}

.to-lb-holder figcaption {

	position: relative;

	top: 100%;

	margin-top: -10px;

	left: 0;

	right: 0;

	text-transform: uppercase;

	font-weight: 900;

	color: #59585b;

}

.to-lb-counter {

	position: absolute;

	top: 0;

	right: 0;

	text-align: right;

	font-weight: inherit;

	color: inherit;

}

.to-lb-inner .mejs-mediaelement {

	position: absolute;

	top: 0;

	left: 0;

	min-height: 100%;

    min-width: 100%;

}

.to-lb-inner .mejs-container {

	position: relative;

	padding-bottom: 54.4%;

	padding-top: 30px;

	height: 0 !important;

	overflow: hidden;

	min-width: 280px;

	max-width: 1200px;

	margin: 0 auto;

	background: #000;

}

.to-lb-inner .mejs-container-fullscreen.mejs-container {

	position: relative;

	padding-bottom: 0;

	padding-top: 0;

	height: 100% !important;

	overflow: hidden;

	min-width: inherit;

	max-width: inherit;

}

.to-lb-inner .mejs-container-fullscreen.mejs-video {

	position: relative;

}

.video-embed {

    position: relative;

    padding-bottom: 53.1%;

    padding-top: 30px;

    height: 0;

    overflow: hidden;

	min-width: 280px;

    max-width: 1200px;

    margin: 0 auto;

	background: #000;

}

.video-embed iframe,

.video-embed object,

.video-embed embed {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;	

}

.to-lb-holder .prev-lb-img,

.to-lb-holder .next-lb-img,

.to-lb-inner,

.to-lb-overlay {

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}



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

   11. AUDIO PLAYER

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




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

   12. SCROLLBAR

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



.scrollBar {

	position: absolute;

	cursor: pointer;

	width: 5px;

	top: 0;

	right: 1px;

	background: #6D6D6D;

	opacity: 0.6;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 4px;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}

.scrollBar:hover {

	width: 10px;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;

}



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

   13. FOOTER

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



#footer {

	clear: both;

	position: relative;

	width: 100%;

	-webkit-transition: all 0.5s ease-in-out;

	-moz-transition: all 0.5s ease-in-out;

    -o-transition: all 0.5s ease-in-out;

    -ms-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

}

#footer-top-overlay {

	position: absolute;

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

}

#footer-background {

	position: absolute;

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	max-width: none;

	background-repeat: no-repeat;

	background-position: center center;

	-webkit-background-size: cover;

	-moz-background-size: cover;

	-o-background-size: cover;

	background-size: cover;

}

#footer-top {

	position : relative;

	width: 100%;

	height: auto;

	margin: 0 auto;

}

#footer-inner-top {

	position : relative;

	padding: 100px 0px;

}

#footer-bottom {

	position: relative;

	min-height: 50px;

	width: 100%;

	margin: 0 auto;

}

#footer-bot-overlay {

	position: absolute;

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

}

#footer-inner-bottom {

	position : relative;

	height: 100%;

	width: 100%;

	margin: 0 auto;

	padding: 50px 0;

	cursor: pointer;

}

#footer-inner-bottom .col-7 {

	margin-bottom: 0 !important;

}

#copyright {

	position : relative;

	height: 100%;

	width: 100%;

	font-size: 13px;

	line-height: 22px;

}

#footer-social {

	text-align: right;

}

#footer-social a {

	position: relative;

	display: inline-block;

	width: 24px;

	height: 24px;

	text-align: center;

	font-size: 18px;

	margin-left: 4px;

	text-shadow: 0 0 1px rgba(255,255,255,0.25);

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	-ms-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

}

#footer-social a:hover i {

	-webkit-animation: toTopFromBottom 0.3s forwards;

	-moz-animation: toTopFromBottom 0.3s forwards;

	animation: toTopFromBottom 0.3s forwards;

}

#scrollToTop {

	position: fixed;

	overflow: hidden;

	z-index: 3;

	height: 50px;

	width: 50px;

	bottom: 38px;

	right: 25px;

	font-size: 30px;

	text-align: center;

	line-height: 50px;

	cursor: pointer;

	-webkit-border-radius: 25px;

	-moz-border-radius: 25px;

	border-radius: 25px;

}

#scrollToTop-inner {

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	opacity: 0;

	-webkit-border-radius: 25px;

	-moz-border-radius: 25px;

	border-radius: 25px;

}

#scrollToTop-overlay {

	position: absolute;

	display: block;

	top:0;

	left: 0;

	height: 100%;

	width: 100%;

	background: rgba(0,0,0,.3);

	-webkit-border-radius: 25px;

	-moz-border-radius: 25px;

	border-radius: 25px;

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	-ms-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

}

#scrollToTop i {

	position: relative;

	display: block;

	color: #fff;

	line-height: 50px;

}

#scrollToTop:hover i {

	-webkit-animation: toTopFromBottom 0.3s forwards;

	-moz-animation: toTopFromBottom 0.3s forwards;

	animation: toTopFromBottom 0.3s forwards;

}



@-webkit-keyframes toTopFromBottom {

	49% {-webkit-transform: translateY(-100%);}

	50% {opacity: 0;-webkit-transform: translateY(100%);}

	51% {opacity: 1;}

}

@-moz-keyframes toTopFromBottom {

	49% {-moz-transform: translateY(-100%);}

	50% {opacity: 0;-moz-transform: translateY(100%);}

	51% {opacity: 1;}

}

@keyframes toTopFromBottom {

	49% {transform: translateY(-100%);}

	50% {opacity: 0;transform: translateY(100%);}

	51% {opacity: 1;}

}

.touch #scrollToTop {

	display: none;

}



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

   14. Call To Action

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



#call-to-action {

	position: relative;

	text-align: center;

	vertical-align: bottom;

	font-size: 26px;

}

#call-to-action .section-container {

	padding: 42px 0px 36px 0px;

	line-height: 32px;

}

#call-to-action .section-container span {

	margin-right: 20px;

}

#call-to-action img.cloud {

	position: relative;

	height: 22px;

	top: 2px;

	left: 8px;

}

#call-to-action,

#call-to-action span {

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

	-o-transition: all 0.3s ease-in-out;

	-ms-transition: all 0.3s ease-in-out;

	transition: all 0.3s ease-in-out;

}



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

   14. PAGE NAVIGATION

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



.to-page-nav {

	margin: 10px auto;

	width: 100%;

}

.section-container .to-page-nav {

	display: inline-block;

}

#single-post-section .to-page-nav {

	margin-top: 30px;

}

.to-page-nav ul {

	margin: 0;

}

.to-page-nav li {

	position: relative;

	display: inline-block;

	height: 32px;

	text-align: center;	

	cursor: pointer;	

}

.to-page-nav li.to-page-nav-dot {

	top: -3px;

	left: -3px;

}

.to-page-nav li.active {

	background: none !important;

}

.to-page-nav li a {

	position: relative;

	display: inline-block;

	line-height: 32px;

	height: 32px;

	min-width: 12px;

	padding: 0 15px;

	background: none;

	font-size: 18px;

	font-weight: 600 !important;

	-webkit-transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

.to-page-nav li a:first-child {

	padding: 0 30px 0 0;

	margin: 0;

}

.to-page-nav li a i {

	font-weight: 600;

}





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

   16. INDEX PAGE

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



.index-container {

 margin: 80px auto 60px auto;

}

.articles-holder article {

	position: relative;

	display: inline-block;

	width: 100%;

	margin: 0 !important;

}

.post-title,

.post-quote-inner h2,

.post-link-inner h2 {

	font-size: 24px;

	font-weight: 600;

	text-transform: uppercase;

}

.post-title {

	margin: 0 !important;

	min-height: 36px;

	line-height: 36px;

	-ms-word-wrap: break-word;

	word-wrap: break-word;

}

.post-info {

	position: relative;

}

.post-info-inner {

	position: relative;

	display: inline-block;

	left: 56px;

	margin: 0 0 0 16px;

}

.post-info .post-date {

	position: absolute;

	display: inline-block;

	width: 52px;

	border-right: 1px solid;

	border-color: inherit;

	padding: 0 5px 0 0;

	margin: 0 10px 0 0;

	font-weight: 600;

	text-align: center;

}

.post-info .post-date .date {

	display: block;

	font-size: 36px;

	line-height: 36px;

}

.post-info .post-date .month {

	display: block;

	font-size: 14px;

	line-height: 20px;

	text-transform: uppercase;

	font-size: 16px;

}

.post-info .post-date .year {

	display: block;

	font-size: 14px;

	line-height: 14px;

	letter-spacing: 0.8px;

	margin: 0 0 2px;

}

.post-content-holder {

	border-bottom: 1px solid;

	border-color: inherit;

	padding-bottom: 50px;

	margin-bottom: 50px;

}

.post-content-holder p {

	padding: 10px 0 30px 0 !important;

	margin-left: 70px;

}

.post-content-holder .button {

	margin-left: 68px !important;

}

.articles-holder .post-image,

.articles-holder .post-audio {

	margin: 12px 0;

}

.articles-holder .to-article-video-wrapper {

	margin: 24px 0;

}

.articles-holder .post-quote-inner,

.articles-holder .post-link-inner {

	margin: 22px 0;

	background: rgba(0,0,0,0.035)

}

.light .articles-holder .post-quote-inner,

.light .articles-holder .post-link-inner {

	margin: 12px 0;

	background: rgba(255,255,255,0.035)

}

.articles-holder .post-gallery-slider {

	margin: 12px 0;

}

.post-quote-inner,

.post-link-inner {

	position: relative;

	padding: 45px 25px 35px 25px;

	background: #ffffff;

}

.to-item-quote,

.to-item-link {

	position: absolute;

	right: 0;

	bottom: 12px;

}

.post-content-holder .to-item-quote,

.post-content-holder .to-item-link {

	right: 20px;

}

.to-item-link {

	bottom: 22px;

}

.post-quote-inner h2,

.post-link-inner h2 {

	position: relative;

	margin: 0 0 35px 0;

	line-height: 30px;

}

.post-quote-inner .post-link-from,

.post-quote-inner .post-quote-author {

	position: relative;

	margin: 0;

	font-size: 16px;

}

.post-quote-inner .post-quote-img,

.post-link-inner .post-link-img {

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	margin: 0 auto;

	background-repeat: no-repeat;

	background-position: center center;

	-webkit-background-size: cover;

	-moz-background-size: cover;

	-o-background-size: cover;

	background-size: cover;

}

.articles-holder .more-link {

	display: block;

	margin-top: 25px;

	cursor: default;

	color: #fff;

}

.articles-holder .more-link span {

	width: auto;

	cursor: pointer;

	padding: 6px 10px;

	border-radius: 50%;

	-moz-border-radius: 50%;

	-webkit-border-radius: 50%;

	-o-border-radius: 50%;

	transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-webkit-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

}



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

   17. SINGLE PAGE INFORMATIONS

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





	/* === 17. - 001. BreadCrumb menu === */





	/* === 17. - 002. Page heading === */



.top-page-heading {

	position: relative;

	overflow: hidden;

	padding: 145px 0 110px 0;

}

.top-page-heading.no-border {

	border-bottom: none;

}

.top-page-heading .col,

.top-page-heading .col h1,

.top-page-heading .clear {

	padding: 0;

	margin: 0;

}

.top-page-heading.right .col-6 {

	float: right;

	text-align: right;

}

.top-page-heading.center .col-6 {

	text-align: center;

	width: 100%;

}

.top-page-heading .title {

	font-size: 42px;

	line-height: 42px;

	letter-spacing: 3px;

	word-spacing: 3px;

}

.top-page-heading .single-title {

	min-height: 22px;

	font-size: 42px;

	line-height: 42px;

	letter-spacing: 3px;

	word-spacing: 3px;

	-ms-word-wrap: break-word;

	word-wrap: break-word;

}


.top-page-heading .to-header-image {

	position: absolute;

	left: 0;

	right: 0;

	top: 0;

	bottom: 0;

}



.top-page-heading .to-header-image.no-repeat {

	background-repeat: no-repeat;

	background-position: center center;

	-webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

	background-size: cover;

}




	/* === 17. - 003. Page informations (author, date, comment nb) === */



.post-information,

#single-post-information,

#single-port-information {

	margin: 20px 0 0 5px;

	font-size: 13px;

	min-height: 16px;

	line-height: 16px;

}

#single-post-information {

	display: inline-block;

	border-top: 1px solid;

	border-color: inherit;

	padding-top: 14px;

}

.post-information {

	margin: 0;

}

.post-information:after,

#single-post-information:after, 

#single-port-information:after {

	content: ".";

	display: block;

	height: 0px;

	clear: both;

	visibility: hidden;

}

.post-information span,

#single-post-information span,

#single-port-information span {

	padding: 2px 8px !important;

}

#single-post-information span {

	vertical-align: top;

}

.post-information span.post-like-count {

	padding: 0 !important;

}

.post-information post-like * {

	padding: 0 !important;

}

#single-post-information span {

	vertical-align: middle;

}

.post-information i,

#single-post-information span i,

#single-port-information span i {

	position: relative;

	padding: 0 5px 0 0;

	font-size: 16px;

}

.post-information .meta-category i {

	top: 2px;

}

#single-post-information .meta-author-avatar,

#single-post-information .meta-author-avatar img,

#single-port-information .meta-author-avatar,

#single-port-information .meta-author-avatar img {

	position: relative;

	display: inline-block;

	overflow: hidden;

	width: 50px;

	height: 50px;

	padding: 0 2px 0 0;

	-moz-border-radius: 50%;

	-webkit-border-radius: 50%;

	border-radius: 50%;

}

.top-page-heading .to-item-cat {

	height: 16px;

	padding: 4px 10px;

	line-height: 16px;

	font-size: 13px;

	-webkit-border-radius: 25px;

	-moz-border-radius: 25px;

	border-radius: 25px;

	color: #ffffff;

	cursor: pointer;

}

.post-information .post-like-count {

	border: none;

	margin: 0;

	padding: 0;

}

.post-information span:first-child,

#single-post-information span:first-child,

#single-port-information span:first-child {

	padding:  0 5px 0 0 !important;

}



	/* === 17. - 004. Social share icons page === */

	

.to-social {

	position: relative;

	display: block;

	width: 100%;

	padding: 40px 0;

	text-align: center;

}

.to-social-overlay {

	position: absolute;

	display: block;

	top: 0;

	bottom: 0;

	left: -500%;

	right: -500%;

	border-top: 1px solid;

	border-color: inherit;

}

.product .to-social-overlay {

	border: none;

}

.to-social-holder {

	display: block;

	cursor: pointer;

}

.to-social-msg {

	position: relative;

	display: block;

	height: 25px;

	margin: 0 auto 30px auto;

	font-weight: 600;

	text-align: center;

	text-transform: uppercase;

}

.to-social-share,

.to-social-shared {

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	-webkit-transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

.to-social-shared,

.to-social:hover .to-social-share  {

	opacity: 0;

	-webkit-transform: scale(0,0);

    -moz-transform: scale(0,0);

    -o-transform: scale(0,0);

    -ms-transform:  scale(0,0);

	transform: scale(0,0);

}

.to-social:hover .to-social-shared {

	opacity: 1;

	-webkit-transform: scale(1,1);

    -moz-transform: scale(1,1);

    -o-transform: scale(1,1);

    -ms-transform:  scale(1,1);

	transform: scale(1,1);

}

.to-social-list .count,

.to-social .post-like-count {

	position: absolute;

	display: block;

	z-index: 999;

	left: 50%;

	bottom: 36px;

	min-width: 30px;

	margin: 0 -18px;

	min-height: 16px;

	padding: 4px;

	line-height: 16px;

	font-size: 13px;

	color: #ffffff;

	background: #DCDCDC;

	background: rgba(0,0,0,.22);

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 4px;

	text-align: center;

	opacity: 0;

	pointer-events: none;

	-webkit-transform: translateY(14px);

	-moz-transform: translateY(14px);

	-o-transform: translateY(14px);

	-ms-transform: translateY(14px);

	transform: translateY(14px);

	-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;

	-o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;

	-moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;

	-ms-transition: opacity 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;

	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;

}

.to-social-list .count:after,

.to-social .post-like-count:after {

	position: absolute;

	content: '';

	width: 0;

	height: 0;

	left: 50%;

	bottom: -6px;

	margin-left: -6px;

	border-left: 6px solid transparent;

	border-right: 6px solid transparent;

	border-top: 6px solid rgba(0,0,0,.22);

}

.to-social-button:hover .count,

.to-social .post-like:hover .post-like-count {

	opacity: 1;

	-webkit-transform: translateY(0);

	-moz-transform: translateY(0);

	-o-transform: translateY(0);

	-ms-transform: translateY(0);

	transform: translateY(0);

}

.to-social-button,

.to-social .post-like {

	position: relative;

	display: inline-block;

	margin: 0 15px;

}

.to-social-list {

	position: relative;

	display: inline-block;	

}

.to-social-holder .to-social-list span {

	-webkit-transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

.to-social-holder i,

.to-social .post-like .fa-heart {

	font-size: 24px;

	width: 24px;

	margin: 0 auto;

	-webkit-transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

.to-social .post-like .fa-heart {

	font-size: 22px;

	margin-left: 4px;

}

.to-social .post-like .icon-to-x {

	width: 24px;

	height: 30px;

	line-height: 20px;

	font-size: 16px;

	margin: 0 auto;

	text-align: center;

}

.to-social-button i {

	height: 30px;

	line-height: 30px;

}

.to-social-holder .to-social-button:hover i {

	opacity: 0.7;

}



	



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

   18. SINGLE POST PAGE

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



.single-event #single-post-section {

	padding: 140px 0 40px 0;

}

#single-post-section article.type-post {

	margin: 0;

	padding-bottom: 50px;

}

.to-article-video-wrapper {

    position: relative;

	height: 0;

	padding-bottom: 56.25%;

}

.to-article-video-wrapper iframe,

.to-article-video-wrapper object,

.to-article-video-wrapper embed,

.to-article-video-wrapper .mejs-video,

.to-article-video-wrapper .mejs-video video {

    position: absolute !important;

    top: 0 !important;

    left: 0 !important;

    width: 100% !important;

    height: 100% !important;

}

.post-image {

	width: 100%;

	height: auto;

}

.post-image,

.post-audio,

.post-gallery-slider,

.to-article-video-wrapper,

.post-quote-inner,

.post-link-inner {

	margin-bottom: 30px;

	margin-left: 0;

}

.post-quote-inner,

.post-quote-inner h2,

.post-link-inner,

.post-link-inner h2 {

	-webkit-transition: all 0.3s ease-in-out;

	-moz-transition: all 0.3s ease-in-out;

    -o-transition: all 0.3s ease-in-out;

    -ms-transition: all 0.3s ease-in-out;

    transition: all 0.3s ease-in-out;

}

.post-gallery-slider {

	overflow: hidden;

}

.post-gallery-slider img {

	width: 100%;

	height: auto;

}

.owl-carousel {

	display: none;

	position: relative;

	margin-left: 0;

	width: 100%;

	list-style: none;

	-ms-touch-action: pan-y;

	cursor:-webkit-grab;

	cursor:-moz-grab;

}

.owl-carousel li {

	list-style: none;

}

.grabbing { 

    cursor:-webkit-grabbing;

	cursor:-moz-grabbing;

}

.owl-carousel .owl-item{

	float: left;

}

.owl-pagination {

	margin-top: 15px;

}

.owl-controls{

	margin-top: 10px;

	text-align: center;

}

.owl-controls .owl-buttons div {

	transition: all 0.2s linear;

	-webkit-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

}

.owl-controls .owl-page {

	display: inline-block;

}

.owl-controls .owl-page span{

	display: block;

	width: 8px;

	height: 8px;

	margin: 4px;

	opacity: 0.85;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	border-radius: 50%;

	transition: all 0.2s linear;

	-webkit-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

}

.owl-controls .owl-page.active{

	background: none !important;

}

.owl-controls .owl-page.active span,

.owl-controls .owl-page:hover span,

.owl-controls .owl-controls .owl-buttons i:hover {

	opacity: 1;

}

.post-gallery-slider .owl-controls .owl-buttons div {

	opacity: 1;

}

.post-gallery-slider .owl-buttons .owl-prev,

.post-gallery-slider .owl-buttons .owl-next {

  	position: absolute;

	overflow: hidden;

	cursor: pointer;

	width: 45px;

	height: 45px;

	top: 50%;

	left: 0;

	margin: -22px 0 0 0;

	padding: 0;

	opacity: 1;

	text-align: center;

	color: #FFF;

	font-size: 20px;

	line-height: 45px;

}

.post-gallery-slider .owl-page span {

	background: rgba(255,255,255,.25);

}

.post-gallery-slider .owl-page.active span,

.post-gallery-slider .owl-page:hover span {

	background: #ffffff !important;

}

.post-gallery-slider .owl-buttons .owl-prev {

	-webkit-border-top-right-radius: 3px;

	-webkit-border-bottom-right-radius: 3px;

	-moz-border-radius-topright: 3px;

	-moz-border-radius-bottomright: 3px;

	border-top-right-radius: 3px;

	border-bottom-right-radius: 3px;

}

.post-gallery-slider .owl-buttons .owl-next {

	left: auto;

	right: 0;

	-webkit-border-top-left-radius: 3px;

	-webkit-border-bottom-left-radius: 3px;

	-moz-border-radius-topleft: 3px;

	-moz-border-radius-bottomleft: 3px;

	border-top-left-radius: 3px;

	border-bottom-left-radius: 3px;

}

.post-gallery-slider .owl-buttons .owl-next i,

.post-gallery-slider .owl-buttons .owl-prev i {

	position: absolute;

	width: 45px;

	height: 45px;

	left: 0;

	top: 0;

	margin: auto;

	line-height: 45px;

	text-align: center;

}

.post-gallery-slider .owl-buttons .owl-prev {

	-webkit-transform: translate3d(-45px,0,0);

	-moz-transform: translate3d(-45px,0,0);

	-o-transform: translate3d(-45px,0,0);

    -ms-transform:  translate3d(-45px,0,0);

	transform: translate3d(-45px,0,0);

}

.post-gallery-slider .owl-buttons .owl-next {

	-webkit-transform: translate3d(45px,0,0);

	-moz-transform: translate3d(45px,0,0);

	-o-transform: translate3d(45px,0,0);

    -ms-transform:  translate3d(45px,0,0);

	transform: translate3d(45px,0,0);

}

.post-gallery-slider:hover .owl-buttons .owl-prev,

.post-gallery-slider:hover .owl-buttons .owl-next {

	opacity: 1;

	-webkit-transform: translate3d(0,0,0);

	-moz-transform: translate3d(0,0,0);

	-o-transform: translate3d(0,0,0);

    -ms-transform:  translate3d(0,0,0);

	transform: translate3d(0,0,0);

}

.post-gallery-slider .owl-buttons .to-sc-button-over {

	position: absolute;

	width: 100%;

	height: 100%;

	top: 0;

	left: 0;

	margin: 0;

	padding: 0;

	opacity: 0.5 !important; 

	background: #000;

}

.post-gallery-slider .owl-buttons .to-sc-button-over:hover {

	opacity: 0.5 !important;

}

.post-gallery-slider .owl-pagination {

	position: absolute;

	bottom: 15px !important;

	width: 100%;

	margin: 0 !important;

}

.post-gallery-slider .owl-controls {

	margin-top: 0;

	text-align: center;

}



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

   19. SINGLE PORTFOLIO PAGE

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



#post-nav {

	position: relative;

	display: block;

	width: 100%;

	margin: 0;

	padding: 35px 0 23px 0;

}

#post-nav a {

	position: relative;

	display: inline-block;

}

#post-nav span {

	text-transform: uppercase;

	font-weight: 600;

	font-size: 12px;

}

#post-nav #post-all-items {

	position: absolute;

	height: 30px;

	width: 30px;

	left: 50%;

	top: 16px;

	margin: 0 0 0 -15px;

	font-size: 30px;

}

#post-nav #post-all-items a,

#post-nav #post-all-items i {

	position: absolute;

	display: block;

	left: 0;

	top: 0;

	bottom: 0;

	right: 0;

}

#post-nav #post-prev-link,

#post-nav #post-next-link {

	position: relative;

	display: inline-block;

	width: 45%;

	margin: 0 0 0 5%;	

}

#post-nav #post-prev-link {

	text-align: left;

	float: left;

	margin: 0 5% 0 0;

}

#post-nav #post-prev-link span:before {

	content: "\f053";

	font-family: FontAwesome;

	position: relative;

	font-size: 8px;

	top: -2px;

	margin: 0 10px 0 0;

}

#post-nav #post-next-link {

	text-align: right;

	float: right;

}

#post-nav #post-next-link span:after {

	content: "\f054";

	font-family: FontAwesome;

	position: relative;

	font-size: 8px;

	top: -2px;

	margin: 0 0 0 10px ;

}

#post-nav #post-all-items,

#post-nav #post-prev-link,

#post-nav #post-next-link,

#post-nav i {

	-webkit-transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}



#single-portfolio-section .portfolio-page-pp {

	padding-bottom: 50px;

}

.portfolio-sidebar {

	padding: 0 0 0 0;

}

.boxsizing .portfolio-sidebar {

	padding: 0 0 0 20px;

	box-sizing: border-box;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

}

#single-portfolio-section article.type-portfolio {

	position: relative;

	display: block;

	margin-top: 80px;

	float: left;

	width: 100%;

}

.clear.portfolio {

	padding: 0;

}

#single-portfolio-section article #single-port-information {

	margin-bottom: 30px;

}

.to-portfolio-attrs li {

	padding: 8px 0px;

	list-style: none;

}

.to-portfolio-attrs li i {

	width: 23px;

	height: auto;

	font-size: 14px;

	line-height: 14px;

	text-align: left;

}

#google-map {

	width: 100%;

	height: 370px;

	margin: 0;

}

#google-map .gm-style-cc,

#google-map .gmnoprint.gm-style-cc {

	display: none;

}

#google-map img { 

	max-width: none; 

}

#google-map .scrollFix {

    line-height: 1.35;

    overflow: hidden;

    white-space: nowrap;

}






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

   21. FORM INPUT

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





textarea,

input[type=text],

input[type=email], 

input[type=password], 

input[type=tel], 

input[type=url] {

	width: 100%;

	border: 0px;

	padding: 10px;

	background: none;

    line-height: 22px;

	color: inherit;

	font-family: inherit;

	border: 1px solid;

	border-color: inherit;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

    transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

}

input[type=checkbox],

input[type=radio] {

	vertical-align: middle;

	width: 16px;

	height: 16px;

	margin: 3px 3px 3px 4px;

	background: #EFEFEF;

	color: #555;

	-webkit-appearance: none;

	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);

	-o-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);

	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);

	border: 1px solid;

	border-color: inherit;

	border-radius: 3px;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

}

input[type=checkbox]:checked:before,

input[type=radio]:checked:before {

	content: '✔'; 

	float: left;

	display: inline-block;

	vertical-align: middle;

	width: 14px;

	text-align: center;

	speak: none;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

}

input[type=submit], 

button[type=submit] {

    border: none;

    cursor: pointer;

    width: auto;

	color: inherit;

    font-size: 14px; 

    border-radius: 3px;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	-o-border-radius: 3px;

	transition: all 0.2s linear 0s;

    -moz-transition: all 0.2s linear 0s;

    -webkit-transition: all 0.2s linear 0s;

    -o-transition: all 0.2s linear 0s;

}

select{

	padding: 10px;

	border: 0px;

	border: none;

	font-size: inherit;

	line-height: 25px;

	color: #555;

	background-color: #fff;

	box-shadow: 0 1px 2px rgba(0,0,0,.16);

	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.16);

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.16);

	-o-box-shadow: 0 1px 2px rgba(0,0,0,.16);

	transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-webkit-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;

}

textarea {

	max-width: 100%;	

}

.wpcf7-form .wpcf7-not-valid-tip {

	position: absolute;

	width: 280px;

	top: -5px;

	right: 5px;

	padding: 2px 6px;

	border: 0px;

	text-align: right;

	font-size: 10pt;

}

div.wpcf7-response-output {

	margin: 0 0 20px 0;

	padding: 10px;

	border: none;

	border-radius: 3px;

	-moz-border-radius: 3px;

	-webkit-border-radius: 3px;

	-o-border-radius: 3px;

}

.wpcf7-validation-errors {

	display: inline-block;

}

.wpcf7 input[type=text],

.wpcf7 input[type=email], 

.wpcf7 input[type=password], 

.wpcf7 input[type=tel], 

.wpcf7 input[type=url] {

	border: none;

	border-bottom: 1px solid;

	border-color: inherit;

	color: inherit;

}



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

   22. WIGDETS

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



#sidebar {

	padding-right: 20px;

}

.boxsizing #sidebar {

	box-sizing: border-box;

	-moz-box-sizing: border-box;

	-webkit-box-sizing: border-box;

}

#sidebar.col-last {

	padding-left: 20px;

	padding-right: 0;

}

#sidebar.col-last:after {

	content: '';

	clear: both;

}

#sidebar .widget {

	margin-bottom: 50px;

}

#footer-inner-top .marg:last-child {

	margin-right: 0;

}

#footer-inner-top .widget {

	margin-bottom: 55px;

}

#footer-inner-top .widget:last-child {

	margin-bottom: 0px;

}

#sliding-sidebar .widget {

	margin-bottom: 40px;

}

.widget {

	position: relative;

}

.widget ul {

	position: relative;

	margin-left: 0;

	margin-bottom: 0;

}

.widget h4 {

	margin-bottom: 20px;

	letter-spacing: 0.5px;

	font-weight: 500;

}

.widget ul li {

	position: relative;

	padding: 0 0 6px 0;

	list-style: none;

	margin-bottom: 0px;

}

.widget ul li a {

	font-weight: 600;

}

.widget ul li:last-child {

	border: none;

}

.widget ul ul {

	margin: 0;

	padding: 0 0 0 20px;

}

.widget .cat-item a {

	margin-right: 24px;

}

.widget .cat-item .count {

	position: absolute;

	top: 0;

	right: 0;

}

.product_list_widget *,

.widget-recent-projects,

.widget-recent-projects * {

	-webkit-transform: initial;

	-moz-transform: initial;

	-ms-transform: none;

	-o-transform: initial;

	transform: none;

}



	/* === 22. - 001. Archives Widget === */



.widget_archive a {

	padding-right: 5px;

}



	/* === 22. - 002. Category  Widget === */



.widget_categories ul li a {

	padding-right: 5px;

}



	/* === 22. - 003. Pages Widget === */

	

.widget.widget_pages li {

	padding: 0;

	border-bottom: none;

}

.widget.widget_pages li a{

	display: block;

	padding: 8px 0px;

	border-bottom: 1px solid;

	border-color: inherit;

}



	/* === 22. - 004. Recent Post  Widget === */



.widget_recent_entries span {

	display: block;

	margin-bottom: 6px;

	line-height: 17px;

	font-size: 13px;

}



	/* === 22. - 005. Search Widget === */



.widget.widget_search #searchform {

	position: relative;

	display: block;

	top: auto;

	bottom: auto;

	left: auto;

	right: auto;

	width: 100%;

	height: auto;

	line-height: none;

	font-size: 13px;

	padding: 8px 0;

	margin: 0;

}

.widget.widget_search input.search {

	position: relative;

	width: 100%;

	height: 37px;

	margin: 0;

	padding: 0 8px;

	font-size: 13px;

	line-height: 35px !important;

	text-transform: none;

	border-width: 0;

	opacity: 1;

	border: 1px solid;

	border-color: inherit;

}



	/* === 22. - 006. Calendar Widget === */



.widget.widget_calendar {

	width: 100%; 

}

.widget.widget_calendar caption {

	position: absolute;

	bottom: 0;

	z-index: 1;

	width: 100%;

	text-align: center;

	font-weight: 600;

}

.widget.widget_calendar table {

	position: relative;

	width: 100%;

	border-collapse: collapse;

}

.widget.widget_calendar thead th { 

	padding-bottom: 10px;

	font-size: 13px;

	font-weight: 600;

	cursor: pointer;

}

.widget.widget_calendar table tbody td { 

	text-align: center; 

	cursor: pointer;

	font-size: 13px;

}

.widget.widget_calendar table tbody tr td {

	padding: 2px;

}

.widget.widget_calendar tfoot #next {  

	position: relative;

	z-index: 2;

	text-align: right; 

}

.widget.widget_calendar tfoot #prev {  

	position: relative;

	z-index: 2;

	padding-top: 10px; 

}	



	/* === 22. - 007. Custom Menu Widget === */



.widget.widget_nav_menu li {

	padding: 0;

	border-bottom: none;

}

.widget.widget_nav_menu li:before {

	display: none;

}

.widget.widget_nav_menu li.menu-item-has-children > a:after {

	content:'+';

	position: relative;

	float: right;

	right: 5px;

	height: 38px;

	margin: -8px 0 0 0;

	line-height: 38px;

	font-size: 18px;

}

.widget.widget_nav_menu li.menu-item-has-children.open > a:after {

	content:'-';

}

.widget.widget_nav_menu li.menu-item-has-children ul {

	display: none;

}

.widget.widget_nav_menu li a{

	display: block;

	padding: 8px 0px;

	border-bottom: 1px solid;

	border-color: inherit;

	line-height: 25px;

}



	/* === 22. - 008. Comments Widget === */



.widget_recent_comments li {

	position: relative;

	display: block;

	margin-bottom: 10px !important;

}



	/* === 22. - 009. RSS FEED Widget === */



.widget.widget_rss .rss-date {

	display: inherit;

	margin: 5px 0 7px 0;

}

.widget.widget_rss .rssSummary {

	font-size: 12px;

}

.widget.widget_rss cite {

	display: inherit;

	margin: 5px 0 0 0;

}



	/* === 22. - 010. Tag Cloud Widget === */



.widget.widget_tag_cloud .tagcloud {

	position: relative;

	display: inline-block;

}

.widget.widget_tag_cloud a, .post-tags a {

	position: relative;

	display: inline-block;

	float: left;

	cursor: pointer;

	margin: 8px 6px 0 0;

	padding: 0 12px !important;

	font-size: 13px !important;

	line-height: 28px !important;

	border: 2px solid;

	border-radius: 2px;

	-moz-border-radius: 2px;

	-webkit-border-radius: 2px;

	-o-border-radius: 2px;

	text-transform: capitalize;

	transition: all 0.2s linear;

	-moz-transition: all 0.2s linear;

	-webkit-transition: all 0.2s linear;

	-o-transition: all 0.2s linear;	

}



	/* === 22. - 011. Post Liked Widget === */

	

.widget.widget-post-like li {

	margin-bottom: 15px;

}

.widget.widget-post-like .post-like-img {

	position: relative;

	display: inline-block;

	overflow: hidden;

	float: left;

}

.widget.widget-post-like img,

.no-post-like-image {

	position: relative;

	display: inline-block;

	float: left;

	width: 64px;

	height: 64px;

	margin: 0 12px 0 0;

	background: rgba(0,0,0,0.2);

}

.no-post-like-image i {

	width: 64px;

	height: 64px;

	float: left;

	margin: 0;

	font-size: 22px;

	text-align: center;

	line-height: 64px;

	color: #ffffff;

}

.widget.widget-post-like .post-like-overlay {

	position: absolute;

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	width: 64px;

	height: 64px;

	line-height: 64px;

	text-align: center;

	font-size: 48px;

	font-weight: 100;

	opacity: 0;

	transition: all 0.2s linear 0s;

    -moz-transition: all 0.2s linear 0s;

    -webkit-transition: all 0.2s linear 0s;

    -o-transition: all 0.2s linear 0s;

}

.widget.widget-post-like .post-like-img:hover .post-like-overlay {

	opacity: 0.85;

}

.widget.widget-post-like .post-like-title {

	position: relative;

	display: block;

	overflow: hidden;

	max-height: 22px;

	padding: 6px 0 0 0;

	-webkit-line-clamp: 1;

	display: -webkit-box;

	-webkit-box-orient: vertical;

}

.widget.widget-post-like .post-like-date {

	position: relative;

	display: inline-block;

	margin: 3px 5px 0 0;

	font-size: 13px;

}

.widget.widget-post-like span.post-like {

	font-size: 13px;

}

.widget.widget-post-like .clear {

	padding: 0;

}





/* === 22. - 011. Recent Projects === */



.widget.widget-recent-projects {

	position: relative;

	display: inline-block;

}

.widget.widget-recent-projects li {

	position: relative;

	display: inline-block;

	float: left;

	margin: 0;

	padding: 0;

}

.widget.widget-recent-projects .recent-projects-img {

	position: relative;

	display: inline-block;

	overflow: hidden;

	float: left;

}

.widget.widget-recent-projects img,

.no-recent-projects-image {

	position: relative;

	display: inline-block;

	float: left;

	width: 64px;

	height: 64px;

	margin: 0;

	background: rgba(0,0,0,0.2);

}

.no-recent-projects-image i {

	width: 64px;

	height: 64px;

	float: left;

	margin: 0;

	font-size: 22px;

	text-align: center;

	line-height: 64px;

}

.widget.widget-recent-projects .recent-projects-overlay {

	position: absolute;

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	width: 64px;

	height: 64px;

	line-height: 64px;

	text-align: center;

	font-size: 48px;

	font-weight: 100;

	opacity: 0;

	transition: all 0.2s linear 0s;

    -moz-transition: all 0.2s linear 0s;

    -webkit-transition: all 0.2s linear 0s;

    -o-transition: all 0.2s linear 0s;

}

.widget.widget-recent-projects .recent-projects-img:hover .recent-projects-overlay {

	opacity: 0.85;

}

.widget.widget-recent-projects .recent-projects-title {

	position: absolute;

	display: block;

	z-index: 999;

	top: 75px;

	left: -22px;

	width: 100px;

	min-height: 22px;

	line-height: 22px;

	font-size: 13px;

	padding: 4px;

	background: #0b0b0b;

	background: rgba(11,11,11,.85);

	color: #ffffff;

	-webkit-border-radius: 4px;

	-moz-border-radius: 4px;

	border-radius: 4px;

	text-align: center;

	opacity: 0;

	pointer-events: none;

	-webkit-transform: perspective(1200px) rotate3d(1,0,0,-30deg);

	-moz-transform: perspective(1200px) rotate3d(1,0,0,-30deg);

	-o-transform: perspective(1200px) rotate3d(1,0,0,-30deg);

	-ms-transform: perspective(1200px) rotate3d(1,0,0,-30deg);

	transform: perspective(1200px) rotate3d(1,0,0,-30deg);

	-webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;

	-o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;

	-moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;

	-ms-transition: opacity 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;

	transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;

}

.widget.widget-recent-projects li:hover .recent-projects-title {

	opacity: 1;

	-webkit-transform: rotate3d(1,0,0,0deg);

	-moz-transform: rotate3d(1,0,0,0deg);

	-o-transform: rotate3d(1,0,0,0deg);

	-ms-transform: rotate3d(1,0,0,0deg);

	transform: rotate3d(1,0,0,0deg);

}

.widget.widget-recent-projects .recent-projects-title:after {

	position: absolute;

	content: '';

	width: 0;

	height: 0;

	left: 50%;

	top: -10px;

	margin-left: -10px;

	border-left: 10px solid transparent;

	border-right: 10px solid transparent;

	border-bottom: 10px solid rgba(11,11,11,.85);

}

.widget.widget-recent-projects .recent-projects-date {

	position: relative;

	display: inline-block;

	margin: 3px 5px 0 0;

	font-size: 13px;

}

.widget.widget-recent-projects span.recent-projects {

	font-size: 13px;

}

.widget.widget-recent-projects .clear {

	padding: 0;

}



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

   23. WORDPRESS CLASSES

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



.alignleft {

  float: left;

  margin-right: 15px;

}

.alignright {

  float: right;

  margin-left: 15px;

}

.aligncenter {

	display: block;

	margin:15px auto;

}

.wp-smiley {

	margin-bottom: 0px!important;

}

.gallery-caption { 

    margin-left: 0; 

    margin-bottom: 10px;

    padding: 0px 10px;

}

.bypostauthor {}

#wpstats {  

	display: none; 

}

.articles-holder article.sticky {

	margin-bottom: 50px !important;

}

.sticky .post-content-holder {

	margin-bottom: 0px!important;

	padding-bottom: 0px!important;

	border-bottom: 0px!important;

	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.2);

	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);

    box-shadow: 0 1px 2px rgba(0,0,0,0.2);

	background-color: #fff;

	padding: 25px!important;

	position: relative;

}

#wpadminbar {

	z-index: 1000000!important;	

}

.wp-caption { 

	max-width: 100%; 

	border: 1px solid; 

	padding: 5px;

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

}

.wp-caption .wp-caption-text { 

	text-align: center;

	margin-top: 5px;

	margin-bottom: 5px;

	padding: 0 5px;

}

.wp-caption img {

	max-width: 100%;

	margin-bottom: 10px!important;

	display: block; 

}

.size-auto, 

.size-full,

.size-large,

.size-medium,

.size-thumbnail {

	max-width: 100%;

	height: auto;

}

#custom_header {

	width: 100%;

	height: auto;

}

.document-script {

	display: none;

}



/* 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:focus {

	background-color: #f1f1f1;

	border-radius: 3px;

	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	clip: auto !important;

	color: #21759b;

	display: block;

	font-size: 14px;

	font-size: 0.875rem;

	font-weight: bold;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000; /* Above WP toolbar. */

}



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

   24. MEDIA QUERIES

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

@media screen and (max-width: 1100px) {

#top-nav > ul > li.nav-webcam a span label {
	display: none;
}



#story-team .photo {
    width: 180px !important;
    height: 180px !important;
    border-radius: 180px !important;
}

}


@media screen and (max-width: 1024px) {
	
.website-logo {
	max-width: 160px;
	max-height: 160px;
	margin: 5px 15px 0 15px;
}

#beer-container .beer-list li img {
    max-width: 120px !important;
}

#story-values button.accordion {
	font-size: 18px !important;
}

}

	

@media only screen and (max-width: 768px) {


.section-container {

    max-width: 760px; 

}

h2,

.top-page-heading .single-title, h1 {

	font-size: 26px !important;

	line-height: 34px !important;

}

.top-page-heading .title {

	font-size: 36px !important;

	line-height: 36px !important;

}


.col {

	margin-bottom: 25px;

}

.col.col-12 {

	margin-bottom: 0;	

}

.five-cols {

	width: 100%;

}

.col-1, 

.col-2, 

.col-3, 

.col-4, 

.col-5, 

.col-6, 

.col-7, 

.col-8, 

.col-9, 

.col-10, 

.col-11, 

.col-12 { 

	width: 100%; 

	margin-left: 0px; 

}

.col.col-4 .col.col-2, 

.col.col-3 .col.col-2, 

.col.col-2 .col.col-2, 

.col.col-6 .col.col-2 {

	width: 15%!important;

}

.col.col-4 .col-10, 

.col.col-3 .col.col-10, 

.col.col-2 .col.col-10, 

.col.col-6 .col.col-10 {

	width: 83%!important;

}

#inner-container .section-container .slogan {
    font-size: 35px !important;
    line-height: 35px !important;
}

#beer-container .beer-list li {
	min-width: 50px !important;
}

#beer-container .beer-list li img {
    max-width: 100px !important;
}

#beer-container .beer-list li .title,
#beer-container .beer-list li .style {
	display: none;
}


}

@media only screen and (max-device-width : 320px) {	

.section-container {
    max-width: 310px;
} 

.website-logo {
	display: block;
}

.website-logo img {
	
	margin: auto;

	max-height: 20px;

	min-height: 0px;

}

#sliding-sidebar {

	width: 275px;

}

.touch #sliding-sidebar {

	-webkit-transform: translate3d(275px,0,0);

	-moz-transform: translate3d(275px,0,0);

	-o-transform: translate3d(275px,0,0);

    -ms-transform: translate3d(275px,0,0);

	transform: translate3d(275px,0,0);

}

#sliding-sidebar-inner {

	padding: 25px;

}


.light-box-container img {

	max-width: 90%;

}

h1,

.to-slide .to-slide-content-inner h1 {

	font-size: 32px !important;

	line-height: 32px !important;

	margin-bottom: 10px !important;

}

.to-slide .to-slide-content-inner p {

	font-size: 14px  !important;

	line-height: 14px !important;

}


#inner-container .section-container .slogan {
    font-size: 30px !important;
    line-height: 30px !important;
}

#beer-container .beer-list li {
	min-width: 50px !important;
}

#beer-container .beer-list li img {
    max-width: 70px !important;
}


}