/*
License: GNU General Public License v2 "
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, right-sidebar, custom-colors, custom-header, custom-menu, custom-logo, featured-images, footer-widgets, post-formats, sticky-post, threaded-comments, translation-ready, theme-options
*/
 
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
/* .comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
} */
/* .comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
} */
.quotes {
	marquee-speed:fast;
	marquee-style:scroll;
	/*behavior: scroll; 
	 direction: ltr;*/
	marquee-direction:left;
	
}
.posts-navigation .nav-previous {
	padding-left: 15px;
}
.posts-navigation .nav-next {
	padding-right: 15px;
}
/*LINKS*/
.post-navigation {
	margin: -46px 0 45px;
	background-color: #bdc9ed;
	padding: 30px;
	position: relative;
}
.post-navigation a {
	color: #6f7990; /*test*/
}
.post-navigation .nav-previous:hover span,
.post-navigation .nav-next:hover span {
	/*test color: #e64319;*/
	color: #6f7990; 
}
.post-navigation span {
	color: #c7c7c7;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
		-ms-transition: color 0.3s;
		 -o-transition: color 0.3s;
			transition: color 0.3s;
}
.post-navigation .nav-previous span {
	margin-right: 10px;
}
.post-navigation .nav-previous {
	border-right: 1px solid #ebebeb;
}
.post-navigation .nav-next span {
	margin-left: 10px;
}
.navigation.pagination {
	margin-top: 30px;
}
.nav-links .page-numbers {
    line-height: 1;
    display: inline-block;
}
.nav-links .page-numbers:not(.dots):hover,
.nav-links .page-numbers.current {
    /*color: #fff;test*/
}
.prev.page-numbers{
	float: left;
}
.next.page-numbers{
	float: right;
}
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text: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: 16px;
	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. */
}
/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.widget select {
	max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
	display: none;
}
/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}
.single .entry-header,
.page .entry-header {
	margin-bottom: 40px;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-footer {
	clear: left;
	margin-top: 30px;
}

#twx-sidebar li{
	list-style-type: none;
}
.page-links {
	clear: both;
	margin: 0 0 30px;
}
.page-header {
	margin: 0;
	border: 0;
}
/*TEXT BODY IN BLOG takes Full space*/
.page-wrap .content-wrapper {
	/*padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 1px 1px 1px #888888;
	border: none;*/
	text-align:left;
	background-color: transparent;
	/*background-color:rgba(0, 17, 43, 0.75);
	background-color:rgba(  255, 255, 255, 1);*/
	
}
.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
	padding: 5px;
}
.page-template-page_front-page .page-wrap .content-wrapper {
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
}
.single .meta-post .post-cat::before {
	content: '/';
	padding: 0 10px;
}
.single .meta-post .post-cat:first-of-type::before {
	content: '';
}
/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	padding-top:1%;
	max-width: 100%;
	height: auto;
}
.custom-background img{
	width: 60%;
	padding-top:1%;
	text-align: center;
}
/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
	
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.wp-caption,
.gallery-caption {
    color: #666;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*--------------------------------------------------------------
Tagcloud 
--------------------------------------------------------------*/

.tagcloud .tag-cloud-link{
	padding: 2px 5px;
	border: 1px solid #777;
	border-radius: 4px;
}

.blog-category-url a:after {
	content: ", ";
}

.blog-category-url a:last-child:after {
	content: "";
}

 /*--------------------------------------------------------------
Repeatable Patterns
--------------------------------------------------------------*/
	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	body {
		font: 16px/1.4 "Rubik", sans-serif;  
		background: #080e85;
		color: #1be474;/*test*/
	}
	a {
		
		text-decoration: none;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}
/*test hover*/
	a:hover{
	text-decoration: none;
		color: #0f245ffa

	}
        
	a:focus {
		color: #243f96;
		text-decoration: none;
		outline: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}
	p {
		margin-bottom: 10px;
	}
	.img-left {
		margin: 0 33px 0 0 !important;
		float: left;
	}
	.img-right {
		margin: 0 0 0 33px !important;
		float: right;
	}
	strong {
		font-weight: 600;
	}
	h1 { font: 25px/1.1 "Rubik", sans-serif;}  /*font-family: 'Rubik', sans-serif;*/
	h2 { font: 42px/1.1 "Rubik", sans-serif;}
	h3 { font: 22px/1.1 "Rubik", sans-serif;
		text-shadow: none;
		}
	h4 { font: 25px/1.1 "Rubik", sans-serif;}
	h5 { font: 20px/1.1 "Rubik", sans-serif;}
	h6 { font: 18px/1.1 "Rubik", sans-serif;}
	h1, h2, /*h3, h6 */ h4, h5{
		/*color: #2a2000;brownish*/
		color: #668dcf;
		font-weight: 300;
		margin: 10px 0 10px;
		
	}
	 h6{
		color: #fff;/*grey*/
		font-weight: 300;
		margin: 10px 0 10px;
		
	}
     h3{
		color: #fff;/*grey*/
		font-weight: 300;
		margin: 10px 0 10px;
		
	}
	.eetag-line{
		color: #201259;/*dark blue*/
		font-weight: 400;
		margin: 10px 0 10px;
		text-shadow: 1px 1px 2px black;/* white*/
	}
	.text-white { color: #dde1f3 !important; }
	.text-dark { color: #ebedf8 !important;}
	button,
	.woocommerce .cart_totals .button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		position: relative;
		display: inline-block;
		font-family: "Rubik", sans-serif;
		font-size: 14px;
		line-height: 16px;
		padding: 12px 34px;
		color: #fff;
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	button:hover,
	.woocommerce .cart_totals .button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		background-color: transparent;
	}
	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"] {
		color: #767676;
		background-color: #fafafa;
		border: 1px solid #dbdbdb;
		height: 50px;
		padding: 4px 20px;
		border-radius: 0;
		width: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	}
	textarea {
		width: 100%;
		height: 120px;
		padding: 15px 20px;
	}
	input[type="checkbox"] {
		display: inline;
	}
	input:-moz-placeholder,
	textarea:-moz-placeholder,
	input::-moz-placeholder,
	textarea::-moz-placeholder {
	  color: #a3a2a2;
	}
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
	  color: #c3c3c3;
	}
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
	  color: #cacaca;
	}
	.select2-container--default .select2-selection--single {
		border: 1px solid #dbdbdb;
		background-color: #fafafa;
		padding: 10px;
		height: auto;
		min-height: 28px;
		box-sizing: content-box;
	}
	.select2-container--default .select2-selection--single .select2-selection__arrow {
		top: 50%;
		height: auto;
	}
	.orches-animation {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
	.orches-animation.animated {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }
	@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }
	@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }
	@-webkit-keyframes pop-scale2 { 0% { -webkit-transform: scale(0.5) } 100% { -webkit-transform: scale(1) } }
	@-moz-keyframes pop-scale2 { 0% { -moz-transform: scale(0.5) } 100% { -moz-transform: scale(1) } }
	@keyframes pop-scale2 { 0% { transform: scale(0.5) } 100% { transform: scale(1) } }
	/* bootstrap resetting elements */
	.btn {
		background-image: none;
	}
	textarea, 
	input[type="text"],
	input[type="submit"],
	input[type="password"], 
	input[type="datetime"], 
	input[type="datetime-local"], 
	input[type="date"], 
	input[type="month"], 
	input[type="time"], 
	input[type="week"], 
	input[type="number"], 
	input[type="email"], 
	input[type="url"], 
	input[type="search"], 
	input[type="tel"], 
	input[type="color"], 
	.uneditable-input,
	.dropdown-menu,
	.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover{
	/*color: #c3c7d1;*/
	
}

	.navbar .nav > .active > a:focus {
		-webkit-appearance: none;
		text-shadow: 1px 1px 2px #9196f8;
		/*previously text-shadow: none;*/
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		     -o-box-shadow: none;
		        box-shadow: none;
	}
	table {
		width: 100%;
	}
	th,td {
		border: 1px solid #333;
		padding: 5px;
		text-align: center;
	}	
	label {
		font-weight: 400;
	}
dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

address {
	font-style: italic;
}
	
/*--------------------------------------------------------------
Page title
--------------------------------------------------------------*/
	.page-title {
		color: #ccc;
		padding-top: 30px;
	}
	.page-title .col-md-6 {
		float: none;
	}
	.page-title-inner {
		display: table;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	.page-title-cap {
		display: table-cell;
		vertical-align: middle;
	}
	.page-title .breadcrumbs {
		display: table-cell;
		list-style: none;
		text-align: left;
		vertical-align: middle;
	}
	.page-title h1 {
		margin: 0;
		font-size: 18px;
		color: #ccc;
	}
	.breadcrumbs ul {
		margin: 0;
	}
	.breadcrumbs ul li {
		display: inline;
	}
	.breadcrumbs ul li a:hover {
		/*text-decoration: underline;*/
		text-decoration:none;
	}
	
	.error-404 {
		text-align: center;
	}
.post-edit-link .fa{
	padding-right: 6px;
}

.meta-post .post-edit-link .fa,
.single-meta .post-edit-link .fa{
	padding-right: 0;
}
	
/* Elements
-------------------------------------------------------------- */
	a {
		color: #e64e4e;
	}
	/* h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: #e64e4e;
	} */
	.text-color { color: #e64e4e;}
	button,
	.woocommerce .cart_totals .button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		border: 1px solid ;
		letter-spacing: 1px;
	}
	button:hover,
	.woocommerce .cart_totals .button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover, 
	.woocommerce button.button:hover {
		background-color: transparent;
		
	}
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
		border: 1px solid #e64e4e;
	}
	
/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
	.widget-section .widget {
		position: relative;
		margin-bottom: 10px;
		padding-top: 10px;
	}
	.widget-section .widget:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 10px;
		height: 1px;
	}
	.widget-section .widget:first-child {
		padding-top: 0;
	}
	.widget-section .widget:first-child:before {
		height: 0;
	}
	.widget-section .widgettitle {
		font-size: 12px;
		line-height: normal;
		/* darker color: #080e85;
		font-weight: 500;
		color: #9196f8;
		text-shadow:none;*/
		color: #00acee;
		padding-bottom: 5px;
		padding-top: 5px;
		margin: 0;
		visibility: hidden;
	}
	#twx-sidebar .widget_recent_entries li a {
		/*DARKER color: #080e85;*/
		color: #00acee;/*light blue*/
		font-family: Rubik, arial, helvetica, sans-serif;
		
	}
	.widget_recent_entries .post-date {
		display: block;
		color: #dedde3;/*light blue*/
		font-size: 14px;
		
		
	}
	.footer-widgets .widget ul,
	.widget-section .widget ul {
		max-width: 100%;
		list-style: none;
		padding: 0;
		margin-top:30px;
      
		
		
	}
