/*
Theme Name: elletta
Theme URI: http://elletta.tuweb4.com
Description: Modern, Creative Wordpress Blog Theme.
Author: Tuweb4
Author URI: http://www.tuweb4.com
Version: 1.0.11
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, translation-ready, education, holiday
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: elletta

*/

/*
 1.  Normalize
 2.  Global Styles
 3.  Constants
 4.  Buttons
 5.  General Layout
 6.  Header Structure
 7.  Navigation
 8.  Search
 9.  Social Icons
 10. Swiper Styling
 11. Post Featured Area
 12. Post Type & Layout Styles
 13. Masonry Styling
 14. List Styling
 15. Pagination
 16. Load More Animations
 17. Footer Styles
 18. Widget Styles
 19. Comments Styles
 20. Archive Pages
 21. Search Page
 22. Wordpress Core Fixes
 23. Contact Form 7
 24. Newsletter Mailchimp
 25. Media Element JS
 26. Comming Soon
 27. Woocommerce
 28. Events Calendar


! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; 
    padding: 0; 
}

button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%; 
    margin: 0;
    -webkit-border-radius:0;
}

button,
input[type="text"],
textarea {
    -webkit-appearance:none;
}

input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

select {
    background-color: #FFFFFF;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
}

button[disabled],
html input[disabled] {
    cursor: default;
}


input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0; 
}


input[type="search"] {
    -webkit-appearance: textfield; 
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; 
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto; 
    vertical-align: top; 
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea:focus, input:focus {
    outline: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.sticky {}

/*-----------------------------------------------------------------------------------*/
/* - Global Styles
/*-----------------------------------------------------------------------------------*/

.clearfix:before,
.clearfix:after {
        content: " ";
        display: table;
}

.clearfix:after {
        clear: both;
}

*, *:before, *:after {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
}

body {
        position: relative;
        font-family: 'Open Sans', serif;
        color:#2C2C2C;
        background-color: #F7F7F7;
        font-size: 14px;
}

.mobile-device body {
	background-size:auto!important;
	background-position:center top!important;
}

p {
	line-height:1.8;
}

a {
	text-decoration:none;
	color:#00a8b5;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Lato";
        text-rendering: optimizeLegibility;
	margin: 40px 0 15px;
	font-weight: 700;
	color:#111;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
	font-style: normal;
	letter-spacing:normal;
}

p,hr {
	margin-bottom:20px;
}

h1 {
	font-size:29px;
}

h2 {
	font-size:26px;
}

h3 {
	font-size:23px;
}

h4 {
	font-size:21px;
}

h5 {
	font-size:18px;
}

h6 {
	font-size:16px;
}

hr {
	border:0;
	height:0;
	border-bottom:1px solid #e5e5e5;
	clear:both;
}

blockquote {
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
}

blockquote:before {
        font-family: "FontAwesome";
        content: "\F10D";
        font-size: 20px;
        font-weight: 400;
        color: #222;
}

blockquote p {
	font-family: "Open sans";
	font-size:20px;
	line-height:1.6;
	text-align: center;
	font-weight: 300;
	margin-top: 10px;
}

blockquote p:after {
	content: "";
	display: block;
	color:#333;
	font-style: normal;
	position: relative;
	border-bottom: 1px solid #00a8b5;
	max-width: 30px;
	margin: 15px auto;  
}

cite {
	letter-spacing: 1px;
}

ul, ol {
	padding-left:30px;
	margin-bottom:20px;
}

ul ol, ol ul, ul ul, ol ol {
	margin-bottom: 0;
}

ul li, ol li  {
	margin-bottom:7px;
	line-height: 1.8;
	position: relative;
}

.post-entry ul li,
.post-entry ol li {
        margin-top: 5px;
        margin-bottom: 5px;
}

dl {
	line-height: 1.8;
}

.bypostauthor  {}

table { width:100%; margin-bottom:22px; border-collapse:collapse }
td, th { padding: 12px; border-bottom: 1px solid #e5e5e5; }
th { font-weight:bold; font-size:14px; background:#eee;}
tr:hover {
	background:#f9f9f9;
}

pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

button[type="submit"],
input,
select,
textarea {
	border: 1px solid #e5e5e5;
	padding: 9px;
}

input[type="text"],
input[type="email"],
textarea {
	padding: 12px;
	font-size: 13px;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
.wpcf7 textarea:focus {
	border: 1px solid #333;

}

button[type="submit"], input[type="submit"] {
	font-size: 10px;
	font-weight: 400;
	padding: 13px 16px;
	background-color:#00a8b5;
	text-transform: uppercase;
	color:#fff;
	letter-spacing: 1px;
	border: none;
	position: relative;
	top:-1px;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
        color:    #333;
}

.search-form-area ::-webkit-input-placeholder, .search-form-area :-moz-placeholder,
.search-form-area ::-moz-placeholder, .search-form-area :-ms-input-placeholder {
 	color: #ddd
 }

 .pattern-1{
        background: url(images/pattern-1.png) repeat;
}
.pattern-2{
        background: url(images/pattern-2.png) repeat;
}
.pattern-3{
        background: url(images/pattern-3.png) repeat;
}
.pattern-4{
        background: url(images/pattern-4.png) repeat;
}

/*-----------------------------------------------------------------------------------*/
/* - Constants
/*-----------------------------------------------------------------------------------*/

.vertical-middle {
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: middle;
}

.pulse {
        -webkit-animation: breath 1.5s ease-out infinite;
        -moz-animation: breath 1.5s ease-out infinite;
        -ms-animation: breath 1.5s ease-out infinite;
        animation: breath 1.5s ease-out infinite;
}

@-ms-keyframes breath {
    0% { opacity: 0.8;}
    50% {opacity: 1.0;}
    100% {opacity: 0.8;}
}


@-moz-keyframes breath {
    0% {opacity: 0.8;}
    50% {opacity: 1.;}
    100% {opacity: 0.8;}
}


@-webkit-keyframes breath {
    0% {opacity: 0.8;}
    50% {opacity: 1.0;}
    100% {opacity: 0.8;}
}

@keyframes breath {
    0% {opacity: 0.8;}
    50% {opacity: 1.0;}
    100% {opacity: 0.8;}
}

/*-----------------------------------------------------------------------------------*/
/* - Buttons
/*-----------------------------------------------------------------------------------*/

.btn {
	display: inline-block;
	padding: 18px 21px;
	font-size: 11px;
	color: #111;
	letter-spacing: 1px;
	background-color:#fff;
	opacity: 0.95;
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.2);
	box-shadow: 1px 2px 5px rgba(0,0,0,.2); 
}

.boxed .btn {
	padding: 15px 19px;
	font-size: 10px;
}

.btn:hover {
	color: #fff;
	background-color:#00a8b5;
}


/*-----------------------------------------------------------------------------------*/
/* - General Layout
/*-----------------------------------------------------------------------------------*/

#wrapper {
	position: relative;
}

.container {
	width:950px;
	margin:0 auto;
}

#main-container {
	width:100%;
	padding:30px 0 70px;
}

#main-container .container {
	position: relative;
}

.container.sidebar-open.right #content {
        float:left;
}

.container.sidebar-open.left #content {
        float:right;
}

.container.sidebar-open #content {
	width:630px;
}

#sidebar {
	position: relative;
	width:300px;
}

.container.sidebar-open.right #sidebar {
        float:right;
}

.container.sidebar-open.left #sidebar {
        float:left;
}

#sidebar-inner {
	position: relative;
}

.theiaStickySidebar.hide {
	opacity: 0;
}



/*-----------------------------------------------------------------------------------*/
/* - Headers Structure
/*-----------------------------------------------------------------------------------*/
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
}

header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#main-header {
	position: relative;
	padding-top: 60px;
}

#main-header.header-2, #main-header.header-4 {
	padding-top: 0px;
        background-color: #FFFFFF;
        border-bottom: 1px solid rgb(238,238,238);
}

#main-header.header-3 {
        background-color: #FFFFFF;
        padding: 50px 0;
        width: 100%;
}

#main-top-wrapper {
        padding: 50px 0 70px;
        text-align: center;
        position: relative;
}

#main-header.header-2  #main-top-wrapper {
        padding: 50px 0;       
}


#main-header.header-3  #main-top-wrapper img {
        max-width: 100%;
        height: auto;
        max-height: 100px;
        width: auto;
}

#main-header.header-3  #main-top-wrapper {
        padding: 0;
}

#main-header.header-3  #main-top-wrapper .container {
        display: table;
}

#main-header.header-4  #main-top-wrapper {
        padding: 50px 0;
        overflow: hidden;
}

#main-header.header-4  #main-top-wrapper .container {
        display: table;
}

#logo {
        position:relative;
        z-index:1;
        text-align:center;
}

#logo h1 {
        display: inline-block;
        margin: 0;
}

#logo h1 a, #logo h2 a {
        font-size: 40px;
        color:#222;
        padding: 0px 10px;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
        line-height: 1;
        -webkit-backface-visibility: hidden;
}

#logo h1 a:hover {
        opacity: .8
}

#logo h2 {
        display: inline-block;
        margin: 0;
}
#logo h3 {
        font-size:15px;
        letter-spacing:0pt;
        line-height:120%;
        color:#333333;
        text-align:center;
        margin: 0;
        padding: 10px 0 0;
        font-weight: 400;
}

.header-3 #logo h3, .header-4 #logo h3 {
        font-size: 13px;
}

/*-----------------------------------------------------------------------------------*/
/* - Navigation
/*-----------------------------------------------------------------------------------*/
/* Menu Mobile*/

.main-navigation-wrapper .button-menu-mobile{
	display: none;
	float: left;
	line-height: 60px;
	text-align: center;
	color: #313131;
	font-size: 24px;
	cursor: pointer;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}
.main-navigation-wrapper .button-menu-mobile:hover {
        color: #00B2B5;
}

.sticky-navigation-wrapper .button-menu-mobile{
	display: none;
	float: left;
	line-height: 60px;
	text-align: center;
	color: #313131;
	font-size: 24px;
	cursor: pointer;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}
.sticky-navigation-wrapper .button-menu-mobile:hover {
        color: #00B2B5;
}

#close-sidebar-nav {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        text-decoration: none;
        top: 0;
        left: 0;
        font-size: 1.4em;
        color: #313131;
        padding: 10px;
        height: 100%;
        background: rgba(0,0,0,.8);
        right: 0;
        z-index: 100000;
        cursor: pointer;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
}

#sidebar-nav {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 100000;
	width: 270px;
	overflow-y: auto;
	padding: 30px 20px 20px;
	background: #ffffff;
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transform: translateX(-270px);
	-webkit-transform: translateX(-270px);
	-moz-transform: translateX(-270px);
}
.open-sidebar-nav #sidebar-nav {
	left: 270px;
}
#sidebar-nav::-webkit-scrollbar {
	width: 6px;
	background: #848484;
}
#sidebar-nav::-webkit-scrollbar-thumb {
	background-color: #313131;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}
#sidebar-nav::-webkit-scrollbar-corner {
	background-color: #DEDEDE;
}
#sidebar-nav-logo {
	padding: 0 20px 20px;
	text-align: center;
	margin: 0 0 15px 0;
	position: relative;
}
#sidebar-nav-logo:before {
	content: "";
	width: 60px;
	height: 1px;
	background: #00B2B5;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
#sidebar-nav-logo img {
        max-width: 185px;
        height: auto;
}
#sidebar-nav .sidebar-menu {
	margin: 0;
        padding: 0;
	list-style: none;
}
#sidebar-nav ul{
	margin: 0;
        padding: 0;
	list-style: none;
}
#sidebar-nav .sidebar-menu li {
	display: block;
	border-bottom: 1px solid #DEDEDE;
}
#sidebar-nav .sidebar-menu > li:last-child,
#sidebar-nav .sidebar-menu ul > li:last-child {
	border-bottom: none;
}
#sidebar-nav .sidebar-menu li a {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #313131;
	margin: 0;
	position: relative;
	padding: 12px 0 12px 0;
	display: block;
	line-height: 1.3em;
}
#sidebar-nav .sidebar-menu li.menu-item-has-children a {
	padding-right: 17px;
}
#sidebar-nav .sidebar-menu li a:hover {
	color: #00B2B5;
}
#sidebar-nav .sidebar-menu li a > i {
	display: none;
}
#sidebar-nav ul.sub-menu, #sidebar-nav ul.children {
	border-top: 1px solid #DEDEDE;
	display: none;
	padding: 10px 0 10px 12px;
}
#sidebar-nav ul.sub-menu ul.sub-menu, #sidebar-nav ul.children ul.children {
	border: none;
	padding: 5px 0 5px 12px;
}
#sidebar-nav ul.sub-menu li, #sidebar-nav ul.children li {
	overflow: hidden;
	border: none;
}
#sidebar-nav ul.sub-menu li a, #sidebar-nav ul.children li a  {
	margin: 0 0 0 0;
	padding: 10px 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
#sidebar-nav .sidebar-menu li a .indicator {
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 20;
	font-size: 17px;
	font-style: normal;
	text-align: right;
	padding: 11px 0 11px 5px;
	line-height: 1;
	color: #313131;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}
#sidebar-nav .sidebar-menu .sub-menu li a .indicator, #sidebar-nav .sidebar-menu .children li a .indicator {
	padding: 8px 0 8px 5px;
}
#sidebar-nav .sidebar-menu li a:hover .indicator,
#sidebar-nav .sidebar-menu .sub-menu li a:hover .indicator,
#sidebar-nav .sidebar-menu .children li a:hover .indicator{
	color: #00B2B5;
}
.fa-angle-double-up:before {
	content: "\f102";
}

.open-sidebar-nav #close-sidebar-nav {
	left: 270px;
	opacity: 1;
	visibility: visible;
}
#close-sidebar-nav i {
	display: none;
	width: 24px;
	height: 24px;
	background-color: #fff;
	line-height: 24px;
	text-align: center;
	border-radius: 12px;
	font-size: 14px;
}

/* Nav Menu*/

.nav-menu > li {
	position:relative;
	float: left;
	margin-bottom: 0;
}

.nav-menu li {
	list-style-type: none;
	padding:0;
	text-transform: uppercase;
}

.nav-menu > ul{
	margin: 0;
        padding: 0;
}

.nav-menu > ul > li {
	position:relative;
	float: left !important;
	margin-bottom: 0 !important;
        padding: 0 !important;
}

.nav-menu > li:last-child {
        margin-right: 0;
}

.nav-menu > li > a, .nav-menu > ul > li > a {
        display: block;
        position: relative;
        font-size:12px;
        color:#333333;
        letter-spacing: 1px;
        line-height:57px;
        margin: 0 30px 0 0;
}

.main-navigation .nav-menu > li > a, .main-navigation .nav-menu > ul > li > a {
        font-weight: 700;
        letter-spacing: 1px;
}

