/*!
Theme Name: Blog Personal
Theme URI: https://theme404.com/downloads/blog-personal/
Author: Theme404
Author URI: https://theme404.com/
Description: Blog  Personal is clean, well structured, sparkling, user-friendly, flexible, dynamic and attention-grabbing WordPress Magazine Theme with a sleek feel that’s perfect for news sites, editorial websites and online magazines.An incredible addition to the WordPress Blog Theme collection! Taking care of all of your needs and requirements to create a stunning WordPress blog site; Personal Blog is the answer to all your problems! That’s right, this theme is crafted and designed in a way that will leave all of your users stunned. Not only is this visually amazing to look at, but this template is rich with tons of amazing features. We have integrated One click demo import features which is the most useful features that of  Blog  Personal theme have. Users love to start the website development process at the same starting point as the theme demo page, so they can quickly develop the website they want.For more details:https://theme404.com/downloads/blog-personal/ Demo: https://theme404.com/preview/?demo=blog-personal
Version: 2.0.2
Requires PHP: 7.0
Tested up to: 5.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blog-personal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, grid-layout, one-column, two-columns, full-width-template, post-formats, theme-options, blog, news, portfolio

Blog Personal is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/*font awesome supportive style*/

[class*="fa-"] a {
    margin-left: 2px;
}


/*  2.0 ===== Global =====   */
body {
	color: #1A1B1D;
  font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	margin: 0;
	line-height: 1.27;
	word-wrap: break-word;
  letter-spacing: 0.2px;
  overflow-x: hidden;
}
*:focus {
	outline: none;
}

/*   -- "Header-Tags" (These are the styles for the Header Tags) --   */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #323232;
	font-weight: 400;
	margin: 0;
}
h1 {
	font-size: 28px;
	line-height: 35px;
}
h2 {
	font-size: 24px;
	line-height: 32px;
}
h3 {
	font-size: 20px;
	line-height: 28px;
}
h4 {
	font-size: 16px;
	line-height: 26px;
}
h5 {
	font-size: 14px;
	line-height: 25px;
}
h6 {
	font-size: 15px;
	line-height: 23px;
}

/*   -- "Accessibility" (These are the styles for the Accessibility) --   */

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*   -- "Blockquote" (These are the styles for the Blockquote) --   */