/*footer menu*/

	
	.footer-widgets {
		background-color:transparent;
		border: none;
		/*background-color:rgba(0, 16, 41, 0.63);
		 * border: 1px solid rgb(223, 235, 238);
		border-radius: 3px;*/
		margin:0;
		
		/*border-top: 1px solid #0f245ffa;light blue
		text-shadow: 1px 1px 1px #006799;*/
	}
	.footer-widgets hover{
		border-top: 1px solid #00acee;/*light blue*/
		text-shadow: 1px 1px 2px #006799;
	}
	.widget .children {
		padding-left: 15px;
	}	
	.widget-section .widget ul li {
		padding: 5px 0;
	}
	.widget-section .widget ul li:first-child {
		margin-top:10px;
		padding-top: 0;
	}
	.widget-section .widget ul li:last-child {
		padding-bottom: 0;
	}
	.widget-section,
	.widget-section  a {
		color: #00acee;/*grey*/
		text-shadow: 1px 1px 2px white;
		
	}
	/* widget popular posts */
	.widget-popular-post .news .thumb {
		width: 65px;
		height: auto;
		margin: 3px 18px 0 0;
		float: left;
	}
	.widget-popular-post .news .text {
		min-height: 65px;
	}
	.widget-popular-post .news h6 {
		font-size: 13px;
		line-height: 20px;
		font-weight: 500;
		margin: 0 0 4px;
	}
	.widget-popular-post .news p,
	.widget-popular-post .news p a {
		font-size: 13px;
		margin: 0;
	}
	.widget-popular-post .news p a:hover {
		text-decoration: none;
	}
	/* widget categories */
	.widget-categories .categories li a {
		position: relative;
		display: block;
	}
	.widget-categories .categories li span {
		position: absolute;
		right: 0;
		top: 0;
	}
	/* widget tags */
	.widget-tags .tag-list a {
		display: inline-block;
		font-size: 13px;
		color: #767676;/*grey*/
		border: 1px solid #dbdbdb;
		padding: 7px 15px;
		margin: 4px;
		margin-left: 0;
		text-shadow: 1px 1px 2px white;
		
	}
	.widget-tags .tag-list a:hover {
		color: #00acee; /*grey*/
	}
	.error-404 .search-field, 