.secondary-navigation .nav-menu > li > a, .secondary-navigation .nav-menu > ul > li > a {
        font-weight: 400;
        letter-spacing: 1px;
        font-size:10px;
        color: #AAA;
        line-height: 35px !important;
        margin: 0 10px 0 0 !important;
}

.main-navigation .nav-menu > li > a, .main-navigation .nav-menu a, .main-navigation .nav-menu > ul > li > a {
        font-family: "Roboto";
}

.secondary-navigation .nav-menu > li > a, .secondary-navigation .nav-menu a, .secondary-navigation .nav-menu > ul > li > a {
        font-family: "Roboto";
}

.main-navigation .nav-menu > li > a:hover,
.main-navigation .nav-menu > li.current_page_item > a, .main-navigation .nav-menu > li.current_page_ancestor > a, .main-navigation .nav-menu > li.current-menu-item > a,
.main-navigation .nav-menu > li:hover > a,
.main-navigation .nav-menu > ul > li > a:hover,
.main-navigation .nav-menu > ul > li.current_page_item > a, .main-navigation .nav-menu > ul > li.current_page_ancestor > a, .main-navigation .nav-menu > ul > li.current-menu-item > a,
.main-navigation .nav-menu > ul > li:hover > a{
        color:#00B2B5;
}

.secondary-navigation .nav-menu > li > a:hover,
.secondary-navigation .nav-menu > li.current_page_item > a, .secondary-navigation .nav-menu > li.current_page_ancestor > a, .secondary-navigation .nav-menu > li.current-menu-item > a,
.secondary-navigation .nav-menu > li:hover > a,
.secondary-navigation .nav-menu > ul > li > a:hover,
.secondary-navigation .nav-menu > ul > li.current_page_item > a, .secondary-navigation .nav-menu > ul > li.current_page_ancestor > a, .secondary-navigation .nav-menu > ul > li.current-menu-item > a,
.secondary-navigation .nav-menu > ul > li:hover > a{
        color:#00B2B5;
}

.main-navigation .nav-menu > li:last-child a{
        padding-right: 0;
}

.secondary-navigation .nav-menu > li:last-child a{
        padding-right: 0;
}

.nav-menu > li.menu-item-has-children > a:after, .nav-menu > ul > li.page_item_has_children > a:after {
        content: "\f107";
        font-family: "FontAwesome";
        display: inline-block;
        margin-left: 4px;
        font-size:11px;
}

.nav-menu.footer-menu  > li > a {
        line-height: 1.5;
        padding: 0 8px;
        font-size: 10px;
        margin: 7px 0;
}

.no-search > .nav-menu > li:last-child > a:after,
.nav-menu.footer-menu  > li:last-child > a:after {
        display: none;
}

.nav-menu > li > a:hover,
.nav-menu > li:hover > a {
        color: #00B2B5;
}


.nav-menu li.current_page_item > a, .nav-menu li.current_page_ancestor > a, .nav-menu li.current-menu-item > a {
        color:#00B2B5;
}

.main-navigation .nav-menu > li.current_page_item > a:after, .main-navigation .nav-menu li.current-menu-item > a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3px;
    width: 100%;
    background-color:#00B2B5;
}

/*** DROPDOWN ***/

.nav-menu .sub-menu .menu-item-has-children > a:after,
.nav-menu .children .menu-item-has-children > a:after,
.nav-menu .sub-menu .page_item_has_children > a:after,
.nav-menu .children .page_item_has_children > a:after {
        float: right;
        margin-top: -1px;
        content: "\f105";
        font-family: "FontAwesome";
        display: inline-block;
        margin-left: 4px;
        font-size: 11px;
}

.nav-menu .sub-menu,
.nav-menu .children {        
        opacity: 0;
        visibility: hidden;
        width: 200px;
        padding:15px 0;
        position: absolute;
        z-index:10;
        margin:0;
        left: 0;
        top:57px;
        -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
        text-align: left;
        -o-transition:.3s;
        -ms-transition:.3s;
        -moz-transition:.3s;
        -webkit-transition:.3s;
        transition:.3s;
}

.main-navigation .nav-menu .sub-menu,
.main-navigation .nav-menu .children {
        background: #FFFFFF;
}

.secondary-navigation .nav-menu .sub-menu,
.secondary-navigation .nav-menu .children {
        top:35px !important;
        background: #FFFFFF;
}

.secondary-navigation .nav-menu .sub-menu .sub-menu,
.secondary-navigation .nav-menu .children .children {
        top: 0 !important;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {	
        left: 100%;
        top: -15px;
}

.nav-menu ul li {
        float: none;
        padding:0 15px;
        margin:0;
}

.nav-menu li:last-child,
.nav-menu ul li:last-child {
        border-bottom:none;
}

.nav-menu .sub-menu a, .nav-menu .children a  {
        position: relative;
        display: block;       
        line-height:1.8;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 1px;
        padding:6px;
        border-bottom:1px solid transparent;
        -o-transition:.25s;
        -ms-transition:.25s;
        -moz-transition:.25s;
        -webkit-transition:.25s;
        transition:.25s;
}

.main-navigation .nav-menu .sub-menu a, .main-navigation .nav-menu .children > li > a  {
        color: #333333;
}

.secondary-navigation .nav-menu .sub-menu a, .secondary-navigation .nav-menu .children > li > a  {
        color: #333333;
}

.main-navigation .nav-menu .sub-menu a:hover, .main-navigation .nav-menu .children > li > a:hover {
        color: #00B2B5;
}

.secondary-navigation .nav-menu .sub-menu a:hover, .secondary-navigation .nav-menu .children > li > a:hover {
        color: #00B2B5;
}

.nav-menu .sub-menu > li:last-child > a, .nav-menu .children > li:last-child > a {
        border-bottom: none;
}

.main-navigation .nav-menu ul a:hover,
.main-navigation .nav-menu ul ul a:hover {
        color: #ED364D;
}

.secondary-navigation .nav-menu ul a:hover,
.secondary-navigation .nav-menu ul ul a:hover {
        color: #ED364D;
}


.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
        opacity: 1;
        visibility: visible;
        backface-visibility:hidden;
        -webkit-backface-visibility:hidden;
}

/* Sticky Menu */

@-webkit-keyframes headerHide {
	0% {
		margin-top: 0px;
	}
	100% {
		margin-top: -60px;
	}
}
@keyframes headerHide {
	0% {
		margin-top: 0px;
	}
	100% {
		margin-top: -60px;
	}
}
@-webkit-keyframes headerFloating {
	0% {
		margin-top: -60px;
	}
	100% {
		margin-top: 0px;
	}
}
@keyframes headerFloating {
	0% {
		margin-top: -60px;
	}
	100% {
		margin-top: 0px;
	}
}
.sticky-navigation-wrapper {
	position: fixed;
	top: 0;
	min-height: 57px;
	width: 100%;
	z-index: 99998;
        background-color: #FFFFFF;
        margin-top: -60px;
}

.sticky-navigation-wrapper.floating {
	-webkit-animation: headerFloating 0.8s 1;
	animation: headerFloating 0.8s 1;
	position: fixed;
	min-height: 57px;
	width: 100%;
	z-index: 99998;
	-webkit-box-shadow: 0 1px 5px rgba( 0, 0, 0, 0.075 );
	box-shadow: 0 1px 5px rgba( 0, 0, 0, 0.075 );
        margin-top: 0;
}

.sticky-navigation-wrapper.no-floating {
        -webkit-animation: headerHide 0.8s 1;
	animation: headerHide 0.8s 1;
	position: fixed;
	top: 0;
	min-height: 57px;
	width: 100%;
	z-index: 99998;
        background-color: #FFFFFF;
        margin-top: -60px;
}

.sticky-navigation-wrapper .nav-menu {
	margin: 0;
        padding: 0;
}

.sticky-navigation-wrapper .main-navigation {
	display: inline-block;
	float: left;
	height: 57px;
}

.logo-sticky-menu {       
        padding: 12px 15px 11px 0;
        margin-right: 20px;
        border-right: 1px solid #CCC;
        float: left;
}

.logo-sticky-menu img {       
        max-height: 30px;
        width: auto;
}

#logo h1 a.custom-mobile-logo-link, #logo h2 a.custom-mobile-logo-link  {
    display: none;
}

/* Header style 1 */

.main-navigation-wrapper.header-1 {
	position: fixed;
	z-index: 100;
	height:57px;
	width:100%;
	background:#FFFFFF;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;       
}

.main-navigation-wrapper.header-1 > div, .sticky-navigation-wrapper > div {
        margin: 0 20px; 
}

.main-navigation-wrapper.header-1 .main-navigation {
	display: inline-block;
	float: left;
	height: 57px;
}
	
.main-navigation-wrapper.header-1 .nav-menu {
	display: inline-block;
	color:#222;
	padding: 0;
	margin: 0;
}

.main-navigation-wrapper.header-1 .nav-menu.add-menu-alert p {
	display: inline-block;
	line-height: 57px;
	margin: 0;
	font-size: 10px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#fff;
}

.header-1 .nav-menu .sub-menu .sub-menu{
    top: 0px;
}

/* Header style 2 */

.main-navigation-wrapper.header-2 {
	z-index: 100;
	height:56px;
	width:100%;
	background:#FFFFFF;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;       
}

.main-navigation-wrapper.header-2 .container {
        position: relative;
        text-align: center;
}

.main-navigation-wrapper.header-2 .main-navigation {
	display: inline-block;
	float: none;
	height: 57px;
}
	
.main-navigation-wrapper.header-2 .nav-menu {
	display: inline-block;
	color:#222;
	padding: 0;
	margin: 0;
}

.main-navigation-wrapper.header-2 .nav-menu.add-menu-alert p {
	display: inline-block;
	line-height: 57px;
	margin: 0;
	font-size: 10px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#fff;
}

.secondary-navigation-wrapper.header-2 {
	z-index: 100;
	height:35px;
	width:100%;
	background:#333333;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;       
}

.secondary-navigation-wrapper.header-2 .container {
        position: relative;
}

.secondary-navigation-wrapper.header-2 .secondary-navigation {
	display: inline-block;
	float: left;
	height: 35px;
}


.secondary-navigation-wrapper.header-2 .nav-menu {
	display: inline-block;
	color:#AAA;
	padding: 0;
	margin: 0;
}

.secondary-navigation-wrapper.header-2 .nav-menu.add-menu-alert p {
	display: inline-block;
	line-height: 35px;
	margin: 0;
	font-size: 10px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#fff;
}

.header-2 .nav-menu > li > a {
        margin: 0 30px 0 0;
}

.header-2 .nav-menu .sub-menu, .nav-menu .children {
        top: 45px;
}

.header-2 .nav-menu .sub-menu .sub-menu{
    top: 0px;
}

/* Header style 3 */

.header-3 .main-navigation-wrapper {
	z-index: 100;
	height:57px;
	width:90%;
        float: right;
	background:none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
        text-align: right;
}

.header-3 .main-navigation-wrapper .container {
        position: relative;
}

.header-3 .main-navigation-wrapper .main-navigation {
	display: inline-block;
	float: none;
	height: 56px;
}
	
.header-3 .main-navigation-wrapper .nav-menu {
	display: inline-block;
	color:#222;
	padding: 0;
	margin: 0;
}

.header-3 .main-navigation-wrapper .nav-menu.add-menu-alert p {
	display: inline-block;
	line-height: 56px;
	margin: 0;
	font-size: 10px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#fff;
}

.secondary-navigation-wrapper.header-3 {
	z-index: 100;
	height:35px;
	width:100%;
	background:#333333;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;       
}

.secondary-navigation-wrapper.header-3 .container {
        position: relative;
}

.secondary-navigation-wrapper.header-3 .secondary-navigation {
	display: inline-block;
	float: left;
	height: 35px;
}


.secondary-navigation-wrapper.header-3 .nav-menu {
	display: inline-block;
	color:#AAA;
	padding: 0;
	margin: 0;
}

.secondary-navigation-wrapper.header-3 .nav-menu.add-menu-alert p {
	display: inline-block;
	line-height: 35px;
	margin: 0;
	font-size: 10px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#fff;
}

.header-3 .nav-menu > li > a {
        margin: 0 30px 0 0;
}

.header-3 .nav-menu .sub-menu, .nav-menu .children {
        top: 45px;
}

.header-3 .nav-menu .sub-menu .sub-menu {
        top: 0;
}

.header-3 .container-logo {
        display: table-cell;
        vertical-align: middle;
        width: 10%;
}

.header-3 .container-logo img {
        max-width: 100%;
        height: auto;
}

.header-3 .container-banner {
        display: table-cell;
        vertical-align: middle;
        width: 90%;
        text-align: right;
}

.header-3 .container-separator {
        display: table-cell;
}


/* Header style 4 */

.main-navigation-wrapper.header-4 {
	z-index: 100;
	height:56px;
	width:100%;
	background:#FFFFFF;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;       
}

.header-4 .container-logo {
        display: table-cell;
        vertical-align: middle;
        width: 25%;
}

.header-4 .container-logo img {
        max-width: 100%;
        height: auto;
}

.header-4 .container-banner {
        display: table-cell;
        vertical-align: middle;
        width: 70%;
        text-align: right;
}

.header-4 .container-separator {
        display: table-cell;
}

.header-4 .container-banner img {
        max-width: 100%;
        height: auto;
}

.main-navigation-wrapper.header-4 .container {
        position: relative;
        text-align: center;
}

.main-navigation-wrapper.header-4 .main-navigation {
	display: inline-block;
	float: none;
	height: 57px;
}
	
.main-navigation-wrapper.header-4 .nav-menu {
	display: inline-block;
	color:#222;
	padding: 0;
	margin: 0;
}

.main-navigation-wrapper.header-4 .nav-menu.add-menu-alert p {
	display: inline-block;
	line-height: 57px;
	margin: 0;
	font-size: 10px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#fff;
}

.secondary-navigation-wrapper.header-4 {
	z-index: 100;
	height:35px;
	width:100%;
	background:#333333;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;       
}

.secondary-navigation-wrapper.header-4 .container {
        position: relative;
}

.secondary-navigation-wrapper.header-4 .secondary-navigation {
	display: inline-block;
	float: left;
	height: 35px;
}


.secondary-navigation-wrapper.header-4 .nav-menu {
	display: inline-block;
	color:#AAA;
	padding: 0;
	margin: 0;
}

.secondary-navigation-wrapper.header-4 .nav-menu.add-menu-alert p {
	display: inline-block;
	line-height: 35px;
	margin: 0;
	font-size: 10px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#fff;
}

.header-4 .nav-menu > li > a {
        margin: 0 30px 0 0;
}

.header-4 .nav-menu .sub-menu, .nav-menu .children {
        top: 45px;
}

.header-4 .nav-menu .sub-menu .sub-menu {
        top: 0;
}

/*-----------------------------------------------------------------------------------*/
/* - Search
/*-----------------------------------------------------------------------------------*/