blockquote {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    margin: 0 auto 23px;
    max-width: 100%;
    padding: 29px 30px 12px 32px;
    position: relative;
    width: 750px;
    background: #F3F3F3;
    border-left: 5px solid #1A1B1D;
    color: #1A1B1D;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 1px;
}
blockquote p{
  line-height: 1.5
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote cite {
	text-transform: uppercase;
}

/*   -- "Clearings" (These are the styles for the Clearings) --   */

.clearfix:after {
	content: " ";
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
}

/*   -- "Breadcrumb" (These are the styles for the Breadcrumb) --   */


.breadcrumb, 
.breadcrumb a, 
.breadcrumb span,
.breadcrumbs, 
.breadcrumbs a, 
.breadcrumbs span {
    text-transform: uppercase;
}
.breadcrumbs li{
    display: inline-block;
    list-style: outside none none;
    margin: 0 5px;
    position: relative;
} 
.breadcrumbs li a::before {
    position: absolute;
    display: block;
    content: "/";
    color: #1A1B1D;
    right: -10px;
    top: 0px;
}
.breadcrumbs li a::first-child:before{
    display: none;
}
.trail-items li:first-child{
  margin-left: 0px;
}
.breadcrumbs li span,
.page-title-wrap .breadcrumb a span,  
.page-title-wrap .breadcrumbs a span,
.breadcrumb li span{
    color: #1A1B1D;
}
.breadcrumbs a:hover span,
.breadcrumb a:hover span{
  color: #6F6F6F;
}

/*   -- "Superscript and Subscript" (These are the styles for the Superscript and Subscript) --  */

sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/*   -- "Text Elements" (These are the styles for the Text Elements) --   */

p {
  color: #999;
	font-size: 16px;
	margin: 0 0 20px;
  line-height: 1.35;
  font-weight: 400;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
pre {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 30px;
	overflow: auto;
}
pre,
code,
kbd {
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 21px;
}
abbr,
acronym,
dfn {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
	cursor: help;
}
address {
	display: block;
	margin: 0 0 15px;
}
ins {
	background-color: #fff9c0;
	margin-bottom: 20px;
	text-decoration: none;
}

/*   -- "table" (These are the styles for the Links) --  */

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 10px;
}
table th{
	font-weight: 600;
	text-transform: uppercase;
}
table td{
	text-transform: capitalize;
}

table {
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 20px;
	width: 100%;
}

/*   -- "Links" (These are the styles for the Links) --  */

ul{
	margin: 0;
	padding: 0;
}
a {
	color: #1A1B1D;
	text-decoration: none;
}
a:focus{
	outline:1px dotted;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
	transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;	
  color: #4472C5
}

/*   -- "Forms" (These are the styles for the Forms) --   */

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
textarea,
input[type="reset"],
input[type="button"],
input[type="number"],
input[type="submit"] {
	border-radius: 0px;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 1px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="number"] {
	border: 1px solid #c2c2c2;
  height: 41px;
	margin: 0 0 15px;
	padding: 5px 19px 5px;
	width: 100%;	
}
textarea {
  border: 1px solid #c2c2c2;
  margin: 0 0 15px;
  padding: 8px 19px 5px;
  width: 100%;  
}

input[type="reset"],
input[type="button"],
input[type="submit"] {
	border: none;
	cursor: pointer;
	display: block;
	font-size: 16px;
    font-weight: 300;
	height: 41px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 0px 40px 2px;	
	text-transform: capitalize;	
	text-align: center;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.wpcf7-form input[type="submit"] {
    padding: 0px 25px;
    font-size: 16px;
    border-color: #DEDFE3;
    background: #9D9EA2;
}
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	color: #fff;
  background: #4fbbbd;
}
select {
    background-color: #f9f9f9;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    padding: 10px;
    width: 100%;
   border-radius: 3px;
}
option {
    margin: 5px 0;
}
input[type="radio"],
input[type="checkbox"],
input[type="file"] {
	margin-bottom: 5px;
}
input[type="file"] {
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 40px;
	text-transform: uppercase;
	text-align: center;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
input::-webkit-input-placeholder,
textarea::-webkit-textarea-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;

}
input::-moz-placeholder,
textarea::-moz-placeholder  { /* Firefox 19+ */
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-textarea-placeholder { /* IE 10+ */
    opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
}
input,
textarea{
	color: #323232;
	font-size: 14px;
}

/*   -- "label" (These are the styles for the label) --   */

label {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    width: 100%;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline-block;
    margin: 0 5px 0 0;
}

/*  ## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 15px 0 0;
}
.post .page-content,
.post .entry-content,
.post .entry-summary {
    margin-top: 0px;
  }
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*   -- "Article" (These are the styles for the Article) --   */

article {
    font-size: 14px;
    line-height: 22px;
}

/*    ===== Buttons =====   */

	/*   -- "Back To Top" (These are the styles for the Back To Top) --   */

.back-to-top {
	bottom: 70px;
	position: fixed;
	right: 30px;
	z-index: 99;
}
.back-to-top a {
  border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 3px;
	color: #fff;
	display: block;
	font-family: "FontAwesome";
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.back-to-top a:hover {
  border: 1px solid #fff;
	color: #fff;
}

/*   -- "box-button" (These are the styles for the box-button) --   */

.box-button,
.wpcf7-submit[type="submit"]{
	  border: 1px solid ;
    color: #fff;
    line-height: 1.2;
  	transition: all 0.3s ease 0s;
  	-webkit-transition: all 0.3s ease 0s;
  	-moz-transition: all 0.3s ease 0s;
  	-ms-transition: all 0.3s ease 0s;
  	-o-transition: all 0.3s ease 0s;
  	display: inline-block;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 35px 11px;
    text-align: center;
    text-transform: uppercase;
}
.box-button:hover,
.box-button:active,
.box-button:focus{
	color: #fff;
}
.load-button {
    display: block;
    text-align: center;
    padding: 16px 15px 13px;
    border: 1px solid #1A1B1D;
    color: #1A1B1D;
    text-transform: uppercase;
    font-size: 16px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.load-button:hover {
  background: #1A1B1D;
    color: #fff;
}
.load-button .fa {
    vertical-align: middle;
}

/*   -- "Alignment" (These are the styles for the Alignment) --   */

.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    position: relative;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    position: relative;
}
.alignnone{
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.global-layout-no-sidebar .alignfull {
    width: 100vw;
    margin-left: calc( 50% - 50vw );
    max-width: none;
}

.alignleft > a img,
.alignright > a img,
.aligncenter > a img{
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.alignleft > a:hover img,
.alignright > a:hover img,
.aligncenter > a:hover img{
    opacity: 0.9;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.entry-meta.alignleft,
.entry-meta.alignright {
    margin-bottom: 0;
}
.entry-meta.alignleft > div,
.entry-meta.alignright > div {
    border-right: medium none;
    padding-left: 8px;
    padding-right: 0px;
}
.entry-meta.alignleft [class*="fa-"],
.entry-meta.alignright [class*="fa-"] {
    margin-right: 0px;
    margin-left: 10px;
}


/*   -- "Images" (These are the styles for the Images) --   */

figure {
	margin: 0;
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}
img#wpstats {
	display: none;
}

/*   -- "Horizontal Row" (These are the styles for the Horizontal Row) --   */

hr {
    border-color: #bdbdbd;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 0;
    margin: 0 0 15px;
    clear: both
}

/*        custom layout       */
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.custom-col-1,  
.custom-col-2,  
.custom-col-3,  
.custom-col-4,  
.custom-col-5, 
.custom-col-6,  
.custom-col-7,  
.custom-col-8, 
.custom-col-9,  
.custom-col-10,  
.custom-col-11,  
.custom-col-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-col-1,  
.custom-col-2,  
.custom-col-3,  
.custom-col-4,  
.custom-col-5, 
.custom-col-6,  
.custom-col-7,  
.custom-col-8, 
.custom-col-9,  
.custom-col-10,  
.custom-col-11,  
.custom-col-12 {
    float: left;
}
.custom-col-12 {
  width: 100%;
}
.custom-col-11 {
  width: 91.66666667%;
}
.custom-col-10 {
  width: 83.33333333%;
}
.custom-col-9 {
  width: 75%;
}
.custom-col-8 {
  width: 66.66666667%;
}
.custom-col-7 {
  width: 58.33333333%;
}
.custom-col-6 {
  width: 50%;
}
.custom-col-5 {
  width: 41.66666667%;
}
.custom-col-4 {
  width: 33.33333333%;
}
.custom-col-3 {
  width: 25%;
}
.custom-col-2 {
  width: 16.66666667%;
}
.custom-col-1 {
  width: 8.33333333%;
}
* {
    box-sizing: border-box;
}


/*   -- "captions" (These are the styles for the captions) --   */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
  position: relative;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption-text {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    margin: 10px 0 0;
    padding: 7px;
    position: absolute;
    text-align: left;
    width: 100%;
}

/*  3.0 ====== Others =====    */

/*   -- "Others" (These are the styles for the Others) --   */

.comment-list:before, 
.comment-list:after,
.top-bar ul:before,
.top-bar ul:after,
.row:before,
.row:after,
.pagination:before,
.pagination:after,
.nav-links:before,
.nav-links:after,
.post:before,
.post:after,
.widget-post-author:before,
.widget-post-author:after,
#recentcomments li:before,
#recentcomments li:after,
.post-video-section:before,
.post-video-section:after,
.contact-section-wrap:before,
.contact-section-wrap:after,
.contact-detail p:before,
.contact-detail p:after,
.comment-form:before,
.comment-form:after,
.comment-body:before,
.comment-body:after,
.featured-post .container:before,
.featured-post .container:after,
.slider-text:before,
.slider-text:after,
.gallery:before,
.gallery:after{
	clear: both;
	display: block;
	content: "";
}

html {
	height: 100%;
	width: 100%;
}
ul li {
    list-style: none;
}


/*  4.0 ====== Basic Structure ======*/
iframe {
	max-width: 100%;
}



/*  5.0 ===== Header =====   */

/*   -- "Header" (These are the styles for the Header section) --   */
.hgroup-wrap {
    padding-top: 34px;
    background: #F5F6FA;
}
.site-header {
    margin-bottom: 50px;
}
.navbar{
    align-items: center;
    align-items: -webkit-box;
    display: -webkit-box;     
    display: -moz-box;     
    display: -ms-flexbox;      
    display: -webkit-flex;     
    display: flex; 
    flex-wrap: wrap;
    flex-wrap: -webkit-box;
    position: relative;
}


/*   -- "Site Branding" (These are the styles for the Site-Branding section) --   */

.site-branding {
    margin: auto;
    width: 400px;
    text-align: center;
    max-width: 100%;
}
.site-title {
    display: inline-block;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.custom-logo-link{
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.site-title a {
    color: #000;
    display: inline-block;
}
.site-footer .site-title > a {
    display: block;
}
.site-description {
   color: #000;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%
}
.site-title a img,
.site-title a{
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.site-title a:hover img,
.site-title a:hover{
	opacity: 0.6
}
.site-title img {
    margin-right: 15px;
}


/*   -- "Social Profile" (These are the styles for the Social Site section) --   */

.social-links ul li a::before {
    font-family: "FontAwesome";
    color: #2d2d2d;
    vertical-align: middle;
}
.social-links ul li a:hover::before {}
.social-links ul li a[href*="facebook.com"]::before {
    content: "\f09a"
}
.social-links ul li a[href*="twitter.com"]::before {
    content: "\f099"
}
.social-links ul li a[href*="linkedin.com"]::before {
    content: "\f0e1"
}
.social-links ul li a[href*="plus.google.com"]::before {
    content: "\f0d5"
}
.social-links ul li a[href*="youtube.com"]::before {
    content: "\f167"
}
.social-links ul li a[href*="dribbble.com"]::before {
    content: "\f17d"
}
.social-links ul li a[href*="pinterest.com"]::before {
    content: "\f0d2"
}
.social-links ul li a[href*="bitbucket.org"]::before {
    content: "\f171"
}
.social-links ul li a[href*="github.com"]::before {
    content: "\f113"
}
.social-links ul li a[href*="codepen.io"]::before {
    content: "\f1cb"
}
.social-links ul li a[href*="flickr.com"]::before {
    content: "\f16e"
}
.social-links ul li a[href$="feed.com"]::before {
    content: "\f09e"
}
.social-links ul li a[href*="foursquare.com"]::before {
    content: "\f180"
}
.social-links ul li a[href*="instagram.com"]::before {
    content: "\f16d"
}
.social-links ul li a[href*="tumblr.com"]::before {
    content: "\f173"
}
.social-links ul li a[href*="respanit.com"]::before {
    content: "\f1a1"
}
.social-links ul li a[href*="vimeo.com"]::before {
    content: "\f194"
}
.social-links ul li a[href*="digg.com"]::before {
    content: "\f1a6"
}
.social-links ul li a[href*="twitch.tv"]::before {
    content: "\f1e8"
}
.social-links ul li a[href*="stumbleupon.com"]::before {
    content: "\f1a4"
}
.social-links ul li a[href*="delicious.com"]::before {
    content: "\f1a5"
}
.social-links ul li a[href*="mailto:"]::before {
    content: "\f0e0"
}
.social-links ul li a[href*="soundcloud.com"]::before {
    content: "\f1be"
}
.social-links ul li a[href*="wordpress.org"]::before {
    content: "\f19a"
}
.social-links ul li a[href*="wordpress.com"]::before {
    content: "\f19a"
}
.social-links ul li a[href*="jsfispanle.net"]::before {
    content: "\f1cc"
}
.social-links ul li a[href*="tripadvisor.com"]::before {
    content: "\f262"
}
.social-links ul li a[href*="foursquare.com"]::before {
    content: "\f180"
}
.social-links ul li a[href*="angel.co"]::before {
    content: "\f209"
}
.social-links ul li a[href*="slack.com"]::before {
    content: "\f198"
}
.social-links ul li a[href*="facebook.com"]:hover:before {
    color: #3b5998
}
.social-links ul li a[href*="twitter.com"]:hover:before {
    color: #00aced
}
.social-links ul li a[href*="plus.google.com"]:hover:before {
    color: #c13c31
}
.social-links ul li a[href*="/feed/"]:hover:before {
    color: #dc622c
}
.social-links ul li a[href*="wordpress.org"]:hover:before {
    color: #21759b
}
.social-links ul li a[href*="github.com"]:hover:before {
    color: #4183c4
}
.social-links ul li a[href*="linkedin.com"]:hover:before {
    color: #007bb6
}
.social-links ul li a[href*="pinterest.com"]:hover:before {
    color: #cb2027
}
.social-links ul li a[href*="flickr.com"]:hover:before {
    color: #ff0084
}
.social-links ul li a[href*="vimeo.com"]:hover:before {
    color: #aad450
}
.social-links ul li a[href*="youtube.com"]:hover:before {
    color: #b00
}
.social-links ul li a[href*="instagram.com"]:hover:before {
    color: #517fa4
}
.social-links ul li a[href*="dribbble.com"]:hover:before {
    color: #ea4c89
}
.social-links ul li a[href*="skype.com"]:hover:before {
    color: #12a5f4
}
.social-links ul li a[href*="digg.com"]:hover:before {
    color: #333
}
.social-links ul li a[href*="codepen.io"]:hover:before {
    color: #000
}
.social-links ul li a[href*="respanit.com"]:hover:before {
    color: #ff4500
}
.social-links ul li a[href*="mailto:"]:hover:before {
    color: #1d62f0
}
.social-links ul li a[href*="foursquare.com"]:hover:before {
    color: #f94877
}
.social-links ul li a[href*="stumbleupon.com"]:hover:before {
    color: #eb4924
}
.social-links ul li a[href*="twitch.tv"]:hover:before {
    color: #6441a5
}
.social-links ul li a[href*="tumblr.com"]:hover:before {
    color: #32506d
}
.social-links ul li a[href*="foursquare.com"]:hover:before {
    color: #f94877
}
.social-links ul li a[href*="stumbleupon.com"]:hover:before {
    color: #eb4924
}
.social-links ul li a[href*="twitch.tv"]:hover:before {
    color: #6441a5
}
.social-links ul li a[href*="tumblr.com"]:hover:before {
    color: #32506d
}
.social-links ul li a[href*="soundcloud.com"]:hover:before {
    color: #f50
}
.social-links ul li a[href*="wordpress.org"]:hover:before {
    color: #21759b
}
.social-links ul li a[href*="jsfispanle.net"]:hover:before {
    color: #4679bd
}
.social-links ul li a[href*="tripadvisor.com"]:hover:before {
    color: #86c171
}
.social-links ul li a[href*="foursquare.com"]:hover:before {
    color: #2d5be3
}
.social-links ul li a[href*="angel.co"]:hover:before {
    color: #000
}
.social-links ul li a[href*="slack.com"]:hover {
    color: #56b68b
}



.block-social-icons a[href*="facebook.com"]{
    background: #3b5998
}
.block-social-icons a[href*="twitter.com"]{
    background: #00aced
}
.block-social-icons a[href*="plus.google.com"]{
    background: #c13c31
}
.block-social-icons a[href*="/feed/"]{
    background: #dc622c
}
.block-social-icons a[href*="wordpress.org"]{
    background: #21759b
}
.block-social-icons a[href*="github.com"]{
    background: #4183c4
}
.block-social-icons a[href*="linkedin.com"]{
    background: #007bb6
}
.block-social-icons a[href*="pinterest.com"]{
    background: #cb2027
}
.block-social-icons a[href*="flickr.com"]{
    background: #ff0084
}
.block-social-icons a[href*="vimeo.com"]{
    background: #aad450
}
.block-social-icons a[href*="youtube.com"]{
    background: #b00
}
.block-social-icons a[href*="instagram.com"]{
    background: #517fa4
}
.block-social-icons a[href*="dribbble.com"]{
    background: #ea4c89
}
.block-social-icons a[href*="skype.com"]{
    background: #12a5f4
}
.block-social-icons a[href*="digg.com"]{
    background: #333
}
.block-social-icons a[href*="codepen.io"]{
    background: #000
}
.block-social-icons a[href*="respanit.com"]{
    background: #ff4500
}
.block-social-icons a[href*="mailto:"]{
    background: #1d62f0
}
.block-social-icons a[href*="foursquare.com"]{
    background: #f94877
}
.block-social-icons a[href*="stumbleupon.com"]{
    background: #eb4924
}
.block-social-icons a[href*="twitch.tv"]{
    background: #6441a5
}
.block-social-icons a[href*="tumblr.com"]{
    background: #32506d
}
.block-social-icons a[href*="foursquare.com"]{
    background: #f94877
}
.block-social-icons a[href*="stumbleupon.com"]{
    background: #eb4924
}
.block-social-icons a[href*="twitch.tv"]{
    background: #6441a5
}
.block-social-icons a[href*="tumblr.com"]{
    background: #32506d
}
.block-social-icons a[href*="soundcloud.com"]{
    background: #f50
}
.block-social-icons a[href*="wordpress.org"]{
    background: #21759b
}
.block-social-icons a[href*="jsfispanle.net"]{
    background: #4679bd
}
.block-social-icons a[href*="tripadvisor.com"]{
    background: #86c171
}
.block-social-icons a[href*="foursquare.com"]{
    background: #2d5be3
}
.block-social-icons a[href*="angel.co"]{
    background: #000
}
.block-social-icons a[href*="slack.com"]{
    background: #56b68b
}




/*   -- "Inline Social Profiles" (These are the styles for the Social Site section) --   */

.inline-social-icons ul,
.block-social-icons ul,
.widget ul {
	margin: 0 ;
}
.inline-social-icons li,
.widget .inline-social-icons li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}
.team-section .inline-social-icons li{
  margin: 0 10px;
}
.inline-social-icons li:last-child,
.widget .inline-social-icons li:last-child {
    margin-right: 0;
}
.inline-social-icons li:first-child,
.widget .inline-social-icons li:first-child {
    margin-left: 0;
}
.inline-social-icons li a {
    display: inline-block;
    font-size: 0px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    height: 20px;
    width: 16px;
    text-align: center;
    padding: 2px 0 0;
}

.site-footer .inline-social-icons li a{
width: auto;  
}
.inline-social-icons li a:hover{
	border-radius: 0;
	transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-color: #0D74BA
}
.inline-social-icons.social-links ul li a:hover::before,
.inline-social-icons.social-links ul li a::before{
  transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    font-size: 16px;
}
.inline-social-icons ul li:last-child a {
    margin-right: 0;
}

/*   -- "Block Social Profiles" (These are the styles for the Social Site section) --   */

.block-social-icons ul li {
    border: none;
    padding: 0;
    display: block;
    margin: 0;
}
.block-social-icons ul li a,
.widget.block-social-icons ul li a {
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 10px;
    text-transform: inherit;
}
.block-social-icons ul li a:before {
    color: #fff;
}
.block-social-icons a span {
	border-right: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-right: 4px;
    padding-right: 10px;
}
.block-social-icons a[href*="facebook.com"] {
    background: #3b5997;
}
.block-social-icons a[href*="twitter.com"] {
    background: #00acee;
}

.block-social-icons a[href*="youtube.com"] {
    background: #bc0000;
}

.block-social-icons a[href*="linkedin.com"] {
    background: #447398;
}



/*  6.0 ===== Navbar =====   */

/*   -- "Navbar" section (These are the styles for the navbar section) --   */
.main-navigation {
    line-height: 1;
    width: 95%;
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
}
.navbar {
    border-radius: 0;
    min-height: 0;
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 9;
    box-shadow: 0px 4px 5px 0px rgba(26,27,29,0.05);
}
.navbar .container,
.main-navigation{
    align-items: center;
    align-items: -webkit-box;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex; 
    flex-wrap: wrap;
    flex-wrap: -webkit-box;
	position: relative;
}
.main-navigation li {
    display: inline-block;
    list-style: outside none none;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.menu-content-wrapper {
    text-align: center;
    padding: 0 10px;
    width: 94%;
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
}
.main-navigation ul li {
    margin: 13px 4px 10px;
}
.main-navigation li a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    padding: 4px 15px 5px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
}
.menu-content-wrapper li a::before {
    position: absolute;
    display: block;
    content: "";
    background: #F3F5F9;
    height: 100%;
    width: 0;
    z-index: -1;
    top: -2px;
    right: -15px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    
}
.menu-content-wrapper li a:hover::before {
    width: 95%;
    right: -16px;
    left: 16px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.main-navigation li li a::before{
  display: none;
}
.main-navigation div > ul > li:first-child {
    margin-left: 0;
}
.main-navigation div > ul > li:last-child {
    margin-right: 0;
}
.main-navigation ul li a:hover, 
.main-navigation li.current-menu-item a{
    transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

/*   -- "Dropdown" section (These are the styles for the Dropdown section) --   */

.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
}

.main-navigation ul li:focus ul,
.main-navigation ul ul li:focus ul,
.main-navigation ul ul ul li:focus ul,
.main-navigation ul ul ul ul li:focus ul,
.main-navigation ul ul ul ul ul li:focus ul,
.main-navigation ul li:focus-within ul,
.main-navigation ul ul li:focus-within ul,
.main-navigation ul ul ul li:focus-within ul,
.main-navigation ul ul ul ul li:focus-within ul,
.main-navigation ul ul ul ul ul li:focus-within ul,
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
	visibility: visible;
	opacity: 1;
	top: 15px;
	-webkit-transition:opacity 0.5s linear;
	transition: all 0.5s ease 0s ;
}
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
    opacity: 1;
    top: -5px;
    visibility: visible;
	-webkit-transition:opacity 0.5s linear;
	transition: all 0.5s ease 0s ;
}
.main-navigation ul li ul {
    left: 0;
    position: absolute;
    text-align: left;
    top: 65px;
    width: 200px; 
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.main-navigation ul li ul li {
  background-color: #fff;
	float: none;
	margin: 0;
	display: block;
}
.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current-page-ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current-page-item ul li a {
	color: #383838;
	float: none;
	line-height: 20px;
	font-size: 15px;
	height: inherit;
	padding: 10px 14px;
  border: none;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
	background: #2C2D30;
	color: #fff;
}
.main-navigation ul li ul li ul {
	border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-top: medium none;
    left: 200px;
    top: 0;
    transition: all 0.5s ease 0s ;
    -webkit-transition:opacity 0.5s linear;
}
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul,
.main-navigation ul li ul {
  border-top: 21px solid rgba(0,0,0,0);
}

.main-navigation ul ul li:first-child {
    border-top: 5px solid #6F6F6F;
}

.menu-item-has-children::before {
    content: "\f107";
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 0px;
    top: 4px;
    transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.menu-item-has-children:hover:before{
  color: #0D74BA;
  top: 7px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}


/*   -- "thumb section" section (These are the styles for the thumb section section) --   */

.thumb-icon {
    width: 50px;
    text-align: center;
    height: 50px;
    padding-top: 15px;
}
.thumb-icon .social-links {
    background: #333333 none repeat scroll 0 0;
    margin: 0;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    z-index: 999;
}
.thumb-icon:focus-within .social-links,
.thumb-icon:focus .social-links,
.thumb-icon:hover .social-links{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.thumb-icon .social-links {
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.main-navigation .block-social-icons ul li{
  margin: 0
}
.main-navigation .block-social-icons ul li a {
    height: 50px;
    width: 50px;
    border-radius: 0;
    padding-top: 16px;
    font-weight: 400;
    font-size: 0;
    padding: 8px 17px;
}

.main-navigation .block-social-icons ul li a:before{
  font-size: 16px;
  line-height: 35px;
}

.block-social-icons ul li a:hover{
  background: #EAEAEE
}



/*   -- "Search Form" section (These are the styles for the Search Form section) --   */




/*  ====== Featured Content =====  */
.entry-footer > span {
  font-size: 18px;
    margin-right: 15px;
}
.entry-footer > span a{
  font-size: 14px;
  text-transform: capitalize;
}
.entry-footer > span a:first-child{
  margin-left: 8px;
}
.entry-footer > span:last-child {
  float: right;
}

/*   -- "Featured Slider" section (These are the styles for the Featured Slider section) --   */
.featured-slider {
    padding: 70px 0 0;
    position: relative;
}
.featured-slider::before {
    position: absolute;
    display: block;
    content: "";
    background: #F5F6FA;
    height: 80%;
    width: 100%;
    top: 0;
    left: 0;
}
.featured-slider .slider-image {
    max-width: 390px;
    float: right;
}
.featured-slider .owl-carousel .owl-stage-outer{
  padding-bottom: 20px;
}
.widget.featured-slider .owl-carousel .owl-stage-outer{
    padding-bottom: 0;
}
.featured-slider > img{
	width: 100%
}
.slider-text p{
  margin-bottom: 10px;
}

.featured-slider .slider-title,
.featured-slider .slider-text p{
  padding-right: 70px;
}

.widget.featured-slider .slider-title,
.widget.featured-slider .slider-text p{
  padding-right: 0;
}


.slider-title {
    color: #fff;
    display: block;
    font-size: 32px;
    line-height: 1.1;
    padding: 15px 0px 3px;
    letter-spacing: 1.5px
}
.slider-content {
    position: relative;
    max-width: 900px;
    margin: auto;
}
.slider-text {
    width: 64%;
    width: calc(100% - 400px);
    width: -webkit-calc(100% - 400px);
    padding: 50px 0 0;
    float: left;
}
.v-center{
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.read-more{
  padding-top: 10px;
}
.slider-title a:hover,
.slider-link a:hover,
.read-more a:hover{
  color: #6F6F6F;
}
.slider-link {
    text-align: right;
    margin-top: 15px;
}
.slider-link a,
.read-more a {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 75px;
    display: inline-block;
}
.widget .slider-link a, 
.widget .read-more a{
    margin-right: 0;
}

.slider-link a::before,
.read-more a::before,
.site-content .error-404 a:before {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    width: 110px;
    background: #C9CACE;
    right: -105px;
    bottom: 4px;
}


.featured-slider .slider-content .slider-link a::before {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    width: 0px;
    background: #C9CACE;
    right: 0px;
    bottom: 4px;
}

.featured-slider .active .slider-content .slider-link a::before {
    width: 110px;
    transition: all 1.5s ease 0.5s; 
    right: -105px;
}

.widget .slider-link a:hover:after,
.widget .slider-link a::before{
    right: -80px;
    width: 81px;
}
.slider-link a::after,
.read-more a::after,
.site-content .error-404 a:after {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    width: 0px;
    background: #C9CACE;
    bottom: 4px;
    right: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.slider-link a:hover:after,
.read-more a:hover:after,
.site-content .error-404 a:hover:before{
  width: 110px;
  background: #6F6F6F;
  right: -105px;
  transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.read-more a::before,
.read-more a:hover:after,
.site-content .error-404 a:before,
.site-content .error-404 a:hover:after{
  width: 55px;
}
.featured-slider .owl-theme .owl-dots,
.must-see-slider-demo.owl-theme .owl-dots {
    position: absolute;
    right: 65px;
    text-align: center;
    top: 40px;
}
.featured-slider .owl-theme .owl-dots .owl-dot {
    display: block;
    margin: 0 0 40px;
    position: relative;
  }

.widget.featured-slider .owl-theme .owl-dots{
    right: 0;
}
.featured-slider .owl-theme .owl-dots .owl-dot::before {
    position: absolute;
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    bottom: 2px;
    right: 0;
}
.featured-slider .owl-theme .owl-dots .owl-dot:first-child::before {
    content: "01"
}
.featured-slider .owl-theme .owl-dots .owl-dot:nth-child(2)::before {
    content: "02"
}
.featured-slider .owl-theme .owl-dots .owl-dot:nth-child(3)::before {
    content: "03"
}
.featured-slider .owl-theme .owl-dots .owl-dot:nth-child(4)::before {
    content: "04"
}
.featured-slider .owl-theme .owl-dots .owl-dot span {
    background: none;
    width: 21px;
    height: 27px;
    border-radius: 0;
}
.featured-slider .owl-theme .owl-dots .owl-dot span:before {
    background: rgba(43, 44, 45, 0.1);
    width: 21px;
    height: 27px;
    border-radius: 0;
    display: block;
    content: "";
    position: absolute;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    right: 7px;
}
.featured-slider .owl-theme .owl-dots .owl-dot span:hover:before,
.featured-slider .owl-theme .owl-dots .owl-dot.active span:before {
    width: 60px;
    right: 7px;
    transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
}
.featured-slider .owl-theme .owl-dots .owl-dot.active span, 
.featured-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: none
}
.featured-slider  .entry-meta {
    border-top: none
}

.owl-theme .owl-dots .owl-dot{
  border: 0;
  background: transparent;  
}


/*    post styling freom here    */
.post{
  margin-bottom: 35px;
  position: relative;
}
.flexible-post .post .featured-image,
.flexible-post-opp .post .featured-image {
    width: 50%;
    float: left;
    padding-right: 12px;
}
.flexible-post .post .post-content,
.flexible-post-opp .post .post-content {
    width: 50%;
    float: right;
    padding-left: 35px;
    padding-top: 50px;
}
.flexible-post .post.opp .featured-image,
.flexible-post-opp .post.opp .featured-image {
    float: right;
    padding-right: 0;
    padding-left: 12px;
}
.flexible-post .post.opp .post-content,
.flexible-post-opp .post.opp .post-content {
    width: 50%;
    float: left;
    padding-left: 0;
    padding-top: 50px;
    padding-right: 35px;
}
.post-bg {
    height: 125px;
    width: 100%;
    background: #F5F6FA;
    display: block;
    position: absolute;
    bottom: -55px;
    z-index: -1;
}

.widget .post-bg{
  height: 0;  
}



.flexible-post-opp .post:nth-child(even) .featured-image{
  float: right;
}

.post-item-wrapper.flexible-post-opp .post:nth-child(even) .post-content{
  left: 0;
}

/*   ===== post-featured-image =====  */

.featured-image {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.post .featured-image img{
  width: 100%;
}

/*  9.0 ===== Content =====   */

.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
	padding-bottom: 10px;
}

/*   -- "Entry Header"  (These are the styles for the Entry Header ) --   */

.entry-header {
	padding: 10px 0 12px; /*for space on the top and bottom of the entry header to balance the entry meta and figure on the gallery page, blog page etc.*/
}
.entry-header.heading {
  padding: 0px 0 20px;
}
.post .entry-header {
  padding-top: 0; /*for space on the top and bottom of the entry header to balance the entry meta and figure on the gallery page, blog page etc.*/
  padding-bottom: 0;
}
.cat-links{
	display: block;
	position: relative;
}
.cat-links a {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-weight: 600;
}
#secondary .widget .cat-links a:hover,
.wpcf7-submit[type="submit"]:hover,  
.page-content .search-form .search-submit:hover {
  background: #1A1B1D;
  color: #fff;
  border-color: #1A1B1D;
}
#secondary .widget.post-blog-section .cat-links a:hover,
#secondary .widget.unique-post-section .cat-links a:hover,
#secondary .widget.post-blog-section.flexible-post .cat-links a:hover{
  background: transparent;
  color: #4fbbbd;
}


/*   -- "Entry Title" section (These are the styles for the Entry Title section) --   */
.entry-title {
    font-size: 25px;
    line-height: 1.2;
    position: relative;
    font-weight: 600;
}
.heading .entry-title {
    font-size: 70px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 6px;
    color: #F5F6FA;
    font-weight: 700;
}
.insta-section .heading .entry-title{
  color: #D4D5D9;
  line-height: 1;
}

.heading .entry-title::before {
    display: block;
    content: "";
    position: absolute;
    background: #F5F6FA;
    height: 80px;
    width: 100%;
    bottom: -49px;
    z-index: -1;
}

/*.insta-section*/

.insta-section{
  float: left;
  width: 100%;
  clear: both;
}
.insta-section ul,
.insta-section .thumbnails{
  display: block;
  float: left;
  position: relative;
  width: 100%;
}

.insta-section li{
  float: left;
  width: 12.5%;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  padding: inherit!important;
  margin: 0!important;
}

.insta-section .thumbnails a{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  padding: 100% 0 0;
  opacity: 1;
}

.insta-section .footer-instagram-title  a{
    background: #000;
    transform: rotate(45deg);
    padding: 0;
    display: inline-block;
}

.insta-section a i{
  font-size: 45px;
  color: #fff;
  padding: 20px 22px;
  transform: rotate(-45deg);  
}

.footer-instagram-title{
  z-index: 9;
}


/*widget insta-section*/

.widget.insta-section .widget-title{
    margin-left: -184px;
}
.widget.featured-slider::before,
.widget.insta-section::before{
  background: transparent;  
}


/*   -- "Entry Meta" section (These are the styles for the Entry Meta section) --   */
.entry-meta {
    margin-top: 13px;
    position: relative;
    display: inline-block;
    padding-right: 10px;
}
.entry-meta::before {
    position: absolute;
    display: block;
    content: "";
    background: rgba(26,27,29,0.05);
    height: 100%;
    width: 100%;
    top: -13px;
    z-index: -1;
}
.entry-meta-wrapper{
  padding-top: 10px;
}
.entry-meta-wrapper .entry-meta {
    width: 50%;
    float: left;
}
.entry-meta-wrapper .entry-meta:last-child{
  text-align: right;
}
.post-content .entry-meta {
    padding-top: 5px;
}
.entry-meta > span,
.entry-meta > div {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    position: relative;
    line-height: 1
}
.entry-meta > span::before, 
.entry-meta > div::before {
    position: absolute;
    display: block;
    content: "/";
    right: -7px;
    top: 0;
}

.flexible .entry-meta > span::before, 
.flexible .entry-meta > div::before{
display: none;
}
.entry-meta > span:last-child:before, 
.entry-meta > div:last-child:before{
  display: none;
}
.entry-meta, 
.entry-meta a {
    color: rgb(37, 40, 43);
    font-size: 12px;
    font-weight: 600;
}
.entry-meta a{
  text-transform: uppercase;
}
.entry-meta a:hover {
  color: #6F6F6F;
}
.entry-meta .cat-links a {
    display: inline-block;
    padding-bottom: 5px;
}
#secondary .entry-meta .cat-links a {
    padding-bottom: 0px;
}
.post-content-wrap .entry-meta .cat-links a {
    padding-bottom: 0px;
}
.entry-meta [class*="fa-"] {
    color: rgb(37, 40, 43);
    display: inline-block;
    margin-right: 5px;
    line-height: 1.1;
}
.entry-header .entry-meta {
    margin: 0 0 7px;
    padding-top: 0;
}
.entry-meta > div {
    display: inline-block;
    line-height: 1;
    padding-right: 10px;
}


/* Tag Links */
.tags-links {
    position: relative;
    padding-left: 7px;
}
.tags-links:before{
  position: absolute;
  display: block;
  content: "\f02b";
  font-family: 'FontAwesome';
  left: 0;
}
.tags-links > a {
    display: inline-block;
    padding: 0 8px;
    margin-bottom: 7px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.widget_tag_cloud a:hover {
	color: #fff;
	opacity: 1;
}


/*   -- "Entry Content" section (These are the styles for the Entry Content section) --   */

.entry-content {
    display: block;
    padding-bottom: 15px;
    width: 100%;
}
.post .entry-content{
  padding-bottom: 5px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 20px;
}
.entry-content td,
.comment-content td {
	padding: 8px;
}
.post .entry-content > p:last-child {
    margin-bottom: 5px;
}

/*      COMMENT     */
.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}
.bypostauthor {
  display: block;
}

.comment-list .reply {
    text-align: left;
    clear: both;
    width: 85%;
    width: calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    float: right;
}
.comment-list .comment-reply-link:before{
    content: "\f27a";
    color: #1A1B1D;
    font-family: "FontAwesome";
    margin-right: 7px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}
#comments .comment-list{
	list-style-type: none;
	padding: 0;
	margin-left: 0 ;
	padding: 0;
}
.comment-list .children {
	list-style-type: none;
	padding: 0;
}
#comments .comment-list .children {
	margin-left: 65px ;
}
.comment-list > li:after,
.comment-list .children > li:before {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}
#comments ol,
#comments ul {
    list-style-type: none !important;
    margin-left: 0;
}
.comment-body, 
.post-author {
    padding: 0px 0 20px 0px;
    position: relative;
    clear: both;
}
.comment-body {
    margin: 0 0 15px;
    padding: 0 0 20px 0px;
}
.comment-content > p:last-child {
    margin-bottom: 12px;
}
.comment-author .avatar img,
.post-author .avatar img {
    display: block;
    height: 120px;
    width: 120px;
}
.comment-metadata .fn,
.comment-author .url,
.comment-reply-login {
	display: inline-block;
	font-size: 14px;
	font-style: normal;
	text-transform: capitalize;
}
.comment-metadata .fn {
    position: relative;
    margin-right: 10px;
}
.comment-metadata .fn:before{
  display: block;
  position: absolute;
  content: "/";
  right: -10px;

}
.says {
	display: none;
}
.comment-list .edit-link {
	margin-left: 20px;
}
.comment-awaiting-moderation{
	float: right;
	text-align: left;
	width: 82%;
	width: -webkit-calc(100% - 125px);
	width: calc(100% - 125px);
	word-wrap: break-word;
}
.comment-meta,
.comment-meta a {
	color: #181818;
	font-size: 13px;
}
.comment-metadata a:hover,
.comment-reply-link:hover,
.comment-reply-link:hover:before{
	color: #4FBBBD;
}
.comment-meta {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 80px;
    margin-right: 30px;
    float: left;
}
.comment-content {
    width: 85%;
    width: calc(100% - 110px);
    width: -webkit-calc(100% - 110px);
    float: right;
    
}
.comment-metadata {
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
    padding-right: 40px;
}
.comment-metadata::before {
    position: absolute;
    display: block;
    content: "";
    background: #F3F3F3;
    height: 100%;
    width: 100%;
    z-index: -1;
    bottom: 7px;
    left: 0;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Comment form */
.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}
.comment-form .comment-notes {
	margin-bottom: 15px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form p {
	margin-bottom: 5px;
}
.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}
.comment-form .required {
	color: #ed331c;
}
.comment-form textarea {
	width: 100%;
}
.form-allowed-tags,
.form-allowed-tags code {
	color: #383838;
	font-size: 12px;
}
.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}
.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}
.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

/*     comment area     */
.comment-reply-title,
.comments-title {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.comments-area {
    padding: 30px 0 5px;
    position: relative;
}
.comments-area ul, 
.comments-area ol {
	list-style: none;
}
.comment-form {
    text-align: right;
}
.comment-form p{
    text-align: left;
}
.comment-form p.form-submit {
    text-align: right;
    display: inline-block;
    margin-right: 40px;
}
.comment-form p.form-submit::before {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    width: 40px;
    background: #D1D1D2;
    bottom: 5px;
    right: -40px;
}
.comment-form p.form-submit:hover:before{
  background: #55bdbf;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.comment-form input[type="submit"] {
    display: inline-block;
    background: no-repeat;
    font-size: 16px;
    color: #1A1B1D;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    height: auto;
    border: none;
    margin-bottom: 0
}
.comment-form input[type="submit"]:hover{
  color: #55bdbf;

}
.comment-form p{
  position: relative;
}
.comment-form .comment-left-section {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.comment-form .comment-right-section {
    width: 50%;
    float: left;
    padding-left: 15px;
}
.comment-form input,
.comment-form textarea{
  border: none;
  border-bottom: 1px solid #A3A4A5;
  height: auto;
  padding: 20px 0;
}
.comment-form input{
  margin-bottom: 20px;
}

/* 11.0 ===== Contact form 7 styling ===== */
.wpcf7-form {
    padding: 10px 0 0;
}
.wpcf7-form p {
    margin: 0 0 14px;
    text-align: right;
}
.wpcf7-form textarea {
    resize: none;
}
.wpcf7-submit[type="submit"]{
	margin: 0;
  background: #303E4B;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.wpcf7-form .contact-textarea,
.wpcf7-form .contact-submit{
	width: 100% !important;
	padding: 0 !important;
}
.contact-submit {
    text-align: center !important;
}
.wpcf7-form input, 
.wpcf7-form textarea {
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #9D9EA2;
    color: #37383A;
    padding: 10px 0px;
    margin-bottom: 0px;
}
.wpcf7-form textarea {
    margin-bottom: 0;
}
.wpcf7-form input[type="text"]:focus, 
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus{
  border-color: #1A1B1D;
}
input::-webkit-input-placeholder,
textarea::-webkit-textarea-placeholder { /* Chrome/Opera/Safari */
    opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder  { /* Firefox 19+ */
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-textarea-placeholder { /* IE 10+ */
    opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
}

/*     Name: Error form     **/

form.cmxform label.error, 
label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: #ff0000;
    font-style: italic;
    margin: 10px 0 0;
    text-align: left;
}
div.error { 
    display: none; 
}

/*   ===== Pages =====   */

/*   -- "Page Title" section (These are the styles for the Page Title section) --   */

.page-title-wrap {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background: #F5F6FA;
    line-height: 0.6;
    padding-top: 102px;
}
.page-title {
    color: #D4D5D9;
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    position: relative;
    text-transform: uppercase;
    margin-top: 19px;
}
.page-title a, 
.taxonomy-description p {
	color: #fff;
}
.breadcrumb-trail.breadcrumbs {
    margin-bottom: 20px;
}
.page-title-wrap .breadcrumb {
    background: #fff;
    border-radius: 0;
    display: inline-block;
    margin: 0 0 -15px;
    padding: 15px 20px;
    position: relative;
    text-align: center;
}

/*   -- "bbPress Support" section (These are the styles for the bbPress Support section) --   */

#bbpress-forums,
#bbpress-forums button,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
div.bbp-search-form input,
div.bbp-search-form button,
div.bbp-breadcrumb,
div.bbp-topic-tags {
	font-size: 16px;
}
div.bbp-search-form input,
div.bbp-search-form button {
	padding: 10px;
}
#bbpress-forums div.bbp-search-form {
	float: none;
}
#bbpress-forums ul,
#bbpress-forums ol {
	margin: 0;
}
#bbpress-forums #bbp-search-form #bbp-search {
	width: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-right: 0 none;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	display: inline-block;
	line-height: 20px;
	margin-top: 5px;
}
div.bbp-submit-wrapper button {
	background-color: rgb(46, 60, 66);
	border: 0 none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: 400;
	height: 40px;
	margin-bottom: 30px;
	padding: 0px 20px;
	text-transform: uppercase;	
	text-align: center;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


/*   ===== pagination =====   */
/*   -- "pagination" section (These are the styles for the pagination section) --   */

.pagination,
#wp-page-numbers,
.wp-pagenavi,
#main ul.default-wp-page {
    border-radius: 0px;
    margin: 0 0 10px;
}
.pagination .nav-links {
    float: right;
}
.pagination a,
.pagination > li > a, 
.pagination > li > span,
#wp_page_numbers li,
.wp-pagenavi li,
#main ul.default-wp-page,
.pagination > span {
    background-color: rgba(210, 209, 209, 0);
    border: medium none;
    color: rgb(57, 57, 60);
    font-size: 14px;
    font-weight: 600;
    padding: 3px 10px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 8px;
}
.pagination a.prev, 
.pagination a.next {
    padding: 2px 10px;
    border: 1px solid #000;
    display: inline-block;
    text-indent: -99999999px;
    position: relative;
}
.pagination .current{
  padding: 4px 10px 3px;
  background-color: #25282b;
  color: #fff;
  margin: 0 8px;
}
.pagination a:hover,
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus,
#wp_page_numbers li > a:hover,
.wp-pagenavi li > a:hover,
#main ul.default-wp-page li > a:hover,
.pagination > span {
    background-color: #25282b;
    color: #fff;
}
.posts-navigation,
.post-navigation {
    padding: 0 0 20px;
}
.nav-previous {
    float: left;
    width: 45%;
    position: relative;
}
.nav-next{
  float: right;
  width: 45%;
  position: relative;
}
.nav-links a {
    font-weight: 600;
    position: relative;
}
.posts-navigation .nav-links a ,
.post-navigation .nav-links a {
    color: #1A1B1D;
    background: #EAEAEE;
    padding: 15px;
    display: block;
}
.posts-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-next a{
  padding-left: 50px;
}
.posts-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-previous a{
  padding-right: 50px;
}
.pagination a.prev::before, 
.nav-previous a::before {
    position: absolute;
    display: block;
    content: "\f060";
    color: #1A1B1D;
    font-family: "FontAwesome";
    font-size: 14px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 9;
    text-indent: 0;
    right: 17px;
}
.nav-previous a::before {
    right: 15px;
    height: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pagination a.next::before, 
.nav-next a::before {
    position: absolute;
    display: block;
    content: "\f061";
    color: #1A1B1D;
    font-family: "FontAwesome";
    font-size: 14px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 9;
    text-indent: 0;
    right: -10px;
}
.nav-next a::before {
    left: 15px;
    height: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pagination a.next:hover:before, 
.nav-next a:hover:before,
.pagination a.prev:hover:before, 
.nav-previous a:hover:before,
.posts-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover{
  color: #fff;
}

.pagination a.prev:hover::before{
    right: 7px;
}
.pagination a.next:hover::before{
    right: 0;
}
.pagination a.next:hover::before, 
.pagination a.prev:hover::before{
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


/*  8.0 ===== Widgets =====  */
.widget {
	margin-bottom: 30px;
}
#secondary .widget {
    border: 1px solid #EAEBED;
    padding: 25px;
    margin-bottom: 50px;
    position: relative;
    clear: both;
    float: left;
    width: 100%;
}


/*layout-1*/

#secondary.layout-1 .widget{
  border: 0;
}
#secondary.layout-1 .widget .entry-header.heading,
#secondary.layout-1 .widget .widget-title{
  margin-left: 0;
  text-align: center;
  padding: 0;
  width: 100%;
  position: relative;
  left: 0;
  right: 0;
}
#secondary.layout-1 .widget .entry-header.heading{
  margin-bottom: 20px;
}
#secondary.layout-1 .widget .entry-header.heading .entry-title,
#secondary.layout-1 .widget .widget-title span{
  padding: 0 20px;
}

#secondary.layout-1 .widget .entry-header.heading .entry-title{
    position: relative;
    top: 0;
}
#secondary.layout-1 .widget .entry-header.heading:before,
#secondary.layout-1 .widget .widget-title:before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #EAEBED;
}
#secondary.layout-1 .widget .entry-header.heading:after,
#secondary.layout-1 .widget .widget-title:after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 60px;
  height: 1px;
  background-color: #EAEBED;
}


.widget.unique-post-section,
.widget.post-blog-section.flexible-post,
.widget.featured-slider,
.widget.widget_media_gallery,
#secondary .widget.unique-post-section,
#secondary .widget.post-blog-section.flexible-post,
#secondary .widget.featured-slider,
#secondary .widget.widget_media_gallery{
    padding: 25px;
}
#secondary .widget-v2 {
    border: none;
    padding: 0;
}
#secondary .widget.widget-ads,
#secondary .widget.widget-facebook{
  border: none;
  padding: 0;
}
.widget ul li {
    display: block;
}
#secondary .widget li a,
#secondary .widget li {
    color: #212426;
    font-size: 16px;
    position: relative;
}
#secondary .widget a:hover{
  color: #6F6F6F;
}