.no-results .search-field{
	width: 50%;
}
	.widget_search .search-submit {
		margin-top: 20px;
	}
	
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

	.site-header {
		
		position: relative;
		left: 0;
		width: 100%;
		z-index: 1000;
		background-color: transparent;
		padding: 5px 0;  /*4-11-23*/
		-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;
	}
	
	.site-header.float-header {
		/*gradient*/
		
		background: #FDFCFF;
	   	
		background: -moz-linear-gradient(-45deg, #FDFCFF 2%, #7CB9E8 40%, #00112B 100%);
		background: -webkit-linear-gradient(-45deg, #FDFCFF 2%, #7CB9E8 40%, #00112B 100%);
		background: linear-gradient(115deg, #FDFCFF 2%, #7CB9E8 40%, #00112B 100%);
		box-shadow: 1px 1px 1px #888888;
		border-radius: 2px;
		padding: 5px;
		
	}
   .head-wrap.banner-background{  
	   opacity: 1;
	   padding-top: 1%;
       padding-right: 10px;
       padding-bottom: 4%;
       padding-left: 20px;
	
	   
    }
    

	.site-header.sticky {
		position: fixed;
		
		top: 0;
		padding: 0;
	}

	/* navigation */
	#site-navigation {
		display: block;
		float: right;
		
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;
	}
	#site-navigation ul {
		list-style: none;
		margin: 0;
		
	}
	#site-navigation li {
		float: left;
		/*padding: 0 18px;*/
	}
	#site-navigation ul ul li {
		padding: 2px;
	}	
	#site-navigation ul li a {
		
		position: relative;
		display: block;
		font-size: 20px;
		font-family: Rubik, arial, helvetica, sans-serif;
		/*color: #ebedf8;*/
		/*color:#2c2d31;*/
		color:#fff;
		font-weight: 200;
		/*text-decoration-style: solid;
		text-decoration-color: #080e85;
		outline: focus;*/
		text-shadow: 1px 1px 1px #006799;
		padding: 0px 12px 0px 12px;
		/*background-color:rgba(0, 17, 43, 0.1);*/
		
	}
      #site-navigation ul li a:hover{
		  border-radius:6px;
		background-color: #fff;
		color: #00acee;
	}
	
	/*#site-navigation ul li a hover {
		color: #89a7d3;
		background-color:rgba(0, 17, 43, 0.5);
	}*/
	#site-navigation ul ul a {
		width: 180px;
		font-family: verdana, arial, helvetica, sans-serif !important;
	}
	#site-navigation > ul > li:last-child {
		padding-right: 0;
	}
	#site-navigation ul li {
		position: relative;
	}
	#site-navigation ul li ul {
		width: 180px;
		position: absolute;
		top: 100%;
		left: initial; 
		opacity: 0;
		visibility: hidden;
		-webkit-border-radius: 0 0 2px 2px;
		   -moz-border-radius: 0 0 2px 2px;
			 -o-border-radius: 0 0 2px 2px;
				border-radius: 0 0 2px 2px;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
		color: #668DCF;/*test*/
	}
	#site-navigation ul li ul ul {
		top: 0;
	}
	#site-navigation ul li ul:after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
	}
	#site-navigation ul li ul ul:after {
		top: 0;
	}
	#site-navigation ul li ul li ul {
		left: 100%;
	}
	#site-navigation ul {
		padding: 0;
	}
	#site-navigation li:hover > ul { 
		border-radius:6px;
	    opacity: 1;
	    padding-top: 0;
	    margin: 0;
	    visibility: visible;
	    left: auto;
	    display: block !important;
		background-color: #fff;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
		color: #8d99d6;/*test babyblue*/
		
	}
	#site-navigation li:hover > ul ul {
		padding-top: 0;
		left: 100%;
		background-color:rgba(0,0,0,0);
	}
	#site-navigation ul ul {
		z-index: 99999;
		background-color:rgba(0,0,0,0);
	}
    #site-navigation ul:hover {
	    background-color:rgba(0,0,0,0);
    }
	#site-navigation ul ul li a {
		border-radius:6px;
		color: #65829a;/*test lighter babyblue*/
		display: block;
		line-height: 100%;
		text-decoration:none;
		/*background: #668DCF;*/
		padding: 2%;
		
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
	}
	#site-navigation ul ul li:hover > a {
		background-color:rgba(0,0,0,0);
		/*color: #fff;test lighter babyblue*/
		color: #00acee;
	}
	
   #site-navigation ul li a:hover{
		color: #00acee;
	}

	/* Icons */
	#site-navigation ul li::before {
		font-family: 'Rubik', sans-serif;
		color: #0f245ffa;
		float: left;
		margin: 5px 5px 0 0;
		font-size: 18px;
		line-height: 1;
		font-weight: 400;
	}
	#site-navigation ul li a {
		float: left;
	}
	#site-navigation ul ul li:before {
		content: '';
		margin: 0;
		-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
			transition: all 0.3s ease;
	}
	
	/* Header contact info */
	
	.header-contact{
		padding: 15px 0;
		font-size: 18px;
	}
	.header-contact span{
		margin-right: 10px;
	}
	
	.header-contact .fa{
		margin: 0 10px;
	}
	/*Owl*/
	#banner-slider .item img.back{
		display: block;
		width: 100%;
		
	}
	/*Ready Set Go Background*/
	.banner-btn-div a{
		background-color:rgba(0, 17, 43, 0.75);
		border:none;
	    margin:0;
	}
	
/*--------------------------------------------------------------
Mobile navigation  Hamburger Menu
--------------------------------------------------------------*/
	#site-navigation-mobi {
		display: block;
		padding-left:5%;  /*50px*/
		padding-right:5%;
		margin-top:1%;
		margin-left:2%;
		margin-right:2%;
		width: 88%;
		position: absolute;
		top:2px;
		background-color: rgba(0, 16, 41, 0.89);
		z-index: 1000;
		border-radius: 5px;
	}
	#site-navigation-mobi ul {
		display: inline;
		list-style: none;
		
		/*margin: 0;*/
		padding-left: 5%;
		padding-right: 2%;
	}
#site-navigation-mobi ul.menu {
	
	padding: 0 2%;
}
	#site-navigation-mobi ul li {
		margin:0;
	
		position: relative;
		text-align: left;
		padding-left:20px;
		padding-right:20px;
		border-bottom: 1px solid #090c11;
		cursor: pointer;
	}
	#site-navigation-mobi ul > li > a {
		display: block;
		text-decoration: none;
		padding: 1% 0;
		line-height:40px;
		color: #fff; /*#090c11;*/
	}
     #site-navigation-mobi ul > li > a:hover, a:focus, a:active{
		
		/*color: #fff;*/
		color: #00acee;
	}
	#site-navigation-mobi ul ul {
		top: 80%;
		left: 0;
		z-index: 2000;
		position: relative;
		padding: 0;
	}
	
	#site-navigation-mobi ul ul > li > a {
		display: block;
		text-decoration: none;
		
		border-top-color: rgba(255,255,255,0.1);
		-webkit-transition: all 0.2s ease-out;
		   -moz-transition: all 0.2s ease-out;
		     -o-transition: all 0.2s ease-out;
		        transition: all 0.2s ease-out;
	}
	#site-navigation-mobi > ul > li > ul > li:first-child a {
		border-top: none;
	}
	#site-navigation-mobi ul ul > li > a:hover {
		
		/*color: #fff;*/
		color: #00acee;
	}
   
	#site-navigation-mobi > ul > li > ul > li.active > a {
		border-radius:5px;
		color: #fff;
	}
	#site-navigation ul li {
		
		position: relative;
		padding: 10px;
		margin: 4px;
	}
	#site-navigation ul li ul li {
		margin: 0px;
	}
    div.btn-menu.active{
	     background-color:rgba(0,0,0,0);
	
    }
   