.top-search-area {
	display: inline-block;
	float: right;
	text-align:center;
	vertical-align: top;
}

.top-search-area a {
        display: inline-block;
        width:45px;
        line-height:57px;
        font-size:16px;
        color:#FFFFFF;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
}

.header-2 .top-search-area a, .header-3 .top-search-area a, .header-4 .top-search-area a {
        width:35px;
        line-height:30px;
        font-size:16px;
        color:#AAAAAA;
}

.top-search-area a i {
        background: #7AD8DA;
        padding: 9px 10px 10px;
}

.header-2 .top-search-area a i, .header-3 .top-search-area a i,.header-4 .top-search-area a i {
        background-color:rgba(255,255,255,0.2);;
        padding: 5px;
        font-size: 12px;
        color: #333333;
}

.top-search-area a:hover {
        color: #7AD8DA;
}

.top-search-area a:hover i {
        background:#FFFFFF;
        color: #7AD8DA;
}

.mobile-search-area {
	display: none;
	float: right;
	text-align:center;
	vertical-align: top;
}

.mobile-search-area a {
        display: inline-block;
        width:45px;
        line-height:57px;
        font-size:16px;
        color:#FFFFFF;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
}
.mobile-search-area a i{
        background: #7AD8DA;
        padding: 9px 10px 10px;
}
.mobile-search-area a:hover i{
        background:#FFFFFF;
        color: #7AD8DA;
}

.search-form-area {
	position: fixed;
	left:0;
	top: 0;
	visibility: hidden;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: table;
	opacity: 0;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

body.search-open .search-form-area {
	visibility: visible;
	opacity: 1;
}

.search-form-area .search-form .search {
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-size:28px;
	font-weight: 300;
	text-align: center;
	background:#fff;
	color:#222;
        border:none;
        padding: 0 17px;
        border:none;
}

.search-form-area .close-btn {
	position: absolute;
	top:25px;
	right: 25px;
	font-size: 25px;
	color: #222;
}

.search-form {
        position: relative;
}

.search-form-area .search-form {
        display: table-cell;
        vertical-align: middle;
}

.search-form .search-submit {
        width: 30px;
        height: 40px;
        font-size: 15px;
        color:#111;
        position: absolute;
        right: 5px;
        top:50%;
        margin-top: -20px;
        border:none;
        background: none;
        cursor:pointer;
        padding: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
}

.search-form .search-submit:focus {
        outline:none;
}

.search-form-area .search-form .search-submit {
        display: none;
        right: 8px;
}

.search-form .search-submit .fa {
        opacity: .1;
}

/*-----------------------------------------------------------------------------------*/
/* - Social Icons
/*-----------------------------------------------------------------------------------*/

.top-social-items {
	float: right;
	display: inline-block;
	text-align: center;
	padding:0 0 0 10px;
}

.top-social-items.under_logo {
	float: none;
	display: inline-block;
	text-align: center;
	padding:0;
}

.top-social-items-inner {
        display: inline-block;
}

.top-social-items a {
        display:inline-block;
        color:#AAAAAA;
        height: 57px;
        width: 20px;
        text-align: center;
        line-height: 57px;
        font-size: 16px;
 }
 
.top-social-items.under_logo a {
        display:inline-block;
        color:#AAAAAA;
        width: 20px;
        text-align: center;
        font-size: 18px;
        line-height: 100%;
        height: auto;
        padding-top: 15px;
 }
 
 .header-2 .top-social-items.under_logo a, .header-3 .top-social-items.under_logo a, .header-4 .top-social-items.under_logo a {
        color:#000000;
 }
 
 .header-2 .top-social-items a, .header-3 .top-social-items a, .header-4 .top-social-items a   {
        height: 35px;
        line-height: 35px;
 }
 
.top-social-items a:hover {
        color:#00B2B5;
}


#mobile-social-items {
	float: right;
	display: none;
	text-align: center;
	padding:0 0 0 10px;
}

#mobile-social-items-inner {
        display: inline-block;
}

#mobile-social-items a {
        display:inline-block;
        color:#AAAAAA;
        height: 57px;
        width: 20px;
        text-align: center;
        line-height: 57px;
        font-size: 16px;
 }
 
#mobile-social-items a:hover {
        color:#00B2B5;
}

/*-----------------------------------------------------------------------------------*/
/* - Swiper Styling
/*-----------------------------------------------------------------------------------*/