/*    widget post author styling from here   */
#primary .widget-post-author {
  margin-top: 30px;
  margin-bottom: 50px;
}
#secondary .widget-post-author {
  padding: 0;
  border: none;
}
.widget-post-author .avatar img{
  width: 100%
}
#secondary .widget-post-author .author-details {
    background: rgba(243, 245, 249, 0.85);
    padding: 55px 20px 40px;
    margin-top: -80px;
    z-index: 1;
    position: relative;
    display: inline-block;
}
#primary .widget-post-author .avatar {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    overflow: hidden;
    border: 2px solid #CBD0D4;
    margin: 0 auto;
    float: left;
}
#primary .author-details {
    width: 79%;
    width: calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    float: right;
    padding-left: 35px;
}
.author-details h3 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 15px;
}
#primary .author-details p a{
  text-transform: uppercase;
  font-weight: 600;
}
#primary .author-details p a .fa{
  margin-left: 5px;
}
#primary .widget-post-author .inline-social-icons {
    text-align: right;
}
#secondary .widget-post-author-v2 .author-details {
    background: rgba(243, 245, 249, 0);
    border: 1px solid #D1D1D2;
    width: 90%;
    margin-left: 5%;
    padding: 40px 30px 30px;
    margin-top: -30px;
    text-align: center;
}



