/*
Theme Name: Baratheon
Theme URI: http://www.asiandevelopers.com/law_curved/
Author: ThemexLab
Author URI: 
Description: Baratheon Law Firm Landing Page Theme
Version: 1.0
License: GNU General Public License v3.0
License URI: license.txt
Tags: two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options
Text Domain: themex
*/

/* ================================= Table Contents =================================
1. GLOBAL STYLES
	- Main Styles
	- Button Styles	
	- Extra Classes
2. HEADER
3. NAVIGATION
4. LAYOUT
5. ABOUT OUR FIRM
6. SERVICES	
7. TEAM SECTION
8. TESTIMONIALS SECTION
9. CONTACT US SECTION
10. FOOTER
11. PARALLAX STYLES
12. SOCIAL ICONS
13. BLOG
14. ADDITIONAL CSS
	- Isotope
	- Flexslider
15. WIDGETS
16. CUSTOM CSS
	- Custom Button Styles
	- Revolution Slider
=========================================================================== */

/* =========================== GLOBAL STYLES ============================== */
/* ------------- Main Styles ------------- */
body {
	color: #434343;
	font-weight: 400;
	font-family: Georgia, "Times New Roman", Times, serif;	
	background: url(images/pattern.png) repeat #fff;
	margin: 0;
	overflow-x: hidden;
	position: relative;
	line-height: 1.85;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.1;	
}
/* Links */
a {	
	outline: none;
	-webkit-transition: all 0.14s ease 0s; 
	   -moz-transition: all 0.14s ease 0s; 
		 -o-transition: all 0.14s ease 0s; 
}
a:hover,
a:focus,
a:active {
	color: #333;
	text-decoration: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus {
	outline: none;
	outline-offset: 0;
}

/* Text Elements */
blockquote p {
	font-style: italic;
}
dd {
	margin-bottom: 1em;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 10px;
	margin-bottom: 15px;	
}
h2 {
	letter-spacing: -4px;
}
h5 {
	letter-spacing: -1px;
}
b, strong {
    font-weight: 800;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
	
/* Tables */
table {
	width: 100%;
	margin-bottom: 20px;
}
table th,
table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
table th {
	font-weight: bold;
}
table thead th {
	vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
	border-top: 0;
}
table tbody + tbody {
	border-top: 2px solid #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Clearing */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
*:first-child+html .clearfix {
	min-height: 1px;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
}
/* Override the bootstrap style */
blockquote, .blockquote-reverse {
    border-left: none;
	border-right: none;
	padding: 0 30px;
	position: relative;
	font-size: 16px;
}
/* Insert the pseudo element - replicating what FontAwesome does */
blockquote:before {
    content: "\f10d"; 
    font-family: FontAwesome;
    position: absolute;
	top: 0px;
	left: 0;
	padding-left: 0px;
}
blockquote:after {
    content: "\f10e"; 
    font-family: FontAwesome;
    position: absolute;
	bottom: 0px;
	right: 0;
	padding-right: 0px;	
}
blockquote:after,
blockquote:before {
	font-size:20px;
}
blockquote footer, blockquote small, blockquote .small {
	font-weight: 500;
}
/* ------------- Button Styles ------------- */
.btn.btn-wide input[type="submit"], .wpcf7 input[type="submit"] {
	width: 159px;
	padding: 13px 12px;
}
.btn.btn-wide i {
	padding-right: 8px;
	font-size: 13px;
}
.btn, .pager li > a, .pager li > span, input[type="submit"], .wpcf7 input[type="submit"] {	
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
	padding: 20px 16px;
    -webkit-transition: all 700ms linear;
    -moz-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    -ms-transition: all 700ms linear;
    transition: all 700ms linear;
}
.btn {
	min-width: 280px;
	color: #FFFFFF;
}
.btn:hover, .btn:active, .btn:focus {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}
.btn.btn-border {
	background: transparent;
	border-color: #FFFFFF;
	color: #FFFFFF;
}
.btn.btn-border:hover, .btn.btn-border:active, .btn.btn-border:active {
	color: #d5688f;
	background-color: #FFFFFF;
}
.btn.btn-transparent {
	background: transparent;
	border: none;
	min-width: auto;
	padding: 0;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 700;
	font-family: 'Merriweather';
}
.btn.btn-transparent:hover, .btn.btn-transparent:active, .btn.btn-transparent:active {	
	background: transparent;
}
.pager li > a, .pager li > span {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	color: #FFFFFF;
	padding: 5px 10px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.pager li > a i {
	font-size: 16px;
	font-weight: 700;
}
.pager li.previous > a i {
	margin-right: 5px;
}
.pager li.next > a i {
	margin-left: 5px;
}
input[type="submit"], .wpcf7 input[type="submit"] {
	border: 1px solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	text-align: center;
    vertical-align: middle;
	min-width: 250px;
	padding: 12px 20px;
	color: #FFFFFF;
}
.btn i {
	padding-right: 10px;
	font-size: 17px;
}
.btn-search i {
	padding-right: 0;
	font-size: 22px;
}
.btn-margin {
	margin-right: 30px;
}
.search-form .btn {
	padding: 3px 12px;
	font-size: 17px;
}
.widget .btn {
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn.btn-search {
	background: transparent;
    color: #000;
	border-color: transparent;
}
.btn.btn-search:hover, .btn.btn-search:active, .btn.btn-search:focus {
	background: transparent;
    border-color: transparent;
}
.search-form .input-group {
    background: #fff;
    border: medium none;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    height: 70px;
    padding: 20px 30px;
}
.search-form input.form-control {
    background: transparent;
    border: medium none;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	padding: 0;
	text-transform: uppercase;
}
.search-form .input-group-btn .btn {
	padding: 0;
}
/* ------------- Extra Classes ------------- */
.inline-block, .inline-title {
    display: inline-block;
}
.no-padding {
	padding: 0;
}
.themex-rounded {	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.animated {
	visibility:hidden;
	animation-fill-mode: none;
	-webkit-animation-fill-mode: none;
	-moz-animation-fill-mode: none;
	-o-animation-fill-mode: none;
	-ms-animation-fill-mode: none;
}
.visible {
	visibility:visible;
}
.input-group input.form-control {
	background: #fff;	
	height: 45px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;	
}
.input-group-btn .btn {
	height: 45px;
	min-width: 0;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	margin-left: 0;
}
.input-group .form-control:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
.section-arrow-pointer {
	position: absolute;
}
.section-icon i:before, .section-icon i:after {
	font-size: 30px;	
}
.section-icon i {
	color: #7f8c8d;
}
.themex-listitem, .list-unstyled {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul li .custom-icon {
	font-size: 14px;
	padding-right: 8px;
	text-shadow: 0 0 0;
	font-family: 'Simple-Line-Icons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}
ul li .custom-icon:before {
	content: "\e080";
}
.container-big {
	margin: 0 auto;
}
.pageloader { 
	background: url(images/page-loader.gif) center center no-repeat #fff;  
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;	
}
.page-title-section {
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}
.page-title-container {
	width: 100%;
	height: 100%;	
	position: relative;
}
.page-title-header h1.entry-title {
	margin-top: 5px;
	margin-bottom: 5px;
}
.slider-section {
    position: relative;
}
.themex-section-top {
    display: block;
	position: absolute;
	top: 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    top: 0;
}
.themex-slant-angle {
	width: 100%;	
	border-top: medium solid #fff;
	border-right: medium solid transparent;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(.9999);
	-moz-transform: scale(.9999);
	-webkit-transform: scale(.9999);
	-o-transform: scale(.9999);
	/*-ms-transform: scale(.9999);*/
	z-index: 100;
}
.themex-slant-bottom-angle {
	width: 100%;	
	border-bottom: medium solid #fff;
	border-left: medium solid transparent;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scale(.99999);
	-moz-transform: scale(.99999);
	-webkit-transform: scale(.99999);
	-o-transform: scale(.99999);
	z-index: 100;
}
/* ================================================================
 * HEADER 
 * ================================================================ */
#themex_wrapper #header {
	width: 100%;
	z-index: 1001;
}
#themex_wrapper .header-sticky {
	position: relative;
	z-index: 1001;
}
#themex_wrapper .header-sticky.is-sticky {
	position: static;
}
.header-section .navbar {
	margin-bottom: 0;
	min-height: 0;
}
.header-top-bar {
	padding: 0;
	min-height: 0;
	border: none;
}
.header-section {
	background: rgba(255, 255, 255, 0.5);
}
.header-sticky.is-sticky .header-section {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.site-title {
	margin: 0;	
	text-transform: uppercase;	
}
.site-title a {
	color: #fff;
	text-decoration: none;
}
.site-description {
	color: #fcfcfc;
	font-weight: 300;
	text-align: center;
}
.themex-logo {
	height: 68px;
	display: table;
}
.navbar-brand {
	font-size: inherit;
	height: inherit;	
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	float: none;
}
#logo img {	
	margin: 0 auto;
	max-width: 100%;
}
.themex-top-bar {
	padding: 0 0 0 15px;
}
.themex-top-bar .header-top-right {	
	text-align: right;
	float: right;	
}
.logo-left .themex-top-bar {
	float: right;
}
.themex-top-navbar > li {
	position: static;
}
/* Logo Center */
.logo-center .navbar-header.themex-logo,
.logo-center .navbar-brand {
	float:left;
	width: 100%;
	text-align:center;
}
.logo-center .navbar-brand img {
	margin: 0 auto;
}
.logo-center .themex-top-bar {
	float: none;
	text-align:center;
	padding: 0;
}
.logo-center .navbar > .container .navbar-brand {
	margin-left: 0;
	padding: 0 15px;
	margin-bottom: 10px;
}
.logo-center .themex-top-navbar {
	width: 100%;
}
/* Logo Right */
.logo-right .navbar-header.themex-logo, .logo-right .navbar-brand {
	float:right;
}
.logo-right .navbar > .container .navbar-brand {
	margin-left: 0;
	margin-right: -15px;
}
.logo-right .navbar-toggle {
	float:left;
}
.logo-right .themex-top-bar {
	padding: 0 15px 0 0;
}
/* Header Top Bar */
.header-sidebar-social .themex-social-icons li a {
	margin: 0 5px 5px 0;
	width: 25px;
	height: 25px;
	line-height: 22px;
	font-size: 12px;
	text-align: center;
}
.themex-top-bar .header-sidebar-social, .themex-top-bar .header-search-form {
	display: table;
}
.themex-top-bar .header-sidebar-social .themex-social-icons, .themex-top-bar .header-search-form .search-form {
	display: table-cell;
	vertical-align: middle;
	height: 68px;
}
.themex-top-bar .header-search-form .search-form {
	max-width: 200px;
}
.themex-top-bar .header-search-form .search-form .input-group {
	height: auto;
	padding: 0 12px;
}
/* ================================================================
 * NAVIGATION
 * ================================================================ */
.nav.navbar-nav > li > a {
	padding-bottom: 0;
	padding-top: 0;
	line-height: 16px;
}
.nav.navbar-nav a {
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}
.navbar-nav.themex-main-nav li {
	padding-right: 20px;
}
.navbar-nav.themex-main-nav > li {
	float: none;
	display: table-cell;
	height: 68px;
	vertical-align: middle;
}
.navbar-nav.navbar-right:last-child {
	padding-right:0;
}
.header-menu-bar {
	border: none;
	padding: 10px 0;
}
.header-menu-bar .navbar-collapse, {
	position: relative;
}
.nav.navbar-nav.themex-main-left > li {
    position: static;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: none;
}
.navbar-header .icon-bar {
    background: none repeat scroll 0 0 #FFFFFF;
}
.navbar-collapse {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
.dropdown-toggle .caret {
	display: none;
}
.dropdown:hover .dropdown-menu, .dropdown-menu .dropdown:hover .sub-menu, .dropdown:hover .themex-megamenu-wrapper {
	visibility: visible;	
    animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	animation-duration: 0.6s;
	-moz-animation-duration: 0.6s;
	-webkit-animation-duration: 0.6s;
	-o-animation-duration: 0.6s;
    -ms-animation-duration: 0.6s;
	animation-fill-mode: both;
	-moz-animation-fill-mode: both;
 	-webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
}
.dropdown-menu {
	border: none;
	background: #FFFFFF;
	min-width: 200px;
	padding: 0;	
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	display: block;
	opacity: 0;
	visibility: hidden;		
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background: transparent;
}
.dropdown-menu, .dropdown-menu .sub-menu, .themex-megamenu-container {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.dropdown-menu li {
	border-bottom: 1px solid #E2E2E2;
}
.dropdown-menu li:last-child {
	border: none;
}
.navbar-nav.themex-main-nav .dropdown-menu li {
	margin-right: 0;
}
.dropdown-menu > li > a, .dropdown-menu .sub-menu a {
	padding: 12px 10px 12px 15px;
}
.dropdown-menu .sub-menu {
	left: 100%;
    position: absolute;
    top: 0;    
	padding: 0;
	min-width: 180px;
	list-style: none;
	display: block;
	opacity: 0;
	visibility: hidden;
	background: #FFFFFF;
}
.dropdown-menu .sub-menu a {
    clear: both;   
    display: block;
	line-height: 1.42857;  
    white-space: nowrap;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: transparent;
}
.themex-megamenu-wrapper {
	visibility: hidden;
	min-width: 800px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 100;
	opacity: 0;
}
.themex-megamenu-container, .themex-megamenu, .themex-megamenu .themex-megamenu-submenu .sub-menu {	
	list-style: none;	
}
.themex-megamenu .themex-megamenu-submenu .sub-menu {
	padding: 0;
	margin: 0;
}
.themex-megamenu-container {
	border-top: 3px solid #fff;
	margin: 0;
}
.themex-megamenu {
	display: table;	
	width: 100%;
	padding: 15px;
}
.themex-megamenu > li {
	padding: 15px;
	/*border-right: 1px solid #C6C6C6;*/
	float: none;
	display: table-cell;
	text-align: left;
}
.navbar-nav .themex-megamenu > li a {
	color:#333333;
}
.themex-megamenu > li:last-child {
	border: none;
}
.themex-megamenu-title {
	margin: 0 0 15px;
}
.themex-megamenu-title .themex-megamenu-icon {
	padding-right: 10px;
}
.themex-megamenu-container a {
	display: block;
	padding: 8px 0;
}
.themex-megamenu-bullet {
	padding-right: 10px;
}
.nav > li.themex-megamenu-menu, .nav > li.themex-megamenu-menu .dropdown-toggle {
	position: static;
}
.nav > li.themex-megamenu-menu .dropdown-toggle:after {
	display: none;
}
.mobile-sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li span.menu-toggler {
	display: inline-block;
	width: 30px;
	cursor: pointer;	
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 1;
}
ul li span.menu-toggler i {
	display: block;
	line-height: 30px;
}
ul li span.menu-toggler .fa-angle-down {
	display: block;
}
/* ================================================================
 * LAYOUT
 * ================================================================ */
.boxed #themex_wrapper, .boxed .container {	
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}
.fullwidth .container {
	width: 100%;
	max-width: 1200px;
}
#themex_wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.two-col-right #single-sidebar-container #primary,
.two-col-left #single-sidebar-container #sidebar,
.three-col-right #single-sidebar-container,
.three-col-right #single-sidebar-container #primary,
.three-col-middle #single-sidebar-container #primary,
.three-col-middle #secondary-sidebar,
.three-col-left #single-sidebar-container #sidebar,
.three-col-left #secondary-sidebar {
	float: left;	
}
.two-col-right #single-sidebar-container #sidebar,
.two-col-left #single-sidebar-container #primary,
.three-col-right #single-sidebar-container #sidebar,
.three-col-right #secondary-sidebar,
.three-col-middle #single-sidebar-container,
.three-col-middle #single-sidebar-container #sidebar,
.three-col-left #single-sidebar-container,
.three-col-left #single-sidebar-container #primary {
	float: right;	
}
#content {
	padding: 0;
}
.main-section {
	background: #f8f8f8;
	position: relative;
	min-height: 480px;
	width: 100%;
}
.page-template-template-parallax .main-section {
	background: transparent;
}
.main-col-small, .main-col-full, .content-col-small, .content-col-full, .pm-sidebar, .sec-sidebar {
	padding-left: 15px;
	padding-right: 15px;
}
.main-col-small {
	width: 81%;	
}
.main-col-full {
	width: 100%;	
}
.content-col-small {
	width: 69%;	
}
.content-col-full {
	width: 100%;	
}
.pm-sidebar {
	width: 31%;	
}
.sec-sidebar {
	width: 19%;
}
.single-sidebar-container {
	padding-top: 20px;
	padding-bottom: 10px;
}
.single-sidebar-container.parallax-flat {
	padding-top: 0;
	padding-bottom: 0;
}
.gallery-caption { }
.wp-caption {
	border: 1px solid #e0e0e0;
	margin-bottom: 15px;
	max-width: 100%;
	clear: both;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
    padding: 5px;
    width: 100%;
}
.wp-caption-text {
	text-align: center;
}
/* ================================================================
 * ABOUT OUR FIRM
 * ================================================================ */
.about-content p {
	font-size: 15px;
}
.our-skills {
	 margin-top: 15px;
}
.our-history {
	margin-top: 40px;
}
/* ================================================================
 * SERVICES
 * ================================================================ */
.themex-services {
	margin-top: 20px;
	margin-bottom: 15px;
}
.services-inner {
	text-align: center;
	padding: 0 15px;
}
.services-inner .services-icon {
	font-size: 110px;
	margin-bottom: 40px;
}
.services-title {
	font-size: 23px;
}
.services-desc {
	margin: 20px 0;
	font-size: 15px;
}
.page-services-offered .parallax-title, .page-services-offered .services-title, .page-services-offered .services-desc {
	color: #FFFFFF;
}
.page-services-offered .btn.btn-transparent:hover, .page-services-offered .btn.btn-transparent:active, .page-services-offered .btn.btn-transparent:focus {
	color: #FFFFFF;
}
/* ------------- Shortcodes ------------- */
.themex-progress-bar .progress-bar {
	/*background: url(images/progress-bar-pattern.png) repeat-x;*/
}
.imageframe-overlay-content {
	background: rgba(57, 83, 108, 0.9);
	padding: 45px 30px;
	color: #FFFFFF;
}
.imageframe-overlay-content p {
	font-size: 15px;
	line-height: 1.5;
	font-family: 'Merriweather';
}
.imageframe-overlay-content h4, .imageframe-overlay-content h5, .imageframe-overlay-content h6 {
	text-transform: uppercase;
	font-weight: 900;
}
.imageframe-overlay-content img {
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 6px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 6px rgba(0,0,0,0.3);
	border: 2px solid #1e2b38;
}
.themex-accordion .panel-title a.collapsed:before {
	background: url(images/arrow-left.png) center center no-repeat #dedede;
}
.themex-accordion .panel-title a:before {
	content: "";
	width: 60px;
	height: 60px;	
	background: url(images/arrow-down.png) center center no-repeat;
	position: absolute;
	left: 0;
	border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	-ms-border-radius: 4px 0 0 4px;
}
.themex-accordion .panel-title a {
	padding: 0 15px 0 80px;
	position: relative;
}
.counter-icon, .counter-info {
	display: table-cell;
	vertical-align: middle;
}
.counter-info {	
	font-weight: 700;
	font-size: 24px;
	padding-left: 20px;
	
}
.themex-counter .fa {
	font-size: 64px;
}
/* ================================================================
 * TEAM SECTION
 * ================================================================ */
.team-box {
	padding: 0 30px;
}
.member-wrapper {
    position: relative;
	margin-bottom: 40px;
    overflow: hidden;
}
.member-image > img {
    width: 100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.member-social {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.9);
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    opacity: 0;
}
.member-social ul {
	left: 0;
	width: 100%;
	padding: 0 15px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.member-item:hover .member-social {
	opacity: 1;
} 
.member-social ul li {
	margin-bottom: 8px;
}
.member-social ul li a {
	text-align: center;
} 
.member-social ul li a i.fa {
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.member-social ul, .member-social:hover, .member-wrapper:hover .member-social, .member-social ul li a i, .member-social ul li a i:hover {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.member-social ul li a i:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.member-social ul li a i.fa-facebook {
	background-color: #3B5998;
}
.member-social ul li a i.fa-twitter {
	background-color: #55ACEE;
}
.member-social ul li a i.fa-google-plus {
	background-color: #dd4937;
}
.member-social ul li a i.fa-youtube { 
	background-color: #e22b26;
}
.member-social ul li a i.fa-linkedin { 
	background-color: #007ab5;
}
.member-social ul li a i.fa-yahoo { 
	background-color: #65106d;
}
.member-info .team-member-title {
    margin: 0 0 10px;
    font-size: 24px;   
    font-weight: bold;
    white-space: nowrap;
}
.parallax-content .member-info .team-member-title {
	color: #FFFFFF;
}
.member-info .member-designation {   
    font-size: 18px;
    font-weight: bold; 
    margin-bottom: 25px;
    display: block;
}
.member-info .member-description {
    word-spacing: -2px;
	font-size: 14px;
	line-height: 26px;
}
.parallax-content .member-info .member-description {
	color: #FFFFFF;
}
.page-our-team-of-lawyers .parallax-title {
	color: #FFFFFF;
}
/* ================================================================
 * TESTIMONIALS SECTION
 * ================================================================ */
.testimonial-info {	
	padding: 0 30px;	
}
.testimonial-msg {
	font-size: 17px;
	margin: 0 0 10px;	
	line-height: 1.6;
	background: url(images/quote.png) no-repeat left top;
}
.testimonial-info .testimonial-msg p {	
    font-weight: 300;
	margin: 35px 0 0;
}
.testimonial-author {	
	font-weight: 700;
	font-size: 17px;
}
.testimonial-author .author-sub {
	font-size: 17px;
}
.themex-testimonial .themex-carousel-indicators {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999;
	text-align: center;
}
.themex-testimonial .themex-carousel-indicators .fa {
	font-size: 26px;
	color: #FFFFFF;
}
.themex-carousel-indicators .fa:hover {
	opacity: 0.7;
	color: #434343;
}
.themex-carousel-slide-left, .themex-carousel-slide-right {
	padding: 0 15px;
	display: inline-block;
}
/* ================================================================
 * CONTACT US SECTION
 * ================================================================ */
.fullwidth-section.section-curved.section-top-curved.curved-page-map .themex-slant-angle {
	display: none;
}
.fullwidth-section.section-curved.section-top-curved.curved-page-map {
	margin: -50px -50px 0;
	transform: rotate(-3deg) scale(.9999);
	-moz-transform: rotate(-3deg) scale(.9999);
	-webkit-transform: rotate(-3deg) scale(.9999);
	-o-transform: rotate(-3deg) scale(.9999);
	-ms-transform: rotate(-3deg) scale(.9999);
	z-index: 100;
}
.fullwidth-section.section-curved.section-top-curved.curved-page-map .themex-slant-bottom-angle {	
	transform: rotate(3deg) scale(.99999);
	-moz-transform: rotate(3deg) scale(.99999);
	-webkit-transform: rotate(3deg) scale(.99999);
	-o-transform: rotate(3deg) scale(.99999);
	-ms-transform: rotate(3deg) scale(.99999);
}
input, .form-group .form-control {
	background: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;	
	resize: none;	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	color: #555;
	font-size: 17px;	
}
.form-group {
	margin-bottom: 30px;
}
input, input.form-control, textarea, textarea.form-control, .gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper textarea {
	font-size: 17px;
}
textarea, .form-group textarea.form-control {	
	
}
.has-error .form-control {
	border-color: #a94442;
}
.has-error .form-control:focus, .has-success .form-control:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"], .gform_wrapper textarea {
	height: 34px;
	padding: 10px;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;   
    border: none;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
    margin-top: 0;
    padding-left: 0 !important;
}
.gform_wrapper .top_label .gfield_error {
	width: 100%;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
	margin-top: 10px;
}
.gform_wrapper .top_label .gfield_error .ginput_container {
	max-width: 100%;
}
.wpcf7 input {
	height: 34px;
	width: 100%;
}
.wpcf7 textarea {
	max-height: 180px;
	width: 100%;
}
.wpcf7 p {
    font-weight: bold;
}
.gmap_canvas {
	margin-bottom: 0;
}
.gmap_canvas img {
	max-width: none;
}
.contact-info {
	padding-top: 140px;
	padding-left: 30%;
	font-size: 17px;
	color: #FFFFFF;
}
.contact-row {
	margin-bottom: 15px;
}
.contact-row p, .contact-row div {
	margin-bottom: 5px;
}
.contact-info .simple-icon {
	font-size: 20px;	
}
.contact-info .contact-info-title {
	font-style: italic;
	font-weight: 700;
}
.contact-info .contact-info-content {
	font-style: italic;
	font-weight: 300;
}
.parallax-content .themex-contact-form input, .parallax-content .themex-contact-form select, .parallax-content .themex-contact-form textarea {
    background: rgba(255, 255, 255, 0.1);
    border-color: transparent;
    color: #fff;
    font-size: 16px;
    padding: 20px 25px;
	height: 70px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
}
.parallax-content .themex-contact-form textarea {
	min-height: 350px;
	height: auto;
	resize: none;
}
.parallax-content .themex-contact-form input:hover, .parallax-content .themex-contact-form select:hover, .parallax-content .themex-contact-form textarea:hover {
    background: rgba(0, 0, 0, 0.1);
}
.parallax-content .themex-contact-form .themex-input-submit {
	text-align: center;
}
.parallax-content .themex-contact-form  .form-control::-moz-placeholder {
	color:#fff;
}
.parallax-content .themex-contact-form  .form-control:-ms-input-placeholder {
	color:#fff;
}
.parallax-content .themex-contact-form  .form-control::-webkit-input-placeholder {
	color:#fff;
}
/* ================================================================
 * FOOTER
 * ================================================================ */ 
#footer-widgets-container .footer-widgets {
	min-height: 100px;
}
.footer-section {
	margin-top: -5px;
	position: relative;
	z-index: 100;
	width: 100%;
	overflow: hidden;
}
.footer-widgets-section {
	padding: 40px 0;
}
.footer-copyright-section {	
	padding: 100px 0;
}
.footer-copyright-section p {
	margin: 0;
	color: #a5a7a8;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	border-top: 2px dotted #d9dbdd;
	padding-top: 20px;
	margin-top: 50px;
	display: inline-block;
}
.footer-copyright-section .copyright-info, .footer-copyright-section .footer-social {
	text-align: center;
}
.footer-social {
	margin-bottom: 40px;
}
.footer-social h5 {
	margin: 0 0 15px;
	color: #39536C;
	text-transform: uppercase;
	font-size: 20px;
}
.footer-social .themex-social-icons.soc-icon-circle a {	
	margin: 0 6px;
}
.widget .site-title {
	margin-bottom: 20px;
}
/* ================================================================
 * PARALLAX STYLES
 * ================================================================ */
.themex-parallax-header {
	text-align: center;
}
.parallax-header .parallax-desc {
	font-size: 30px;
	font-weight: 700;
}
/*.parallax-background.parallax-section .parallax-page-inner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
}*/
.parallax-background.parallax-section .parallax-page-inner {
	position: relative;	
	color: #FFFFFF;
}
.section-page .parallax-page-inner {
	padding-top: 100px;
	padding-bottom: 100px;
}
.parallax-background.parallax-section {
	background-attachment: fixed !important;
	background-size: cover;
	z-index: 100;
}
.parallax-page-inner .parallax-header {
	padding-bottom: 20px;
}
.parallax-background.parallax-section .parallax-page-inner .parallax-title {
	color: #FFFFFF;
}
.parallax-overlay.parallax-overlay-pattern:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -1;
}
.parallax-overlay.parallax-overlay-pattern {
	position: relative;
	z-index: 100;
}
.parallax-overlay.parallax-overlay-pattern.pattern-1:before {
	background: url(images/patterns/pattern-1.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-2:before {
	background: url(images/patterns/pattern-2.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-3:before {
	background: url(images/patterns/pattern-3.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-4:before {
	background: url(images/patterns/pattern-4.png) top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-5:before {
	background: url(images/patterns/pattern-5.png) top left repeat;
}
.fullwidth-section {
    position: relative;
}
/* ================================================================
 * SOCIAL ICONS
 * ================================================================ */ 
@-webkit-keyframes zoslideInLeft {
  0% {
	opacity: 0;
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes zoslideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.themex-social-icons {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.themex-social-icons li {
	display: inline-block;
	margin: 0;	
}
.fullwidth-menu-section .themex-social-icons li {
	margin: 17px 3px;
}
.themex-social-icons li a {
	font-size: 20px;
	line-height: 46px;
	border: 2px solid;
	background: transparent;
	display: block;
	width: 48px;
	height: 48px;
	margin: 7px 26px 0 0;
}
.themex-social-icons i {
	text-align: center;
}
.themex-social-icons li:last-child a {
	margin-right: 0;
}
.themex-social-icons.soc-icon-transparent i {	
	font-size: 22px;
	border:none;
}
.themex-social-icons.soc-icon-transparent a {
	border:none;	
}
.soc-icon-circle li a {
	border-radius: 50%;		
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;	
	display: block;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.soc-icon-circle li a:hover {	
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.soc-icon-flat li a {
	background-color: #333333;	
	display: block;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.soc-icon-flat li a:hover {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.themex-social-share-box {	
	margin:	0;
	padding: 10px 0;
}
.themex-social-share-icons li {
	float: none;
	display: inline-block;
	margin: 0 10px 10px 0;
}
.themex-social-share-box .themex-social-share-icons li a {
	font-size: 15px;
	display: block;
	text-align: center;
	padding: 6px 12px;
	color: #fff;
	width: 190px;
	height: 65px;
	line-height: 52px;
}
.themex-social-share-box .themex-social-share-icons li a:hover {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;	
}
.themex-social-icons li a:hover {
	color: #FFFFFF;
}
.themex-social-icons.soc-icon-transparent li.facebook a:hover, .themex-social-icons.soc-icon-transparent li.facebook a:hover i {
	color: #3B5998;
	background: none;
}
.themex-social-icons li.facebook a {
	border-color:#3B5998;
	color:#3B5998;
}
.themex-social-icons li.facebook a:hover {
	background-color: #3B5998;
	color:#fff;
}
.themex-social-icons li.facebook a:hover, .themex-social-share-icons li.facebook a {
	background-color: #3B5998;
}
.themex-social-icons.soc-icon-transparent li.twitter a:hover, .themex-social-icons.soc-icon-transparent li.twitter a:hover i {
	color: #55ACEE;
	background: none;
}
.themex-social-icons li.twitter a {
	border-color:#55ACEE;
	color:#55ACEE;
}
.themex-social-icons li.twitter a:hover {
	background-color: #55ACEE;
	color:#fff;
}
.themex-social-icons li.twitter a:hover, .themex-social-share-icons li.twitter a {
	background-color: #55ACEE;
}
.themex-social-icons.soc-icon-transparent li.linkedin a:hover, .themex-social-icons.soc-icon-transparent li.linkedin a:hover i {
	color: #007ab5;
	background: none;
}
.themex-social-icons li.linkedin a {
	border-color:#007ab5;
	color:#007ab5;
}
.themex-social-icons li.linkedin a:hover {
	background-color: #007ab5;
	color:#fff;
}
.themex-social-icons li.linkedin a:hover, .themex-social-share-icons li.linkedin a {
	background-color: #007ab5;
}
.themex-social-icons.soc-icon-transparent li.pinterest a:hover, .themex-social-icons.soc-icon-transparent li.pinterest a:hover i {
	color: #c91921;
	background: none;
}
.themex-social-icons li.pinterest a {
	border-color:#c91921;
	color:#c91921;
}
.themex-social-icons li.pinterest a:hover {
	background-color: #c91921;
	color:#fff;
}
.themex-social-icons li.pinterest a:hover, .themex-social-share-icons li.pinterest a {
	background-color: #c91921;
}
.themex-social-icons.soc-icon-transparent li.googleplus a:hover, .themex-social-icons.soc-icon-transparent li.googleplus a:hover i {
	color: #dd4937;
	background: none;
}
.themex-social-icons li.googleplus a {
	border-color:#dd4937;
	color:#dd4937;
}
.themex-social-icons li.googleplus a:hover {
	background-color: #dd4937;
	color:#fff;
}
.themex-social-icons li.googleplus a:hover, .themex-social-share-icons li.googleplus a {
	background-color: #dd4937;
}
.themex-social-icons.soc-icon-transparent li.youtube a:hover, .themex-social-icons.soc-icon-transparent li.youtube a:hover i {
	color: #e22b26;
	background: none;
}
.themex-social-icons li.youtube a {
	border-color:#e22b26;
	color:#e22b26;
}
.themex-social-icons li.youtube a:hover {
	background-color: #e22b26;	
	color:#fff;
}
.themex-social-icons li.youtube a:hover {
	background-color: #e22b26;	
}
.themex-social-icons.soc-icon-transparent li.rss a:hover, .themex-social-icons.soc-icon-transparent li.rss a:hover i {
	color: #f75f0b;
	background: none;
}
.themex-social-icons li.rss a {
	border-color:#f75f0b;
	color:#f75f0b;
}
.themex-social-icons li.rss a:hover {
	background-color: #f75f0b;
	color:#fff;
}
.themex-social-icons li.rss a:hover {
	background-color: #f75f0b;
}
.themex-social-icons.soc-icon-transparent li.tumblr a:hover, .themex-social-icons.soc-icon-transparent li.tumblr a:hover i {
	color: #34465d;
	background: none;
}
.themex-social-icons li.tumblr a {
	border-color:#34465d;
	color:#34465d;
}
.themex-social-icons li.tumblr a:hover {
	background-color: #34465d;
	color:#fff;
}
.themex-social-icons li.tumblr a:hover, .themex-social-share-icons li.tumblr a {
	background-color: #34465d;
}
.themex-social-icons.soc-icon-transparent li.reddit a:hover, .themex-social-icons.soc-icon-transparent li.reddit a:hover i {
	color: #CEE3F9;
	background: none;
}
.themex-social-icons li.reddit a {
	border-color:#CEE3F9;
	color:#CEE3F9;
}
.themex-social-icons li.reddit a:hover {
	background-color: #CEE3F9;
	color:#fff;
}
.themex-social-icons li.reddit a:hover, .themex-social-share-icons li.reddit a {
	background-color: #CEE3F9;
}
.themex-social-icons.soc-icon-transparent li.dribbble a:hover, .themex-social-icons.soc-icon-transparent li.dribbble a:hover i {
	color: #ea4886;
	background: none;
}
.themex-social-icons li.dribbble a {
	border-color:#ea4886;
	color:#ea4886;
}
.themex-social-icons li.dribbble a:hover {
	background-color: #ea4886;
	color:#fff;
}
.themex-social-icons li.dribbble a:hover {
	background-color: #ea4886;
}
.themex-social-icons.soc-icon-transparent li.digg a:hover, .themex-social-icons.soc-icon-transparent li.digg a:hover i {
	color: #1b5891;
	background: none;
}
.themex-social-icons li.digg a {
	border-color:#1b5891;
	color:#1b5891;
}
.themex-social-icons li.digg a:hover {
	background-color: #1b5891;
	color:#fff;
}
.themex-social-icons li.digg a:hover, .themex-social-share-icons li.digg a {
	background-color: #1b5891;
}
.themex-social-icons.soc-icon-transparent li.flickr a:hover, .themex-social-icons.soc-icon-transparent li.flickr a:hover i {
	color: #ff0082;
	background: none;
}
.themex-social-icons li.flickr a {
	border-color:#ff0082;
	color:#ff0082;
}
.themex-social-icons li.flickr a:hover {
	background-color: #ff0082;
	color:#fff;
}
.themex-social-icons li.flickr a:hover {
	background-color: #ff0082;
}
.themex-social-icons.soc-icon-transparent li.skype a:hover, .themex-social-icons.soc-icon-transparent li.skype a:hover i {
	color: #00a9f1;
	background: none;
}
.themex-social-icons li.skype a {
	border-color:#00a9f1;
	color:#00a9f1;
}
.themex-social-icons li.skype a:hover {
	background-color: #00a9f1;
	color:#fff;
}
.themex-social-icons li.skype a:hover {
	background-color: #00a9f1;
}
.themex-social-icons.soc-icon-transparent li.blogger a:hover, .themex-social-icons.soc-icon-transparent li.blogger a:hover i {
	color: #ff9334;
	background: none;
}
.themex-social-icons li.blogger a:hover, .themex-social-share-icons li.blogger a {
	background-color: #ff9334;
}
.themex-social-icons li.blogger a {
	border-color:#ff9334;
	color:#ff9334;
}
.themex-social-icons li.blogger a:hover {
	background-color: #ff9334;
	color:#fff;
}
.themex-social-icons.soc-icon-transparent li.yahoo a:hover, .themex-social-icons.soc-icon-transparent li.yahoo a:hover i {
	color: #65106d;
	background: none;
}
.themex-social-icons li.yahoo a:hover {
	background-color: #65106d;
}
.themex-social-icons li.yahoo a {
	border-color:#65106d;
	color:#65106d;
}
.themex-social-icons li.yahoo a:hover {
	background-color: #65106d;
	color:#fff;
}
.themex-social-share-icons li.email a {
	background-color: #055091;
}
.themex-social-share-icons {
	padding: 0;
	margin: 0;
	list-style: none;
}
.themex-social-share-icons li a:hover {	
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}
.themex-subscribe-socials .themex-social-icons {
	padding-left: 10px;
}
.entry-footer {
	margin: 20px 0;
}
/* ================================================================
 * BLOG
 * ================================================================ */
.sticky { }
#sc-posts-infinite-container, #archive-posts-container {
	position: relative;
	margin-bottom: 50px;
}
.grid-posts {	
	margin-bottom: 30px;
	background: #fff;	
}
.grid-col-2 .grid-posts {
	width: 48%;
}
.grid-col-3 .grid-posts {
	width: 32%;
}
.grid-col-4 .grid-posts {
	width: 24%;
}
.grid-layout { }
.quote-format blockquote:after {
	top: auto;
	bottom: 0;
}
.grid-posts .posts-inner-container {
	padding: 0 0 10px;
}
.posts-content-wrapper {
	background: #fff;
	box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
}
.sticky .posts-content-wrapper {
    background: #fcfcfc;
    border: 1px solid #cccccc;
}
.grid-posts .posts-content-wrapper {
	background: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
.posts-content-container {
	padding: 30px;	
}
.grid-posts .posts-content-container {
	padding: 10px 0 0;
}
.posts-content-container .entry-summary, .posts-content-container .entry-content {
    font-size: 14px;
    line-height: 1.6;
}
.medium-posts, .large-posts, .grid-posts {
	padding: 0;
}
h3.entry-title {
	margin-bottom: 0;
	margin-top: 0;
}
.post .entry-title a {
	display: block;
}
.post.sticky .entry-title a:before {
	content: "\e031";
	font-family: 'Simple-Line-Icons';
	font-size: 25px;
	padding-right: 10px;	
}
.link-url {
	font-size: 20px;
	margin-bottom: 15px;
}
.btn.btn-more i {
	padding-left:10px;
	padding-right:0px;
}
.large-posts, .medium-posts {
	margin-bottom: 80px;
}
.entry-thumbnail {
	position:relative;
}
.grid-posts .entry-thumbnail.image-format {
	position: relative;
}
.entry-thumbnail.blog-medium-image {
	padding: 0;
	margin-right: 30px;
}
.medium-posts .audio-player.blog-medium-image {
	padding: 5px 20px;
}
.entry-thumbnail, .entry-thumbnail.flexslider, .audio-player, .video-player {
	margin-bottom: 0;
}
.large-posts .entry-thumbnail, .large-posts .entry-thumbnail.flexslider, .large-posts .audio-player, .large-posts .video-player, .medium-posts .entry-thumbnail, .medium-posts .entry-thumbnail.flexslider, .medium-posts .audio-player, .medium-posts .video-player {
	margin-bottom: 0;
}
.grid-layout.grid-col-4 .audio-player .mejs-container .mejs-time.mejs-currenttime-container, .grid-layout.grid-col-4 .audio-player .mejs-container .mejs-time.mejs-duration-container {
	display: none;
}
.grid-layout .grid-posts .entry-header, .grid-layout .grid-posts .entry-footer {
	text-align: center;
}
.entry-thumbnail-overlay {
	position: relative;
}
.entry-thumbnail-overlay .entry-meta-list {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	padding: 15px;	
}
.entry-thumbnail-overlay .entry-meta-list .entry-meta {
	padding: 0;
	margin: 0;
}
.entry-thumbnail-overlay .entry-meta .date > span {
	display: block;
	text-align: center;	
}
.entry-thumbnail-overlay .entry-meta {
	display: table;
}
.entry-thumbnail-overlay .entry-meta > li {	
	display: table-cell;
	text-align: center;
}
.entry-thumbnail-overlay .entry-meta li.date {
	width: 25%;
}
.entry-thumbnail-overlay .entry-meta .entry-date {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.1;
}
.entry-thumbnail-overlay .entry-meta .entry-month {
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
}
.entry-thumbnail-overlay .entry-meta li.author {
	text-align: right;
}
.entry-thumbnail-overlay .entry-meta li.author img {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
}
.entry-thumbnail-overlay .entry-meta .comments-link a {
	color: #FFFFFF;
}
.entry-thumbnail img, .single-post .entry-thumbnail > img {	
	width: 100%;
}
.entry-thumbnail .post-img-overlay {
	position: relative;
	display: block;
}
.entry-thumbnail .post-img-overlay:after {
	bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
}
.quote-author {
	text-align: center;
}
.large-posts .entry-thumbnail img {
	width: 100%;
}
.entry-header {
	margin-bottom: 15px;
}
.entry-meta {
	padding: 12px 0;
	margin: 10px 0 0;
	list-style: none;
	width: 100%;	
}
.single.single-post .entry-meta {
	padding: 0;
	margin: 0 0 15px;
}
.entry-meta i {
	margin-left:5px;
	margin-right:5px;
}
.entry-meta a {
	color: #212121;
	font-weight: 600;
}
.entry-meta li {
	display: inline-block;
	margin: 0;
	font-weight: 700;
}
.posts-content-container .entry-meta li {	
	margin: 0 5px 0 0;
	position: relative;
}
.entry-meta .author a {
	text-transform:capitalize;
}
.posts-content-container .entry-meta li:after {
    content: "/";    
    margin: auto;
	display: inline-block;
	color: #000;
	padding: 0 0 0 5px;    
}
.posts-content-container .entry-meta li:last-child:after {
	content: "";
}
.comments-link a {
	padding: 0;
	position: relative;
	color: #212121;
}
.category-image img {
	width: 100%;
}
.archive-header {
	margin-bottom: 15px;
}
.pagination {
	text-align: center;
	display: block;
}
.pagination > li {
	display: inline-block;
}
.pagination > li > a, .pagination > li > span {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	background: transparent;
	border: none;
	color: #fff;
	padding: 0;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
	margin: 0 6px;
}
.pagination > li > a .fa {
	padding: 0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
.content-404page .error-title {	
    color: #B7B7B7;
    font-size: 165px;
    text-align: center;
	line-height: 1;
	margin-bottom: 40px;
}
.search-404page {
	margin-top: 20px;
}
.search-404page .input-group input.form-control {
	border: 1px solid #E2E2E2;
}
.search.search-results .post {
	margin-bottom: 30px;
}
.author-info {
	background-color: #fff;		
	margin-top: 35px;
	margin-bottom: 35px;	
}
.author-info.author-info-page {
    border: 1px solid #eee;
}
.author-name {
	margin: 0 0 10px;	
}
.comments-box .author-name {
	margin: 0;
}
.author-img {
	padding-right: 5px;
}
.author-avatar {
    float: left;
}
.author-info-container {
	position: relative;
	margin-left: 260px;
	padding: 20px;
}
.author-description, .comment-status-text {	
	font-size: 15px;
}
.author-description h3 {
	margin-bottom: 0;
}
.author-description .author-name a {
	text-transform: capitalize;
}
.author-links {	
	float: right;
}
.author-links .author-social {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 20px;
}
.form-allowed-tags {
    word-break: break-all;
}
.form-allowed-tags code {
	background: none;
	color: inherit;
}
.grid-posts .author-img {
	display: none;
}
.link-url {
	font-weight: bold;
}
.post-tags {
	padding: 8px 0;
}
.post-tags h5 {
	margin: 0 8px 0 0;
	vertical-align: middle;
}
.post-tags i {
	margin-right: 5px;
}
.post-tags a {	
	margin: 0 0 5px 8px;	
	font-weight: 700;
}
.vimeo-inner {
	max-width: 100% !important;
}
.comment-respond label {
	display: block;
}
.comment-reply-title {
	text-transform: capitalize;
}
#comment {	
	width: 100%;	
}
.bypostauthor { }
.comment-form:after {
	clear: both;
	content: '';
	display: table;
}
.comment-form-author, .comment-form-email, .comment-form-url {
	float: left;
	width: 31%;
}
.comment-form-author, .comment-form-email {
	margin-right: 3.5%;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input {
	width: 100%;
}
.comment-form-comment {
	float: left;
	width: 100%;
}
.comment-respond .form-submit {
	float: left;
}
.comments-section {
	padding-top: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	clear: both;
}
.comment-respond {
	margin-bottom: 60px;
}
.comments-title {
	margin-bottom: 15px;
}
.themex-all-comments ul.children {
	list-style: none;
	padding-left: 75px;
}
.comment-container {
	padding: 30px 0;
}
.comments-box {
	margin: 0 0 10px;
}
.comments-box-container { 
	background: #fff;
	padding: 40px;
	position: relative;
	margin-left: 180px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.comments-box-container:after, .comments-box-container:before { 
	right: 100%; 
	top: 60px; 
	border: solid transparent; 
	content: ""; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
} 
.comments-box-container:after { 	
	border-right-color: #fff; 
	border-width: 20px; 
	margin-top: -20px; 
} 
.comments-box-container:before { 
	border-right-color: #fff;
	border-width: 20px; 
	margin-top: -20px; 
}
.comment-avatar {
    float: left;
}
.comment-avatar img {
    border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.comment-posted-date {
	float: right;
	font-size: 16px;
	font-weight: 700;
}
.comment-post-meta {
    float: right;
	margin-right: 30px;
}
.comment-post-meta > span.edit {
	margin-right: 15px;
}
.comment-post-meta span a {	
    margin: 0;
    padding: 4px 24px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.time-diff {
	text-transform: capitalize;
}
.comment-list .author-name {
	display: inline-block;
	text-transform: capitalize;
}
.comment-list .comment-time {
	color: #a6a6a6;
	padding: 0 25px;
}
#infscr-loading {
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	text-align: center;
	background: none;
	padding: 8px 5px;
	color: #fff;
}
#infscr-loading img {
	margin: 0 auto;
}
.all-loaded {
	background: #eaeaea;
	color: #000;
	padding: 15px;
}
.pagination.infinite-scroll {
	display: none;
}
.themex-hr-line {
	border-color: #eaeaea;
}
.video-player {
	background: #000000;
}
.video-player .mejs-container, .wp-video-shortcode, .mejs-overlay {
	width: 100% !important;
	margin: 0 auto;
}
.wp-video-shortcode {
	max-width: 100%;	
}
.wp-video {
    width: 100% !important;
}
.youtube-inner {
    max-width: 100% !important;
}
.themex-form-success, .themex-form-error {
	padding: 10px;
	display: none;
}
.themex-form-success i, .themex-form-error i {
	padding-right: 10px;
}
/* ================================================================
 * ADDITIONAL CSS
 * ================================================================ */
/* ------------- Isotope ------------- */
/* Isotope Filtering */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

/* ------------- Flexslider ------------- */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none !important;}

/* FlexSlider Necessary Styles */
.flexslider {
	margin: 0; 
	padding: 0; 
	text-align: center;
}
.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden; 
	-moz-backface-visibility: hidden; 
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:first-child {
	display: block; 
	-webkit-backface-visibility: visible;
}
.flexslider .slides img {
	width: 100%; 
	display: block; 
	margin: 0 auto;
}
.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "\0020"; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme */
.flexslider { 	
	position: relative; 
	zoom: 1;
	overflow: hidden;
}
.flex-viewport { 
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease; 
	transition: all 1s ease; 
}
.loading .flex-viewport { 
	max-height: 300px; 
}
.flexslider .slides { 
	zoom: 1; 
	margin: 0; 
	padding: 0; 
	list-style: none;
}
.flexslider .slides > li {
	position: relative;
}
.flex-container {
	zoom: 1; 
	position: relative;
}
.carousel li { 
	margin-right: 5px; 
}
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a { text-decoration:none; display: block; width: 35px; height: 35px; line-height: 35px; margin: 0; position: absolute; bottom: 10px; z-index: 10; overflow: hidden; cursor: pointer; color: rgba(0,0,0,0.8); -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; transition: all 0.4s ease-in-out 0s; font-size: 0; background: #121212; }
.flex-direction-nav .flex-prev { right: 55px; }
.flex-direction-nav .flex-next { right: 15px; }
.flexslider:hover .flex-prev {  }
.flexslider:hover .flex-next { }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a.flex-prev:before { font-family: FontAwesome; font-size: 20px; display: inline-block; content: '\f104'; color: #FFFFFF; }
.flex-direction-nav a.flex-next:before { font-family: FontAwesome; font-size: 20px; display: inline-block; content: '\f105'; color: #FFFFFF; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 0px; text-align: center; z-index: 101; }
.flex-control-nav li {margin: 0 8px; display: inline-block; zoom: 1; *display: inline; position: relative; }
.flex-control-paging li a {
	width: 15px;
	height: 15px;
	display: block;
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, 0.3);
	transition: border-color 0.3s ease 0s;
	-moz-transition: border-color 0.3s ease 0s;
	-webkit-transition: border-color 0.3s ease 0s;
	-o-transition: border-color 0.3s ease 0s;
	-ms-transition: border-color 0.3s ease 0s;
	cursor: pointer;
	text-indent: -9999px; 
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 0 3px rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0 0 3px rgba(255,255,255,0.4); 
	-o-box-shadow: inset 0 0 3px rgba(255,255,255,0.4);
	box-shadow: inset 0 0 3px rgba(255,255,255,0.4);
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active { border-color: rgba(0,0,0,0.3); }
.flex-control-paging li a:after {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    box-shadow: 0 0 1px #fff;
    content: "";
    height: 100%;
	width: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(3);
	-moz-transform: scale(3);
	-webkit-transform: scale(3);
	-o-transform: scale(3);
	-ms-transform: scale(3);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, visibility 0s ease 0.3s;
	-moz-transition: opacity 0.3s ease 0s, -moz-transform 0.3s ease 0s, visibility 0s ease 0.3s;
	-webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s, visibility 0s ease 0.3s;
	-o-transition: opacity 0.3s ease 0s, -o-transform 0.3s ease 0s, visibility 0s ease 0.3s;
	-ms-transition: opacity 0.3s ease 0s, -ms-transform 0.3s ease 0s, visibility 0s ease 0.3s;
    visibility: hidden;    
}
.flex-control-paging li a.flex-active:after {
    opacity: 1;
    transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
	-moz-transition: opacity 0.3s ease 0s, -moz-transform 0.3s ease 0s;
	-webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s, -o-transform 0.3s ease 0s;
	-ms-transition: opacity 0.3s ease 0s, -ms-transform 0.3s ease 0s;
    visibility: visible;
}
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
.flex-caption h3 {margin:0 0 5px;}

.flex-caption {    
	position: absolute;
    width: 100%;
    z-index: 100;
	bottom: 5px;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	background: none;
}
@-webkit-keyframes slideIn { 0% { left: 50%; opacity: 0; }
100% { left: 0; opacity: 1; } }
@-moz-keyframes slideIn { 0% { left: 50%; opacity: 0; }
100% { left: 0; opacity: 1; } }
@-o-keyframes slideIn { 0% { left: 50%; opacity: 0; }
100% { left: 0; opacity: 1; } }
@keyframes slideIn { 0% { left: 50%; opacity: 0; }
100% { left: 0; opacity: 1; } }
.animated-2s {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated-3s {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.loading {
	background:url(images/loader.gif) center center no-repeat;
	min-height: 500px;	
	margin: 0;
	padding: 0;
	display: block;
}
.owl-slides-container {
    position: relative;
}
.owl-carousel .itemsScale .owl-item img {
	width: 100%;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(images/loader.gif) no-repeat center center;
}

/* ================================================================
 * WIDGETS
 * ================================================================ */
.widget {
	padding: 30px;
	background-color: #FFFFFF;
	margin-bottom: 40px;
}
.widget.widget_search {
	padding: 0;
	background-color: transparent;
	margin-bottom: 40px;
}
.widget ul {
	padding:0px;
	list-style:none;
}
.widget li {
	list-style:none;
}
.footer-widgets .widget {
	margin-bottom: 0;
	border-bottom: none;
}
.primary-sidebar .widget:last-child {
	border: none;
}
.widget_categories li a {
	font-weight: 700;
	font-size: 18px;
}
.posts-item, 
.cat-posts-item {
	margin-bottom: 18px;	
}
.widget_recent_entries li, .widget.widget_categories li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    padding: 16px 0;
}
.widget_recent_entries li a {
	font-size: 20px;
	font-weight: 700;
}
.widget_recent_entries .post-date {
    display: block;
}
.widget_recent_entries li:first-child {
	border-top:0;
}
.posts-item:last-child {
	margin-bottom: 0;
}
.posts-title {
	margin-top: 0;
	margin-bottom:0;
}
.widget-entry-content .entry-date {
	font-size: 16px;
	font-weight: 700;
	margin-top:-5px;
}
.themex_call_to_action_widget {
	padding: 15px 0;
}
.call-to-action-inner {
	background: #fff;
	border: 1px solid #fcfcfc;
	padding: 15px 0;
}
.call-to-action-inner h2 {
	margin: 0 0 10px;
}
.call-btn-col {
	padding-top: 10px;
	text-align: center;
}
.btn-call-action {
	background: #000;
	color: #fff;	
}
.themex_flickr_widget, .themex_instagram_widget {
	overflow: hidden;
}
.flickr_photo_item, .instagram-item {	
	margin: 0;
	padding: 0;
	float: left;	
}
.flickr_photo_item img, .instagram-item img {
	width: 100%;
	padding: 0 2px 2px 0;
}
.flickr_photo_item:hover {
	opacity: 0.7;
}
.instagram-item {
	margin: 0;
	padding: 5px;
	width: 50%;
}
.themex-tabs-widget .tabs {
	border: 1px solid #e2e2e2;
}
.themex-tabs-widget .nav-tabs {
	background: #eee;
	border: none;
}
.themex-tabs-widget .nav-tabs > li.active > a, .themex-tabs-widget .nav-tabs > li.active > a:hover, .themex-tabs-widget .nav-tabs > li.active > a:focus {
	border: none;
	border-top: 3px solid;
}
.themex-tabs-widget .nav-tabs > li {
	margin-bottom: 0;
	width: 33.33333333%;
	text-align: center;
}
.themex-tabs-widget .nav-tabs > li > a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border: none;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.themex-tabs-widget img, .latest-post-img {
	max-width: 80px;
}
.themex-tab-content {
	padding: 0 15px;
}
.widget-posts-list li, .themex-latest-posts li, .category-posts-menu li {	
	margin-bottom: 15px;
	clear: both;
	overflow: hidden;
	display: table;
	width: 100%;
}
.widget-posts-list li:last-child {
	border-bottom: none;
}
.widget-posts-list .widget-entry-image, .posts-item .widget-entry-image {
	display: table-cell;
	vertical-align: top;
	padding: 12px 10px 0 0;
	width: 80px;
}
.widget-entry-content {
	display: inline-block;   
}
.widget-title {
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 10px;
}
.sidebar .widget.widget_categories ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget.widget_categories ul.categories > .cat-item {
	padding: 10px 0;	
}
.footer-widgets .widget_categories ul.categories > .cat-item, .footer-widgets .bootstrapwidgetmenu ul li a {
	padding: 0;
}
.footer-widgets .widget_categories ul li a {	
	display: block;
}
.tweet-item:before {
	content: "\f099";
	font-family: 'FontAwesome';
	color: #3498DB;
	width: 35px;
	height: 35px;
	line-height: 37px;
	font-size: 28px;
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	text-align: center;
}
.tweet-item {
	padding-left: 50px;
	padding-bottom: 20px;
	position: relative;
}
.tweet-item p {
	margin-bottom: 0;
}
.widget-entry-content h5 {
	font-size: 18px;
}
/* ================================================================
 * CUSTOM CSS
 * ================================================================ */ 
a {
	color: #434343;
}
a:hover, a:active, a:focus, .comments-link a:hover, .comments-link a:active, .comments-link a:focus, .portfolio-link:hover, .portfolio-link:active, .portfolio-link:focus {
	color: #333;
}
.btn:hover, .btn:active, .btn:focus, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > li > span.current, .pagination > li > span.current:hover, .pagination > li > span.current:focus, .portfolio-nav li a {
	color: #FFFFFF;
}
.sidebar .widget-title {
	font-weight: 900;
	color: #cccccc;
	font-size: 20px;
}
.widget_categories ul.categories ul.children li > a {
	color: #6e6e6e;
}
.related-post-item h5 a, .comments-section h5, .comments-title h5, .comment-respond .comment-reply-title {
	color: #232323;
	font-weight: 700;
}
/* ------------- Custom Button Styles ------------- */
.btn.btn-default {    
	border-color: #333;
    color: #555;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {   
    background: #333;
    color: #fff;
}
/* ------------- Revolution Slider ------------- */
.tp-bullets.simplebullets.round .bullet {
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	width: 15px;
	height: 15px;
	margin: 0 6px;
}