/*line under menu"*/
	/*#site-navigation ul li::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 0px;
	margin-top:15px;
	margin-bottom:10px;
    background-color: #00acee;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	}
	#site-navigation ul li:hover::before{
		width:100%;
	}
	#site-navigation ul li ul li::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 0px;
    background-color: #668DCF;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	}
	#site-navigation ul li ul li:hover::before{
		width:100%;
	}*/
		
	.btn-menu {
		font-size: 30px;
		font-family: 'FontAwesome';
		color: #00acee;
		/*color: #8d99d6;*/
		cursor: pointer;
		display: none;
		/* float: right; */
		margin-top: 10px;
		width:100%;
		text-align: center;
		text-shadow: 1px 1px 1px black;
	}
	.btn-menu:before {
		content: "\f0c9";
	}
	.btn-submenu {
		background-color:rgba(0,0,0,0);
		position: absolute;
		color: #00acee;
		right: 20px;
		top: 0;
		font-family: 'FontAwesome';
		font-size: 20px;
		line-height: 45px;
		text-align: center;
		cursor: pointer;
		width: 100%;
		height: 30px;
	}
	.btn-submenu::before {
		background-color:rgba(0,0,0,0);
		content: "\f107";
		color: #fff;
	}
    .btn-submenu.active{
	   background-color:rgba(0,0,0,0);
     }
/* edit header position*/
	.header-content {
		position: relative;
		/*top: 80%;*/
        top: 23vw;
		left: 0;
		right: 0;
		text-align: center;
		z-index: 2;
		width: 100%;
		padding-top: 5px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header-content.other {
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}
	.slider-content{
		position: absolute;
		right: 0;
		left: 0;
		top: 50%;
		text-align: center;
		z-index: 2;
		width: 100%;
		padding-top: 5px;
		-webkit-transform: translateY(-50%);
		-moz-transform   : translateY(-50%);
		-ms-transform    : translateY(-50%);
		-o-transform     : translateY(-50%);
		transform        : translateY(-50%);
	}
	.owl-prev{
		position: absolute;
		top: 50%;
		left: 0;
	}
	.owl-next{
		position: absolute;
		top: 50%;
		right: 0;
	}
	.owl-prev,
	.owl-next {
		color: #fff !important;
	}
	.owl-pagination{
		position: absolute;
		width: 100%;
		bottom: 0;
	}
	.owl-theme .owl-controls{
		margin-top: 0 !important;
	}
	.carousel-caption {
		bottom: unset;
	}
	
	#wp-custom-header-video-button{
		position: absolute;
		top: 50%;
		left: 50%;
		border-radius: 100%;
		height: 50px;
		width: 50px;
		padding: 0;
		background: rgba(0,0,0,0.6);
		color: #fff;
		border: none;
		opacity:0;
	}
	#wp-custom-header:hover #wp-custom-header-video-button{
		opacity:1;
	}
	/* .admin-bar .site-header, .admin-bar .site-header.float-header {
		top: 32px;
	} */
	/* .admin-bar .site-header, .admin-bar .site-header.float-header {
		top: 0px;
	} */
/* Page Titles Large*/
.other-header .entry-title {
    color: #ffc100;
    font-weight: 300;
    margin:0;
	font-size: 24px;
	text-shadow: 1px 1px 1px #006799;
}
/*home navigation and breacrumb smaller*/
.breadcrumb{
	color: #ffc100;
	text-shadow: 1px 1px 1px #090c11;
	margin:0;
}