/*     Widget-Search     */
.widget_search {
    position: relative;
}
.widget_search .search-submit {
    background: url("assets/img/search.svg") no-repeat scroll center center;
    background-size: 22px;
    border: medium none;
    border-radius: 0;
    box-shadow: inherit;
    color: rgb(255, 255, 255);
    font-size: 0;
    height: 41px;
    margin: 0;
    padding: 0 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 57px;
}
.widget_search .search-submit:hover{
	background: #6F6F6F url("assets/img/search.svg") no-repeat scroll center center;
  background-size: 22px;
}
.widget_search input[type="search"], 
.error-content-wrap input[type="search"] {
    padding-right: 70px;
} 

/*   -- "Widget Calendar" section (These are the styles for the Widgete calendar section) --   */
.widget_calendar table, 
.widget_calendar th, 
.widget_calendar td {
	border: none;
}

/* follow-us-section */
.widget.widget-post-author,
.widget.follow-us-section{
    float: left;
    width: 100%;
}
.widget.follow-us-section ul li{
    display: block;
    padding: 15px 25px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
}
.widget.follow-us-section ul li a{
    width: 100%;
}
.widget.follow-us-section .inline-social-icons li a{
    font-size: 14px;
    text-align: left;
}
.widget.follow-us-section .social-links ul li a::before{
    font-size: 18px;
    vertical-align: text-bottom;
    margin-right: 10px;
}