.featured-area .vertical-middle {
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.vertical-middle .vertical-middle-inner {
        vertical-align: middle;
        display: table-cell;
}

.featured-area[data-slider-type="slider"] .item-header-wrapper {
	display: inline-block;
	position: relative;
	z-index: 3;
	padding: 50px 80px;
	background-color: rgba(255,255,255,.9);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}

.featured-area[data-slider-type="slider"] .date-author {
	display: inline-block;
	margin-top: 13px;
	font-size: 13px;
	font-style: italic;
	color: #AAA;
}

.featured-area[data-slider-type="slider"] .date-author span {
	color: inherit;
}

.featured-area[data-slider-type="slider"] .date-author .seperator {
	margin: 0 2px;
	font-weight: 300;
}

.featured-area[data-slider-type="slider"] .item-header-wrapper .item-postit {
	display: inline-block;
	margin-bottom:13px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.featured-area {
	position: relative;
	margin-bottom: 15px;
}

.featured-area.boxed {
	background-color: transparent;
}

.featured-area .swiper-container {
	cursor:move;
	cursor:-webkit-grab;
	cursor:-moz-grab;
	cursor:grab;
}

.featured-area .swiper-button-prev-custom,
.featured-area .swiper-button-next-custom {
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}


.featured-area[data-slider-type="slider"] .swiper-container .swiper-slide .vertical-middle-inner {
	opacity:0;
}

.featured-area[data-slider-type="slider"] .swiper-container .swiper-slide.animated .vertical-middle-inner {
	opacity:1;
	animation: slide_active .4s ease-in-out;
	-webkit-animation: slide_active .4s ease-in-out;
}

@-webkit-keyframes slide_active {
  0%   { opacity: 0; -webkit-transform:translate(0,10px); }
  100% { opacity: 1.0; -webkit-transform:translate(0,0); }
}
@keyframes slide_active {
  0%   { opacity: 0; transform:translate(0,10px); }
  100% { opacity: 1.0; transform:translate(0,0); }
}

.featured-area .swiper-container .swiper-pagination {
	padding: 20px;
	position: static;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

.ie9 .featured-area .swiper-container {
	margin-right: 0;
}

.ie9 .featured-area {
	height: 0;
	overflow: hidden;
}

.ie9 .featured-area.open {
	height: auto;
}

.featured-area .swiper-pagination {
	bottom: 30px;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}


.featured-area[data-slider-type="slider"] .swiper-pagination .swiper-pagination-bullet {
	position: relative;
	width: 10px;
	height: 10px;
	background:rgba(0,0,0,.2);
	opacity: 1;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

.featured-area[data-slider-type="slider"] .swiper-pagination .swiper-pagination-bullet:hover {
	background:#00a8b5;
}

.featured-area[data-slider-type="slider"] .swiper-pagination .swiper-pagination-bullet-active {
	background:#00a8b5;
}

.featured-area .swiper-slide {
	position: relative;
	float: left;
	width: 100%;
}

.featured-area .swiper-slide .click-overlay {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10;
}

.featured-area[data-slider-type="slider"] .container {
	position: relative;
}

.featured-area .swiper-slide.dark {
	background-color:#fff;
}

.featured-area .swiper-slide img {
	display: block;
	width:100%;
	height:auto;
}

.featured-area .feat-author, .featured-area .feat-cat-date {
	text-transform: uppercase;
  	letter-spacing: 1px;
  	font-weight: 400;
}

.featured-area .feat-author {
	font-size: 12px;
	margin-bottom: 0;	
}

.featured-area  .feat-cat-date {
	font-size: 11px;
	margin:0;
}

.featured-area[data-slider-type="slider"] .feat-author:after {
	right:-7px;
}

.featured-area[data-slider-type="slider"] .feat-author:before {
	left:-7px;
}

.dark .btn {
	background-color:#222;
	color: #fff;
}

.dark .btn:hover {
	background-color: #00a8b5;
}

.featured-area[data-slider-type="slider"] .slider-item h2:after  {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color:#fff;
	margin: 16px auto 0;
}

.featured-area[data-slider-type="slider"]  .slider-item h2:after  {
	width:30px;
	background-color:#fff;
	display: none;
}

.featured-area[data-slider-type="slider"] .dark .slider-item h2:after  {
	background-color:#333;
}

.featured-area[data-slider-type="slider"] .slider-item {
	position: relative;
	height: 500px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.featured-area[data-slider-type="slider"] .slider-item .container {
	height: 100%;
	padding: 0 2%;
}

.featured-area[data-slider-type="slider"] .slider-item h2 {
	margin:0 0 15px; 
}

.featured-area[data-slider-type="slider"] .slider-item h2,
.featured-area[data-slider-type="slider"] .slider-item h2 a {
	font-size: 33px;
	max-width: 520px;
	display: block;
	color:#111;
	line-height: 1.2em;
	margin: 0 auto;
	letter-spacing: -0.025em;
}

.featured-area[data-slider-type="slider"] .slider-item h2 a em {
	display: block;
	font-weight: 300;
	font-size: 0.5em;
}

.featured-area[data-slider-type="slider"] .slider-item h2:after {
	display: block;
	content: "";
	width: 30px;
	height: 1px;
	margin: 0 auto;
	background-color: #00a8b5;
	margin-top: 15px;
}

.featured-area .slider-item h2 a:hover {
	opacity: .5;
}

.featured-area .slider-item .continue-btn:hover:after {
	opacity: 1;
}

.swiper-pagination {
	display: none;
}

.swiper-pagination.show {
	display: block;
}

.featured-area .swiper-button-prev-custom, 
.featured-area .swiper-button-next-custom {
	position: absolute;
	top:50%;
	margin-top: -75px;
	width: 42px;
	height: 90px;
	line-height: 96px;
	text-align: center;
	background-color: #fff;
	z-index: 99;
	cursor: pointer;
}

.fotorama:not(.fotorama--fullscreen) .fotorama__arr{
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        color: #222;
        width: 42px;
	height: 90px;
	line-height: 96px;
	text-align: center;
	background: #fff;
        z-index: 99;
	cursor: pointer;
        margin-top: -45px;
        transition-property: initial !important;
        transform: initial !important;
        opacity: 0.5;
}

.list-layout .fotorama:not(.fotorama--fullscreen) .fotorama__arr{
        margin-top: -45px;
}

html.mobile-device .fotorama:not(.fotorama--fullscreen) .fotorama__arr{
        margin-top: -45px;
}

.fotorama:not(.fotorama--fullscreen) .fotorama__arr:hover {
        background-color: #00a8b5;
}

.fotorama:not(.fotorama--fullscreen) .fotorama__arr--next {
        right: 0px;
}

.fotorama:not(.fotorama--fullscreen) .fotorama__arr--prev {
        left:0px;
}

.fotorama:not(.fotorama--fullscreen) .fotorama__arr--next:before {
        content: "\f178";
}

.fotorama:not(.fotorama--fullscreen) .fotorama__arr--prev:before {
        content: "\f177";
}


.featured-area .swiper-button-prev-custom:hover, 
.featured-area .swiper-button-next-custom:hover {
	background-color: #00a8b5;
}

.featured-area .swiper-button-prev-custom i, 
.featured-area .swiper-button-next-custom i {
	font-size: 14px;
	color:#222;

	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.featured-area .swiper-button-prev-custom:hover i, 
.featured-area .swiper-button-next-custom:hover i {
	color:#fff;
}

.featured-area .swiper-button-prev-custom {
	left:0;
}

.featured-area .swiper-button-next-custom {
	right:0;
}

.featured-area.full .swiper-button-prev-custom {
	left:25px;
}

.featured-area.full .swiper-button-next-custom {
	right:25px;
}


/*-----------------------------------------------------------------------------------*/
/* - Featured Posts Area
/*-----------------------------------------------------------------------------------*/

.featured-posts-container {
	position: relative;
	margin-bottom: 50px;
        margin-top: 15px;
}

.featured-post-wrapper .side-image {
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.featured-post-wrapper .side-image .item-container {
	background-color: #fff;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
        -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
        -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
}

.featured-posts ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-right: -14px;
	margin-left: -14px;
}

.featured-posts ul li {
	display: inline-block;
	margin-bottom: 0;
	padding-right:14px;
	text-align: center;
	padding-left:14px;
	vertical-align: top;
}

.featured-posts.column-2 ul li {
	width: 50%;
}

.featured-posts.column-3 ul li {
	width: 33.33%;
}

.featured-posts.column-4 ul li {
	width: 25%;
}

.featured-posts .featured-thumb {
	position: relative;
        overflow: hidden;
}

.featured-posts .featured-thumb a {
	display: block;
}

.tribe-events-list .tribe-events-event-image + div.tribe-events-content{
    float: left;
    width: 65%;
}

.tribe-events-event-cost{float: right;}

.featured-posts .featured-thumb img, .related-post-image img, .tribe-events-loop .tribe-events-event-image img, .tribe-events-mobile .tribe-events-event-image img {
	display: block;
	width: 100%;
	height: auto;
        -webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}

.featured-posts .side-image:hover .featured-thumb img, .related-post-image:hover img, .tribe-events-loop .tribe-events-event-image:hover img, .tribe-events-mobile .tribe-events-event-image:hover img {
        -webkit-transform:scale(1.2); /* Safari and Chrome */
        -moz-transform:scale(1.2); /* Firefox */
        -ms-transform:scale(1.2); /* IE 9 */
        -o-transform:scale(1.2); /* Opera */
         transform:scale(1.2);
}

.featured-posts h4  {
	margin:0;
}

.featured-posts h4 a {
	color: #111;
	display: block;
	font-size: 24px;
	line-height: 1.4;
	display: block;
}

.featured-posts h4 a:hover {
	opacity: .5;
}

.featured-posts h4 a em {
	display: block;
	font-size: 0.6em;
	font-weight: 300;
}

.featured-posts .post-date {
	font-size: 12px;
	font-style: italic;
	color: #AAA;
	margin-top: 3px;
	display: block;
}

.featured-posts .featured_post_text {
	padding: 22px 15px;
}


/*-----------------------------------------------------------------------------------*/
/* - Post Type & Layout Styles
/*-----------------------------------------------------------------------------------*/

body:not(.single) .post, .single .post-entry, .single .post-entry-bottom, #content .page, .post-author, .related-posts, .post-comments {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.post.article-item {
	position: relative;
	margin-bottom: 40px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
}

.post-list.list .post.article-item {
	background-color: #fff;
	overflow: hidden;
}

.post.article-item:last-of-type {
	/* margin-bottom: 0; */
}

.page .post-header h1:before, .page .post-header h2:before {
    content: "";
    display: none;
}

.page .post-header h1:after, .page .post-header h2:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    margin: 5px auto;
    background: #00a8b5;
}

.single .post.article-item {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
        background-color: #FFFFFF;
}

.grid-layout .post-item.article-item .item {
	padding: 0;
	margin-bottom: 0;

	box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
        -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
        -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
}


.featured {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 40px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	background-color: #00a8b5;
	font-size: 16px;
	text-transform: uppercase;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.grid-layout .post .featured {
	left:20px; 
	top:0;
}

.list-container .post .featured {
	top:0;
}

/*** Post Header ***/
.post-header {
        padding:35px;
        text-align:center;
        background-color: #FFFFFF;
}

.list-layout .post-header {
        padding:0;
}


.single .post-header {
        margin-top: 0;
}	

.post-header .cat {
        display:inline-block;
        margin-bottom:10px;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
}

.cat a {
        font-weight: 500;
}

.cat a:hover {
        text-decoration:none;
        color:#2C2C2C;
}

.post-header h1, .post-header h2 {
        width: 90%;
        margin: 0 auto;
}

.post-header h1:before, .post-header h2:before{
        content:"";
        display: block;
        width: 30px;
        height: 1px;
        margin: 5px auto;
        background:#00a8b5;
}

.list-layout .post-header h2:before{
        margin: 5px 0;
}

.post-header h1 a, .post-header h2 a, .post-header h1, .post-header h2 {
        font-size:35px;
        color:#111;
        letter-spacing: -0.05em;
        line-height: 1em;
        margin:0 auto;
        display: block;
        -o-transition:.3s;
        -ms-transition:.3s;
        -moz-transition:.3s;
        -webkit-transition:.3s;
        transition: .3s;
}

.post-header h1 em, .post-header h2 em {
        font-size: 0.5em;
        font-weight: 300;
        display: block;
        letter-spacing: 0;
}

.single .post-header h1 a,.single .post-header h1,
.page .post-header h1 a,.page .post-header h1 {
        font-size: 35px;
}


.single .container:not(.sidebar-open) .post-header h1 , .single .container:not(.sidebar-open) .post-header h1 a,
.page .container:not(.sidebar-open) .post-header h1 , .page .container:not(.sidebar-open) .post-header h1 a  {
        font-size: 35px;
}

.post-header h2 a:hover {
        opacity:.5;
        color: inherit;
}

.date-author {
        font-family: 'Lato';
        display: inline-block;
        margin-top: 14px;
        font-size: 14px;
        color: #AAAAAA;
}

.date-author span {
        /* color:#00a8b5; */
}

.date-author .seperator {
        font-size: 10px;
        color:#AAA;
}

/*** Post Entry ***/
.post-entry {
        position: relative;
        padding: 30px 40px;
        background-color: #fff;
}

.post-list.list .post-entry:not(.full) {
        padding: 0;
}

.post-list.grid > article {
        margin-bottom: 40px !important;
}

.post-list.list > article {
        margin-bottom: 40px !important;
}


.post-entry a:hover {
        color:#000;
        border-color: #000;
}

.grid  .post-entry a:hover {
        opacity: 1;
}


.format-link .post-entry a:hover,
.format-quote .post-entry a:hover {
        opacity: .7;
}

.grid .post-entry {
        padding: 30px;
}

.grid .format-link .post-entry,
.grid .format-quote .post-entry {
        padding: 0;
}

.post-entry .wp-caption a:hover,
.post-entry .gallery .gallery-item a:hover {
        opacity: .95;
}

.post-entry img {
        max-width:100%;
        height:auto;
}

.post-entry p {
        margin-bottom:20px;
}

.post-entry p:after {
        clear: both;
}

.post-entry .post-entry-text > p:last-child {
        margin-bottom: 0;
}

.post-entry a.more-link {
        display: none;
}

.post-entry-bottom {
        padding: 30px 40px;
        background-color: #fff;
        border-top: 1px solid #eee;
}

.post-entry-bottom a.custom-more-link {
        display:inline-block;
        color: #000;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 10px 15px;
        border:1px solid #CECECE;
}

.post-entry-bottom a.custom-more-link:after {
        content: "\f178";
        font-family: "FontAwesome";
        font-size: 10px;
        padding-left: 7px;
}


.post-entry-bottom a.custom-more-link:hover {
        background-color: #CECECE;
        border-color: transparent;
        color: #000000;
}

/*** Post Features ***/

.post-featured-item {
        position: relative;
        background-color: #fff;
        overflow: hidden;
}

.post-featured-item.format-standard {
        text-align:center;
}

.grid-layout .post-featured-item {
        margin-bottom: 0;
}

.post-featured-item a {
        display: block;
}

.post-featured-item img {
        display: block;
        max-width:100%;
        height:auto;
        margin: 0 auto;
        position: relative;
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
}

.icon-video {
        position:absolute !important;
        top:30%;
        left:40%;
        border:none;
}

.sidebar-open .list-layout .post-featured-item {
        overflow: hidden;
}

.post-featured-item a img {
        backface-visibility:hidden;
        -webkit-backface-visibility:hidden;
        -webkit-transition: all 2s ease; /* Safari and Chrome */
  	-moz-transition: all 2s ease; /* Firefox */
  	-o-transition: all 2s ease; /* IE 9 */
  	-ms-transition: all 2s ease; /* Opera */
  	transition: all 2s ease;
}

.post:hover .post-featured-item a img{
        opacity:.75;
        -webkit-transform:scale(1.2); /* Safari and Chrome */
        -moz-transform:scale(1.2); /* Firefox */
        -ms-transform:scale(1.2); /* IE 9 */
        -o-transform:scale(1.2); /* Opera */
         transform:scale(1.2);
}

.caption-container {
        position: absolute;
        bottom:0;
        left:0;
        right: 0;
        text-align: center;
}

.fotorama__caption {
        text-align: center;
}

.post-featured-item .custom-caption,
.fotorama .fotorama__caption__wrap {
        position: relative;
        display: inline-block;
        font-size:10px;
        letter-spacing: 1px;
        color:#fff;
        line-height: 1.4;
        background-color: #00a8b5;	
        padding:12px 16px;
        text-transform:uppercase;
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
}

.post-entry-text a {
        display: initial;
        border-bottom: 1px dotted #00a8b5;
        line-height: 1.6;
}

.post-entry-text a img{
        border-bottom: none;
}

.grid-layout .post-featured-item .custom-caption,
.grid-layout .fotorama .fotorama__caption__wrap{
        display: none;
}

.fotorama.fotorama--fullscreen .fotorama__caption {
        margin-bottom: 20px;
        text-align: center;
}

.fotorama.fotorama--fullscreen .fotorama__caption__wrap {
        position: static;
        display: inline-block;
}

.post-featured-item.gallery-post .item .custom-caption,
.post-featured-item.gallery-post .fotorama__caption__wrap {
        opacity: 0;
        transform: translateY(100%);
        -wbebkit-transform: translateY(100%);
}

.post-featured-item.gallery-post .item:hover .custom-caption,
.post-featured-item.gallery-post .fotorama__stage__frame:hover .fotorama__caption__wrap {
        opacity: 1;
        transform: translateY(0);
        -wbebkit-transform: translateY(0);

}

.post-featured-item.gallery-post .fotorama__nav-wrap {
        position: absolute;
        bottom: 0;
}

.post-featured-item.gallery-post .fotorama__stage__frame {
        background-color: #F6F6F6;
}

.post-featured-item.gallery-post .justified-gallery {
        white-space: nowrap;
}

.post-featured-item.gallery-post .justified-gallery .item {
        display: inline-block;
        margin-bottom: 0;
        padding:0;
}

.post-featured-item.video-post .video-wrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        height: 0;
}

.post-featured-item.video-post .video-wrapper.embed iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
}

.post-featured-item.video-post .video-wrapper .mejs-container.mejs-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%!important;
        height: 100%!important;
}

.post-featured-item.video-post .video-wrapper .mejs-poster {
        background-size: cover;
}

.post-featured-item.video-post .video-wrapper .mejs-layer {
        width: 100%;
        height: 100%;
}

.post-featured-item.video-post .video-wrapper .mejs-inner,
.post-featured-item.video-post .video-wrapper .mejs-layers {
        height: 100%;
}

.post-featured-item.video-post .video-wrapper .mejs-fullscreen-button {
        position: relative;
        right: 4px;
}

.post-featured-item.audio-post iframe {
        width: 100%;
}

/*** Post Formats ***/

.format-link .post-entry {

        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
}

.format-link .post-entry {
        color:#fff;
        text-align: center;
}
.format-link .post-entry p {
        margin: 0;
        line-height: 1;
        letter-spacing: -1px;
}

.format-link .post-entry a {
        font-size: 24px;
        border:none;
        color:#111;
        font-weight: 300;
        display: block;
        line-height: 1.6;
        padding:  50px;
        margin: 0 50px;
}

.grid-layout .format-link.item .post-entry p {
        text-align: left;
}

.grid-layout .format-link .post-entry a {
        margin: 0;
        font-size: 22px;
        line-height: 1.6;
}

.format-link .post-entry a:before {
        content: "\F08E";
        font-family: "FontAwesome";
        display: block;
        font-size: 25px;
        font-style: normal;
        font-weight: normal;
}

.grid-layout .format-link .post-entry a:before {
        font-size: 17px;
}

.format-link .post-entry a:after {
        content: "";
        width: 30px;
        display: block;
        margin: 20px auto 0;
        height: 1px;
        background:#00a8b5;
}


.format-quote .post-entry {
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
}

.format-quote .post-entry {
        text-align: center;
        padding: 40px !important;
}
.format-quote .post-entry blockquote {        
        padding: 0 30px;
        margin: 0 50px;
}

.grid-layout .format-quote .post-entry blockquote {
        margin: 0;
}

.format-quote .post-entry cite {
        font-family:"Lato";
        font-size: 14px;
        font-style: italic;
        font-weight: 700;
        display: block;
        margin-top: 15px;
}

.grid-layout .format-quote .post-entry blockquote cite {
        margin-top: 10px;
}

.format-quote .post-entry blockquote p {
        font-size: 30px;
        font-family:"Lato";
        font-weight: 300;
        margin: 0;
        line-height: 1.6;
        color: #111;
}

.grid-layout .format-quote .post-entry blockquote p {
        font-size: 19px;
        line-height: 1.6;
        text-align: left;
}

.format-quote .post-entry blockquote p:before {
        font-family: "FontAwesome";
        content: "\F10D";
        top: -6px;
        left: -5px;
}

.format-quote .post-entry blockquote:before {
        display: none;
}

.format-quote .post-entry blockquote p:before {
        display: block;
        font-size: 25px;
        top: 0;
        left: 0;
        font-style: normal;
        font-weight: normal;
}

.grid-layout .format-quote .post-entry blockquote p:before {
        font-size: 21px;
}

.format-quote .post-entry blockquote p:after {
        content: "";
        width: 40px;
        display: block;
        margin: 20px auto 0;
        height: 1px;
        top: 0;
        left: 0;
        background: #00a8b5;
        border:none;
}

.grid-layout .format-quote .post-entry blockquote p:after,
.grid-layout .format-link .post-entry a:after {
        margin: 16px 0 0;
}
.view-video, .view-poll, .view-graphic, .view-photogallery, .view-audio {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 30%;
    height: auto;
    transition: background-image .3s;
    z-index: 1;
    cursor: pointer;
    background-position: center center;
}

.view-video {
    background-image: url(images/play-icon.png);
}
/*** Like Comment Buttons ***/

.like-comment-buttons-wrapper {
        display: block;
        float: right;
}

.like-comment-buttons {
        display: inline-block;
}

.like-comment-buttons-wrapper .like-comment-buttons {
        margin: 15px auto 0;
}

.grid-layout .like-comment-buttons {
        position: relative;
        right: -7px;
        padding-top: 0;
        margin-top: 0;
        border-top: none;
}

.like-comment-buttons a {
        color:inherit;
        font-weight: 500;
        text-transform: uppercase;
}

.like-comment-buttons a i {
        color:#AAAAAA;
        vertical-align: middle;
        font-size: 18px;
        padding-right: 2px;
        position: relative;
        top:-1px;
}

.like-comment-buttons a:hover {
        color:#00a8b5;
}

.like-comment-buttons .jm-post-like {
        display: inline-block;
        text-align: left;
        padding-right:5px;
}

.jm-post-like .loader {
        font-size: 12px;
        position: relative;
        top:-1px;
        -webkit-animation: spin 4s infinite linear;
        animation: spin 4s infinite linear;
}

.grid-item-footer .like-comment-buttons .jm-post-like .loader {
        font-size: inherit;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


/*** Post author ***/
.post-author {
        position:relative;
        margin-top:40px;
        text-align: left;
        padding:40px;
        background-color: #FFFFFF;
        overflow: hidden;
}

.author-img {
        float: left;
        height: auto;
        width: 100px;
}

.author-img img {
        border-radius:100%;
        margin: 0;
}

.author-content {
        overflow:hidden;
        margin-left: 35px;
        float: left;
        width: 75%;
}
.author-content h6 {
        margin: 0 0 5px; 
        color: #AAAAAA;
        font-size: 14px;
}
.author-content h5 {
        margin: 0 0 5px;
        font-size: 18px;
}

.author-content h5 a {
        color:#111;
        display:block;
}

.author-content p {
        margin:0 auto 15px;
        max-width: 700px;
}

.author-content .author-social {
        display: inline-block;
        color:#F13549;
        font-size:20px;
        margin: 0 3px 0 0;
}

.author-content .author-social:hover {
        color:#111;
}

/*** Post related ***/
.related-posts {
        margin-top: 40px;
        padding: 40px 0;
        overflow:hidden;
}

.related-posts .related-posts-inner {
        margin-top: 20px;
}

.box-title-area .title {
        font-size:15px;
        margin: 0 0 15px;
        padding-bottom: 6px;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
}

.box-title-area .title a {
        color: inherit;
}

.box-title-area .title a:hover {
        color:#00a8b5;
}

.box-title-area .title:after {
        content: "";
        display: block;
        width: 25px;
        height: 1px;
        margin: 13px auto 0;
        background: #00a8b5;
}


.related-posts .item {
        width: 30%;
        display: inline-block;
        margin-right:3.5%;
        text-align: center;
        vertical-align: top;
        overflow: hidden;       
}

.related-posts .item:nth-child(3n) { 
        margin-right:0;
}


.related-posts .item img {
        margin-bottom:6px;
        width:100%;
        height:auto;
}

.related-post-image, .container.sidebar-open .related-post-image {
        height: auto;
        display: block;
        overflow: hidden;
        min-height: 167px;
}

.related-posts .item a:hover {
        opacity:.95;
}

.related-posts .item h3 {
        font-size:16px;
        line-height: 1.4;
        margin: 5px auto 0;
}

.related-posts .item h3 em {
        font-size: 14px;
        display: block;
        font-weight: 300;
}

.related-posts .item h3 a {
        color:#111;
}

.related-posts .item h3 a:hover {
        color:#00a8b5;
}

.related-posts .item span.date {
        font-size: 12px;
        font-style: italic;
        color: #AAA;
        display: block;
        margin-top: 3px;
}
/** Post bottom line ***/
.post-line-bottom {
        border-top: 1px solid #eee;
        width: 100%;
        overflow: hidden;
}

/** Post tags ***/
.post-tags {
        font-size: 13px;
        font-style: italic;
        padding: 30px 40px;
        background-color: #fff;
        width: 50%;
        float: left;
}

.post-tags a {
        color: inherit;
}

.post-tags a:hover {
        color: #00a8b5;
}

.post-tags em:before {
        font-family: "FontAwesome";
        content: "\f02c";
        display:  inline-block;
        font-size: 12px;
        margin-right: 3px;
        font-style: normal;
        margin-top: 1px;
}

/*** Post Share ***/
.post-share {
        position: relative;
        padding: 20px 40px;
        background-color: #fff;
        text-align: right;
        width: 50%;
        float: right;
        
}

.post-share .post-share-inner {
        display: inline-block;
}

.post-share ul {
        text-align: center;
        list-style-type: none;
        padding:0;
        margin: 0;
        transition: .3s;
        -webkit-transition: .3s;
        transition-delay:0;
        -webkit-transition-delay:0;

}

.post-share .share-item {
        display: inline-block;
        margin: 0;
        backface-visibility:hidden;
        -webkit-backface-visibility:hidden;
}

.post-share:hover .share-item {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
}

.post-share a {
        display:inline-block;
        margin: 0 -1px;
        text-align: center;
}

.share-box{
        width:27px; 
        height:27px; 
        background:rgba(0,0,0,.2);
        display:inline-block;
        line-height:27px;
        font-size: 12px;
        margin:0 1px;
        border-radius:100%;
        -webkit-border-radius:100%;
        -moz-border-radius:100%;
        transition:.3s;
        -webkit-transition:.3s;
}

.post-share .share-box {
        height: 33px;
        width: 33px;
        text-align: center;
        line-height: 33px;
        color:#fff;
        font-size:16px;
        color: #fff;
        display: inline-block;
        border-radius: 100%;
        margin: 0 2px;
        background-color:#333333;
}

.post-share .twitter .share-box{
        background-color:#5EA9DD;
}

.post-share .instagram .share-box{
        background-color:#2A5B83;
}

.post-share .pinterest .share-box{
        background-color:#D70004;
}

.post-share .google .share-box{
        background-color:#C30907;
}

.post-share .tumblr .share-box{
        background-color:#34465D;
}

.post-share .youtube .share-box{
        background-color:#CC181E;
}

.post-share .linkedin .share-box{
        background-color:#0274B3;
}

.post-share .bloglovin .share-box{
        background-color:#000000;
}

.post-share .facebook .share-box{
        background-color:#3A5795;
}

.share-box:hover,.post:hover .share-box:hover {
        opacity: 0.6;
}

/*** Post Pagination ***/

.post-pagination.pagination {
        max-width: 940px;
        margin: 30px auto 0;
}
.navigation { 
        list-style:none; 
        font-size:12px; 
}

.navigation li{ 
        display:inline; 
}

.navigation li a{ 
        display:block; 
        float:left; 
        padding:4px 9px; 
        margin-right:7px; 
        border:1px solid #efefef; 
}

.navigation li span.current { 
        display:block; 
        float:left; 
        padding:4px 9px; 
        margin-right:7px; 
        border:1px solid #efefef; 
        background-color:#f5f5f5;  
}

.navigation li span.dots { 
        display:block; 
        float:left; 
        padding:4px 9px; 
        margin-right:7px;  
}

/*-----------------------------------------------------------------------------------*/
/* - Masonry Styling
/*-----------------------------------------------------------------------------------*/

.masonry-container #content,
.masonry-container #sidebar {
	opacity: 0;
	visibility: hidden;
	transition:opacity 500ms ease-in-out, visibility 500ms ease-in-out;
        -webkit-transition:opacity 500ms ease-in-out, visibility 500ms ease-in-out;
}

.masonry-container.open #content,
.masonry-container.open #sidebar {
	opacity: 1;
	visibility: visible;
}

.grid-layout {
	margin: 0 -20px;
	padding: 0;
}

.grid-layout .post-item {
	margin-bottom: 0;
}

.grid-layout .post-item {
	float: left;
	display: inline-block;
	vertical-align: top;
	width: 33.3333333333333333%;
	padding:0 24px 40px 20px;
	line-height: 1.2em;
}


.container.sidebar-open .grid-layout .post-item {
        width:50%;
}

.grid-layout .post-item .item h2 {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	padding: 0;
	line-height: 1;
}

.grid-layout .post-item .item h2 a {
	display: block;
	font-size: 22px;
	color: inherit;
	letter-spacing: -0.015em;
	line-height:  1.4;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

.grid-layout .post-item .item h2 a em {
	font-size: 19px;
	letter-spacing: normal;
	font-weight: 300;
	display: block;
}


.grid-layout .post-item .item h2 a:hover {
	opacity:.5;
}

.grid-layout .post-item .item p {
	font-size: 14px;
	line-height: 1.6;
	text-align: justify;
}

.grid-layout .post-item .item .date-author {
	display: block;
	text-align: center;
	margin: 5px 0 0;
}

.grid-layout .post-item .item .date {
	font-size: 13px;
	font-style: italic;
	color: #AAA;
	margin: 0;
}

.grid-layout .fotorama__caption {
	display: none;
}

.masonry-item-footer {
	margin-top: 20px;
	padding-top: 17px;
	border-top: 1px solid #e5e5e5;
}
.sub-meta-container {
        width:70%;
        float: left;
        position: relative;
        top:2px;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing:1px;
}

.comment-like-container {
        width: 30%;
        float: right;
        position: relative;
        top:5px;
}

.grid-layout .comment-like-container {
        top:0;
}

.comment-like-container .like-comment-buttons-wrapper {
        margin-top: 2px;
        text-align: right;
}

.masonry-item-footer  .like-comment-buttons a {
        font-size:12px;
        margin: 0 0 0 2px;
}

/*-----------------------------------------------------------------------------------*/
/* - List Styling
/*-----------------------------------------------------------------------------------*/

body:not(.single) .list-layout .post {
	max-width: 100%;
}

.list-layout .post-featured-item:not(.full) {
	float: left;
	width: 390px;
	margin-bottom: 0;
}

.container:not(.sidebar-open) .list-layout .post-featured-item:not(.full) {
	width: 440px;
}

.list-layout .post.has-post-thumbnail .post-entry-wrapper, .list-layout .post.format-gallery .post-entry-wrapper, .list-layout .post.format-video .post-entry-wrapper , .list-layout .post.format-audio .post-entry-wrapper {
	float: right;
	width: 560px;
}

.sidebar-open .list-layout .post-featured-item {
	width: 265px;
}

 .sidebar-open .list-layout .post.has-post-thumbnail .post-entry-wrapper, .sidebar-open .list-layout .post.format-gallery .post-entry-wrapper, .sidebar-open .list-layout .post.format-video .post-entry-wrapper, .sidebar-open .list-layout .post.format-audio .post-entry-wrapper {
	width: 370px;
}

.container:not(.sidebar-open) .list-layout .post.format-standard:not(.has-post-thumbnail) .post-entry-wrapper, .list-layout .post.has-post-thumbnail .post-entry-wrapper .post-list-text-content, .list-layout .post.format-gallery .post-entry-wrapper .post-list-text-content, .list-layout .post.format-video .post-entry-wrapper .post-list-text-content, .list-layout .post.format-audio .post-entry-wrapper .post-list-text-content {
	padding: 60px;
}

.sidebar-open .list-layout .post .post-entry-wrapper .post-list-text-content, .sidebar-open .post.has-post-thumbnail .post-entry-wrapper .post-list-text-content, .sidebar-open .list-layout .post.format-gallery .post-entry-wrapper .post-list-text-content, .sidebar-open .list-layout .post.format-video .post-entry-wrapper .post-list-text-content, .sidebar-open .list-layout .post.format-audio .post-entry-wrapper .post-list-text-content  {
	padding: 35px;
}

.list-layout .post.format-quote .post-entry-wrapper,
.list-layout .post.format-link .post-entry-wrapper {
	float: none!important;
	width: 100%!important;
}

.list-layout .post-list-text-content .post-header {
	text-align: left;
	margin-bottom: 5px;
}

.list-layout .post-list-text-content .post-header h2 {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1;
}

.list-layout .post-list-text-content .post-header h2 a {
	font-size: 30px;
	color: inherit;
	letter-spacing: -0.015em;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

.sidebar-open .list-layout .post-header h2 a {
	font-size: 25px;
}

.list-layout .post-list-text-content .post-header h2 a:hover {
	opacity:.5;
}

.list-layout .post-list-text-content  .post-header .cat {
	margin-bottom: 0;
}


.list-layout .post-list-text-content  .post-header  p,
.list-layout .post-list-text-content .post-header .date  {
	font-size: 12px !important;
	font-family: inherit;
	text-transform: none;
	letter-spacing: 0;
}

.list-layout .post-list-text-content .post-header .date {
        color: #AAA;
        font-style: italic;
}

.list-layout .post-list-text-content .like-comment-buttons-wrapper .like-comment-buttons {
	margin: 0;
}

.list-layout .post-list-text-content .post-header h1:after, .list-layout .post-list-text-content .post-header h2:after {
	display: none;
}

.list-layout .post-list-text-content  .post-entry-bottom {
	border-top:none;
}

.list-layout .post p {
	margin-bottom:6px;
	font-size: 15px;
	line-height: 1.6;
}

.list-layout .post.format-quote p,
.list-layout .post.format-link p {
	text-align: center;
}

.list-layout .post-list-text-content .post-header .date-author {
	margin-top: 8px;
}

.list-layout .post-list-text-content .post-header .date-author p {
	padding: 0;
	margin: 0;
}

.list-layout .post-list-text-content .post-header h2:after {
	display: none;
}

.list-layout .post-entry-bottom:not(.full) {
	padding-left:0;
	padding-right: 0;
	padding-bottom: 0;
}

.list-layout .post-entry-bottom:not(.full) a.custom-more-link {
	float: left;
	margin-bottom: 0;
}

.list-layout .like-comment-buttons-wrapper {
	float: right;
	line-height: 36px;
}
	
/*-----------------------------------------------------------------------------------*/
/* - Pagination
/*-----------------------------------------------------------------------------------*/

.pagination {
	margin-top: 30px;
}

.masonry-container .pagination {
	margin-top: 0;
}

.full-container .pagination {
	max-width: 960px;
	margin: 30px auto 0;
}
.pagination li {
        display: inline-block;
}
    
.pagination a {       
        display:inline-block;
        color: #000;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 15px 17px;
        border:1px solid #CECECE;
}

.pagination a:hover  {
        background-color: #CECECE;
        border-color: transparent;
        color: #000000;
}

.pagination .current  {
        display:inline-block;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 15px 17px;
        border:1px solid #CECECE;
        background-color: #CECECE;
        border-color: transparent;
        color: #000000;
}

.pagination .page-numbers  {
        text-align: center;
}

.pagination a .fa {
	font-size: 14px;
	position: relative;
	top:1px;
}

.pagination .newer {
	float:right;
}

.pagination .newer .fa {
	margin-left: 3px;
}

.pagination .older .fa {
	margin-right: 3px;
}

.pagination .older {
	float:left;
}

.pagination.load-more {
	display: none;
	position: relative;
	z-index: 1;
	text-align: center;
}

.pagination.load-more a:hover {
	-o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.pagination.load-more.show {
	display: block;
}

.pagination.load-more a {
	display: block;
	text-align: center;
}

.pagination.load-more p {
	margin: 0;
	display: inline-block;
}

.pagination.load-more .loading {
	width: 120px;
}

.pagination.load-more .loading .text {
	display: none;
}

.pagination.load-more .animative-btn.loading:after {
	background-color: #fff!important;
}

.pagination.load-more .animative-btn.loading:hover {
	color: #111!important;
}

@-moz-keyframes throbber-loader {
  0% {
    background: #333;
  }
  10% {
    background: #ddd;
  }
  40% {
    background: #333;
  }
}
@-webkit-keyframes throbber-loader {
  0% {
    background: #333;
  }
  10% {
    background: #ddd;
  }
  40% {
    background: #333;
  }
}
@keyframes throbber-loader {
  0% {
    background: #333;
  }
  10% {
    background: #ddd;
  }
  40% {
    background: #333;
  }
}
.throbber-loader {
	display: none;
	margin-bottom: -3px!important;
}
.pagination.load-more .loading .throbber-loader {
	display: inline-block;
}
/* :not(:required) hides these rules from IE9 and below */
.throbber-loader:not(:required) {
        -moz-animation: throbber-loader 2000ms 300ms infinite ease-out;
        -webkit-animation: throbber-loader 2000ms 300ms infinite ease-out;
        animation: throbber-loader 2000ms 300ms infinite ease-out;
        background: #333;
        position: relative;
        text-indent: -9999px;
        width: 5px;
        height: 1.5em;
        margin: 0 1.6em;
}
.throbber-loader:not(:required):before, .throbber-loader:not(:required):after {
        background: #333;
        content: '\x200B';
        display: inline-block;
        width: 5px;
        height: 1.5em;
        position: absolute;
        top: 0;
}
.throbber-loader:not(:required):before {
        -moz-animation: throbber-loader 2000ms 150ms infinite ease-out;
        -webkit-animation: throbber-loader 2000ms 150ms infinite ease-out;
        animation: throbber-loader 2000ms 150ms infinite ease-out;
        left: -1.2em;
}
.throbber-loader:not(:required):after {
        -moz-animation: throbber-loader 2000ms 450ms infinite ease-out;
        -webkit-animation: throbber-loader 2000ms 450ms infinite ease-out;
        animation: throbber-loader 2000ms 450ms infinite ease-out;
        right: -1.2em;
}



/*-----------------------------------------------------------------------------------*/
/* - Load More Animations
/*-----------------------------------------------------------------------------------*/

.post-list.grid .article-item[class*="page-"] {
	opacity: 0;
}

.post-list .article-item.animate {
	opacity: 1!important;
	transform: translateY(50px);
	animation: fallPerspective .4s ease forwards;
	-webkit-animation: fallPerspective .4s ease forwards;
}

@-webkit-keyframes fallPerspective {
	100% { transform: translateY(0px); opacity: 1; }
}

@keyframes fallPerspective {
	100% { transform: translateY(0px); opacity: 1; }
}


/*-----------------------------------------------------------------------------------*/
/* - Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer-social {
	background:#f2f2f2;
	padding:40px 0;
	text-align:center;
}

#footer-social a {
	margin:0 15px;
	color:#333;
}
#footer-social a:first-child {
	margin-left:0;
}
#footer-social a:last-child {
	margin-right:0;
}

#footer-social a i {
	height:28px;
	width:28px;
	text-align:center;
	line-height:28px;
	background:#666;
	color:#fff;
	border-radius:50%;
	margin-right:5px;
	font-size:14px;
}

#footer-social a:hover {
	text-decoration:none;
	color:#000;
}
#footer-social a:hover > i {
	background:#000;
}

/********************************/
/*** Footer logo ***/
/********************************/

.container #footer-widget-area {
	padding:80px 15px;
}

#footer-widget-area {
	background:#FFFFFF;
	padding:80px 0;
	line-height: 1.8;
}

#footer-widget-area p, .footer .recentcomments a, .footer a, .footer .widget li, .footer  .widget a,
#footer-widget-area .widget ul.side-newsfeed li .side-item .side-item-text h4 a,
#footer-widget-area .recent_post_text a {
	color:#2C2C2C;
}

#footer-widget-area .widget ul.side-newsfeed li .side-item .side-item-text h4 a:hover, #footer-widget-area .recent_post_text a:hover {
	color: #00a8b5;
}


