/*
Theme Name: Tallgrass
Version: 1.0
Theme URI: http://www.cyberoptik.net
Description: Customizable responsive Wordpress theme created by CyberOptik
Author: CyberOptik
Author URI: http://www.cyberoptik.net
Template: optik-theme
*/



/*
 * CUSTOMIZABLE CSS
 */



/* -----------------------------------------------------------------------------
 * TABLE OF CONTENTS:
 * -----------------------------------------------------------------------------
 *
 * 1 CSS IMPORTS
 *   1.1 FRAMEWORK
 *   1.2 MODULES
 *   1.3 STYLES
 *
 * 2 STRUCTURAL ELEMENTS
 *   2.1 UNIVERSAL STYLES
 *   2.2 THEME MODULES
 *   2.3 BACK TO TOP BUTTON
 *   2.4 ELEMENTOR
 *
 * 3 CONTENT STYLES
 *   3.1 TEXT & LINKS
 *   3.2 HEADINGS
 *   3.3 QUOTES
 *   3.4 BORDERS & DIVIDERS
 *   3.5 MEDIA
 *   3.6 BUTTONS
 *   3.7 ICONS
 *   3.8 FORM STYLES
 *   3.9 LIST STYLES
 *
 * 4 HEADER STYLES
 *   4.1 SCROLL BAR
 *   4.2 TOP BAR
 *   4.3 HEADER 
 *   4.4 NAV BAR
 *   4.5 NAV MENUS
 *   4.6 DROPDOWN MENUS
 *   4.7 MOBILE NAV
 *
 * 5 MAIN (BODY) STYLES
 *   5.1 BANNER
 *   5.2 BREADCRUMBS
 *   5.3 TITLE BAR
 *   5.4 MAIN (BODY)
 *   5.5 CONTENT
 *   5.6 SIDEBAR
 *   5.7 BLOG
 *
 * 6 FOOTER STYLES
 *   6.1 FOOTER NAV BAR
 *   6.2 FOOTER
 *   6.3 BOTTOM BAR
 *
 * 7 CUSTOM THEME STYLES
 *
 * ---------------------------------------------------------------------------*/





/******************************************************************************
 * * *  1 CSS IMPORTS  * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

@import url("../images/optik-theme_style.css");

/* Normal */
@font-face {
  font-family: 'Montserrat';
  font-weight: normal;
  src: url('/512318/website/images/Montserrat-Regular.ttf');
}

/* Italic */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: normal;
  src: url('/512318/website/images/Montserrat-Italic.ttf');
}

/* Semi Bold */
@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  src: url('/512318/website/images/Montserrat-SemiBold.ttf');
}

/* Bold */
@font-face {
  font-family: 'Montserrat';
  font-weight: bold;
  src: url('/512318/website/images/Montserrat-Bold.ttf');
}




/******************************************************************************
 * * *  2 STRUCTURAL ELEMENTS  * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/


/***  2.1 UNIVERSAL STYLES  ***/

:root {
  --primary-1: #4A8B2C;
  --primary-2: #5cad36;
  --secondary-1: #97CAEB;
  --secondary-2: #3285c5;
  --dark-1: #323232;
  --dark-2: #1a1a1a;
	--dark-3: #262626;
  --light-1: #f9f8f8;
  --light-2: #f2f5f7;
  --light-3: #f2f2f4;
  --box-shadow-1: 0 0 25px 0 rgba(0,0,0,.1);
  --box-shadow-2: 0 0 50px 0 rgba(0,0,0,.15);
  --box-shadow-3: 0 0 5px 0 rgba(0,0,0,.1);
  --radius-1: 7px;
  --radius-2: 50px;
  --font-1: 'Montserrat', sans-serif;
}

html {font-size: 15px;}

body {
  line-height: 1.6em;
  font-family: var(--font-1);
  color: var(--dark-1);
  background: var(--light-1);
}


/***  2.2 THEME STYLES  ***/

.section-container {
  max-width: 1300px;
  padding: 0 50px;
}