/*    widget categories styling from here   */
.widget.widget_categories ul li,
.widget.widget_archive ul li {
    text-align: right;
    padding: 15px 25px;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
    width: 100%;
}

.widget.follow-us-section ul li::before,
.widget.widget_categories ul li::before,
.widget.widget_archive ul li::before {
    position: absolute;
    display: block;
    content: "";
    background: #F5F6FA;
    width: 125px;
    height: 100%;
    top: 0;
    left: 0px;
    z-index: -1;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.widget.follow-us-section ul li:hover:before,
.widget.widget_categories ul li:hover:before,
.widget.widget_archive ul li:hover:before {
    width: 100%;
    right: 0px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
}
.widget.widget_categories li a,
.widget.widget_archive li a {
    float: left;
    text-transform: capitalize;
}
.widget-v2.widget_categories ul li,
.widget-v2.widget_archive ul li {
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
}
.widget-v2.widget_categories ul li::before,
.widget-v2.widget_archive ul li ::before{
  display: none;
}
.widget-v2.widget_categories li a, 
.widget-v2.widget_archive li a {
    float: none;
    text-transform: capitalize;
}
.widget-v2.widget_categories li .featured-image {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #1A1B1D;
  text-align: center;
}

.widget-v2.widget_categories li .featured-image * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.widget-v2.widget_categories li .featured-image img {
  opacity: 0.5;
}
.widget-v2.widget_categories li .featured-image:before,
.widget-v2.widget_categories li .featured-image:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.6s, 
  -webkit-transform 0.6s;
  transition: opacity 0.6s, 
  -webkit-transform 0.6s, 
  -moz-transform 0.6s, 
  -o-transform 0.6s, 
  transform 0.6s;
}
.widget-v2.widget_categories li .featured-image:before {
  border-top: 1px double #fff;
  border-bottom: 1px double #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}
.widget-v2.widget_categories li .featured-image:after {
  border-right: 1px double #fff;
  border-left: 1px double #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}
.widget-v2.widget_categories li:hover .featured-image img {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  -o-filter: blur(2px);
  filter: blur(2px);
}
.widget-v2.widget_categories li:hover .featured-image::before,
 .widget-v2.widget_categories li:hover .featured-image::after {
  opacity: 0.8;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.categories-text {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
}
#secondary .widget-v2 li .categories-text a{
  color: #fff;
}
#secondary .widget-v2 li .categories-text a:hover{
  color: #4FBBBD;
}



/*    textwidget styling from here    */
.textwidget {
    margin: 0 0 20px;
}
.widget_text address {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.site-content .widget_text > ul{
	margin: 0;
	padding: 0;
}
.widget_text li {
    color: rgb(103, 103, 103);
    list-style: outside none none;
    margin-bottom: 2px;
}
.widget_text li a{
	color: rgb(95, 100, 104);
}


/*   widget tag cloud styling from here   */
.widget_tag_cloud a {
    border: 1px solid #303E4B;
    color: #303E4B;
    display: inline-block;
    font-size: 14px;
    margin: 3px 5px 5px 0;
    padding: 5px 15px 3px;
    text-transform: uppercase;
}
#secondary .widget.widget_tag_cloud a:hover {
    color: #fff;
}
/*   -- "Recent Entries/Comments widget" section (These are the styles for the Recent Entries/Comments widget section) --   */

.widget_recent_entries ul li {
    margin-bottom: 10px;
}

.widget_recent_entries .post-date{
    display: block;
}

.recentcomments ,
.widget ul li.recentcomments {
    border-bottom: 1px solid #D6D8DB;
    padding-bottom: 15px;
    margin-bottom: 18px;
    padding-top: 2px;
}
.widget-v2 .recentcomments, 
.widget-v2 ul li.recentcomments {
    border-bottom: none;
  }
.recentcomments:last-child,
.widget ul li.recentcomments:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.recentcomments .comment-author-image {
    height: 68px;
    width: 68px;
    margin-right: 10px;
    float: left;
    z-index: -2;
    position: relative;
}
.recentcomments .comment-author-text {
    float: right;
    width: 73%;
    width: calc(100% - 78px);
    width: -webkit-calc(100% - 78px);
    padding-top: 14px;
}
.comment-author-link {
    display: block;
    margin-bottom: 2px;
}
.sidebar-recent-comments .comment-author-link,
.sidebar-recent-comments .comment-author-link a {
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}
.sidebar-recent-comments .comment-author-link:before,
.sidebar-recent-comments .comment-author-link a::before {
    position: absolute;
    display: block;
    content: "";
    background: rgba(243, 245, 249, 0.85);
    height: 32px;
    width: 67px;
    bottom: 0;
    z-index: -1;
    left: -27px;
}
.comment-author-link a:before{
  position: absolute;
  display: block;
  content: "";
  background: rgba(243, 245, 249, 0.85);
}
.widget-recentcomment-v2 .comment-author-link a::before{
  display: none;
}
#secondary .widget li.recentcomments a{
  font-size: 14px;
  font-weight: 300;
}

