/*
	Theme Name: Soteriacitygospel Theme
	Theme URI: http://www.studiopress.com/
	Description: This is the genesis child theme created for Soteriacitygospel.
	Author: Stature Marketing
	Author URI: http://www.staturemarketing.com/

	Template: genesis

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap');
html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-style: 18px;
	font-size: 1.8rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #1d2252;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 35px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
    font-size: 1.4em;
    color: #1d2252;
    line-height: 1.4em;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 50px;
	font-size: 5rem;
	height: 0;
	left: -30px;
	position: relative;
	top: 10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 41px;
	font-size: 4.1rem;
	font-weight: 700;
}

h2 {
	font-size: 33px;
	font-size: 3.3rem;
	font-weight: 700;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
    font-weight: 700;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,

.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Kitchen Sink Page Styles
--------------------------------------------- */

/*.entry {
    padding: 40px 40px;
}*/
.error404 .entry {
    max-width: 900px;
    margin: 0 auto;
}

.content h1, .content h2 {
    color: #1d2252;
    margin-bottom: 25px;
}
.content h3 {
    /* margin-bottom: 25px; */
    font-size: 30px;
    font-family: 'Kanit', sans-serif;
/*    font-weight: 600;
*/}
a.link-button {
	color: #1d2252;
	text-decoration: none;
	font-weight: 700;
}
a.link-button:after {
    content: "\f054";
    font-family: FontAwesome;
    margin-left: 5px;
    font-size: 13px;
    position: relative;
    top: -1px;
}
a.link-button:hover {
	color: #e04800;
}
a.link-button:hover:after {
    margin-left: 8px;
	transition: all .2s ease-in-out;
}
a.link-button.border {
    padding: 8px 18px;
    border: solid 1px;
    margin: 10px 0;
    display: inline-block;
    border-radius: 13px;
}
a.link-button.border:hover {
	background: #1d2252;
	color: #fff;
}
.single .headercontent_full h1 {
	text-transform: none;
	line-height: 1;
}
.single-cat-date {
    text-transform: uppercase;
    font-size: 18px;
}
.blue .content h1, .blue .content h2, .blue a.link-button {
    color: #0693bb;
}
.blue a.link-button:hover {
    color: #0a7a9a;
}
.blue a.link-button.border:hover {
    background: #0693bb;
    color: #fff;
}

/* Responsive Embeds
--------------------------------------------- */
.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #1d2252;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Gravity Forms */

.gform_wrapper {
    max-width: 700px !important;
    margin: 0px auto !important;
    background: #f7f7f7;
    padding: 20px 4%;
    border: solid 2px #f1f1f1;
	font-size: 14px;
}
.gform_confirmation_wrapper {
	max-width: 700px !important;
    background: #f7f7f7;
    padding: 20px 4%;
    border: solid 2px #f1f1f1;
	font-size: 18px;
	font-weight: 700;
}
#gform_wrapper_1 {
	margin-top: 0 !important;
}
.gform_wrapper h3.gform_title {
    font-size: 30px !important;
}
.gform_wrapper .gform_footer {
    margin: 0 !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	width: 100% !important;
	font-weight: 14px !important;
	text-transform: uppercase;
}
.gform_wrapper div.validation_error {
    color: #1d2252 !important;
    border-top: 2px solid #1d2252 !important;
    border-bottom: 2px solid #1d2252 !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(242, 101, 34, 0.08) !important;
    border-top: 1px solid #1d2252 !important;
    border-bottom: 1px solid #1d2252 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #1d2252 !important;
}
.gform_wrapper .validation_message {
    color: #252525 !important;
}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: 1px solid #1d2252 !important;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
    padding-top: 50px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 840px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 620px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 340px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 200px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 40px 10px 20px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

h1.archive-title {
	font-size: 40px;
    font-size: 4rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 10px;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #1d2252;
}