#footer-widget-area p i {
	font-size:14px;
	margin:0 5px 0 7px;
}

#footer-widget-area .widget-columns {
        width:30%;
        margin-right:5%;
        float:left;
}

#footer-widget-area .four-column .widget-columns {
        width: 22.375%;
        margin-right:3.5%;
}

#footer-widget-area .two-column .widget-columns {
        width: 47%;
        margin-right:5%;
}

#footer-widget-area .widget-columns.last, 
#footer-widget-area .four-column .widget-columns.last {
        margin-right:0;
}


/********************************/
/*** Footer Copyright ***/
/********************************/
#footer-copyright {
	position: relative;
	padding:40px 0;
	text-align:center;
}

#footer-copyright #footer-social-items-inner{
	position: relative;
	padding:35px 0 0;
	text-align:center;    
}

#footer-copyright #footer-social-items-inner a{
	display: inline-block;
        color: #1C193C;
        font-size: 30px;
        padding: 0 5px;       
}

#footer-copyright #footer-social-items-inner a:hover{
        color: #00a8b5;
}

#footer-copyright p {
	margin: 25px 30px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
        font-size: 0.75rem;
}

#footer-copyright p i {
	color:#00a8b5;
}

.goto-top {
	display: inline-block;
	position: fixed;
	z-index: 1;
	bottom: 20px;
	right: 20px;
	padding: 5px 15px;
	background-color: #00a8b5;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 26px;
	font-size: 17px;
	border-radius: 100px;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translate(0,5px); /* IE 9 */
   	-webkit-transform: translate(0,5px); /* Safari */
        transform: translate(0,5px);
}