.content-area .sidebar-recent-comments .widget-title{
  margin-left: 0;
}

/*   widget subscribe styling from here   */

#secondary .widget.widget-subscribe{
  padding: 20px;
  background: url(assets/img/subscribe-bg.jpg);
  position: relative;
}
#secondary .widget.widget-subscribe::before {
    position: absolute;
    display: block;
    content: "";
    background: rgba(26, 27, 29, 0.9);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
#secondary .mc4wp-form-wrapper {
    padding: 50px 25px 60px;
    border: 1px solid #4B4B4C;
    position: relative;
}
#secondary .mc4wp-form-wrapper > p {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
#secondary .mc4wp-form-wrapper .subscribe-button {
    position: relative;
}
#secondary .mc4wp-form-wrapper .subscribe-button::before {
    position: absolute;
    display: block;
    content: "";
    width: 55px;
    background: #474849;
    height: 1px;
    right: 0;
    bottom: 13px;
}
#secondary .mc4wp-form-wrapper .subscribe-button::after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    background: #4fbbbd;
    height: 1px;
    right: 55px;
    bottom: 13px;
    transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
#secondary .mc4wp-form-wrapper .subscribe-button:hover:after{
  width: 55px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  right: 0
}
#secondary .mc4wp-form input[type="submit"] {
    background: none;
    width: 100%;
    font-size: 14px;
    color: #fff;
    position: static;
    text-align: left;
    transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
#secondary .mc4wp-form input[type="submit"]:hover{
  color: #4fbbbd;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
#secondary .mc4wp-form input[type="email"] {
    border-radius: 0;
    width: 100%;
    background: none;
    border-bottom: 1px solid #48494A;
    color: #fff;
    padding-right: 0;
    padding-left: 0;
}
#secondary .mc4wp-form input[type="email"]:focus{
  border-color: #4fbbbd;
}

/*    error page styling from here  */
.error-404.not-found {
    margin: 0 auto;
    padding: 80px 0 50px;
    text-align: center;
    width: 100%;
    max-width: 700px;
}
.site-content .error-404 .page-title {
    font-size: 320px;
    color: rgba(26, 27, 29, 0.15);
    line-height: 0.8; 
    display: block;
}
.error-icon {
    position: absolute;
    top: 40px;
    max-width: 100%;
}
.site-content .error-404 p {
    font-size: 40px;
    color: #303E4B;
    text-align: center;
}
.search-form {
    position: relative;
    max-width: 425px;
    margin: 0 auto 30px;
}
#secondary .search-form,
#secondary .search-form label input[type="search"] {
    margin-bottom: 0
}
.site-header .search-form {
    margin: 0;
}
.site-content .error-404 a{
  text-align: center;
  display: inline-block;
  font-size: 32px;
  text-transform: capitalize;
  position: relative;
}
.site-content .error-404 a::before, 
.site-content .error-404 a:hover::after {
    right: -40px;
  }
.site-content .error-404 a:hover::before {
    width: 55px;
    right: -40px;
    z-index: 9;
}


/*        main styleing from here	   */
.site-main {
    margin-bottom: 20px;
}
.site-content {
    position: relative;
}
.error404 .site-content::before {
    position: absolute;
    display: block;
    content: "";
    background: #F5F6FA;
    height: 64.1%;
    width: 100%;
    top: -50px;
}

/*     search section styling from here   */
#left-search {
    text-align: right;
    width: 50px;
}
.search-toggle .fa::before {
    color: #fff;
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
}
.search-toggle::before {
    color: #4db5b7;
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
}
.search-active.search-toggle::before,
.search-toggle:hover:before {
    color: #25282b;
}
.search-toggle {
    color: #1A1B1D;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
    padding: 12px 8px 8px;
    width: 50px;
    text-align: center;
    position: relative;
    height: 40px;
}

.search-icon {
    margin-left: 20px;
}
.search-section {
    bottom: 0;
    padding: 0 25px;
    position: fixed;
    visibility: hidden;
    top: 0;
    transform: scale(1.2);
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
    z-index: 99999;
}
.search-open{
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background: rgba(0,0,0,0.5);
}
.search-section::after {
    background: rgba(218, 218, 218, 0.7) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
}
.search-container {
    background: #000000 none repeat scroll 0 0;
    left: 50%;
    max-width: 100%;
    padding: 25px 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 750px;
    z-index: 99999;
}
.search-header input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #FFFFFF;
    font-size: 25px;
    height: 40px;
    padding: 0;
}
.search-header input:focus{
    border-color: transparent;
    outline-offset: 0;
    outline: -webkit-focus-ring-color auto 0;
}
.search-header h5 {
    color: #ffffff;
}
.search-divider {
    background: #ffffff none repeat scroll 0 0;
    height: 2px;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 9;
}
.search-divider:before{
    background: #4fbbbd;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 9;
}
.search-header input:focus ~ .search-divider::before {
    left: 0;
    width: 100%;
}
.tt-s-popup-field input[type="text"]:focus + .tt-s-popup-devider::after {
    left: 0;
}
.search-header input::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}
.search-header input::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}
.search-header input::-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}
.close-icon {
    background: #000000 none repeat scroll 0 0;
    border-radius: 50%;
    clear: both;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    height: 40px;
    padding-top: 8px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 40px;
    z-index: 99;
}
.close-icon:hover{
    color: #6F6F6F;
}

/*    unique post section styling from here    */
.unique-post-section {
    margin-bottom: 43px;
}
.post-content {
    padding-top: 20px;
}
.unique-post-section .post-content {
    padding: 40px 40px 20px;
    background: rgba(243, 245, 249, 0.85);
    margin-top: -76px;
    z-index: 1;
    position: relative;
    width: 85%;
}
.unique-post-section .post.no-image .post-content{
    margin-top: 0;
    width: 100%;
}
.unique-post-slider{
    position: relative;
}
.unique-post-slider.owl-theme .owl-dots .owl-dot span {
    width: 27px;
    height: 2px;
    margin: 5px 7px;
    background: #C9CACE;
    border-radius: 0;
}
.unique-post-slider.owl-theme .owl-dots .owl-dot.active span, 
.unique-post-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #1D1E20;
}
.unique-post-slider.owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    bottom: 7%;
    margin: 0;
    right: 25%;
}
.widget .unique-post-slider.owl-theme .owl-nav.disabled + .owl-dots{
    bottom: 0;
}

/*widget unique-post-section*/

.widget.unique-post-section .post-content{
    width: 100%;
}

/*    video post section styling from here    */