.widget-title {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 20px;
    font-weight: 100;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone, .alignnone {
    margin-left: -45px;
    margin-right: -45px;
    max-width: calc(100% + 90px);
    width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 45px 10px -45px;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 -45px 10px 45px;
}

.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 100;
    margin: 5px 2% 30px;
    font-style: italic;
    color: #717171;
    line-height: 1.4em;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #1d2252;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
   /* background: rgba(0, 0, 0, 0.49);*/
     background: #fff;
    transition: all 0.4s ease-in-out;    
}
/*.admin-bar .site-header {
    /*top: 32px;*/
    /*background: rgba(242, 242, 242, 0.76);
}*/


/*.error404 .site-header, .post-type-archive-products .site-header, .single-products .site-header, .blog .site-header, .category .site-header, .page .site-header {
	background: rgba(0,0,0,0.9);
}*/
/*.home .site-header, .page-with-header .site-header, .page-template-page-services .site-header {
	background: none;
}
*/
.site-header .wrap {
	padding: 0px 30px;
	width: 100%;
	max-width: 100%;
}

.nav-primary .wrap {
	padding: 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 280px;
}

.header-image .title-area {
    margin: 0 auto;
    max-width: 100px;
    padding: 0;
}
.header-image .site-title > a {
	/*background-position: center !important;*/
	background-size: contain !important;
	float: left;
	min-height: 70px;
	width: 100%;
	background-image: url('images/logo-light.png');
	background-repeat: no-repeat;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.nav-primary .wrap {
	padding: 0;
}

.genesis-nav-menu {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	float: right;
	margin-bottom: 0px;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
    color: #000;
    /*font-weight: 900;*/
    text-decoration: none;
    /*text-transform: uppercase;*/
    display: block;
    padding: 6px 3px;
    margin: 20px 10px;
    border-bottom: solid 2px rgba(255,255,255,0);
    font-size: 15px;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #1d2252;
	border-bottom: solid 2px;
	text-decoration: none!important;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
    opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	z-index: 200;
	width: 200px;
}

.genesis-nav-menu .sub-menu a {
	background-color: rgba(0,0,0,0.9);
	border: 1px solid #000;
	border-top: 0;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 15px;
	position: relative;
	word-wrap: break-word;
	margin: 0;
	width: 200px;
}
.genesis-nav-menu .sub-menu a:hover {
	background: #000;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    opacity: 1;
    right: auto;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* Sticky Menu
--------------------------------------------- */
.sticky .site-header {
    /* background: rgba(0,0,0,0.9); */
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
        box-shadow: 0 1px 8px 0 rgba(2, 3, 3, 0.3);

}
.sticky.admin-bar .site-header {
    top: 32px;
   /* background: rgba(208, 207, 207, 0.95);*/
}
.sticky.header-image .site-title > a {
    min-height: 55px;
    width: 80%;
    transition: all 0.4s ease-in-out;
}
.sticky .genesis-nav-menu a {
	margin-top: 13px;
    margin-bottom: 12px;
	transition: all 0.4s ease-in-out;
}
.sticky .genesis-nav-menu .sub-menu a {
	margin: 0px;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	float: left;
}
.site-footer .genesis-nav-menu li {
	display: block;
}
.site-footer .genesis-nav-menu a {
    padding: 0px 0;
    margin: 0;
    color: #242424;
    font-size: 15px;
    border: none;
    padding-left: 20px;
    position: relative;
}
.site-footer .genesis-nav-menu a:hover, .site-footer .genesis-nav-menu a:focus {
    border: none;
    color: #ffb92a;
}
.menu-legal-menu-container {
    display: inline-block;
}
#menu-legal-menu li {
    display: inline;
    margin-left: 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* Durobyte News Custom
--------------------------------------------- */

img.post-image {
    width: 100%;
}
.blog .content, .archive .content {
    margin-bottom: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog .entry:first-of-type, .archive .entry:first-of-type {
    width: calc(100% - 20px);
}
.blog .entry, .archive .entry {
    width: calc(50% - 20px);
    vertical-align: top;
    margin: 0 10px 20px;
    padding: 0;
    text-align: left;
    background: #f7f7f7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    border: solid 1px #dedede;
}
.blog .entry-content, .archive .entry-content {
    padding: 15px 30px 35px;
    font-size: 15px;
}
.blog .entry-meta, .archive .entry-meta, .blog .entry-meta a, .archive .entry-meta a {
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	font-size: 95%;
}
.blog .entry:first-of-type h2.entry-title, .archive .entry:first-of-type h2.entry-title {
	font-size: 3.6rem;
}
.blog h2.entry-title, .archive h2.entry-title {
    font-weight: 600;
    margin: 7px 0 12px;
    line-height: 1.1;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
}
.blog .entry p, .archive .entry p {
	margin-bottom: 0;
}
.cont-reading a {
    display: inline-block;
    text-decoration: none;
    border-bottom: solid 2px;
    color: #333;
    margin-top: 10px;
    font-weight: 600;
}
.cont-reading a:hover {
	color: #1d2252;
}

/* Case Studies Custom Meta */

.case-studies-header-wrap {
    background: #fbfbfb;
    border: solid 1px #eaeaea;
    padding: 25px 40px 0;
    margin: -20px -40px 40px;
}
h3.case-heading {
    border-bottom: solid 3px;
    margin-bottom: 12px;
    display: inline-block;
    line-height: 1.5;
    color: #1d2252;
    font-size: 2.2rem;
}
.case-studies-header ol, .case-studies-header ul {
    margin-left: 21px !important;
}
.case-studies-header li {
	margin-bottom: 5px;
}


/* ## Entries
--------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: none;
}
.entry-content ul > li:before {
    content: "\f054";
    font-family: FontAwesome;
    margin-right: 12px;
    font-size: 12px;
    position: relative;
    top: -1px;
    margin-left: -21px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: inline-block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #1d2252;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 70px;
}

.sidebar .widget {
	padding: 40px;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
       background-color: #E8E8E8;
       /* background-color: #383737;*/
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    padding: 60px 0 20px;
    text-align: center;
}
.site-footer {
	color: #bcbcbc;
}

.site-footer a {
    color: #353535;
    text-decoration: none;
    padding-left: 20px;
}
.site-footer a:hover {
	text-decoration: none;
	color: #ffb92a;
}

.site-footer p {
    margin-bottom: 0;
    color: #353535;
}

.ft-left, .ft-middle, .ft-right {
   /* width: 26%;*/
   /* padding-right: 80px;*/
    text-align: left;
    line-height: 1.4em;
   /* display: inline-block;*/
    vertical-align: top;
}
.ft-left {
	/*width: 35%;*/
}

.ft-left img {
    margin-bottom: 10px;
}

.footer-address {
    margin-bottom: 10px;
}

.footer-bottom {
    border-top: solid 1px #fff;
    margin-top: 30px;
    padding-top: 15px;
}

.fb-right {
    text-align: left;
    font-size: 13px;
    line-height: 1.4em;
}

.fb-left {
    float: right;
    float: right;
    font-size: 23px;
}

.fb-left a {
    padding: 8px;
    background: #353535;
    width: 38px;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
}
.fb-left a.fa-facebook:hover  {
    background: #365a99;
}
.fb-left a.fa-twitter:hover  {
    background: #21a6e0;
}
.fb-left a.fa-instagram:hover {
    background: #2e669a;
}

.fb-left a:hover {
	color: #fff;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

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

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

}


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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	img.alignnone, .alignnone {
    	margin-left: 0px;
    	margin-right: 0px;
    	max-width: 100%;
	}

	a.alignleft,
	img.alignleft,
	.wp-caption.alignleft {
	    margin: 0 24px 10px 0px;
	}

	a.alignright,
	img.alignright,
	.wp-caption.alignright {
		margin: 0 0px 10px 24px;
	}

	.genesis-nav-menu {
    	font-size: 16px;
    	font-size: 1.6rem;
    }
    .genesis-nav-menu a {
    	margin-left: 4px;
    	margin-right: 4px;
    	font-size: 14px;
    }

}

@media only screen and (max-width: 1023px) {
.bg-item h2 br {
    display: none;
}
	.genesis-nav-menu, .site-description, .site-header .title-area, .site-header .widget-area, .site-title {
    text-align: center;
/*    max-width: 250px;
*/}

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-image .title-area {
		float: left;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

}

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

	.ft-left, .ft-middle {
		width: 49%;
	}
	.ft-right {
        display: none;
    }
    .clickarea {
        text-align: right;
		margin-top: 32px;
  	 	height: 20px;
  	 	z-index: 6000 !important;
    }
    .sticky .clickarea {
    	margin-top: 20px;
    	margin-right: 15px;
		transition: all 0.4s ease-in-out;
	}
    .nav-primary {
        transition: all 500ms ease-in-out;
        display: block;
        position: fixed;
        top: 0px;
        right: -3000px;
        width: 100%;
        min-height: 80vh;
         background: #8e8c8c;
		/*background: url(images/logo-light.png) no-repeat #8e8c8c;*/
    	padding: 50px 20px 0;
    	z-index: 1000;
    	background-size: 224px;
    	background-position: 20px 15px;
    }
    .nav-primary .genesis-nav-menu {
    	float: none;
    	    margin-top: 25px;
    }
    .nav-primary.menu-open {
        right: 0px;
    }
    .responsive-menu-icon, .responsive-menu-icon:before, .responsive-menu-icon:after {
        cursor: pointer;
        border-radius: 10px;
        height: 3px;
        width: 26px;
        background: #101f57;
        display: inline-block;
        content: '';
        margin: 0;
        position: relative;
        z-index: 10001 !important;
    }
    .responsive-menu-icon:before {
        top: -8px;
    }
    .responsive-menu-icon:after {
        top: -24px;
    }
    .responsive-menu-icon, .responsive-menu-icon:before, .responsive-menu-icon:after {
        transition: all 500ms ease-in-out;
    }
    .active .responsive-menu-icon {
        background-color: transparent;
    }
    .active .responsive-menu-icon:before {
        top: -9px;
        transform: rotate(45deg);
    }
    .active .responsive-menu-icon:after {
        top: -33px;
        transform: rotate(-45deg);
    }
    .responsive-menu ul.sub-menu {
        display: block !important;
        margin-bottom: 15px;
    }
    .responsive-menu .menu-item {
        display: block;
        margin: 0;
    }
    .responsive-menu .menu-item:last-child{
    	display: inline-block!important;
    	float: left;
    }
    .responsive-menu .menu-item:hover {
        position: static;
    }
    .responsive-menu .sub-menu li a {
        background: none;
        line-height: 1;
        padding: 3px 0px !important;
        text-decoration: none;
        text-transform: uppercase;
    }
    .responsive-menu a {
        line-height: 1;
        padding: 10px 0;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        color: #fff;
        margin: 0 auto !important;
        letter-spacing: 0;
        border: none;
    }
    .responsive-menu .sub-menu {
        background: none;
        border: none;
        left: auto;
        opacity: 1;
        position: relative;
        z-index: 99;
    }
    .responsive-menu .sub-menu li a {
        border: none !important;
        position: relative;
        width: 100%;
        font-weight: 300;
    }
    .responsive-menu a:hover, .responsive-menu .current-menu-item a,
    .responsive-menu .sub-menu .current-menu-item > a:hover,
    .responsive-menu .sub-menu li a:hover {
        color: #f4632e;
        border: none;
    }

}

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

	body > div {
		font-size: 1.5rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	h1 {
    	font-size: 31px;
    	font-size: 3.1rem;
    	line-height: 1.1em;
	}
	h2 {
    	font-size: 26px;
    	font-size: 2.6rem;
    	line-height: 1.1em;
	}
	h3 {
    	font-size: 22px;
    	font-size: 2.2rem;
    	line-height: 1.1em;
	}

	.site-inner {
		padding: 80px 5% 5%;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 0;
	}

	.sidebar .widget, .entry {
		padding: 0;
	}

	.sidebar {
		margin: 0 0 40px;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	blockquote {
	margin: 20px 10px;
    font-size: 1em;
    color: #1d2252;
    line-height: 1.4em;
	}

	.ft-left, .ft-middle, .fb-left, .ft-right {
		width: 100%;
	}
	.footer-description, .ft-right, .ft-middle h3 {
		/*display: none;*/
	}
	.ft-middle {
		font-size: 16px;
	}
	.fb-left {
		margin-bottom: 15px;
		margin-top: 0;
		text-align: left;
	}
	.fb-right {
		font-size: 14px;
		line-height: 1.8em;
	}
	#menu-legal-menu li {
    	margin-left: 0px;
    	margin-right: 10px;
	}
	.entry-content ol, .entry-content ul {
    	margin-left: 15px;
	}
	.case-studies-header-wrap {
    	background: none;
    	border: none;
    	padding: 0;
    	margin: 0
	}

}
@media only screen and (max-width: 780px) {
	.sticky.admin-bar .site-header, .admin-bar .site-header  {
    	/*top: 40px;*/
	}
	.archive-description, .author-box {
    	padding: 10px 0px 20px;
	}
	h1.archive-title {
    	font-size: 30px;
    	font-size: 3rem;
	}
	.blog .entry, .archive .entry {
    	width: 100% !important;
    	margin: 0 0 10px 0 !important;
    	padding: 0 0 10px;
    	background: none;
    	border: none;
	}
	.blog .entry-content, .archive .entry-content {
    	padding: 15px 0px 30px;
    	font-size: 15px;
	}
}
@media only screen and (max-width: 600px) {
	.sticky.admin-bar .site-header {
    	top: 0px;
	}
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/*--25-06-2020--*/
.heading-set {
    max-width: 1000px;
    margin: 0 auto 20px;
    font-weight: 600;
    font-size: 18px;
    
}
  .video-sec {
  	   
  	    padding: 60px 0px;
  	   position: relative;
    z-index: 100;
  }
  .video-content p {
    color: #000;
   
} 
.you-content {
	       font-style: normal;
    margin-top: 10px;
    border: 1px solid #000;
    border-radius: 2px;
    padding: 10px 17px 12px;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    position: relative;
    display: inline-block;
}
.video-content p {
    margin-bottom: 10px;
}

.latest-event {
    background: url(images/event-banner.jpg) no-repeat;
    padding: 70px 0;
    position: relative;
    background-size: cover;
    min-height: 270px;
    position: relative;
}
.latest-event:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(27, 39, 87);
    opacity: 0.9;
}
.event-detail h1 {
    color: #fff;
    margin-bottom: 0px;
}
.event-detail p {
    color: #fff;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 600;
}
.click-btn {
	  font-style: normal;
    margin-top: 10px;
    /*border: 1px solid #fff;*/
     background: #ffb92a!important;
    border-radius: 2px;
    padding: 10px 25px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    position: relative;
    display: inline-block;
    font-weight: 600!important;
}
.click-btn:hover {
	background: #000!important;
    color: #fff;
    text-decoration: none;
    
}
.click-fix {
	  padding: 10px 25px!important;
}
/*--contact page css--*/

.cta-area {
    padding-top: 105px;
    padding-bottom: 105px;
}
.cta-bg-1 {
    background-image: url(images/bg-slide1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.form_txt {
    background: rgba(255, 255, 255, 0.81);
    position: relative;
}
.ad_box {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 400px;
    width: 100%;
}
.txt_row {
    margin-bottom: 12px;
    vertical-align: top;
}
.ad_box p {
    color: #161622;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    padding: 0 0 0 70px;
    text-align: left;
    font-weight: 600;
}
.ad_box p i {
    background: #14205d  none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    height: 46px;
    line-height: 45px;
    text-align: center;
    width: 46px;
}
.ad_box p span {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
    display: inline-block;
    margin-bottom: 10px;
}
.ad_box h3 {
    color: #14205d;
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: 600;
}
.form-group {
    margin-bottom: 1.6rem!important;
}
.pd0 {
    padding: 0 !important;
}
.form-content {
    background: rgba(0, 64, 128, 0.74);
    padding: 47px 34px;
}
.sent_us {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
}


.form-control {
    height: 50px !important;
    background: #fff !important;
    color: #000000 !important;
    font-size: 15px!important;
    border-radius: 0px!important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1)!important;
    padding: 10px 20px!important;
}
textarea.form-control {
    height: inherit !important;
}
textarea {
    overflow: auto;
    resize: vertical;
}


.slider-for .banner {
    position: relative;
    height: 600px;
    background-size: cover;
    background-position: center;
    z-index: 100;
}
.partner-main {
    padding: 60px 0;
}
.solution-main h2, .partner-main h2 {
    font-size: 30px;
    display: block;
    font-weight: 700;
    color: #242424;
    text-transform: uppercase;
    /*letter-spacing: 2px;*/
    margin-bottom: 0!important;
    padding-bottom: 10px;
    margin-top: 65px;
}
.bg-laptop {
    width: 100%;
    max-width: 100%;
    /* padding-bottom: 41%; */
    padding-top: 0;
    /* height: 0; */
    z-index: 0;
    min-height: 86vh;
     /* min-height: 72vh;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.bg-laptop:after {
    background: url(images/phone-png-31.png);
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 10;
    background-size: 100%;
    pointer-events: none;
}
.imges {
    position: absolute;
    width: 19%;
    /* float: left; */
}
.items-img {
    margin: 0 auto;
    position: relative;
    top: 61px;
    z-index: 0;
    /* width: 94%!important; */
    /* width: 70%!important; */
    width: 93%!important;
    /* right: 22px; */
}
.partner-item {
    height: 74vh;
   /* height: 63vh;*/
    /* display: inherit; */
}
/*.partner-box.owl-carousel{ width: 70%!important;
	margin:0 auto;
    z-index: 2!important;
        display: inherit!important;}*/
.owl-carousel {
   
    width: 100%;
    z-index: 2!important;
        display: inherit!important;
}
.owl-carousel {
    position: relative;
}
.slider-content {
    width: 76%;
    float: right;
}
.bg-item {
    padding: 35px 35px;
    position: relative;
    background: rgba(37, 37, 37, 0.11);
    margin-left: 34px;
    min-height: 380px;
}
.bg-item:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: rgba(37, 37, 37, 0.11)5;
    border-width: 36px;
    margin-top: -36px;
}
.bg-item:after, .bg-item:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ft-right h3 {
    color: #fff;
    font-size: 26px
}
.ft-middle h3 {
    color: #353535;
    font-size: 26px;
}
.footer-address i {
    background: #ffb92a;
    width: 35px;
    height: 35;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    font-size: 18px;
    line-height: 34px;
        margin-right: 10px;
       

}
.footer-address  span {
	      display: inline-block;
    vertical-align: text-top;
     color: #f5f4f4;
}
.footer-top h3 {
    font-weight: 600;
    margin-bottom: 20px;
}
.txt_row p a {
    color: #000;
}
.ft-middle ul li a:after {
    content: "\f105";
    left: 0;
    top: 0px;
    font-size: 17px;
    color: #353535;
    font-family: FontAwesome;
    position: absolute;
}
.ft-middle ul li {
	  position: relative;
	  line-height: 32px;
}
video#videoids{
    width: 100%;
}
.modal {
    display: none;
    position: fixed!important;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
/*.modal-content {
    background-color: transparent!important;
    margin: 5% auto!important;
     padding: 10px; 
    border: 0!important;
    width: 72%!important;
    position: relative!important;
}*/

.modal-content {
    background-color: transparent!important;
    margin: 5% auto!important;
    /* padding: 10px; */
    border: 0!important;
    width: 60%!important;
    position: relative!important;
    /* height: 298px; */
   /* max-width: 550px;*/
}
.close {
    color: #fff!important;
   padding: 10px 10px!important;
    font-size: 28px!important;
    font-weight: bold!important;
    margin-right: 20px!important;
    margin-bottom: 0!important;
    display: inline-block!important;
    position: absolute!important;
    right: -20px!important;
    opacity: 1!important;
    z-index: 10!important;
    background: #f26522!important;
}

.fot-detail p {
	font-weight: 600;
}
.watch-live {
    background: #ffb92a;
    border-radius: 100px;
}
.watch-live a {
    color: #fff;
    margin: 7px;
    border-radius: 100px;
    padding: 6px 8px;
}
.watch-live a:focus{
	color: transparent!important;
    border-bottom: solid 0px!important;
}
.watch-live:hover a{
	color: #fff!important;
	border-bottom:solid 2px #ffb92a!important;
}
.sticky .watch-live a {
    margin-top: 7px;
    margin-bottom: 7px;
    transition: all 0.4s ease-in-out;
}
.overview-container.text-center h1 {
    margin-bottom: 15px;
}
.getting h4 {
    font-weight: 600;
    color: #000;
}
.getting h4 a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
.getting p {
    margin-top: 10px;
}
.getting {
    margin-top: 15px;
}
.giving {
	   color: #152657;
     font-weight: bold;
}
.top-bg {
    background: #101f57;
    padding: 15px;
    color: #fff;
        z-index: 103;
    position: relative;
}
.covind-btn {
    background: #fff;
    border-radius: 100px;
    padding: 10px 16px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
}
.covind-btn:hover {
    background: #ffb92a;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.covind-btn a{
    text-decoration: none;
}
.live-ctn p {
    margin-bottom: 0px;
    margin-top: 12px;
}
.menu-text a {
	       color: #101f57!important;
    font-weight: bold;
    font-size: 16px;
}
.getting h4 {
    margin-top: 15px;
}
.slider-btn a {
	   font-style: normal;
    margin-top: 10px;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 10px 17px 12px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.slider-btn a:hover {
	      text-decoration: none;
}
.owl-item cloned {
	   width: 237px!important;
	   margin-right: 31px!important;
}
.content-mobile h2 {
    font-size: 30px;
    font-weight: 600;
}
a:focus {
	  outline: 0;
}
.content-mobile {
    margin-top: 135px;
}
/*.scucce {
	 margin-top: 135px; 
}*/
.seed-bg {
	      background-image: url(https://soteriacitygospel.org/wp-content/uploads/2020/07/82.jpg);
	      background-size: cover;
        background-position: center;
        min-height: 400px;
           
           margin: 0px 60px 60px 60px;

    
}
.seed-bg:before {
    /*background: #171f4b9c;*/
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}
.mt-top {
	  margin-top: 20px;
}
.video-content {
    text-align: center;
}
.Our-teach h3 {
    margin-bottom: 15px;
}
.set-img {
	     float: left;
        margin-right: 15px;
}
.tab-content-right h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}
.mt-20 {
	  margin-top: 20px;
}
.moral-top {
	   margin-bottom: 0px;
        font-size: 18px;
}
.tab-content-right h4 {
    font-size: 20px;
}
.mb-15 {
	  margin-bottom: 15px;
}
/*-- collaspe css--*/
/*a:hover,a:focus{
    text-decoration: none;
    outline: none;
}*/
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}
#accordion .panel-heading:before,
#accordion .panel-heading:after{
    content: "";
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 15px;
    left: 10px;
    transform: rotate(-3deg);
    z-index: -1;
}
#accordion .panel-heading:after{
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}
#accordion .panel-title a{
    display: block;
    padding: 15px 70px 15px 70px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #101f57;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f106";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 55px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    border-left: 2px solid #D11149;
    position: absolute;
    top: 0;
    right: 0;
}
#accordion .panel-title a.collapsed:before{ content: "\f107"; }
#accordion .panel-title a .icon{
    display: inline-block;
    width: 55px;
    height: 100%;
    border-right: 2px solid #101f57;
    font-size: 20px;
    color: rgba(0,0,0,0.7);
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
#accordion .panel-body{
    padding: 10px 20px;
    margin: 0 0 20px;
    border-bottom: 3px solid #d11149;
    border-top: none;
    background: #fff;
    font-size: 15px;
    color: #333;
    line-height: 27px;
}