.goto-top:hover {
	background-color: #222;
}

.goto-top.on {
	opacity: 1;
	visibility: visible;
	-ms-transform: translate(0,0); /* IE 9 */
   	-webkit-transform: translate(0,0); /* Safari */
        transform: translate(0,0);
}

/*-----------------------------------------------------------------------------------*/
/* - Widgets
/*-----------------------------------------------------------------------------------*/

#widget-area {
	overflow:hidden;
	margin-bottom:60px;
	border-top:1px solid #e5e5e5;
	padding-top:70px;
}

.widget {
	margin-bottom:40px;
	font-size: 14px;
	line-height: 1.6;
}

.widget:last-child {
	margin-bottom: 0;
}

#sidebar .widget {
        position: relative;
        margin-bottom:30px;
        padding: 25px;
        background-color: #fff;
        box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
        -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
        -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden;
        overflow: hidden;
}

#sidebar .widget:last-child {
        margin-bottom:0;
}

#sidebar img:not(.promo-box-img), #footer-widget-area img:not(.promo-box-img) {
        max-width:100%;
        height:auto;
        display: block;
}

#sidebar iframe {
        max-width:100%!important;
}

#sidebar iframe[src*='player.vimeo.com'], #sidebar iframe[src*='youtube.com'] {
        height:auto;
}

.widget-title {
	position: relative;
	margin-top: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
        font-size:18px;
        font-weight:bold;
        color: #1B193B;
}

#sidebar .widget-title {
        text-align: center;
	border-bottom: 1px solid #AAAAAA;
	padding-bottom: 10px;
	position: relative;
}


#sidebar .widget-title:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #AAAAAA;
	position: absolute;
	bottom: -5px;
	left:0;
}



.widget.widget_latest_tweets_widget li, .widget.widget_latest_tweets_widget a {
	display: inline-block;
}

#alternate-widget-area {
	position: relative;
}

#alternate-widget-area .widget-title {
        font-size:18px;
        font-weight:bold;
	letter-spacing: 1px;
	background-color: rgba(44,44,44,.9);
	color: #fff;
        padding: 15px 15px 15px 20px;
        position: absolute;
        z-index: 5;
}

#alternate-widget-area p.clear {
	font-family:"Lato";
        font-size:18px;
	letter-spacing: 1px;
	background-color: rgba(44,44,44,.9);	
        padding: 13px 20px 13px 5px;
        position: absolute;
        z-index: 5;
}
#alternate-widget-area p.clear a {
        color: #00a8b5;
}
#alternate-widget-area p.clear a:hover {
        color: #FFFFFF;
}

#alternate-widget-area .null-instagram-feed {
	position: relative;
}

.widget-title span {
        display: inline-block;
}

.widget li {
        line-height: 1.4;
}

.widget li, .widget a {
        color:#000;
}

.widget a em {
        font-style: normal;
}

.widget a:hover {
        color:#00a8b5;
}

.widget ul {
        padding: 0;
        margin: 0;
}

.widget ul li {
        margin: 0 0 11px;
        padding: 0 0 11px;
        border-bottom:1px solid #eee;
        list-style-type: none;
}

.widget_categories ul li {
        color: #00a8b5;
}

.widget ul.children{
        padding-left: 15px;
        border-top: 1px solid #eee;
        margin: 11px 0 0;
        padding: 11px 0 0 20px;
}

#footer-widget-area .widget ul li {
        border-bottom:1px solid #BBBBBB;
}

#footer-widget-area .widget.widget_recent_entries ul li,
#footer-widget-area .widget .latest-tweets ul li {
        border-bottom: none;
}

.widget ul li:last-child,
#footer-widget-area .widget ul li:last-child {
        margin-bottom:0;
        padding-bottom:0;
        border-bottom:none;
}

.tweet-list li.profile-image p {
	line-height: 1.5;
}

#footer-widget-area .widget-title, #footer-widget-area .widget-title span {
	background: none;
}

#footer-widget-area .widget-title {
        margin-top: 0;
        text-align: left;
        margin-bottom: 18px;
        padding: 0;
}

#footer-widget-area .widget-title:after {
        display: none;
}

/** Twiteer widget **/
.tp_recent_tweets li {
        padding-left: 35px !important;
        padding-bottom: 20px !important;
}

.footer .tp_recent_tweets li a, .tp_recent_tweets li a {
    font-weight: normal;
    color: #00a8b5;
}

.footer .tp_recent_tweets li a:hover, .tp_recent_tweets li a:hover {
    color: #2C2C2C;
}

/*** Search widget ***/
.widget #searchform input#s {
        border: 1px solid #e5e5e5;
        background:#fff url(images/searchsubmit.jpg) no-repeat 96% 13px;
        padding:14px 14px;
        font-size:11px;
        color:#333;
        letter-spacing:1px;
}

.widget #searchform #s:focus { 
        outline:none; 
}

/** Searchbar for widget ***/
.widget #searchform input#s { 
        width:100%;
}

/*** About Widget ***/
#footer-widget-area .about-widget {
        text-align: center;
}
#sidebar .about-widget .widget-title {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
        font-size:24px;
        font-weight:400;
        letter-spacing:-1pt;
        line-height:120%;
        text-align: left;
        text-transform: none;
}

#footer-widget-area .about-widget .widget-title  {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
        font-size:24px;
        font-weight:700;
        letter-spacing:-1pt;
        line-height:120%;
        text-align: center;
}

#sidebar .about-widget .widget-title:after,
#sidebar .about-widget .widget-title:before,
#footer-widget-area .about-widget .widget-title:after,
#footer-widget-area .about-widget .widget-title:before {
        display: none;
}

.about-widget h5 {
        margin-top: 5px;
        font-size:16px;
        font-style:italic;
        font-weight:500;
        letter-spacing:0pt;
        line-height:120%;
        color: #AAAAAA;
}

#footer-widget-area .about-widget h5 {
        text-align: center;
}

#sidebar .about-widget .background-about-me {
        background: #F7F7F7;
        height: 130px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        display: block;
        background-image: url('images/background-about-me.png');
        background-repeat: repeat-x;
        background-position: top center;
        width: 100%;
}

.about-widget .img {
        margin: 0px 25px 30px;
        position: relative;        
}

#footer-widget-area .three-column .about-widget .img {
        margin: 0px 55px 30px;      
}

.about-widget img {
        margin: 0 auto;
        max-width:100%;
        height:auto;
        display: block;
        border: 3px solid #FFFFFF;
}

.about-round {
        border-radius: 50%;
}

.widget .about-widget p:first-child {
        margin-top: 0;
}

.widget .about-widget p:last-child, .widget.widget_text p:last-child {
        margin-bottom: 0;
}

.about-widget a:not(.widget-link), .widget_text a {
        color:#00a8b5;
}

.widget .about-widget .widget-link-container {
        text-align: left;
        margin-top: 10px;
}

#footer-widget-area .widget .about-widget .widget-link-container {
        text-align: center;
}

.widget .about-widget .widget-link {
        display: inline-block;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 14px;
        border: 1px solid #CECECE;
        margin-top: 16px;
        line-height: 1;
}

.widget .about-widget .widget-link:after {
        content: "\f178";
        font-family: "FontAwesome";
        font-size: 10px;
        padding-left: 7px;
}

.widget .about-widget .widget-link:hover {
        color: #111;
        background-color: #CECECE;
        border-color: transparent;
}

/** Promo Box  Widget **/

.promo_widget .img {
        overflow: hidden;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
}

.promo_widget .img img {
        display: block;	
}

.promo_widget {
        position: relative;
        overflow: hidden;
        color: #fff;
}

.promo_widget .widget-title,
#sidebar .promo_widget .widget-title,
#footer-widget-area .promo_widget .widget-title{
        border-bottom: none;
        color: #fff; 
        padding-bottom: 0;
        margin-bottom: 0;
        font-size: 29px;
        font-weight: 300;
        text-transform: none;
        letter-spacing: normal;
        line-height: 1.2;
        text-align: left;
}

#footer-widget-area .promo_widget .widget-title {
        font-size: 25px;
}

.promo_widget .widget-content-description {
        margin-top: 15px;
}

#footer-widget-area .promo_widget .widget-content-description {
        margin-top: 0;
}

.promo_widget .widget-title:after,
.promo_widget .widget-title:before {
        display: none;
}

.promo_widget .widget-content:before {
        position: absolute;
        content: "";
        background-color: rgba(0,0,0,.2);
        height:100%;
        width: 100%;
        z-index: 1;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
}

.promo_widget .widget-text-container {
        position: absolute;
        left: 35px;
        right:35px;
        bottom: 35px;
        z-index: 2;
}

#footer-widget-area .promo_widget .widget-text-container {
        left: 20px;
        bottom:20px;
        right: 20px;
}


.promo_widget .widget-text-container p {
        margin: 0;
}

.promo_widget .widget-text-container .widget-link {
        background-color:transparent;
        border:1px solid #fff;
        color:#fff;
        display: inline-block;
        font-size: 10px;
        font-weight: 400;
        color: inherit;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 13px 15px;
        margin-top: 22px;
        line-height: 1; 
}

.promo_widget .widget-text-container .widget-link:after {
        content: "\f178";
        font-family: "FontAwesome";
        font-size: 10px;
        padding-left: 7px;
}

.promo_widget .widget-text-container .widget-link:hover {
        background-color:#00a8b5;
        border-color: transparent;
}

/** Text Widget **/

.widget_text img {
        max-width: 100%;
        height: auto;
}

/** Instagram widget support **/

.instagram-pics:before,
.instagram-pics:after {
        content: " ";
        display: table;
}

.instagram-pics:after {
        clear: both;
}

.null-instagram-feed ul {
        margin-left: -4px;
        margin-right: -4px;
}

.null-instagram-feed  p {
        margin: 0;
}

#alternate-widget-area .null-instagram-feed ul {
        margin: 0;
}

.null-instagram-feed .instagram-pics li,
#footer-widget-area .null-instagram-feed .instagram-pics li
 {
        float: left;
        width: 33.33333%;
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
        padding-left: 4px;
        padding-right:4px;
        padding-bottom: 8px;
}

#alternate-widget-area .null-instagram-feed .instagram-pics li {
        width: 16.66666666666%;
        padding-left: 0;
        padding-right:0;
        padding-bottom: 0;
}

#alternate-widget-area .instagram-pics > li a img {
        border: none;
        width: 100%;
}

#alternate-widget-area .instagram-pics > li a:hover img {
        opacity: .8;
}

.instagram-pics img {
        display: block;
        -webkit-backface-visibility:hidden;
        backface-visibility:hidden;
}

.instagram-pics a img {
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
}

.instagram-pics a:hover img {
        opacity: .95;
}

/*** MailChimp widget ***/

.widget.widget_mc4wp_widget .mc4wp-form {
        margin-top: 0;
        margin-bottom: 0;
}

.mc4wp-form label {
        display: block;
        font-style: italic;
        text-align: center;
        margin-bottom: 20px!important;
}

.mc4wp-form p {
        margin-top: 0;
        margin-bottom: 10px;
}

.mc4wp-form p:last-of-type {
        margin-bottom: 0;
}

.widget_mc4wp_form_widget input {
        width: 100%;
} 

/*** Tagcloud widget ***/

.widget .tagcloud a {
        font-size:10px !important;
        text-transform:uppercase;
        margin-right:5px;
        margin-bottom:7px;
        display:inline-block;
        text-decoration: none;
        padding: 7px 10px 6px;
        background: #CECECE;
        color: #2C2C2C;
}

#footer-widget-area .widget .tagcloud a {
        background-color: #CECECE;
        color: #2C2C2C;
}

.widget .tagcloud a:hover, #footer-widget-area .widget .tagcloud a:hover {
        border-color: transparent;
        opacity: .5;
        -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
        -moz-box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
        box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
}

/*** Facebook LikeBox ***/
.fb-like-box-container {
        width: 100%;
        height: auto;
}

/*** Calender widget ***/
#wp-calendar {
        width: 100%; 
}

#wp-calendar caption { 
        text-align: right; 
        color: #777; 
        font-size: 12px; 
        margin-top: 10px; 
        margin-bottom: 15px; 
}

#wp-calendar thead { 
        font-size: 12px;  
}

#wp-calendar thead th { 
        padding-bottom: 10px; 
}