.post-video-section .entry-meta > span{
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.post-video-section .slider-option {
    width: 40%;
    display: block;
    background: rgba(243, 245, 249, 0.85);
    margin: -40px 0 0;
    z-index: 1;
    position: relative;
    float: left;
    padding: 0 20px;
    opacity: 0.6;
    transition: all 0s ease 0s
}
.post-video-section .slider-option:hover{
  opacity: 1
}
.post-video-section .slider-option.active{
  width: 60%;
  margin: -59px 0 0;
  opacity: 1;
  transition: all 1s ease 0s
}
.post-video-section .slider-option .entry-title {
    font-size: 17px;
    min-height: 51px;
}
.post-video-section .slider-option.active .entry-title {
  font-size: 25px;
}
iframe,
.post-video-section iframe{
  width: 100%;
}


/*    insta section styling from here    */
.insta-section {
    text-align: center;
    position: relative;
}
.insta-section::before {
    position: absolute;
    display: block;
    content: "";
    background: #F5F6FA;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}

/*    contact detail styling from here   */
.site-footer .contact-detail {
    text-align: center;
}
.contact-detail h3 {
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.contact-detail p {
    font-size: 14px;
    margin: 0 0 14px;
    line-height: 1.8;
}
.contact-detail p .fa {
    height: 21px;
    width: 21px;
    border: 1px solid #B3B4B7;
    text-align: center;
    padding: 3px 0 0;
    float: left;
    margin-right: 10px;
}
.contact-detail p span {
    width: 90%;
    width: calc(100% - 35px); 
    width: -webkit-calc(100% - 35px); 
    float: right;
    display: block;
}

/*  post item wrapper styling from here  */

.post-item-wrapper .post-content {
    padding: 40px 40px 20px;
    background: rgba(243, 245, 249, 0.85);
    margin-top: -76px;
    z-index: 1;
    position: relative;
    width: 85%;
}
.post-item-wrapper.flexible .post-content{
    background: transparent;
    padding: 0;
    width: 100%;
    margin-top: 0;
}

.post-item-wrapper .post{
  margin-bottom: 50px;
}
.post-item-wrapper.flexible-post .post-content,
.post-item-wrapper.flexible-post .post.opp .post-content,
.post-item-wrapper.flexible-post-opp .post-content {
    margin-top: 0;
    width: 65%;
    position: absolute;
    bottom: 15px;
    right: 0;
}
.post-item-wrapper.flexible-post .no-image .post-content{
    width: 100%;
}
.post-item-wrapper.flexible-post .post.opp .post-content{
  left: 0;
  padding-left: 50px;
}
.post-item-wrapper.post-item-has-2 .post {
    width: 50%;
    float: left;
    margin-bottom: 28px;
}
.post-item-wrapper.post-item-has-2 .post:nth-child(2n+2) {
    padding-left: 15px;
}
.post-item-wrapper.post-item-has-2 .post:nth-child(2n+1) {
    padding-right: 15px;
}
.post-item-wrapper.post-item-has-2 .post-content {
    padding: 20px;
  }
.read-more a::before,
.read-more a:hover::after {
    right: -55px;
}

/*    mc4wp-form form styling from here    */

.mc4wp-form {
    position: relative;
}
.mc4wp-form input[type="email"] {
    border: none;
    padding-right: 52px;
}
.mc4wp-form-fields {
    max-width: 100%;
    position: relative;
    width: 100%;
}
.mc4wp-form input[type="submit"] {
    font-size: 0;
}
.mc4wp-form p{
  margin-bottom: 0;
}
.mc4wp-form input[type="submit"] {
    background: #B7BCC0 url("assets/img/subscribe-icon.png") no-repeat scroll center center;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -ms-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    width: 48px;
}
.mc4wp-form input[type="submit"]:hover{
  background-color: #0D74BA ;
}

/*    contact page styling from here   */
.contact-section-wrap {
    background: rgba(243, 245, 249, 0.85);
    margin-top: -100px;
    z-index: 1;
    position: relative;
    width: 100%;
}

.contact-section-wrap.no-google-map{
  margin-top: 0;
}

.contact-form-wrap label{
  text-align: left;
}

.contact-info-section,
.contact-form-wrap {
    width: 50%;
    float: left;
    padding: 40px 50px 20px;
}
.contact-form-wrap .entry-content{
  margin: 0;
}
.contact-section-wrap .entry-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #D3D4D7;
    margin-bottom: 10px;
    padding-bottom: 24px;
}


/*    post share styling from here    */
.post-share h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    margin-right: 7px;
    padding-bottom: 0
}
.post-share .inline-social-icons{
  display: inline-block;
}
.post-share {
    text-align: right;
    margin-bottom: 30px;
}
.post-share .social-links ul li a::before{
  vertical-align: inherit;
}

/*   no image styling from here   */

.featured-slider  .slider-content.no-image {
    min-height: 360px;
}
.post.no-image {
    min-height: 302px;
}
.no-image.post.small-post .post-content {
    float: none;
    width: 100%;
    width: calc(100% - 0);
    width: -webkit-calc(100% - 0);
}
#secondary .custom-col-6 {
    width: 100%;
}

/*  10.0 ===== Footer =====   */

/*   -- "Footer" section (These are the styles for the Footer section) --   */



.site-footer {
    padding: 30px 0 0px;
}
.footer-branding:hover img {
    opacity: 0.5;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.footer-branding {
    margin-bottom: 15px;
}
.site-footer .widget-area {
    clear: both;
    padding: 75px 0 30px;
    position: relative;
}
.widget-area .widget {
    margin: 0 0 30px;
}
.widget-area .inline-social-icons{
    padding-bottom: 20px;
    text-align: center;
}
#secondary.widget-area .inline-social-icons{
  text-align: left;
}
.widget-title,
#secondary .heading .entry-title {
    font-size: 25px;
    position: absolute;
    text-transform: capitalize;
    font-weight: 600;
    top: -17px;
    background: #fff;
    margin-left: -26px;
    display: inline-block;
    padding-right: 30px;
}
#secondary .heading .entry-title{
  color: #323232;
  padding: 10px;
}
#secondary .entry-meta::before {
    top: -8px;
}
#secondary .heading .entry-title::before{
  display: none;
}
.widget-v2 .widget-title {
    margin-top: 0px;
    background: rgba(0,0,0,0);
    margin-left: 0px;
    padding-right: 0px;
    text-align: center;
    display: block;
}
.widget-v2 .widget-title:before{
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: #D1D1D2;
  top: 14px;
}
.widget-v2 .widget-title span {
    background: #fff;
    display: inline-block;
    position: relative;
    padding: 0 20px;
}
#secondary .widget-title {
    padding-bottom: 8px;
}
.site-footer .widget-title {
    border-bottom: 1px solid #BFBFD6;
    display: block;
    font-size: 16px;
    margin: 0 0 17px;
    padding-bottom: 0 0 5px;
}

.site-footer .widget ul li a {
    text-transform: uppercase;
}
.widget ul li{
  margin-bottom: 12px;
}
.widget ul li:last-child,
#secondary .post:last-child{
  margin-bottom: 0;
}
.widget .textwidget h3{
  font-size: 18px;
  margin-bottom: 20px;
  color: rgb(37, 40, 43);
}
.site-footer .textwidget .fa {
    vertical-align: middle;
    width: 25px;
}
.site-footer .contact-detail p .fa {
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.3;
}
.site-footer .widget a:hover,
.site-footer a:hover{
  color: #6F6F6F;
}
.site-footer .site-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.site-footer .site-description {
    color: rgb(166, 167, 166);
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 4px;
}
.site-footer ul, 
.site-footer ol {
	list-style: none;
}
.site-footer .widget ul ul li a {
	padding-left: 20px;
}
.site-footer .widget ul ul ul li a {
	padding-left: 30px;
}
.site-footer .widget_recent_entries ul li {
    border: none;
    margin-bottom: 0px;
} 
.site-footer a {
    display: inline-block;
}
.site-info {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 3px;
}
.site-footer address {
    margin: 0;
}
.site-generator{
  background: #1A1B1D;
  text-align: center;
}
.copy-right {
    display: block;
    font-size: 12px;
    padding: 13px 0px 11px;
}
.copy-right a,
.copy-right{
    color: #E0E1E1;
}
.inline-social-icons li,
.widget .inline-social-icons li{
	text-align: center;
}
.site-footer input[type="text"], 
.site-footer input[type="email"], 
.site-footer input[type="search"], 
.site-footer input[type="password"], 
.site-footer input[type="tel"], 
.site-footer input[type="url"], 
.site-footer input[type="date"], 
.site-footer textarea,
.site-footer input[type="reset"], 
.site-footer input[type="button"], 
.site-footer input[type="submit"] {
    color: #000;
}
.site-footer input[type="reset"]:hover, 
.site-footer input[type="button"]:hover, 
.site-footer input[type="submit"]:hover {
    color: rgb(255, 255, 255);
}
.site-footer form input,
.site-footer form textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#secondary .trending-slider-option {
  display: none !important;
}
.widget.featured-slider .container,
#secondary .unique-post-section .container {
  padding: 0;
}
#secondary .flexible-post .post.opp .featured-image, 
#secondary .flexible-post-opp .post.opp .featured-image,
#secondary .flexible-post .post .featured-image, 
#secondary .flexible-post-opp .post .featured-image {
    float: none;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}
#secondary .flexible-post .post.opp .post-content, 
#secondary .flexible-post-opp .post.opp .post-content,
#secondary .flexible-post .post .post-content, 
#secondary .flexible-post-opp .post .post-content {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 10px;
    padding-right: 0;
}
#secondary .slider-text {
    width: calc(100% - 2px);
    width: -webkit-calc(100% - 2px);
    width: 98%;
    padding: 20px 0 0;
    float: none;
}
#secondary .featured-slider .slider-image {
    max-width: 100%;
    float: none;
}

/*   -- "Galleries" section (These are the styles for the Galleries section) --   */

.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
	width: 100%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
.gallery-columns-3 .gallery-item:nth-child(3n+1) {
    clear: both;
}
.gallery-size-thumbnail {
	margin: 0 -10px 20px;
}
.gallery {
    margin: 0 -10px;
}
.gallery-item {
    /*display: inline-block;*/
    float: left;
    padding: 0 10px;
    margin: 10px auto;
    text-align: center;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
.gallery-caption {
	bottom: -100%;
	color: rgb(255, 255, 255);
	left: 10px;
	margin: 0;
	padding: 6px;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 89.5%;
	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.gallery-item:hover .gallery-caption {
	bottom: 0;
}


/*   header version two styling from here   */
.site-header-v2 .hgroup-wrap {
    background: rgba(0,0,0,0);
    border-bottom: 2px solid #D4D5D9;
}
.site-header-v2 .navbar {
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0);
}

/*   header version three styling from here   */

.site-header-v3 .navbar {
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0);
    background: rgba(0,0,0,0);
    border-top: 1px solid #DFE0E4;
    border-bottom: 1px solid #DFE0E4;
}