@media screen and (max-width: 900px) {
.section-container {padding: 0 40px;}
}

@media screen and (max-width: 600px) {
.section-container {padding: 0 25px;}
}

@media screen and (max-width: 420px) {
.section-container {padding: 0 15px;}
}


/***  2.3 BACK TO TOP BUTTON  ***/

.btt-button .fa {
  border-radius: var(--radius-2);
  background: var(--primary-1);
	font-weight: 300;
  color: white;
}

.btt-button:hover .fa {
  background: var(--primary-2);
  color: white;
}



/***  2.4 ELEMENTOR  ***/

.elementor-column {
  display: flex;
  margin-right: 0;
}

.elementor-column-gap-narrow > .elementor-row {
  width: calc(100% + 10px);
  margin: -5px;
}

.elementor-column-gap-default > .elementor-row {
  width: calc(100% + 20px);
  margin: -10px;
}

.elementor-column-gap-extended > .elementor-row {
  width: calc(100% + 30px);
  margin: -15px;
}

.elementor-column-gap-wide > .elementor-row {
  width: calc(100% + 40px);
  margin: -20px;
}

.elementor-column-gap-wider > .elementor-row {
  width: calc(100% + 60px);
  margin: -30px;
}

.sections .elementor-section-boxed .elementor-container,
.elementor-section-stretched .elementor-container {
  padding-left: 20px;
  padding-right: 20px;
}

.elementor-inner-section .elementor-container,
.sections .elementor-inner-section .elementor-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.elementor-widget .elementor-icon-list-item:not(:last-child) {margin-bottom: 0.5em;}

.elementor-widget-heading .elementor-heading-title {line-height: 1.3em !important;}

.elementor-testimonial__image {display: none !important;}

[class*="eicon-"], 
[class*="e-icon-"] {font-style: normal !important;}

.elementor-button {
  line-height: normal;
  font-size: inherit;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.elementor-button:hover {text-decoration: none;}

@media screen and (max-width: 900px) {
.sections .elementor-section-boxed .elementor-container,
.elementor-section-stretched .elementor-container {
  padding-left: 40px;
  padding-right: 40px;
}
}

@media screen and (max-width: 600px) {
.sections .elementor-section-boxed .elementor-container,
.elementor-section-stretched .elementor-container {
  padding-left: 25px;
  padding-right: 25px;
}
}

@media screen and (max-width: 420px) {
.sections .elementor-section-boxed .elementor-container,
.elementor-section-stretched .elementor-container {
  padding-left: 15px;
  padding-right: 15px;
}
}

/* Elementor Icons */
.elementor .fa,
.elementor .fas,
.elementor .far,
.elementor .fal,
.elementor .fab,
.elementor .fa:before,
.elementor .fas:before,
.elementor .far:before,
.elementor .fal:before,
.elementor .fab:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}





/******************************************************************************
 * * *  3 CONTENT STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***  3.1 TEXT & LINKS  ***/

a {color: var(--primary-1);}

a:hover {color:var(--dark-1); text-decoration: none;}


/***  3.2 HEADINGS  ***/

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: var(--dark-1);
}

h1 {
  font-size: 4.3em;
	text-transform: uppercase;
}

@media screen and (max-width: 600px) {
h1 { font-size: 2.5em; }
}
h2 {font-size: 2.2em;}
h3 {font-size: 1.7em;}
h4 {font-size: 1.46em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}



/***  3.3 QUOTES  ***/

blockquote {
  padding: 5px 0 5px 15px;
  border-left: 5px solid black;
  margin-left: 2em;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
  font-weight: 300;
}


/***  3.4 BORDERS & DIVIDERS  ***/

hr, .divider {
    display: block;
	width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid #e2e2e2;
    margin: 2.5em auto;
    padding: 0;
	clear: both;
}


/***  3.5 MEDIA  ***/

.video {max-width: 700px;}


/***  3.6 BUTTONS  ***/