.divider-separator{
    border-top-style: solid;
    border-top-width: 2px;
    width: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
	text-shadow: 1px 1px 1px #006799;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
	
	.site-footer {
		/*background-color: #3b649f;
		 * border-top: 1px solid #939393;*/
		background-color: transparent;
		line-height: 35px;
		padding: 15px 0;
		
	}
	
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
	
	.to-top {
		position: fixed !important;
		right: 25%;
		bottom: -45px;
        background-color: #111111;
		color: #080e85;
		display: block;
		font-size: 22px;
		line-height: 35px;
		text-align: center;
		width: 40px;
		height: 40px;
		visibility: hidden;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		z-index: 9999;
		cursor: pointer;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px;
		border-radius: 2px;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	
	.to-top.show {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: visible;
		bottom: 11px;
		border-radius: 50%;
		line-height: 40px;
	}
	
	.to-top:hover {
		background-color: #00acee;
	}
	
/*--------------------------------------------------------------
Extrass
--------------------------------------------------------------*/
	
	/* Contact Buttons
-------------------------------------------------------------- */
	.banner-button,

	.excerpt-button.special{
		position: relative;
		display: inline-block;
		font-family: Rubik, arial, helvetica, sans-serif;
		background-color:transparent;
		/*background-color:rgba(0, 17, 43, 0.75);*/
		font-size: 20px;
		line-height: 20px;
		font-weight: 400;
		padding: 10px 10px;
		/*color:  #090c11;   #090c11
		text-shadow: 1px 1px 2px white;
		background-color: rgba(0, 17, 43, 0.75);*/
		text-transform: uppercase;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
		
    	/*color: #bdc9ed;*/
		color:#bdc9ed;
    	cursor: default;
		
	}
	.banner-button:hover, 
	.excerpt-button.special:hover{
		color: #668DCF;
	}
	.banner-button.border {
		background-color: transparent;
		text-transform: uppercase;
	}
	.banner-button.border:hover {
		color: #fff;
	}
	.banner-button.border.text-white {
		color: #fff;
	}
	.banner-button.light {
		
		background-color: #fff;
		border: 1px solid #fff;
		color: #668DCF;
	}
	.banner-button.light:hover {
		color: #fff;
	}
	.banner-button.light.border {
		border: 1px solid #fff;
		background-color: transparent;
		color: #fff;
	}
	.banner-button.light.border:hover {
		border: 1px solid #668DCF;
		background-color: #668DCF;
		color: #fff;
	}
	.banner-button.dark {
		background-color: #668DCF;
		border: 1px solid #668DCF;
	}
	.banner-button.dark:hover {
		border: 1px solid #668DCF;
		background-color: transparent;
		color: #668DCF;
	}
	.banner-button.dark.border {
		border: 1px solid #668DCF;
		background-color: transparent;
		color: #668DCF
	}
	.banner-button.dark.border:hover {
		border: 1px solid #668DCF;
		background-color: #668DCF;
		color: #fff;
	}
	.banner-button, 
	.excerpt-button.special{
		background-color: #668DCF;
		border: 1px solid #668DCF;
		letter-spacing: 1px;
	}
	.more-button {
		display: table;
		margin: 50px auto 0;
		clear: both;
	}
	
/*--------------------------------------------------------------
Elementor and Beaver Builder
--------------------------------------------------------------*/

.page.elementor-page .page-wrap .content-wrapper,
.page.fl-builder .page-wrap .content-wrapper {
	width: 100%;
	padding: 0 15px;
}

.fl-widget .widgettitle {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 20px;
	color:fffff;
}

/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
	
	body {
		-ms-word-wrap: break-word;
		word-wrap: break-word;
		
       

	}
	
	.content-area .hentry {
		/*display: block;*/
		padding-top: 50px;
		padding-bottom: 20px;
       /*background-color: green;*/
	   
	}
	.content-area .hentry:first-child {
		padding-top: 0;
	}
	.content-area .hentry:first-child:after {
		height: 0;
	}
	.hentry .post-content {
		overflow: hidden;
	}
	.content-area .entry-thumb {
		margin-bottom: 30px;
	}
	.hentry .title-post {
		font-size: 20px;
		line-height: normal;
		padding-bottom: 10px;
		padding-top: 10px;
		margin: 0;
		text-align:center;
	}
	.hentry .meta-post {
		margin-bottom: 20px;
	}
	.single .meta-post {
		margin-bottom: 15px;
	} 
	.special .meta-post a{
		color: #5e5e5e;
		font-size: 13px;
	}
	.hentry .meta-post > span ,
	.hentry .single-meta > span {
		position: relative;
		margin-right: 18px;
	}
	.hentry .meta-post .cat-links {
		display: inline-block;
	}	
	.hentry .meta-post span:before {
		position: absolute;
		left: 0;
		top: 1px;
		font-family: 'Rubik';
		line-height: normal;
	}
	.hentry .meta-post span.comments-link:before {
		content:"\f086";
	}
	.hentry .meta-post span.cat-links:before {
		content:"\f114";
		top: 4px;
	}
	
	.hentry blockquote {
		background-color: #444;
		color: #fff;
		font-size: 15px;
		font-style: italic;
		line-height: 25px;
		margin-bottom: 30px;
		padding: 30px 35px;
		position: relative;
		
	}
	.fullwidth {
		width: 100%;
	}
	.error-404 {
		text-align: center;
	}
	.error-404 .page-content p {
		margin-bottom: 30px;
	}
	.masonry-layout {
		width: 100%;
		padding: 0;
	}
	.masonry-layout .hentry {
		width: 360px;
		margin: 15px;
		padding: 0;
	}
	.masonry-layout .post-wrap {
		padding: 0;
	}	
	.masonry-layout .hentry:after {
		width: 0;
		height: 0;
	}
	.blog-grid-button {
		font-size: 15px;
	}	
	.post.sticky{
		background: #eee;
		padding: 1px 30px 30px !important;
	}
	/* Blog pagination */
	.blog-pagination ul {
		width: 100%;
		text-align: right;
		list-style: none;
	}
	.blog-pagination ul li,
	.blog-pagination ul li a {
		display: inline-block;
		background-color: transparent;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		
	}
	.blog-pagination ul li {
		margin-left: 3px;
	}
.blog-pagination ul li.active,
/*link in blog*/

	.blog-pagination ul li:hover a {
		/*color: #c9c7d1;#6f7990 #bdc9ed*/
		color: #0f245ffa;
	}
	.default.content-area .hentry:after {
		display: none;
	}
	.default .hentry {
		border-bottom: 1px solid #ebebeb;
	}
	.default .hentry:last-of-type {
		border-bottom: 0;
	}
	.default .entry-header {
		margin-bottom: 30px;
	}
	.default .entry-title {
		font-size: 20px;
		font-weight: 500;
	}
	.default .entry-title a {
		color: #47425d;
	}
	.default .meta-post {
		margin-bottom: 10px;
	}
	.single .meta-post a,
	.default .meta-post a {
		font-size: 13px;
	}
	.single-meta,
	.single-meta a,
	.default .posted-on,
	.default .meta-post  a {
		color: #68647a;
	}
	.single .single-meta,
	.default .posted-on {
		font-size: 13px;
	}
	.single .single-meta .fa,
	.posted-on .fa,
	.byline .fa,
	.meta-post .fa{
		margin-right: 6px;
	}
	.single .single-meta {
		display: table;
	}
	.next-post-nav {
	float: right;
	width: 50%;
	text-align: right;
}

.prev-post-nav {
	float: left;
	width: 50%;
}

.single-post-nav {
	padding: 20px;
	margin: 20px 0;
	background: #eee;
	display: inline-block;
	width: 100%;
}

.entry-content {
	/*display: flow-root;
	display:block;
	background-color: transparent;*/
	background-color:green;
	padding:1px;
	/*text-align:center;
	align-content:center;
	 background: rgba(76, 175, 80, 0.5);  Green background with 30% opacity */
	/*test positioning 4/20/23*/
	 /*margin-left: -2vw;*/
    margin-right: -0.5vw;
    position: relative;
    top: 1%;
    right: 1%;
    /*width: 23vw;
    object-fit: cover;*/
	
	
}
.entry-content img{
	/*position:static;
	display:block;*/
	/*margin: 5%;
	 * align-content:center;
	padding:1px;*/
	/*background-color:black;*/
	/*border-radius: 50%;*/

	box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.5), 1px 4px 10px 1px rgba(0, 0, 0, 0.5);/*test image shadow*/
   /*test positioning 4/20/23*/
   /*margin-left: -2vw;*/
    /* max-width: 23vw; width: 23vw;*/
   /*positioning below allows for 4 images pers row*/
    object-fit: contain;
	/*object-fit: cover;*/
	width: 33vw;
    height: 16vw;    
    display: inline-block;

}	
.normal:img{
	padding:1px;
	background-color:black;
  	box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.3), 1px 4px 10px 1px rgba(0, 0, 0, 0.3);/*test image shadow*/
	border-radius: none;
}
/*body LINK */
.entry-content a{
	color: #0080b3;
	
}
.entry-content a:hover, a:focus, a:active{
	color: #66d4ff;
	
}