.fa-heart:before {
    content: "\f004";
}
.mt-30 {
	  margin-top: 30px;
}
.ctx {
	    align-items: center;
      display: flex;
}
.get h4 a {
    font-size: 16px;
    color: #101f57;
    font-weight: 600;
    text-decoration: none;
}
.get p {
	  font-weight: 600;
}
.donation h3 {
    text-align: center;
    margin-bottom: 20px;
}
.mt-40 {
	  margin-top: 40px;
}
.belief-history h3 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.values ul li {
    font-size: 18px;
    font-weight: 600;
}
.values ul li span {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}
.leadeship h3 {
    margin-bottom: 20px;
}
.leadeship h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 15px;
}
.leadeship ul li {
    line-height: 30px;
}
.leadeship ul {
	  margin-left: 20px;
}
.mt-25 {
	  margin-top: 25px;
}
.w-100 {
    width: 100% !important;
}
.info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}
.info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}
.info-wrap .dbox .icon span {
    background: #101f57;
    width: 42px;
    height: 42px;
    border-radius: 100px;
    text-align: center;
    line-height: 41px;
    font-size: 17px;
    color: #fff;
}
.contact-add h4 {
    font-size: 20px;
    font-weight: 600;
}
.info-wrap .dbox .text {
    width: calc(100% - 50px);
    }
   .mt-15 {
   	  margin-top: 15px;
   } 