.button, a.elementor-button {
  padding: 0.7em 2.375em;
  border: 1px solid var(--primary-1);
  background-color: var(--primary-1);
  font-weight: 600;
  color: white!important;
  border-radius:var(--radius-2);
  vertical-align:normal;
}

.button:hover, a.elementor-button:hover {
  border-color: var(--primary-2)!important;
  background-color: var(--primary-2)!important;
  color: white!important;
}

/** Secondary Button **/

.button-secondary, .btn-secondary .elementor-button {
  padding: 0.7em 2.375em;
  border: 1px solid var(--secondary-1);
  background-color: var(--secondary-1)!important;
  font-weight: 600;
  color: black!important;
  vertical-align: middle;
  border-radius:var(--radius-2);
}

.button-secondary:hover, .btn-secondary .elementor-button:hover {
  border-color:var(--secondary-2)!important;
  background: var(--secondary-2)!important;
  color: white!important;
  text-decoration:none;
}


/* Empty Button */

.button-empty {
  background: none;
  color: var(--primary-1);
}

.button-empty:hover {
  border-color: var(--primary-2);
  background: none;
  color: var(--primary-2);
}


/***  3.7 ICONS  ***/

/*  Icon Colors  */

.fa, .fas, .far, .fal, .fab {color:var(--primary-1);}

a .fa, a .fas, a .far, a .fal, a .fab {
  color:var(--primary-1);
  webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}

a:hover .fa, a:hover .fas, a:hover .far, a:hover .fal, a:hover .fab {color:var(--primary-2);}

/*  Icon Backgrounds  */

.fa-bg {
  background-color: var(--primary-1);
  color: white;
}

a .fa-bg {
  background-color: var(--primary-1);
  color: white;
}

a:hover .fa-bg {
  background-color: var(--primary-2);
  color: white;
}

/*  Icon Borders  */
.fa-br {border-color: var(--primary-1);}
a .fa-br {border-color:var(--primary-1);}
a:hover .fa-br {border-color: var(--primary-2);}


/***  3.8 FORM STYLES  ***/