/*gallery of Business images*/
div.gallery{
    width:100%;
	height:auto;
	margin-top: 1%;
  	margin-bottom: 1%;
  	margin-right: 1%;
  	margin-left: 1%;
	
}
 .business:img{
   
	/*
	 * 
	 * 	display:block;
	margin-top: 10px;
  	margin-bottom: 10px;
  	margin-right: 1%;
  	margin-left: 0;
	padding:1px;
	background-color:black;
	border-radius: 50%;
	/*text-align:left;*/

	/*test positioning*/

	width: 100%;
    height: auto;
	border-radius: 6%;
}
/*.business:hover {
  border: 2px solid #fff;
}*/

div.desc {
  padding: 15px;
  text-align: center;
}
.responsive {
	margin-top: 2px;
  	margin-bottom: 5px;
  	margin-right: 5px;
  	margin-left: 5px;
	text-align:left;
  	float: left;
  	width: 13.99999%;
}
.responsive img{
	padding:1px;
	background-color:black;
  	box-shadow: 1px 2px 8px 1px rgba(0, 0, 0, 0.3), 1px 4px 10px 1px rgba(0, 0, 0, 0.3);/*test image shadow*/
	border-radius: 6%;
}


.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/****^^^gallery of Business images****^^*/
/* Corpworx alternative layout */

.special h2.title-post a{
	color: #668DCF;
}
.special .hentry .title-post {
	font-size: 22px;
}
.content-area.special .entry-thumb{
	margin-bottom: 0;
}
.content-area.special .blog-content-wrapper{
	padding: 30px;
	background-color: #F7F7F7;
}

/* Corpworx alternative layout end*/
	
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#comment-nav-above,
#comment-nav-below {
	display: inline-block;
	width: 100%;
	padding: 10px;
	background: #eee;
	margin: 20px 0;
}
.comments-area {
	margin-bottom: 60px;
}
.comments-title {
	margin: 0 0 30px 0;
	font-size: 24px;
}
.comments-area ol {
	list-style: none;
}
.comments-area ol {
	padding: 0;
}
.comments-area > ol.comments-list {
	margin: 0 0 20px 70px;
}

.comments-area .fn {
	color: #505050;
	font-style: initial;
	font-weight: 700;
}

.comments-area .comment-author .fn {
	color: #000;
	font-style: italic;
}

.comment-author .avatar {
	height: 60px;
	width: 60px;
	position: absolute;
	left: -70px;
}

.children .comment-author .avatar {
    height: 30px;
    left: -40px;
    width: 30px;
}