.info-wrap .dbox p {
    margin-bottom: 0;
    color: #666666;
}
.lalit p a {
    color: #666666!important;
}
.info-wrap h3 {
    margin-bottom: 15px;
}
.heading-section-2 h3 {
    margin-bottom: 15px;
}
.mt-50 {
	  margin-top: 50px;
}
select#exampleFormControlSelect1 {
    color: #7d7979!important;
}
.team-area .single-team .team-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.team-area .single-team .team-img img {
    width: 100%;
}
.team-area .single-team .team-caption {
    position: absolute;
    bottom: -30px;
    width: 100%;
    padding: 26px 30px 34px 30px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.team-caption {
     background: rgb(16 31 87);
}
.team-area .single-team .team-caption h3 {
    /*margin-bottom: 25px;*/
    line-height: 13px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.team-area .single-team:hover .team-caption {
       background: rgb(238 195 71 / 68%);
    bottom: -25px;
}
.our-team h3 {
      margin-bottom: 30px;
}
.links ul li a {
    color: #18a795;
    font-weight: 600;
}
.bg-color {
       background: #f7f7f7;
}
.links1 span {
    display: block;
    
}
.links1 {
    text-align: center;
    box-shadow: 0 0 20px #ddd;
    padding: 30px 20px
}
.links1:hover {
      box-shadow: 0 0 20px #bdbaba;
      background: #fff;
}
.links1 p {
    margin-bottom: 0px;
    color: #000;
}
.links1 i {
    font-size: 50px;
    color: #ff3d1c;
    margin-bottom: 10px;
}
.links1:hover i {
    color: #18a795;
}
.links1 a {
    color: #18a795;
    font-weight: 600;
}
.team-caption p {
    text-align: center;
    color: #fff;
}
.invest {
    text-align: center;
    background: #101f57;
    padding: 20px 12px;
}
.invest h3 {
    color: #fff;
}
.invest p {
    color: #fff;
}

.box {
    color: #fff;
    background: #2b3c4e;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}
.box:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
.box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}
.box:hover img{
    opacity: 0.6;
    filter: grayscale(100%);
}
.box .box-content{
    color: #fff;
    background: linear-gradient(to right, transparent,transparent,rgba(34,47,61,0.9),#222f3d,#222f3d);
    text-align: right;
    width: 100%;
    padding: 15px 15px 15px 60px;
    transform: translateY(-50%) scaleY(0);
    position: absolute;
    top: 50%;
    right: 0;
    transition: all 0.3s ease-in-out;
}
.box:hover .box-content{ transform: translateY(-50%) scaleY(1); }
.box .title {
    font-size: 27px;
    /* font-weight: 800; */
    /* letter-spacing: 1px; */
    text-transform: uppercase;
    margin: 0 0 4px;
}
.box .post{
    font-size: 18px;
    font-style: italic;
    text-transform: capitalize;
    margin: 0 0 5px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    transform: translate(-100%, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.box:hover .icon{ transform: translate(0, -50%); }
.box .icon li a {
    color: #222f3d;
    background: #fff;
    font-size: 23px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 50px;
    display: block;
    transition: all 0.3s ease;
}
.box .icon li  a:hover{ box-shadow: 0 0 5px #222f3d inset; }
@media only screen and (max-width:990px){
    .box { margin: 0 0 30px; }
}
.video-main img {
          margin-top: 140px;
}
.content-about h3 {
	   font-size: 26px;
    font-weight: 600;
}
.footer-description p {
    text-align: justify;
}
.last-pad {
	      padding: 20px 0px;
}