/* Inputs */

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, 
input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, 
input[type="url"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
textarea:focus, select:focus {border-color: var(--secondary-1);}

/* Buttons */

input[type="submit"], input[type="reset"], input[type="button"] {
  background: var(--primary-1);
  color: white;
}

input[type="Submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: var(--primary-2);
  color: white;
}

input[type="Submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  background: var(--primary-2);
  color: white;
}

/* Search Form */

.search-form {position: relative;}

input[type="text"].search-field {background: #f5f5f5;}

input[type="text"].search-field:focus {background: white;}

input[type="Submit"].search-submit {
  display: block;
  position: absolute;
  z-index: 50;
  top: 50%;
  right: 0;
  float: none;
  width: 42px;
  height: 42px;
  border: 0;
  margin-top: -21px;
  background: rgba(0,0,0,0) url(images/icon-search.svg) center center no-repeat !important;
  background-size: 1.5em !important;
  opacity: 0.6;
  cursor: pointer;
  cursor: hand;
}

input[type="Submit"].search-submit:hover {
  outline: none;
  opacity: 1;
}

input[type="Submit"].search-submit:active {
  background-color: rgba(0,0,0,0.025);
  outline: none;
}

/***  Ninja Forms  ***/

.nf-form-fields-required {display: none;}

.nf-form-content button, 
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  padding-left: 2em;
  padding-right: 2em;
  border-radius: var(--radius-2);
  background-color: var(--primary-1) !important;
  font-weight: 400 !important;
  color: white !important;
}

.nf-form-content button:hover, 
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:hover {
  background-color: var(--primary-2) !important;
  color: white !important;
}

.nf-form-content button.nf-fu-fileinput-button {
  padding: 0.5em 1em !important;
  border: 1px solid var(--light-1) !important;
  background-color: var(--light-2) !important;
  color: var(--dark-1) !important;
  font-size: 0.86em;
}

.nf-form-content button.nf-fu-fileinput-button:hover {background-color: var(--light-3) !important;}


/***  3.9 LISTS  ***/

/* Icon Lists */

.arrow-list, 
.check-list, 
.check-circle-list, 
.icon-list, 
.contact-list {list-style: none;}

.arrow-list li, 
.check-list li, 
.check-circle-list li, 
.icon-list li, 
.contact-list li {position: relative;}

.arrow-list li:not(:last-child), 
.check-list li:not(:last-child), 
.check-circle-list li:not(:last-child), 
.icon-list li:not(:last-child), 
.contact-list li:not(:last-child) {margin-bottom: 0.5em;}

.arrow-list li:before, 
.check-list li:before, 
.check-circle-list li:before, 
.icon-list li:before, 
.contact-list li:before {
  position: absolute;
  top: 0.33em;
  right: calc(100% + 0.75em);
  width: 1em;
  height: 1em;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 1em;
  text-align: center;
  color: var(--secondary-1);
}

.arrow-list li:before, 
.icon-list li.arrow:before, 
.contact-list li.arrow:before {content: "\f105";}

.check-list li:before, 
.icon-list li.check:before, 
.contact-list li.check:before {content: "\f00c";}

.check-circle-list li:before, 
.icon-list li.check-circle:before, 
.contact-list li.check-circle:before {content: "\f058";}

.icon-list li.map-marker:before, 
.contact-list li.map-marker:before {content: "\f3c5";}

.icon-list li.phone:before, 
.contact-list li.phone:before {content: "\f095";}

.icon-list li.fax:before, 
.contact-list li.fax:before {content: "\f1ac";}

.icon-list li.envelope:before, 
.contact-list li.envelope:before {content: "\f0e0";}

.icon-list li.clock:before, 
.contact-list li.clock:before {content: "\f4fd";}

.icon-list li.share:before, 
.contact-list li.share:before {content: "\f14d";}

/* Double Size Icon List */

.icon-list-2x li, 
.contact-list-2x li {margin-left: 3em;}

.icon-list-2x li:not(:last-child), 
.contact-list-2x li:not(:last-child) {margin-bottom: 1em;}

.icon-list-2x li:before, 
.contact-list-2x li:before {
  font-size: 1.5em;
  top: 0;
  right: calc(100% + 1em);
}

/* Column Lists */

@media screen and (min-width: 601px) {

.two-col-list, 
.three-col-list, 
.four-col-list, 
.five-col-list {
  width: 100%;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.two-col-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.three-col-list, 
.four-col-list, 
.five-col-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.two-col-list li, 
.three-col-list li, 
.four-col-list li, 
.five-col-list li {
  display: inline-block;
  width: calc(100% - 1.75em);
}

}

@media screen and (min-width: 901px) {

.four-col-list, 
.five-col-list {
  -webkit-column-count: 4; /* Chrome, Safari, Opera */
  -moz-column-count: 4; /* Firefox */
  column-count: 4;
}

}

@media screen and (min-width: 1025px) {

.five-col-list {
  -webkit-column-count: 5; /* Chrome, Safari, Opera */
  -moz-column-count: 5; /* Firefox */
  column-count: 5;
}

}





/******************************************************************************
 * * *  4 HEADER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

/***  4.1 SCROLL BAR  ***/

.scroll-bar {background: var(--dark-1);}

.scroll-logo img {max-height: 60px;}


/***  4.2 TOP BAR  ***/

.top-bar {
  padding-top: 2px;
  padding-bottom: 2px;
  background: var(--secondary-1);
	color: white;
}

.top-bar .col-custom {
  padding-top: 2px;
  padding-bottom: 2px;
}

.top-bar .fa, 
.top-bar .fal, 
.top-bar .fas, 
.top-bar .far, 
.top-bar .fad, 
.top-bar a, 
.top-bar a:hover {color: white;}


/***  4.3 HEADER  ***/

.header-wrapper {
  position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.header .col-custom {
  padding-top: 0;
  padding-bottom: 0;
}

.header .logo-wrapper {
  padding-top: 10px;
	padding-bottom: 10px;
}

.logo img {max-height: 70px;}

/* Menu Button */

.header .menu-button .fal, 
.header .menu-button:hover .fal {color: var(--light-1);}

.header .menu-button.active .fal {
  background: var(--primary-1);
  color: white;
}


/***  4.4 NAV BAR  ***/

/***  4.5 NAV MENUS  ***/

.nav-menu > li > a {
  padding: 20px 16px;
  color: white;
  font-weight: 500;
  font-family: var(--font-2);
}

.scroll-bar .nav-menu > li > a {color:white; font-family: var(--font-2);}

.single-service .nav-menu > li.services-link > a, 
.single-post .nav-menu > li.posts-link > a, 
.nav-menu > li.current-menu-ancestor > a, 
.nav-menu > li.current-page-ancestor > a, 
.nav-menu > li.current-page-parent > a, 
.nav-menu > li.current-menu-item > a, 
.nav-menu > li:hover > a {color: var(--light-1);}

/* Nav Button */

.nav-menu > li.nav-button > a > span {
  display: block;
  padding: 0.5em 2.25em;
  border-radius: var(--radius-2);
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  background-color: var(--primary-1);
  color: white;
  transition: all 300ms ease-in-out;
  font-family: var(--font-2);
  font-weight: 600;
}

.nav-menu > li.nav-button.current-menu-item > a > span, 
.nav-menu > li.nav-button:hover > a > span {
  background-color: white;
  color: var(--primary-1);
}


/***  4.6 DROPDOWN MENUS  ***/

.nav-menu li ul {
  border-radius: var(--radius-1);
  background-color: white;
  width: 240px;
}

.nav-menu li ul li a {
  padding: 12px 16px;
  text-align: left;
  color: var(--dark-2);
  font-size: 0.9em;
}

.nav-menu li ul li:first-child > a {
  border-top-left-radius: var(--radius-1);
  border-top-right-radius: var(--radius-1);
}

.nav-menu li ul li:last-child > a {
  border-bottom-left-radius: var(--radius-1);
  border-bottom-right-radius: var(--radius-1);
}

.nav-menu li ul li.current-menu-item > a {color: var(--primary-1);}

.nav-menu li ul li:hover a {
  background-color: var(--primary-1);
  color: white;
}


/***  4.7 MOBILE NAV  ***/

.mobile-nav {background-color: white;}

.mobile-menu > li:not(:last-child) {border-bottom: 1px solid var(--light-2);}

.mobile-menu li a {color: var(--dark-2);}

.mobile-menu li.current-menu-item > a {
  background-color: var(--primary-1);
  color: white;
}

.mobile-menu li ul {
  background-color: var(--light-3);
  font-size: 0.9em;
}





/******************************************************************************
 * * *  5 MAIN (BODY) STYLES  * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***  5.1 BANNER  ***/

.banner {
  background-color: var(--dark-1);
  color: white;
}

.banner:before {opacity: 0.5!important;}

.banner-inner {
  height: 500px;
	padding-top: 100px;
	padding-bottom: 50px;
	text-align: center;
}

.banner-tall .banner-inner {height: 375px;}

.banner .page-tagline {font-size: 1.15em;}

.banner h1 {margin-top:0; margin-bottom: 5px;   word-break: break-word;}
.banner p {margin-top: 5px;}


/***  5.2 BREADCRUMBS  ***/

.breadcrumbs {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #ddd;
}


/***  5.3 TITLE BAR  ***/

.title-bar {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #eaeaea;
}


/***  5.5 MAIN  ***/

.main {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (min-width: 421px) {

.content .alignleft {margin: 0 20px 1em 0;}

.content .alignright {margin: 0 0 1em 20px;}

}



/***  5.6 ARCHIVE  ***/

/* Archive Nav Bar */

.archive-nav-bar-inner {padding-top: 20px;}

.archive-nav-bar .archive-cats select, 
.archive-nav-bar .archive-search form {max-width: 300px;}

.archive-nav-bar .archive-search form {margin-left: auto;}


/* Entry Cols */


.entry-cols .entry-link {
  position: relative;
  display: block;
  height: 100%;
  padding: 30px 20px 100px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 20px 40px rgb(0 0 0 / 25%);
  text-align: left;
  color: var(--dark-2);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.entry-cols .entry-link:hover {
  text-decoration: none;
  transform: translateY(-3px);
}

.entry-cols .entry-thumb {
  display: block;
  width: calc(100% + 60px);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.entry-cols .entry-thumb-wrap {
  margin: -30px -20px 20px -20px;
}
 
.entry-cols .entry-thumb img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.entry-cols .entry-link .entry-title {
  margin-top: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.entry-cols .entry-link:hover .entry-title {color: var(--primary-1);}

.entry-cols .entry-date {opacity: 0.7;}

.entry-cols  .entry-cats {
  position: absolute;
  top: 30px;
  left: 30px;
}

.entry-cols .entry-cats span {
  border-radius: var(--radius-2);
  padding: 5px 10px;
  margin: 0;
  margin-right: 4px;
  background: rgba(0,0,0,0.4);
  color: white; 
}

.entry-cols .entry-more {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.entry-cols .entry-link .post-button, .entry-cols .entry-link .service-button {
  padding: 0.7em 2.375em;
  border-color: var(--primary-1);
  background-color: var(--primary-1);
  color: white;
  border-radius: var(--radius-2);
  font-weight: 600;
}

.entry-cols .entry-link:hover .post-button {
  border-color: var(--primary-2);
  background-color: var(--primary-2);
  color: white;
}



.entry-cols .entry-meta { display:none; }


/* Posts Cols */

.post, .service {
  margin-bottom: 30px;
}

.post-cols .post-link {
  position: relative;
  display: block;
  height: 100%;
  padding: 40px 40px 100px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 20px 40px rgb(0 0 0 / 25%);
  text-align: left;
  color: var(--dark-2);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post-cols .post-link:hover {
  text-decoration: none;
  transform: translateY(-3px);
}

.post-cols .post-thumb {
  display: block;
  width: calc(100% + 60px);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.post-cols .post-thumb-wrapper {
  margin: -30px -30px 20px -30px;
}
 
.post-cols .post-thumb img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.post-cols .post-link .post-title {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.post-cols .post-link:hover .post-title {color: var(--primary-1);}

.post-cols .post-date {opacity: 0.7;}

.post-cols  .post-cats {
  position: absolute;
  top: 30px;
  left: 30px;
}

.post-cols .post-cats span {
  border-radius: var(--radius-2);
  padding: 5px 10px;
  margin: 0;
  margin-right: 4px;
  background: rgba(0,0,0,0.4);
  color: white; 
}


.post-cols .post-more {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.post-cols .post-link:hover .button {
  border-color: var(--primary-2);
  background-color: var(--primary-2);
  color: white;
}


.post-cols .post-meta { display:none; }


/***  5.7 SINGLE  ***/

/* Post Nav */

.post-nav {
  padding-top: 25px;
  border-top: 1px solid #e2e2e2;
}

.post-nav .grid {align-items: center;}

/* Social Share Buttons */

.a2a_floating_style{position:absolute !important;}
.fixed _social{position:fixed !important;padding-top: 15px !important;top:100px !important;}
.botto0 m_social_share {
    z-i0  ndex: 1 !important;
    bottom: 10px !important;
    top: auto !important;
}
.relative_class {
    position: relative;
}
.post-content{position:relative;}

.blog-index .a2a_kit{display:none;}

.a2a_s__default {
  padding: 0.25em !important;
  border-radius: 50% !important;
}

@media only screen and ( min-width: 981px ) {
.addtoany_content_top,.addtoany_content_bottom{display:none;}
}





/******************************************************************************
 * * *  6 FOOTER STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

/***  6.1 FOOTER NAV BAR  ***/

.footer-nav-bar {background: var(--dark-1);}


/***  6.2 FOOTER  ***/

.footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--dark-1);
  color: var(--light-1);
}


.footer-inner {
  margin-left: 0;
  max-width: 1000px;
}

.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5, 
.footer h6, 
.footer a {color: white;}
.footer a:hover {color: var(--secondary-1);}

/* Footer Menu */

.footer .menu li a {
  position: relative;
  display: block;
  padding: 5px 0;
}

/* Footer Icon List */

.footer .arrow-list li, 
.footer .check-list li, 
.footer .check-circle-list li, 
.footer .icon-list li, 
.footer .contact-list li {margin-left: 1.75em;}


/***  6.3 BOTTOM BAR  ***/

.bottom-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  background: var(--dark-1);
  font-size: 0.92em;
  color: var(--light-1);
}

.bottom-bar h1, 
.bottom-bar h2, 
.bottom-bar h3, 
.bottom-bar h4, 
.bottom-bar h5, 
.bottom-bar h6, 
.bottom-bar a {color: white;}
.bottom-bar a:hover {color: var(--secondary-1);}

.copyright, .credits {display: inline-block;}

.credits img {
  width: 1.2em;
  margin-top: -2px;
}



/******************************************************************************
 * * *  7 CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 ******************************************************************************/

/* Add custom theme styles here */ 

/***  NINJA FORMS  ***/

.nf-form-fields-required {display: none;}

.nf-form-content button, 
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  padding-left: 2em;
  padding-right: 2em;
  padding-top:0.9em;
  padding-bottom: 0.9em;
  border-radius: var(--radius-2);
  background-color: var(--primary-1) !important;
  font-weight: 600 !important;
  color: white!important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.nf-form-content button:hover, 
.nf-form-content input[type=button]:hover,
.nf-form-content input[type=submit]:hover {
  background-color:var(--primary-2)!important;
  color: white!important;
}

.nf-form-content button.nf-fu-fileinput-button {
  padding: 0.5em 1em !important;
  border: 1px solid var(--light-2) !important;
  background-color: var(--light-1) !important;
  color: var(--dark-3) !important;
  font-size: 0.86em;
}




/** SERVICES **/

.page-nav-bar {
  position: relative;
  z-index: 1;
}

.section-container {
    max-width: 1300px;
    padding: 0 50px;
}

.page-nav-bar .page-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
}

.page-nav-bar .page-menu {
    display: flex;
}
.page-nav-bar .page-menu li {
    line-height: 1.4;
    text-align: center;
    margin: 0;
    font-size: 0.938em;
    border-right: white solid 1px;
    font-weight: 600;
}

.page-nav-bar .page-menu li:first-child {
    border-left: white solid 1px;
}

.page-nav-bar .page-menu li:hover > a, .page-nav-bar .page-menu li.current-menu-item > a {
    background: var(--secondary-1);
    color: black;
    text-decoration: none;
}

.page-nav-bar .page-menu li > a {
    padding: 24px 18px;
    display: flex;
    align-items: center;
    color: var(--dark-1);
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}

.text-white h1, 
.text-white h2, 
.text-white h3, 
.text-white h4, 
.text-white h5, 
.text-white h6,
.text-white li,
.text-white a, 
.text-white i, 
.text-white .elementor-heading-title {color: white;}


.banner h1 {margin-top:0;}
.nav-menu > li > a {color:#ffffff;}


/** BIOS **/

.bio-content-inner {
  margin-top: 10px;
}

.bio-portrait {
  width: 100%;
}

.bio-title {
  font-size: 20px;
}

.bio-thumb:hover .bio-title {
  color: var(--primary-1);
}

.bio-thumb:hover .bio-position {
  color: var(--dark-1);
}

.bio-full .bio-position {
  color: var(--light-2);
  font-size: 18px;
  font-weight: 600;
}

.interactive-thumb .interactive-title {
  font-style: italic;
}
/*
 * END OF
 * CUSTOMIZABLE CSS
 */