#wp-calendar tbody { 
        color: #333; 
}

#wp-calendar tbody td { 
        background: #eee; 
        border: 1px solid #fff; 
        text-align: center; 
        padding:8px;
}

#wp-calendar tbody td a { 
        font-weight:400; 
        color:#222; 
}
#wp-calendar tbody td:hover { 
        background: #fff; 
}

#wp-calendar tbody .pad { 
        background: none; 
}

#wp-calendar tfoot #next { 
        font-size: 10px; 
        text-transform: uppercase; 
        text-align: right; 
}

#wp-calendar tfoot #prev { 
        font-size: 10px; 
        text-transform: uppercase; 
        padding-top: 10px; 
}

#wp-calendar thead th { 
        padding-bottom: 10px; 
        text-align: center; 
}

/*** Latest Posts widget ***/

.widget.elletta_lastest_post_widget ul li {
        margin-bottom: 20px;
        padding-bottom: 20px;
        line-height: 1.7;
        position: relative;
        font-family: "Lato";
}

.widget.elletta_lastest_post_widget ul li:last-child,
#footer-widget-area .widget.elletta_lastest_post_widget ul li:last-child,
.widget.widget_recent_comments ul li:last-child,
#footer-widget-area .widget.widget_recent_comments ul li:last-child  {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
}

.widget.elletta_lastest_post_widget .thumb.size_50_50 {
        float: left;
}

.widget.elletta_lastest_post_widget .thumb.size_50_50,
.widget.elletta_lastest_post_widget img {
        width: 75px;
        height: 75px !important;
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
}

.widget.elletta_lastest_post_widget .thumb.size_50_50.post_round img {
        border-radius:100px;
}

.widget.elletta_lastest_post_widget a:hover img {
        opacity: .95;
}

.widget.elletta_lastest_post_widget .recent_post_text {
        display: block;
        padding-left:90px;
}

.widget.elletta_lastest_post_widget .recent_post_text a {
        font-size: 18px;
        display: inline-block;
        font-weight: 700;
        line-height: 1.5;
}

.widget.elletta_lastest_post_widget .recent_post_text>a:hover {
        color: #00a8b5;
}

.widget.elletta_lastest_post_widget .recent_post_text a em {
        font-weight: 300;
        display: block;
        font-size: 15px;
        font-style: normal;
}

.widget.elletta_lastest_post_widget .recent_post_text .post-excerpt {
        display: block;
        font-size: 14px;
        color: #111;
}

.widget.elletta_lastest_post_widget .recent_post_text .post-categories {
        display: block;
}

.widget.elletta_lastest_post_widget .recent_post_text .post-categories a {
        font-size: 12px;
        color: #00a8b5;
        text-transform: uppercase;
        font-weight: 500;
}
.widget.elletta_lastest_post_widget .recent_post_text .post-categories a:hover {
        color: #111;
}

.widget.elletta_lastest_post_widget .recent_post_text .post-date {
        display: block;
        font-size: 12px;
        font-style: italic;
        color: #AAA;
}
/** WIDGET ITEMS **/
.widget ul.side-newsfeed li {
        list-style-type:none;
        margin-left:0;
        padding-bottom: 17px;
        margin-bottom: 17px;
        border:none;
}

#footer-widget-area .widget ul.side-newsfeed li  {
        border:none;
}

.widget ul.side-newsfeed li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
}

.widget ul.side-newsfeed li .side-item .side-image {
        margin-bottom:20px;
        position: relative;
        display: block;
        overflow: hidden;
}

.widget ul.side-newsfeed li .side-item .side-image a:hover img {
        opacity: .95;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
}

.widget ul.side-newsfeed li .side-item .side-image img {
        width:100%;
        height:auto;
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
}

.side-item .side-item-text {
        overflow:hidden;
        text-align: center;
}

.side-item .side-image .side-item-category {
        position: absolute;
        bottom: 0;
        left:0;
        width: 100%;
        text-align: center;
}

.side-item .side-image .side-item-category-inner {
        display: inline-block;
        padding: 7px 12px;
        background: #00a8b5;
        color:#fff;
        font-size: 10px;
        letter-spacing: 1px;
        text-transform: uppercase;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
}

.widget ul.side-newsfeed li .side-item .side-item-text h4 {
        margin: 0 auto;
}

.widget ul.side-newsfeed li .side-item .side-item-text h4 a {
        color:#111;
        font-size:18px;
        line-height: 1.4em;
        display: block;
        -webkit-backface-visibility:hidden;
}

.widget ul.side-newsfeed li .side-item .side-item-text h4 a em {
        display: block;
        font-weight: 300;
        font-size: 16px;
}

.widget ul.side-newsfeed li .side-item .side-item-text h4 a:hover {
        color:#00a8b5;
}

.widget ul.side-newsfeed li .side-item .side-item-text .side-item-meta {
        font-size: 12px;
        font-style: italic;
        color: #AAA;
        display: block;
        margin-top: 3px;
}

/** Social Widget **/
.widget-social-links {
        position: relative;
        text-align: center;
        padding: 0 12px;
}

.widget-social-links a {
        display: inline-block;
        margin: 0 -1px 3px 0;
}

.widget-social-links a:first-child {
        margin-left:0;
}

.widget-social-links a:last-child {
        margin-right:0;
}

.widget-social-links a span {
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 40px;
        color:#fff;
        margin:0 2px 0 0;
        font-size:16px;
        color: #fff;
        display: inline-block;
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s;
        border-radius: 100%;
}

.widget-social-links a span.fa-twitter {
        background:#5EA9DD;
}

.widget-social-links a span.fa-instagram {
        background:#2A5B83;
}

.widget-social-links a span.fa-pinterest {
        background:#D70004;
}

.widget-social-links a span.fa-google-plus {
        background:#C30907;
}

.widget-social-links a span.fa-tumblr {
        background:#34465D;
}

.widget-social-links a span.fa-youtube {
        background:#CC181E;
}

.widget-social-links a span.fa-linkedin {
        background:#0274B3;
}

.widget-social-links a span.fa-heart {
        background:#000000;
}

.widget-social-links a span.fa-facebook {
        background:#3A5795;
}

.widget-social-links a span.fa-github {
        background:#000000;
}


#sidebar.widget-social-links a span {
        margin:0 2px;
} 

.widget_recent_entries ul li {
        padding-bottom: 12px;
        margin-bottom: 12px;
        border: none;
}

.widget_recent_entries li {
        border-color: transparent;
}

.widget_recent_entries li:after { 
        content: "";
        display: inline-block;
        width: 100%;
        height: 7px;
        margin-top: 12px;
        opacity: .4;
}

.widget_recent_entries a {
        font-size: 16px;
        display: block;
        font-weight: 600;
        line-height: 1.4;
}

.widget_recent_entries a em {
        font-weight: 300;
        display: block;
        font-size: 15px;
        font-style: normal;
}

.widget_recent_entries .post-date {
        display: block;
        font-size: 12px;
        line-height: 1.6;
        color: #AAA;
        font-style: italic;
}

#footer-widget-area .widget-social-links a span {
        background:rgba(255,255,255,.05);
}

.widget-social-links a:hover {
        text-decoration:none;
        color:#000;
}

.widget-social-links a:hover > span,
#footer-widget-area .widget-social-links a:hover > span {
        color: #fff;
        background:#333333;
}

/** Widget Advertisemnent **/

.advertisement-widget ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
}

.advertisement-widget ul li a {
        display: block;
        font-size: 0;
}

.advertisement-widget ul li img {
        width: 100%;
        height: auto;
}

/** Widget menu **/
.widget .sub-menu,
.widget_pages .page_item ul {
        margin-top: 10px;
        padding-left: 25px;
}

.widget .sub-menu a,
.widget_pages .page_item ul a{
        font-style: italic;
}

#sidebar .widget_mc4wp_widget .widget-title {
        color: #fff;
        border-color: rgba(255,255,255,.2);
}

#sidebar .widget_mc4wp_widget .widget-title:before {
        background-color: #fff;
}


#sidebar .widget_mc4wp_widget .widget-title:after {
        color: inherit;
}
		
/*-----------------------------------------------------------------------------------*/
/* - Comments Styles
/*-----------------------------------------------------------------------------------*/
	
.post-comments {
	margin-top:40px;
	padding:40px;
	background-color:#FFFFFF;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
}

.comments {
	margin-top: 10px;
	margin-bottom:40px;
}

.comment  {
	list-style-type: none;
	padding: 0;
}

.post-comments .box-title-area {
	margin-bottom: 25px;
}

.comment-item {
	border-bottom:1px dotted #ddd;
	padding-bottom:40px;
	margin-bottom:40px;
}

.comment-item .author-img {
	float:left;
	margin-right:20px;
}

.comment-item .author-img img {
	border-radius:50%;
}

.comment-item .comment-text {
	overflow:hidden;
}

.comment-item .comment-text span.author {
	margin-top: 3px;
}

.comment-item .comment-text span.author, .comment-item .comment-text span.author a {
	display:inline-block;
	font-size:17px;
	font-weight: 600;
	line-height: 1.3;
}

.comment-item .comment-text span.author {
	margin-bottom: 5px;
}

.comment-item .comment-text span.author a:hover {
	opacity: .7;
}

.comment-item .comment-text span.date {
	display:block;
	font-size: 12px;
	font-style: italic;
	color: #AAA;
	margin-bottom:20px;
}

.comment-item .comment-text em {
	font-size:13px;
	margin-bottom:-14px;
	display:block;
	color:orange;
	letter-spacing:1px;
	color:#db6169;
}
.comment-item .comment-text em i {
	font-size:14px;
	color:#f3bd00;
}

.post-comments span.reply a {
	float:left;
	font-size:10px;
	text-transform: uppercase;
	color:#111;
	margin-right:8px;
}

.post-comments span.reply a:hover {
	opacity:.5;
}

.post-comments ul.children { 
	margin: 0 0 0 8px; 
}

.post-comments ul.children li:before {
	display: none;
}

.post-comments ul.children li.comment-item {
	margin:0 0 8px 0;
}

li.pingback  {
	list-style-type: none;
}

li.pingback .comment-item .author-img {
	display: none;
}

/** Reply **/

#respond {
        overflow: hidden;
}

#respond  h3 {
	font-size:14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom:30px;
	margin: 0;
}

#respond h3 a {
	color:#000;
	display:inline-block;
}

#respond h3 small a {
	font-size:10px;
	letter-spacing: normal;
	font-weight: 400;
	color:#111;
	margin-left:7px;
	float: right;
	position: relative;
	top:10px;

	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

#respond h3 small a:hover {
	opacity:.5;
}

.comment-notes {
	font-size: 13px;
}

#respond label {
	display: block;
	font-size:11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

#respond input:focus {
	outline:none;
}

#respond .comment-form-url {
        margin-right: 0 !important;
}

#respond textarea {
	width:100%;
	height:120px;
	line-height: 1.6;
}

#respond input[type="text"], #respond input[type="email"] {
	width: 100%;
}

#respond textarea:focus {
	outline:none;
}

#respond p[class*="comment-form"] {
	position: relative;
        width: 32%;
        float: left;
        margin-right: 14px;
}

#respond span.wpcf7-not-valid-tip {
        display: block;
        position: absolute;
        top: 1px;
        right: 0;
        font-size: 11px;
        background: #222;
        color: #fff;
        padding: 4px 12px;
}

#respond #submit {
	position: relative;
	display: inline-block;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 15px 17px;
	margin-top: 16px;
	line-height: 1;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}


#respond #submit:hover,.mc4wp-form input[type=submit]:hover {
	opacity: .8;
}

#respond .form-allowed-tags {
	font-size: 12px;
}

.form-submit {
	margin-bottom: 0;
}

.comments #respond {
	margin-bottom:30px;
}

#respond p {
	margin: 15px 0;
}

#respond p.comment-form-comment {
	width: 100%;
	margin-top: 20px;
}

/*-----------------------------------------------------------------------------------*/
/* - Archive Pages
/*-----------------------------------------------------------------------------------*/
.page-container, #tribe-events {
	background-color: #fff;
        overflow: hidden;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
        -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
        -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
}

.page-container .post-header {
	margin-top: 0; 
}

.page-introduce-title {
	margin: 0;
        font-size:18px;
        letter-spacing:0pt;
        line-height:120%; 
	text-transform: uppercase;
	font-weight: 400;
}

.page-introduce-title .search-query {
	font-weight: bold;
}

.archive-title-area {          
	position: relative;
	padding:55px 0;
	text-align:center;
	margin: 15px auto 40px;
	background-color: #FFFFFF;
	max-width: 1180px;
}

.archive-title-area h1 {
	margin-bottom: 0;
}



/*-----------------------------------------------------------------------------------*/
/* - Search Page 
/*-----------------------------------------------------------------------------------*/

.search.search-no-results #main-container{
	padding: 0 0 80px;
	margin: 0;
	text-align: left;
}

.search.search-no-results .entry-content {
	margin-bottom: 35px;
}

.search.search-no-results .entry-content h1 {
	margin-top: 0;
}

.search.search-no-results .entry-content p {
	font-size: 18px;
	font-weight: 300;
	color: #111;
	margin-top: 0;
}

.search.search-no-results .search-form .search {
	width: 100%;
}


/*-----------------------------------------------------------------------------------*/
/* - Wordpress Core Fixes
/*-----------------------------------------------------------------------------------*/

.alignnone {
        margin: 3px 20px 20px 0;
}

.aligncenter, div.aligncenter {
        display: block;
        margin: 30px auto;
}

.alignright {
        float: right;
        margin: 3px 0 20px 20px;
}

.alignleft {
        float: left;
        margin: 3px 20px 20px 0;
}

a img.alignright {
        float: right;
        margin: 3px 0 20px 20px;
}

a img.alignnone {
        margin: 3px 20px 20px 0;
}

a img.alignleft {
        float: left;
        margin: 3px 20px 20px 0;
}

a img.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.wp-caption {
        max-width: 100%;
        text-align: center;
        margin: 30px 0;
}

.wp-caption.alignnone {
        margin: 3px 20px 20px 0;
}
.wp-caption.alignleft {
        margin: 3px 20px 20px 0;
}
.wp-caption.alignright {
        margin: 3px 0 20px 20px;
}

.wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: auto;
}

.wp-caption p.wp-caption-text {
        font-size: 13px;
        color:#333;
        font-style: italic;
        margin: 10px 15px 0;
}

/***  WordPress gallery style ***/

.gallery {
        margin: auto;
        margin-top:30px !important;
	margin-bottom: 30px !important;
        overflow: hidden;
}

.gallery.gallery-columns-3 .gallery-item {
        float: left;
        text-align: center;
        width: 33%;
}

.gallery.gallery-columns-2 .gallery-item {
        float: left;
        text-align: center;
        width: 50%;
}

.gallery.gallery-columns-4 .gallery-item {
        float: left;
        text-align: center;
        width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
        float: left;
        text-align: center;
        width: 20%;
}