/*   header version four styling from here   */
.site-header-v4 .hgroup-wrap {
    background-position: 50% 100% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 95px 0 0px;
    position: relative;
    background-attachment: fixed !important;
}
.site-header-v4 .hgroup-wrap::before {
    background: rgba(26, 27, 29, 0.6) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.site-header-v4 .hgroup-wrap > div{
  position: relative;
}
.site-header-v4 .navbar {
    background: rgba(26, 27, 29, 0.5);
  }
.site-header-v4 .navbar a,
.site-header-v4 .menu-item-has-children::before,
.site-header-v4 .menu-item-has-children:hover::before {
    color: #fff;
}
.menu-item-has-children:hover::before,
.menu-item-has-children::before{
    color: #1A1B1D;
}

.site-header-v4 .navbar .thumb-icon a:hover,
.site-header-v4 .navbar .search-icon a:hover{
  color: #6F6F6F;
}
.site-header-v4 .custom-logo-link,
.site-header-v4 .site-title {
    margin-bottom: 70px;
}

.site-header-v4 .site-description{
  color: #fff;
}

.site-header-v4 .navbar ul ul a {
    color: #383838;
}
.site-header-v4 .menu-content-wrapper li a::before {
    background: #3C3D3F;
  }

  /*   header version five styling from here   */
.featured-post .post {
    width: 33.3333%;
    float: left;
    overflow: hidden;
    margin-bottom: 0;
}
.featured-post .post .post-content {
    position: absolute;
    bottom: 15px;
    padding: 20px;
    width: 100%;
}
.featured-post .inline-social-icons li a,
.featured-image .inline-social-icons li a {
    height: 38px;
    width: 38px;
    border-radius: 40px;
    background: #1A1B1D;
    padding-top: 7px;
}
.featured-post .inline-social-icons li a:hover,
.featured-image .inline-social-icons li a:hover{
  background: #F5F6FA;
}
.featured-post .social-links ul li a::before,
.featured-image .social-links ul li a::before {
    color: #fff;
  }
.featured-post {
    text-align: center;
    position: relative;
}
.featured-post::before {
    position: absolute;
    display: block;
    content: "";
    background: #F5F6FA;
    height: 80%;
    width: 100%;
    top: 0;
}

.widget-area .featured-post::before{
    background: transparent;
}

.widget-area .featured-post .container{
    padding: 0;
}

.widget-area .featured-post .post{
    width: 100%;
} 
#secondary.widget-area .featured-post.widget a:hover,
.widget-area .featured-post .entry-meta a,
.blog  .widget-area .featured-post .entry-meta a,
.widget-area .featured-post h3.entry-title a,
.blog .widget-area .featured-post h3.entry-title a{
    color: #fff;
}





.featured-post .featured-image{
  margin: 0;
}
.featured-post .featured-image::before,
.trending-slider .slider-image::before {
    position: absolute;
    content: "";
    display: block;
    background: rgba(24, 34, 44, 0);
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(24, 34, 44, 0.05), rgba(24, 34, 44, 1));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(24, 34, 44, 0.05), rgba(24, 34, 44, 1));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(24, 34, 44, 0.05), rgba(24, 34, 44, 1));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(24, 34, 44, 0.05), rgba(24, 34, 44, 1));
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.featured-post .post:hover .featured-image:before{
  opacity: 0;
  transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.featured-post .featured-image::after{
  background: rgba(26, 27, 29, 0.6);
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.featured-post .post:hover .featured-image:after{
  opacity: 1;
  transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.featured-post .post a{
  color: #fff;
}
.featured-post .post a:hover{
   color: rgba(255,255,255,0.5);
}
.featured-post .social-links,
.featured-image .social-links {
    opacity: 0;
    position: absolute;
    bottom: -50px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 100%;
    left: 0;
}
.featured-post .post:hover .social-links,
.post:hover .featured-image .social-links{
  bottom: 25px;
  transition: all 0.5s ease 0.3s;
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  -ms-transition: all 0.5s ease 0.3s;
  -o-transition: all 0.5s ease 0.3s;
  opacity: 1;
}
.featured-post .post .entry-header {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 0.3s ease 0.3s;
    -webkit-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -ms-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
}
.featured-post .post:hover .entry-header{
  bottom: 80px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}


.home-template .entry-meta > span::before, 
.home-template .entry-meta > div::before,
.flexible .entry-meta .cat-links a:last-child:before,
.flexible .entry-meta::before {
    display: none;
}
.flexible .cat-links a{
  position: relative;
  padding: 0 5px;
}

.flexible .entry-meta::before{
  background-color: rgba(0,0,0,0);
}
.flexible .post .entry-meta > span, 
.flexible .post .entry-meta > div{
  display:  block;
  margin-right: 0;

}
.flexible .post .entry-meta {
    padding-right: 0;
    display: block;
}
.flexible.post .cat-links a:last-child{
  margin-right: 0
}

.flexible .entry-meta > span.posted-on::before {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    width: 40%;
    background: #D1D1D2;
    left: 0;
    top: 4px;
}
.flexible .entry-meta > span.posted-on::after {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    width: 40%;
    background: #D1D1D2;
    right: 0;
    top: 4px;
}
.home-template .featured-post .entry-meta > span.date::before,
.home-template .featured-post .entry-meta > span.date::after{
  width: 35%;
}
.flexible .post {
    text-align: center;
}
.flexible .post .entry-header {
    padding-bottom: 20px;
}
.home-template .featured-post .post .entry-header {
    padding-bottom: 0px;
}
.flexible .post .entry-title {
    margin-top: 15px;
}
.home-template .featured-post .post .entry-title {
    margin-top: 0px;
}
.flexible .post .read-more {
    padding-top: 17px;
    border-top: 1px solid #D1D1D2;
}
 .site-content .flexible .post .featured-image:before{
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(26, 27, 29, 0.5);
  opacity: 0;
}
.flexible .post:hover .featured-image:before{
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.featured-image h3{
  font-size: 16px;
  color: #DDDFE1;
  text-transform: uppercase;
}
.site-content .flexible .post{
  margin-bottom: 70px;
}
.flexible .post .read-more a{
  margin-right: 0;
}
.trending-slider-wrapper .slider-title {
    font-size: 16px;
    width: calc(100% - 60px);
    float: left;
    padding: 12px 10px;
    text-align: center;
}
.trending-slider-wrapper .slider-title a,
.trending-slider .entry-header a{
  color: #FFFFFF;
  letter-spacing: 0
}
.trending-slider .entry-header a:hover{
  color: #6F6F6F;
}

.trending-slider-option {
    position: absolute;
    width: 230px;
    right: 20px;
    top: 50%;
    transform: translateY(-48%);
}

.trending-slider-wrapper{
  position: relative;
  margin-bottom: 60px;
}
.trending-slider-wrapper .heading .entry-title::before {
    bottom: auto;
    top: 6px;
}
.trending-slider-wrapper .entry-header.heading,
.trending-slider-wrapper .heading .entry-title {
    padding: 0;
    
}
.trending-slider-wrapper .heading .entry-title{
  color: #D4D5D9;
  text-align: center;
}
.trending-slider-option .owl-item, 
.trending-slider-option .owl-stage {
    width: 100% !important;
    opacity: 0.7;
}
.trending-slider-option .owl-item.active.current,
.trending-slider-option .owl-item:hover{
  opacity: 1
}
.slider-option-img {
    width: 60px;
    height: 60px;
    float: right;
}
.trending-slider-wrapper .slider-text {
    width: 100%;
    float: none;
    padding: 0;
    overflow: hidden;
    background: rgba(26, 27, 29, 0.9);
    margin-bottom: 10px;
}
.trending-slider .entry-meta > span, 
.trending-slider .entry-meta > div {
  display: block;
}
  .trending-slider .entry-meta::before,
 .trending-slider .entry-meta > span::before,
 .trending-slider .entry-meta > span.date::after{
  display: none;
}
.trending-slider .entry-meta .posted-on a,
.trending-slider .entry-meta .cat-links a{
  padding: 0 5px;
}
.trending-slider .slider-image,
.trending-slider .item{
  position: relative;
}
.trending-slider .entry-header {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 0;
}

.trending-slider .item.no-image{
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(24, 34, 44, 0.05), rgba(24, 34, 44, 1));
padding: 100% 0 0;
}

.trand-wrapper{
  position: relative;
}
.trending-slider .trand-wrapper .entry-header{
  padding-bottom: 0;
}

.trand-wrapper:before,
.trand-wrapper:after{
  clear: both;
  content: '';
  display: block;
}

.trand-wrapper .post-content{
  padding-top: 0;
}

/*no-results not-found*/

.no-results.not-found .search-submit{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}


.breadcrumb,
.breadcrumb a:hover,
.site-title > a:hover,
.current-item a,
.pagination a:hover,
.pagination > li > a:hover, 
.pagination > li > span:hover, 
.pagination > li > a:focus, 
.pagination > li > span:focus,
#wp_page_numbers li > a:hover,
.wp-pagenavi li > a:hover,
#main ul.default-wp-page li > a:hover,
.mean-container a.meanmenu-reveal, {
    color: #fff;
}
.back-to-top a:hover,
.box-button,
.wp-caption-text,
.widget_tag_cloud a:hover,
#bbpress-forums button:hover,
.portfolio-gallery-menu li:hover,
.site-footer input[type="reset"]:hover, 
.site-footer input[type="button"]:hover, 
.site-footer input[type="submit"]:hover,
.widget_search .search-submit,
.slider-btn .box-button::before {
	background-color: #323232;
}
::selection {
  background:  rgba(239, 198, 44, 0.9) none repeat scroll 0 0; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: rgba(239, 198, 44, 0.9) none repeat scroll 0 0; /* Gecko Browsers */
  color: #fff;
}
.box-button:hover,
.box-button:active,
.box-button:focus,
.slider-btn .box-button,
.back-to-top a,
.posts-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover{
	background-color: rgba(26,27,29,0.7);
}
#today,
.main-navigation > ul > li > a:hover,
.inline-social-icons.social-links ul li a:hover::before,
.entry-title a:hover,
.site-content .entry-header .entry-meta:last-child a:hover,
.site-content .entry-header .entry-meta:last-child span a:hover,
.entry-content > a:hover,
.author-details a:hover,
.top-bar a:hover,
.video-post-section > a:hover .entry-title,
.topbar a:hover,
.video-blog .post.small-post:hover .entry-title,
.contact-detail a:hover,
.author-text p a:hover {
  color: #6F6F6F;
}
.slider-btn .box-button,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus,
.site-footer input[type="reset"]:hover, 
.site-footer input[type="button"]:hover, 
.site-footer input[type="submit"]:hover {
  border-color: #1A1B1D ;
}


/*float right*/

.global-layout-left #primary{
  float: right;
}
/*.widget.featured-slider*/

.widget.featured-slider{
  clear: both;
}

.widget.featured-slider .slider-title{
  font-size: 25px;
}

.related-post-section .post-item-wrapper .post.no-image .post-content{
  margin-top: 0px;
}


/*related-post-section*/

.related-post-section .post:nth-child(2n+1){
  clear: both;
}

.attachment .entry-meta::before{
  top: -8px;
}

.widget-post-author .inline-social-icons.social-links li{
  font-weight: 400;
}
#secondary.widget-area .widget-post-author-v2 .inline-social-icons{
    text-align: center;
    float: none;
    width: 100%;
}

/*.post-blog-section*/

.post-blog-section .count-post{
    color: #f3f3f3;
    font-size: 30px;
    float: left;
    margin-bottom: 9px;
    width: 100%;
}
.post-blog-section .post-content{
    padding-top: 0;
}
.post-wrapper-1{
  margin-top: 60px;
}

.widget .post-wrapper-1{
    margin-top: 30px;
}
.post-blog-section .custom-col-6:last-child{
    float: right;
}
.site-header .trending-slider-wrapper .entry-header.heading .entry-title{
    font-size: 0;
}
.site-header .trending-slider .entry-meta a,
.site-header .trending-slider .entry-header a{
    color: #fff;
}

.site-header .trending-slider-option{
    width: 300px;
    right: 60px;
}

.site-header .trand-wrapper{
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.site-header .trending-slider-wrapper .heading .entry-title::before{
    top: 0;
}
.site-header .heading .entry-title::before{
    height: 180px;
}
.site-header .trending-slider .entry-header .entry-title{
  padding-bottom: 5px;
}

.trending-slider-wrapper .slider-title a{
    display: inline-block;
    vertical-align: middle;
}

.widget.insta-section li{
      width: 50%;
}
.widget.post-video-section .slider-option.active {
    width: 100%;
    margin: 0;
}

.site-header .post-blog-section,
.site-header .unique-post-section,
.site-header .post-blog-section.flexible-post{
  width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.main-navigation .block-social-icons ul li a:focus{
	outline:1px dotted #000;
}
.site-header .close-icon a {
	color: #fff;
}

.main-navigation ul li:hover ul, 
.main-navigation ul ul li:hover ul, 
.main-navigation ul ul ul li:hover ul, 
.main-navigation ul ul ul ul li:hover ul,
 .main-navigation ul ul ul ul ul li:hover ul, 
 .main-navigation ul li:focus-within > ul, 
 .main-navigation ul ul li:focus-within > ul, 
 .main-navigation ul ul ul li:focus-within > ul, 
.main-navigation ul ul ul ul li:focus-within > ul, 
.main-navigation ul ul ul ul ul li:focus-within > ul {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
    visibility: visible;
    top: 0;
    -webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
a:focus,
a:focus-within,
.main-navigation li a:focus-within {
    outline: 1px dotted #8A8A8A;
}
a:focus {
    outline: 1px dotted;
}
.entry-content p a{
text-decoration:underline
}
.wp-block-search__inside-wrapper {
    position: relative;
}
.wp-block-search__inside-wrapper input {
    margin: 0;
}
.wp-block-search__inside-wrapper .wp-block-search__button {
    position: absolute;
    right: 0;
    width: 65px;
    height: 100%;
    cursor: pointer;
}