ol.children .children {
    padding-left: 2em;
}
.comment-metadata {
	font-size: 13px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.comment-form .form-submit {
    margin-top: 30px;
}
.comment-body {
	padding: 20px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #f3f3f3;
	background-color: #fff;
}
.reply {
	background-color: transparent !important;
	display: table;
	margin-top: 15px;
}
.comment-reply-link {
	font-size: 15px;
	line-height: 1;
	font-weight: 600;
	display: table;
}

.comment-meta{
    font-size: 14px;
}

.comment-author {
    position: relative;
}
.says{
	display: none;
}
.comment-meta a {
	color: #c7c7c7;
}
.comments-area a.url {
	color: #505050;
	text-decoration: none;
}

.comment-reply-title {
	font-size: 25px;
}
.comment-form input {
	width: 100%;
	max-width: 100%;
}
.form-submit input {
	width: auto;
}

.comment-author .avatar {
	border-radius: 100%;
}

.comment-respond {
	margin-top: 35px;
}

/*--------End Post slider--------*/

.wpcf7-form span, .wpcf7-form label{
	width: 100%;
}

.wp-custom-header iframe,
.wp-custom-header img,
.wp-custom-header video {
	display: block;
	height: auto;
	width: 100%;
}

.site-header .site-title{
	margin: 0;
}

.admin-bar .site-header.sticky {
    top: 32px;
}
/*Middle Header for not Home Pages*/
.other-header{
	margin-bottom:2%;
	height:1%;
	
}
.site-title a{
	font-size:30px;
}
/*Home Page Video*/


.vplayer div{
	position:relative;
	padding:25% 0 0 0;
	
}

/*Home Page Video End*/
/*Update Widget height*/
.page-wrap {
    padding-top: 0px;
    padding-bottom: 3px;
}



 /* Normal Image Gallery */
body.JTcontain {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}
div.JTcontain {
  text-align: center;
  padding: 2px;
  border: none;
  width: 100%;
  height: 100%;
  display: inline-block;
}

div.JTgallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*gap: 10px;*/
 	border: none;
	/*width: 100%;*/
	width: 23%;
    height: 3%;
	text-align: center;
	float: left;
}
div.JTgallery:hover {
  text-align: center;
 /* margin-left: -2vw;*/
  margin-right: -0.5vw;
  max-width: 23vw;
  position: relative;
  top: 1%;
  right: 1%;
  width: 23vw;
}
img.JTgallery:hover{
  text-align: center;
 /* margin-left: -2vw;*/
  margin-right: -0.5vw;
  max-width: 23vw;
  position: relative;
  top: 1%;
  right: 1%;
  width: 23vw;
  object-fit: contain;
}
.JTgallery img {
    width: 23vw;
    height: 16vw;    
    object-fit: cover;
    display: inline-block;
}

div.JTdesc {
  padding: 5px;
  text-align: center;
}


.container {
  font-size: $base-font-size;
  line-height: $base-line-height;
	text-align: center;
  margin: 0 0;
	/*large screen content window w/26.7 = mw*/

	
	@media (min-width: 760px) {
      margin: 0 0;
	  max-width: 57em;
	  width: 57em;
		font-size: 0.75em;
		color:blue;
  }
@media (min-width: 900px) {/*good 1008*/
    margin: 0 0;
	  max-width: 55em;
	  width: 55em;
	font-size: 1em;
	color:purple;
	
  }
@media (min-width: 1040px) {
    margin: 0 0;
	  max-width: 44em;
	  width: 44em;
	font-size: 1.5em;
     color:red;
  }
@media (min-width: 1180px) {/*good*/
    margin: 0 0;
	  max-width: 44em;
	  width: 44em;
	font-size: 1.5em;
	color:pink;
  }
@media (min-width: 1390px) {/*good*/
    margin: 0 0;
	  max-width: 54em;
	  width: 54em;
	font-size: 1.5em;
	color:yellow;
  }
@media (min-width: 1600px) {
	max-width: 55em;
	  width: 55em;
	margin: 0 0;
	font-size: 1.75em;
	color:brown;
  }
@media (min-width: 1800px) {/*good*/
	max-width: 57em;
	  width: 57em;
	margin: 0 0;
	font-size: 1.75em;
	color:brown;
  }
@media (min-width: 2000px) {/*good 2205*/
	max-width: 63em;
	  width: 63em;
	 margin: 0 0;
	font-size: 2em;
    color:grey;
  
@media (min-width: 2400px) {
	max-width: 65em;
	  width: 65em;
	 margin: 0 0;
	font-size: 2em;
    color:green,
  }
@media (min-width: 3000px) {
	max-width: 95em;
	  width: 95em;
	 margin: 0 0;
	font-size: 2em;
   color:yellow;
  }
@media (min-width: 3600px) {  
	max-width: 100em;
		width: 100em;
	margin: 0 0;
	font-size: 2.5em;
   color:orange;
  }
@media (min-width: 4000px) {
	max-width: 100em;
		width: 100em;
    margin: 0 0;
	font-size: 3em;
    color:blue;

  }
@media (min-width: 5000px) {
	max-width:105em;
		width: 105em;
    margin: 0 0;
	font-size: 3em;
    color:green;
  }
@media (min-width: 6000px) {
	max-width: 115em;
		width: 115em;
    margin: 0 0;
	font-size: 3em;
    color:black;

  }
	
@media (min-width: 7000px) {
	max-width: 125em;
		width: 125em;
    margin: 0 0;
	font-size: 3em;
    color:red;
  }
@media (min-width: 8000px) {
	max-width: 130em;
		width: 130em;
    margin: 0 0;
	font-size: 3em;

  }
}