.gallery .gallery-item {
        text-align: center;
        margin:0 !important;
	position: relative;
	padding-right: 6px;
  	padding-bottom: 6px;
  	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}
.gallery img {
        border: 2px solid #cfcfcf;
}

.gallery .gallery-item a {
	display: block;
	border: none;
}

.gallery:hover .gallery-item {
	opacity: .8;
}

.gallery:hover .gallery-item:hover {
	opacity: 1;
}

.gallery .gallery-caption {  
        font-size:10px;
        letter-spacing: 1px;
        line-height: 1.6;
        text-transform: uppercase;
        text-align: left;
	color:#fff;
	position: absolute;
	bottom:6px;
	left:0;
	right: 6px;
	padding:12px 15px;
	background-color: #00a8b5;
	opacity: 0;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
        margin-left: 0;
}

.gallery.gallery-columns-3 .gallery-caption{
	font-size:9px;
}

.gallery .gallery-item:hover .gallery-caption{
	opacity: 1;
}
  
.gallery .gallery-icon img{
	border: none !important;
	width: 100%;
	display: block;
}   

.gallery .gallery-icon img:hover {
	 
}


/*-----------------------------------------------------------------------------------*/
/* - Contact Form 7
/*-----------------------------------------------------------------------------------*/

.wpcf7 input, .wpcf7 select {
	width: 50%;
}

.wpcf7 textarea {
	width:100%;
}

.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
	width: auto;
	margin-top: -1px;
}

div.wpcf7 {
	overflow:hidden;
}

.wpcf7 p.gorilla_input {
	float:left;
	margin-right:19px;
}

.wpcf7 p.gorilla_message {
	clear:both;
}

.wpcf7 input, .wpcf7 textarea, .wpcf7 select {
	border: 1px solid #e5e5e5;
	padding: 9px;
	font-size: 13px;
	color: #111;
	letter-spacing: 0;
	margin-top: 3px;
}

.wpcf7 p {
	margin:15px 0 0;
}

.wpcf7 .wpcf7-submit {
	background:#00a8b5;
	padding:13px 20px;
	color:#FFF;
	letter-spacing:1px;
	font-size:10px;
	outline: none;
	text-transform:uppercase;
	cursor:pointer;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	display:block;
	border:none;
	width:auto;
}

.wpcf7 .wpcf7-submit:hover {
	opacity:.8;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 15px;
	border: 1px solid #111;
	color:#111;
}

/*** 404 ***/
.error-404 {
        font-family:"Lato";
	text-align:center;
	padding: 130px 0 95px;
        font-size:200px;
        font-weight:bold;
        letter-spacing:-5pt;
        line-height:120%;
        color:rgb(255,255,255);
        background: url('images/404-background.jpg') top center repeat;
}

.error-404 h1 {
	font-size:30px;
        letter-spacing:-1pt;
        font-weight:bold;
        line-height:120%;
        color:rgb(255,255,255);
	margin: 0;
        padding: 0;
}

/*** Image Attachement **/
.entry-attachment img {
	max-width: 100%;
	height: auto;
}

.entry-caption p {
	margin: 0;
	line-height: 1;
}
/*-----------------------------------------------------------------------------------*/
/* - Newsletter Mailchimp
/*-----------------------------------------------------------------------------------*/

#footer-newsletter {
        padding: 70px 0 140px;
        text-align: center;
        color: #FFFFFF;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

.my-container:before {
        content: ' ';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.6;
        background-image: url('images/newsletter-background.jpg');
        background-repeat: no-repeat;
        background-position: 50% 0;
        -ms-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
}

#footer-newsletter h2 {
        font-size:36px;
        font-weight:bold;
        letter-spacing:-1pt;
        line-height:120%; 
        color: #FFFFFF;
        margin-top: 0;
}

#footer-newsletter input[type="text"], #footer-newsletter input[type="email"], #footer-newsletter textarea {        
        font-family:"Lato";
        font-size:18px;
        font-style:italic;
        font-weight:bold;
        letter-spacing:0pt;
        line-height:120%;
        width: 50%;
        text-align: center;
}
#footer-newsletter  input[type=submit] {
        position: relative;
        display: inline-block;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 15px 17px;
        margin-top: 16px;
        line-height: 1;
        -o-transition: all .3s;
        -ms-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
}


/*-----------------------------------------------------------------------------------*/
/* - Media Element JS
/*-----------------------------------------------------------------------------------*/

.mejs-container .mejs-controls {
	height: 34px;
}

.mejs-controls .mejs-button button {
	margin: 9px 6px;
}

.mejs-container .mejs-controls .mejs-time {
	padding: 12px 2px 0;
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	height: 3px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	background-color:#00a8b5; 
}

.mejs-controls div.mejs-time-rail {
	padding-top: 10px;
}

.mejs-controls .mejs-offscreen {
	display: none !important;
}

.mejs-video .mejs-container .mejs-controls {
	background: #222;
}

.grid-layout .mejs-overlay-button {
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background-size:cover;
}

.grid-layout .mejs-overlay:hover .mejs-overlay-button {
	  background-position: 0 -50px;
}

.mejs-overlay-button {
	opacity: .5;
	display: none;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	top:15px;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background-color:#00a8b5;
}

/* Facebook */

.fb-page > span {
	max-width: 100%;
}

/* Fixes */
div:not(.sharedaddy) .post-entry ul li:before {
	display: none;
}

.jr-insta-thumb ul.thumbnails:before,
.jr-insta-thumb ul.thumbnails:after {
        content: " ";
        display: table;
}

.jr-insta-thumb ul.thumbnails:after {
        clear: both;
}

/* PhotoSwipe */

.pswp__top-bar {
	background-color: transparent;
}

.pswp__top-bar .pswp__button, .pswp__top-bar .pswp__counter {
	background-color: rgba(0, 0, 0, 0.5);
}

.pswp__caption, .pswp__caption__center {
	text-align: center;
}

.pswp__caption {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	background-color: transparent;
}

.pswp__caption__center {
	display: inline-block;
	letter-spacing: 1px;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	background-color: rgba(0,0,0,.75);
	padding: 14px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
 }

 img#wpstats {
	display: none !important;
}

/*-----------------------------------------------------------------------------------*/
/* - Comming Soon
/*-----------------------------------------------------------------------------------*/

.wrap h1 {
    font-family:"Lato";
    font-size:36px;
    font-weight:bold;
    letter-spacing:-1pt;
    line-height:120%;
    color:rgb(255,255,255);
    margin: 200px 0 50px;
}

.wrap h2 {
    font-family:"Open Sans";
    font-size:14px;
    line-height:180%;
    color:rgb(255,255,255);
    text-align:center;
    font-weight: 400;
    margin: 0 0 50px;
}

.background .countdown span {
    color: #fff;
    padding: 55px 20px;
    border: 1px solid #FFF;
}

.wrap .countdown span {
    font-family:"Lato";
    font-size:80px;
    font-weight:bold;
    letter-spacing:-2pt;
    line-height:120%;
    color:rgb(255,255,255);
}

/*-----------------------------------------------------------------------------------*/
/* - Woocommerce Styles
/*-----------------------------------------------------------------------------------*/

.woocommerce-page .post-header h1:before, .woocommerce-page .post-header h2:before {
    content: "";
    display: none;
}

.woocommerce-page .post-header h1:after, .woocommerce-page .post-header h2:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    margin: 5px auto;
    background: #00a8b5;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 17px;
    border: 1px solid #CECECE;
    background-color: transparent;
    border-radius: 0;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    opacity: .8;
    background-color: #CECECE;
    color: #000;
}
.shop-icon-count {
    position: absolute;
    top: 8px;
    right: -14px;
    padding: 4px;
    border-radius: 100px;
    font-size: 10px;
    width: 18px;
    height: 18px;
    line-height: 9px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background: #00a8b5;
    font-size: 9px;
}

.cart-contents {
    float: right;
    line-height: 55px;
    margin-right: 20px;
    position: relative;
}
.cart-contents i {
    color: #AAA;
}


dd {
    margin: 0;
}
.variation p {
    margin: 0;
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
    padding: 0;
}
.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
    margin: 0;
}
.woocommerce a.remove {
    color: #AAAAAA !important;
}

.woocommerce a.remove:hover{
    background-color: #AAAAAA;
}

.woocommerce-info{
    border-top-color: #00a8b5;
}

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price, .woocommerce-info:before {
    color: #00a8b5;
}

.woocommerce span.onsale, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #00a8b5;
}

.woocommerce table.shop_attributes td, .woocommerce div.product form.cart .variations td.label {
    padding-left: 1rem;
}
.woocommerce div.product form.cart .button {
    padding: 13px;
    background-color: #00a8b5;
    border: none;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #payment #place_order, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #00a8b5;
}
.woocommerce-variation-price {
    margin-bottom: 1rem;
}

.woocommerce-content {
    background-color: #fff;
    padding: 30px 40px;
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.05);
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: auto;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    top: 0;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 12px 6px;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]  {
    padding: 15px 17px;
}

.woocommerce .product_meta > span {
    display: block;
    padding-bottom: .5rem;
}

.woocommerce span.onsale {
    position: absolute;
    color: #ffffff;
    background-color: #00a8b5;
    padding: 35px 60px 15px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
    top: -13px;
    left: -55px;
    right: auto;
    border-radius: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.woocommerce div.product {
    overflow: hidden;
}

.woocommerce ul.products li.product .onsale {
    position: absolute;
    color: #ffffff;
    background-color: #00a8b5;
    padding: 35px 60px 10px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
    top: -10px;
    right: -55px;
    border-radius: 0;
    z-index: 9;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -1.5em -4.5em 0 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    overflow: hidden;
}

.woocommerce #respond p[class*="comment-form"] {
    float: none;
}

.woocommerce-pagination li {
        display: inline-block;
}
    
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {       
        display:inline-block;
        color: #000;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 15px 17px;
        border:1px solid #CECECE;
}

.woocommerce nav.woocommerce-pagination ul li a:hover{
        background-color: #CECECE;
        border-color: transparent;
        color: #000000;
}

.woocommerce nav.woocommerce-pagination ul li span.current  {
        display:inline-block;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 15px 17px;
        border:1px solid #CECECE;
        background-color: #CECECE;
        border-color: transparent;
        color: #000000;
}

.woocommerce-pagination .page-numbers  {
        text-align: center;
}

.woocommerce-pagination a .fa {
	font-size: 14px;
	position: relative;
	top:1px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce #payment #place_order, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    border: none;
}

.woocommerce td.product-name dl.variation dd {
    padding: 0;
    margin: 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #AAA;
}

/*-----------------------------------------------------------------------------------*/
/* - Events Calendar
/*-----------------------------------------------------------------------------------*/

#tribe-events {
    padding: 30px 40px;
}

#tribe-events h2:before, #tribe-events .tribe-events-schedule h2:after, #tribe-events .tribe-events-list .type-tribe_events h2:after {
    content: "";
    display: none;
}
/*
#tribe-events h2:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    margin: 5px auto;
    background: #00a8b5;
}
*/
.tribe-events-schedule h2 {
    margin: 0;
    font-size: 16px;
}

.tribe-events-calendar td.tribe-events-present div[id*='tribe-events-daynum-'], .tribe-events-calendar td.tribe-events-present div[id*='tribe-events-daynum-'] > a, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, #tribe-events .tribe-events-button, .tribe-events-button.tribe-inactive, #tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
    background-color: #00a8b5;
}
#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-gcal {
    color: #00a8b5;
}

.tribe-events-list .tribe-events-event-image, .tribe-events-mobile .tribe-events-event-image {
    width: 30%;
    overflow: hidden;
    position: relative;
}
.events-list .tribe-events-loop, .tribe-events-day .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .single-tribe_organizer .tribe-events-loop {
    max-width: 100%;
}

.tribe-events-day .tribe-events-day-time-slot h5 {
    font-size: 21px;
    margin: 1.5em 0 .25em;
    background-color: transparent;
    padding: 6px 10px;
    background: #fff;
    color: #111;
    border: 1px solid #cecece;
    text-align: center;
    line-height: 1;
}

.tribe-event-url, .tribe-events-list-event-title.summary .url, .tribe-events-mobile .summary .url {
    color: #111;
}

.tribe-event-url:hover, .tribe-events-list-event-title.summary .url:hover, .tribe-events-mobile .summary .url:hover {
    opacity: .5;
}
span.tribe-events-cost  {
    background: #eee;
    border: 1px solid #ddd;
    display: block;
    font-style: normal;
    font-weight: bold;
    line-height: 1.3;
    padding: 5px 10px;
    text-align: center;
    text-overflow: ellipsis;
    float: right;
    margin: 0 0 5px 5px;
}

.tribe-events-list-separator-month span {
    color: #111;
}

.tribe-events-list .time-details, .tribe-events-list .tribe-events-venue-details {
    line-height: 1.5;
}

.widget h4.tribe-event-title{
    margin: 0;
    font-size: 18px;
}

.widget .tribe-event-duration {
    font-size: 12px;
    font-style: italic;
    color: #AAA;
    display: inline-block;
    margin-top: 3px;
}

ol.tribe-list-widget {
    padding: 0;  
}

.widget.tribe-events-list-widget .widget-link {
        display: inline-block;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 14px;
        border: 1px solid #CECECE;
        margin-top: 16px;
        line-height: 1;
}

.widget.tribe-events-list-widget .widget-link:after {
        content: "\f178";
        font-family: "FontAwesome";
        font-size: 10px;
        padding-left: 7px;
}

.widget.tribe-events-list-widget .widget-link:hover {
        color: #111;
        background-color: #CECECE;
        border-color: transparent;
}
.single-tribe_events .tribe-events-single-event-title {
    font-size: 35px;
    text-align: center;
    padding-top: 35px;
}

h1.tribe-events-single-event-title:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    margin: 5px auto;
    background: #00a8b5;
}
.tribe-events-schedule h2 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111;
    font-weight: 500;
}

.tribe-events-loop .tribe-events-event-meta {
    border-left: 3px solid #00a8b5;
    padding-left: 10px;
}

.tribe-events-read-more {   
    display: inline-block;
    color: inherit;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 15px;
    border: 1px solid #CECECE;
}

.tribe-events-read-more:hover {  
    background-color: #CECECE;
    border-color: transparent;
    color: #000000;
}

.tribe-events-list h2.tribe-events-page-title, h2.tribe-events-page-title, #tribe-geo-results h2.tribe-events-page-title {
    color: #fff;
    background-color: #00a8b5;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0pt;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 400;
    padding: 30px 15px;
}

.title-widget-events {
    overflow: hidden;
}

.logo-widget-events {
    float: left;
    width: 15%;
    font-size: 32px;
    color: #AAAAAA;
}

.txt-widget-events {
    float: left;
    width: 85%; 
}

.tribe-events-event-image + div.tribe-events-content {width: 100%;}