/*
Theme Name: CharityFoundation
Theme URI: http://www.nicdarkthemes.com
Description: Wonderful theme for your Business.
Author: Nicdark
Author URI: http://www.cleanthemes.net.hom_teacher .home-banner-left
Version: 1.1
License: http://www.cleanthemes.net
License URI: http://www.cleanthemes.net
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microfo
ats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: charityfoundation
*/
/* 

1 THEME STRUCTURE
    1.0 wordpress core
    1.1 body
    1.2 container
    1.3 grid

2 TEXT
    2.1 text rules
    2.2 text color
    2.3 text size
    2.4 text font

3 FORMS
4 TABLE
5 TABS
6 CALENDAR
7 FRAMEWORK CLASS 

    7.1 text-align
    7.2 text-transform
    7.3 color
    7.4 font-size
    7.5 height
    7.6 line-height
    7.7 width
    7.8 background-color
    7.9 background
    7.10 filter
    7.11 margin
    7.12 padding
    7.13 border
    7.14 box-sizing
    7.15 list-style
    7.16 display
    7.17 vertical-align
    7.18 float
    7.19 bg size position repeat
    7.20 position
    7.21 right left top bottom
    7.22 overflow
    7.23 cursor
    7.24 outline

8 CUSTOM FOR THEME

    8.1 navigation 1
    8.2 navigation 2
    8.3 navigation 3
    8.4 navigation top header 1
    8.5 navigation top header 2
    8.6 navigation copyright

9 TYPED PLUGIN
10 JQUERY UI
11 RESPONSIVE
    11.1 ipad land
    11.2 ipad port
    11.3 iphone land
    11.4 iphone port
    11.5 all responsive
    11.6 all iphone

*/
/* = 1.0 WordPress Core
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');


/* 1 THEME STRUCTURE ------------------------------------------------------- */
html { 
	font-size: 1vw; 
}
h1.h1-hero, .h1-hero h1 {
	font-size: 4rem;
	line-height:4rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h3.h1-hero, .h1-hero h3 {
	font-size: 21px !important;
	line-height: 26px !important;
	font-weight: 500 !important;
	font-family: 'Work Sans', sans-serif !important;
  	margin: 0 !important;
}

/* 1.1 body */
body {
  margin: 0px;
  padding: 0px;
}

/* #start_nicdark_framework {
  color: #2b2926;
  font-size: 15px;
  line-height: 29px;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}
 */
/* 1.2 container */
.nicdark_container {
  width: 1200px;
  margin: auto;
  padding: 0px;
}

.nicdark_clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.nicdark_site {
  float: left;
  width: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.nicdark_section {
  width: 100%;
  float: left;
}

/* 1.3 grid */
.nicdark_grid_1, .nicdark_grid_2, .nicdark_grid_3, .nicdark_grid_4, .nicdark_grid_5, .nicdark_grid_6, .nicdark_grid_7, .nicdark_grid_8, .nicdark_grid_9, .nicdark_grid_10, .nicdark_grid_11, .nicdark_grid_12 {
  padding: 15px;
  float: left;
  display: inline;
  box-sizing: border-box;
}

.nicdark_grid_1 {
  width: 8.33%;
}

.nicdark_grid_2 {
  width: 16.66%;
}

.nicdark_grid_3 {
  width: 25%;
}

.nicdark_grid_4 {
  width: 33.33%;
}

.nicdark_grid_5 {
  width: 41.66%;
}

.nicdark_grid_6 {
  width: 50%;
}

.nicdark_grid_7 {
  width: 58.33%;
}

.nicdark_grid_8 {
  width: 66.66%;
}

.nicdark_grid_9 {
  width: 75%;
}

.nicdark_grid_10 {
  width: 83.33%;
}

.nicdark_grid_11 {
  width: 91.66%;
}

.nicdark_grid_12 {
  width: 100%;
}

/* 2 TEXT ------------------------------------------------------- */
/* 2.1 text rules */
p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

a {
  text-decoration: none;
}

/* 2.2 text color */
h1, h2, h3, h4, h5, h6, .nicdark_datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #727475;
}

p, input, label, textarea, select, .nicdark_datepicker {
  color: #2b2926;
}

a {
  color: #2b2926;
}

a img {
  border: 0;
}

/* 2.3 text size */
h1 {
  font-size: 30px;
  line-height: 30px;
}

h2 {
  font-size: 25px;
  line-height: 36px;
}

h3 {
  font-size: 20px;
  line-height: 20px;
}

h4 {
  font-size: 17px;
  line-height: 17px;
}

h5 {
  font-size: 15px;
  line-height: 15px;
}

h6 {
  font-size: 13px;
  line-height: 13px;
}

p {
  font-size: 15px;
  line-height: 29px;
}

input, label, textarea, select {
  font-size: 15px;
}

/* 2.4 text font */
h1, h2, h3, h4, h5, h6, .nicdark_first_font, .nicdark_datepicker .ui-datepicker-title {
  /* 	font-family: 'Poppins', sans-serif;  */
  font-family: 'Work Sans', sans-serif;
}

p, a, input, label, .nicdark_second_font, .nicdark_datepicker, textarea, select {
  /* 	font-family: 'Poppins', sans-serif;  */
  font-family: 'Work Sans', sans-serif;
}

.nicdark_third_font {
  font-family: 'Hind', sans-serif;
}

/* 3 FORMS ------------------------------------------------------- */
input, textarea, select {
  background-color: #f9f9f9;
  outline: 0;
  border: 1px solid #f1f1f1;
  padding: 10px 20px;
  box-sizing: border-box;
}

/* 4 TABLE ------------------------------------------------------- */
table {
  border-collapse: collapse;
}

/* 5 TABS ------------------------------------------------------- */
.nicdark_tabs .ui-tabs-active.ui-state-active {
  box-shadow: 0px 2px 0px #00baa3;
}

/* 6 CALENDAR ------------------------------------------------------- */
.nicdark_datepicker {
  float: left;
  width: 100%;
  text-align: center;
}

.nicdark_datepicker .ui-datepicker {
  float: left;
  width: 100%;
}

.nicdark_datepicker .ui-datepicker-header {
  float: left;
  width: 100%;
}

.nicdark_datepicker .ui-datepicker-calendar {
  display: inline-table;
  width: 95%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.nicdark_datepicker .ui-datepicker-prev {
  display: none;
}

.nicdark_datepicker .ui-datepicker-next {
  display: none;
}

.nicdark_datepicker .ui-datepicker-header .ui-datepicker-title {
  background-color: #F9F9F9;
  padding: 20px;
  font-size: 20px;
  font-weight: bolder;
  border-bottom: 1px solid #f1f1f1;
}

.nicdark_datepicker .ui-datepicker-calendar {
  margin-top: 10px;
}

.nicdark_datepicker .ui-datepicker-calendar th {
  color: #727475;
}

.nicdark_datepicker .ui-datepicker-calendar th, .nicdark_datepicker .ui-datepicker-calendar td {
  padding: 10px 5px;
}

.nicdark_datepicker .ui-datepicker-unselectable span {
  background-color: #fff;
}

.nicdark_datepicker a.ui-state-default {
  background-color: #00baa3;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}

/* 7 FRAMEWORK CLASS ------------------------------------------------------- */
/* 7.1 text-align */
.nicdark_text_align_center {
  text-align: center;
}

.nicdark_text_align_right {
  text-align: right;
}

.nicdark_text_align_left {
  text-align: left;
}

/* 7.2 text-transform */
.nicdark_text_transform_uppercase {
  text-transform: uppercase;
}

/* 7.3 color */
.nicdark_color_white {
  color: #fff;
}

.nicdark_color_grey {
  color: #2b2926;
}

.nicdark_color_greydark {
  color: #727475;
}

.nicdark_color_greydark_hover:hover {
  color: #727475;
}

.nicdark_color_f1f1f1 {
  color: #f1f1f1;
}

.nicdark_color_green {
  color: #00baa3;
}

.nicdark_color_green_hover:hover {
  color: #00baa3;
}

.nicdark_color_orange {
  color: #efc94c;
}

.nicdark_color_orange_hover:hover {
  color: #efc94c;
}

/*placeholer*/
.nicdark_placeholder_color_white::-webkit-input-placeholder {
  color: #fff;
}

.nicdark_placeholder_color_white::-moz-placeholder {
  color: #fff;
}

.nicdark_placeholder_color_white:-ms-input-placeholder {
  color: #fff;
}

.nicdark_placeholder_color_white:-moz-placeholder {
  color: #fff;
}

/* 7.4 font-size */
.nicdark_font_size_100 {
  font-size: 100px;
  line-height: 100px;
}

.nicdark_font_size_90 {
  font-size: 90px;
  line-height: 90px;
}

.nicdark_font_size_80 {
  font-size: 80px;
  line-height: 80px;
}

.nicdark_font_size_70 {
  font-size: 70px;
  line-height: 70px;
}

.nicdark_font_size_60 {
  font-size: 60px;
  line-height: 60px;
}

.nicdark_font_size_50 {
  font-size: 50px;
  line-height: 50px;
}

.nicdark_font_size_40 {
  font-size: 40px;
  line-height: 45px;
}

.nicdark_font_size_30 {
  font-size: 30px;
  line-height: 30px;
}

.nicdark_font_size_25 {
  font-size: 25px;
  line-height: 25px;
}

.nicdark_font_size_20 {
  font-size: 20px;
  line-height: 20px;
}

.nicdark_font_size_15 {
  font-size: 15px;
  line-height: 15px;
}

.nicdark_font_size_14 {
  font-size: 14px;
  line-height: 14px;
}

.nicdark_font_size_13 {
  font-size: 13px;
  line-height: 13px;
}

.nicdark_font_size_12 {
  font-size: 12px;
  line-height: 12px;
}

.nicdark_font_size_11 {
  font-size: 11px;
  line-height: 12px;
}

.nicdark_font_size_10 {
  font-size: 10px;
  line-height: 10px;
}

.nicdark_font_size_8 {
  font-size: 8px;
  line-height: 8px;
}

/* font-weight */
.nicdark_font_weight_lighter {
  font-weight: lighter;
}

/* letter-spacing */
.nicdark_letter_spacing_3 {
  letter-spacing: 3px;
}

/* 7.5 height */
.nicdark_height_1000 {
  height: 1000px;
}

.nicdark_height_600 {
  height: 600px;
}

.nicdark_height_570 {
  height: 570px;
}

.nicdark_height_550 {
  height: 550px;
}

.nicdark_height_500 {
  height: 500px;
}

.nicdark_height_450 {
  height: 450px;
}

.nicdark_height_400 {
  height: 400px;
}

.nicdark_height_300 {
  height: 300px;
}

.nicdark_height_250 {
  height: 250px;
}

.nicdark_height_200 {
  height: 200px;
}

.nicdark_height_150 {
  height: 150px;
}

.nicdark_height_100 {
  height: 100px;
}

.nicdark_height_90 {
  height: 90px;
}

.nicdark_height_80 {
  height: 80px;
}

.nicdark_height_70 {
  height: 70px;
}

.nicdark_height_60 {
  height: 60px;
}

.nicdark_height_55 {
  height: 55px;
}

.nicdark_height_50 {
  height: 50px;
}

.nicdark_height_40 {
  height: 40px;
}

.nicdark_height_33 {
  height: 33px;
}

.nicdark_height_30 {
  height: 30px;
}

.nicdark_height_25 {
  height: 25px;
}

.nicdark_height_20 {
  height: 20px;
}

.nicdark_height_15 {
  height: 15px;
}

.nicdark_height_13 {
  height: 13px;
}

.nicdark_height_10 {
  height: 10px;
}

.nicdark_height_5 {
  height: 5px;
}

.nicdark_height_3 {
  height: 3px;
}

.nicdark_height_2 {
  height: 2px;
}

.nicdark_height_1 {
  height: 1px;
}

.nicdark_height_auto {
  height: auto;
}

.nicdark_height_100_percentage {
  height: 100%;
}

/* 7.6 line-height */
.nicdark_line_height_5 {
  line-height: 5px;
}

.nicdark_line_height_16 {
  line-height: 16px;
}

.nicdark_line_height_17 {
  line-height: 17px;
}

.nicdark_line_height_18 {
  line-height: 18px;
}

.nicdark_line_height_20 {
  line-height: 20px;
}

.nicdark_line_height_25 {
  line-height: 25px;
}

.nicdark_line_height_31 {
  line-height: 31px;
}

.nicdark_line_height_30 {
  line-height: 30px;
}

.nicdark_line_height_35 {
  line-height: 35px;
}

.nicdark_line_height_50 {
  line-height: 50px;
}

/* 7.7 width */
.nicdark_width_700 {
  width: 700px;
}

.nicdark_width_300 {
  width: 300px;
}

.nicdark_width_200 {
  width: 200px;
}

.nicdark_width_170 {
  width: 170px;
}

.nicdark_width_150 {
  width: 150px;
}

.nicdark_width_100 {
  width: 100px;
}

.nicdark_width_90 {
  width: 90px;
}

.nicdark_width_70 {
  width: 70px;
}

.nicdark_width_60 {
  width: 60px;
}

.nicdark_width_55 {
  width: 55px;
}

.nicdark_width_33 {
  width: 33px;
}

.nicdark_width_30_hover:hover {
  width: 30px;
}

.nicdark_width_25 {
  width: 25px;
}

.nicdark_width_5 {
  width: 5px;
}

.nicdark_width_100_percentage {
  width: 100%;
}

.nicdark_width_85_percentage {
  width: 85%;
}

.nicdark_width_80_percentage {
  width: 80%;
}

.nicdark_width_75_percentage {
  width: 75%;
}

.nicdark_width_70_percentage {
  width: 70%;
}

.nicdark_width_66_percentage {
  width: 66.66%;
}

.nicdark_width_65_percentage {
  width: 65%;
}

.nicdark_width_60_percentage {
  width: 60%;
}

.nicdark_width_55_percentage {
  width: 55%;
}

.nicdark_width_50_percentage {
  width: 50%;
}

.nicdark_width_35_percentage {
  width: 35%;
}

.nicdark_width_33_percentage {
  width: 33.33%;
}

.nicdark_width_40_percentage {
  width: 40%;
}

.nicdark_width_30_percentage {
  width: 30%;
}

.nicdark_width_25_percentage {
  width: 25%;
}

.nicdark_width_20_percentage {
  width: 20%;
}

.nicdark_width_15_percentage {
  width: 15%;
}

.nicdark_width_10_percentage {
  width: 10%;
}

.nicdark_width_5_percentage {
  width: 5%;
}

/* 7.8 background-color */
/* .nicdark_bg_white { background-color: #ffffff; } */
.nicdark_bg_white_hover:hover {
  background-color: #ffffff;
}

.nicdark_bg_blue {
  background-color: #00baa3;
}

.nicdark_bg_green {
  background-color: #00baa3;
}

.nicdark_bg_green_hover:hover {
  background-color: #00baa3;
}

.nicdark_bg_grey {
  background-color: #f9f9f9;
}

.nicdark_bg_grey_2 {
  background-color: #2b2926;
}

.nicdark_bg_grey_3 {
  background-color: #e4e4e4;
}

.nicdark_bg_greydark {
  background-color: #444444;
}

.nicdark_bg_greydark_hover:hover {
  background-color: #444444;
}

.nicdark_bg_orange {
  background-color: #efc94c;
}

.nicdark_bg_red {
  background-color: #00baa3;
}

.nicdark_bg_yellow {
  background-color: #FFDA44;
}

.nicdark_bg_orangedark {
  background-color: #c4aa87;
}

.nicdark_bg_blue_alpha {
  background-color: rgba(138, 198, 208, 0.75);
}

.nicdark_bg_green_alpha {
  background-color: rgba(112, 193, 144, 0.95);
}

.nicdark_bg_greydark_alpha {
  background-color: rgba(101, 100, 96, 0.3);
}

.nicdark_bg_greydark_alpha_4 {
  background-color: rgba(101, 100, 96, 0.4);
}

.nicdark_bg_greydark_alpha_6 {
  background-color: rgba(101, 100, 96, 0.6);
}

.nicdark_bg_greydark_alpha_8 {
  background-color: rgba(101, 100, 96, 0.8);
}

.nicdark_bg_greydark_alpha_9 {
  background-color: rgba(101, 100, 96, 0.9);
}

/* 7.9 background */
.nicdark_background_none {
  background: none;
}

.nicdark_background_none_hover:hover {
  background: none;
}

.nicdark_bg_greydark_alpha_gradient {
  background: -moz-linear-gradient(top, rgba(101, 100, 96, 0) 0%, rgba(101, 100, 96, 0.1) 60%, rgba(101, 100, 96, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(101, 100, 96, 0) 0%, rgba(101, 100, 96, 0.1) 60%, rgba(101, 100, 96, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(101, 100, 96, 0) 0%, rgba(101, 100, 96, 0.1) 60%, rgba(101, 100, 96, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00656460', endColorstr='#a6656460', GradientType=0);
}

.nicdark_bg_greydark_alpha_gradient_2 {
  background: -moz-linear-gradient(top, rgba(101, 100, 96, 0.8) 0%, rgba(101, 100, 96, 0) 35%, rgba(101, 100, 96, 0) 45%, rgba(101, 100, 96, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(101, 100, 96, 0.8) 0%, rgba(101, 100, 96, 0) 35%, rgba(101, 100, 96, 0) 45%, rgba(101, 100, 96, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(101, 100, 96, 0.8) 0%, rgba(101, 100, 96, 0) 35%, rgba(101, 100, 96, 0) 45%, rgba(101, 100, 96, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99656460', endColorstr='#99656460', GradientType=0);
}

.nicdark_bg_greydark_alpha_gradient_3 {
  background: -moz-linear-gradient(top, rgba(101, 100, 96, 0) 0%, rgba(101, 100, 96, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(101, 100, 96, 0) 0%, rgba(101, 100, 96, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(101, 100, 96, 0) 0%, rgba(101, 100, 96, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00656460', endColorstr='#a6656460', GradientType=0);
}

.nicdark_bg_greydark_alpha_gradient_4 {
  background: -moz-linear-gradient(top, rgba(101, 100, 96, 0.65) 0%, rgba(101, 100, 96, 0.1) 60%, rgba(101, 100, 96, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(101, 100, 96, 0.65) 0%, rgba(101, 100, 96, 0.1) 60%, rgba(101, 100, 96, 0) 100%);
  background: linear-gradient(to bottom, rgba(101, 100, 96, 0.65) 0%, rgba(101, 100, 96, 0.1) 60%, rgba(101, 100, 96, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00656460', endColorstr='#a6656460', GradientType=0);
}

.nicdark_bg_greydark_alpha_gradient_5 {
  background: -moz-linear-gradient(top, rgba(101, 100, 96, 0.6) 0%, rgba(101, 100, 96, 0.6) 75%, rgba(101, 100, 96, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(101, 100, 96, 0.6) 0%, rgba(101, 100, 96, 0.6) 75%, rgba(101, 100, 96, 0) 100%);
  background: linear-gradient(to bottom, rgba(101, 100, 96, 0.6) 0%, rgba(101, 100, 96, 0.6) 75%, rgba(101, 100, 96, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99656460', endColorstr='#00656460', GradientType=0);
}

.nicdark_bg_gradient_red_to_green {
  background: rgb(204, 133, 133);
  background: -moz-linear-gradient(left, rgba(204, 133, 133, 1) 0%, rgba(204, 133, 133, 1) 61%, rgba(104, 183, 140, 1) 82%, rgba(104, 183, 140, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(204, 133, 133, 1) 0%, rgba(204, 133, 133, 1) 61%, rgba(104, 183, 140, 1) 82%, rgba(104, 183, 140, 1) 100%);
  background: linear-gradient(to right, rgba(204, 133, 133, 1) 0%, rgba(204, 133, 133, 1) 61%, rgba(104, 183, 140, 1) 82%, rgba(104, 183, 140, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00baa3', endColorstr='#00baa3', GradientType=1);
}

/* 7.10 filter */
.nicdark_filter_blur_5 {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

/* 7.11 margin */
/*margin general*/
.nicdark_margin_0 {
  margin: 0px;
}

.nicdark_margin_5 {
  margin: 5px;
}

.nicdark_margin_10 {
  margin: 10px;
}

.nicdark_margin_15 {
  margin: 15px;
}

.nicdark_margin_20 {
  margin: 20px;
}

/*margin bottom*/
.nicdark_margin_bottom_20 {
  margin-bottom: 20px;
}

.nicdark_margin_bottom_10 {
  margin-bottom: 10px;
}

/*margin top*/
.nicdark_margin_top_50 {
  margin-top: 50px;
}

.nicdark_margin_top_40 {
  margin-top: 40px;
}

.nicdark_margin_top_20 {
  margin-top: 20px;
}

.nicdark_margin_top_13 {
  margin-top: 13px;
}

.nicdark_margin_top_10 {
  margin-top: 10px;
}

.nicdark_margin_top_5 {
  margin-top: 5px;
}

.nicdark_margin_top_2 {
  margin-top: 2px;
}

/*margin right*/
.nicdark_margin_right_5 {
  margin-right: 5px;
}

.nicdark_margin_right_10 {
  margin-right: 10px;
}

.nicdark_margin_right_20 {
  margin-right: 20px;
}

.nicdark_margin_right_40 {
  margin-right: 40px;
}

.nicdark_margin_right_50 {
  margin-right: 50px;
}

.nicdark_margin_right_60 {
  margin-right: 60px;
}

/*margin left*/
.nicdark_margin_left_0 {
  margin-left: 0px;
}

.nicdark_margin_left_5 {
  margin-left: 5px;
}

.nicdark_margin_left_10 {
  margin-left: 10px;
}

.nicdark_margin_left_15 {
  margin-left: 15px;
}

.nicdark_margin_left_20 {
  margin-left: 20px;
}

.nicdark_margin_left_40 {
  margin-left: 40px;
}

.nicdark_margin_left_80 {
  margin-left: 80px;
}

.nicdark_margin_left_60 {
  margin-left: 60px;
}

.nicdark_margin_left_70 {
  margin-left: 70px;
}

.nicdark_margin_left_120 {
  margin-left: 120px;
}

.nicdark_margin_left_200 {
  margin-left: 200px;
}

.nicdark_margin_left_220 {
  margin-left: 220px;
}

.nicdark_margin_left_240 {
  margin-left: 240px;
}

/*margin left negative*/
.nicdark_margin_left_negative_15 {
  margin-left: -15px;
}

/*margin bottom negative*/
.nicdark_margin_bottom_negative_15 {
  margin-bottom: -15px;
}

.nicdark_margin_bottom_100_negative {
  margin-bottom: -100px;
}

.nicdark_margin_bottom_105_negative {
  margin-bottom: -105px;
}

/*margin top negative*/
.nicdark_margin_top_negative_30 {
  margin-top: -30px;
}

.nicdark_margin_top_negative_225 {
  margin-top: -225px;
}

.nicdark_margin_top_negative_300 {
  margin-top: -300px;
}

/* 7.12 padding */
/*padding_general*/
.nicdark_padding_0 {
  padding: 0px;
}

.nicdark_padding_5 {
  padding: 5px;
}

.nicdark_padding_5_10 {
  padding: 5px 10px;
}

.nicdark_padding_8 {
  padding: 8px;
}

.nicdark_padding_8_20 {
  padding: 8px 20px;
}

.nicdark_padding_10 {
  padding: 10px;
}

.nicdark_padding_10_20 {
  padding: 10px 20px;
}

.nicdark_padding_20_10 {
  padding: 20px 10px;
}

.nicdark_padding_13_10 {
  padding: 13px 10px;
}

.nicdark_padding_13 {
  padding: 13px;
}

.nicdark_padding_15 {
  padding: 15px;
}

.nicdark_padding_20 {
  padding: 20px;
}

.nicdark_padding_28 {
  padding: 28px;
}

.nicdark_padding_20_50 {
  padding: 20px 50px;
}

.nicdark_padding_20_25 {
  padding: 20px 25px;
}

.nicdark_padding_30 {
  padding: 30px;
}

.nicdark_padding_40 {
  padding: 40px;
}

.nicdark_padding_40_20 {
  padding: 40px 20px;
}

.nicdark_padding_50 {
  padding: 50px;
}

.nicdark_padding_60 {
  padding: 60px;
}

.nicdark_padding_80 {
  padding: 80px;
}

.nicdark_padding_90 {
  padding: 90px;
}

.nicdark_padding_100 {
  padding: 100px;
}

.nicdark_padding_1020 {
  padding: 10px 20px;
}

.nicdark_padding_510 {
  padding: 5px 10px;
}

/*bottom*/
.nicdark_padding_botttom_0 {
  padding-bottom: 0px;
}

.nicdark_padding_botttom_5 {
  padding-bottom: 5px;
}

.nicdark_padding_botttom_10 {
  padding-bottom: 10px;
}

/*top*/
.nicdark_padding_top_0 {
  padding-top: 0px;
}

.nicdark_padding_top_10 {
  padding-top: 10px;
}

/*left*/
.nicdark_padding_left_220 {
  padding-left: 220px;
}

.nicdark_padding_left_120 {
  padding-left: 120px;
}

.nicdark_padding_left_100 {
  padding-left: 100px;
}

.nicdark_padding_left_90 {
  padding-left: 90px;
}

.nicdark_padding_left_80 {
  padding-left: 80px;
}

.nicdark_padding_left_70 {
  padding-left: 70px;
}

.nicdark_padding_left_50 {
  padding-left: 50px;
}

.nicdark_padding_left_45 {
  padding-left: 45px;
}

.nicdark_padding_left_40 {
  padding-left: 40px;
}

.nicdark_padding_left_25 {
  padding-left: 25px;
}

.nicdark_padding_left_20 {
  padding-left: 20px;
}

.nicdark_padding_left_10 {
  padding-left: 10px;
}

.nicdark_padding_left_5 {
  padding-left: 5px;
}

.nicdark_padding_left_0 {
  padding-left: 0px;
}

/*right*/
.nicdark_padding_right_0 {
  padding-right: 0px;
}

.nicdark_padding_right_5 {
  padding-right: 5px;
}

.nicdark_padding_right_10 {
  padding-right: 10px;
}

.nicdark_padding_right_20 {
  padding-right: 20px;
}

.nicdark_padding_right_40 {
  padding-right: 40px;
}

/* 7.13 border */
/*border radius*/
.nicdark_border_radius_3 {
  border-radius: 3px;
}

.nicdark_border_radius_15 {
  border-radius: 15px;
}

.nicdark_border_radius_25 {
  border-radius: 25px;
}

.nicdark_border_radius_50 {
  border-radius: 50px;
}

.nicdark_border_radius_100_percentage {
  border-radius: 100%;
}

/*general border*/
.nicdark_border_width_2 {
  border-width: 2px;
}

.nicdark_border_0 {
  border: 0px solid #fff;
}

.nicdark_border_1_solid_white {
  border: 1px solid #fff;
}

.nicdark_border_2_solid_white {
  border: 2px solid #fff;
}

.nicdark_border_2_solid_white_hover:hover {
  border: 2px solid #fff;
}

.nicdark_border_1_solid_grey {
  border: 1px solid #f1f1f1;
}

.nicdark_border_1_solid_grey_2 {
  border: 1px solid #a3a3a3;
}

.nicdark_border_3_solid_white {
  border: 3px solid #fff;
}

.nicdark_border_3_dashed_grey {
  border: 3px dashed #f1f1f1;
}

.nicdark_border_1_solid_green {
  border: 1px solid #00baa3;
}

.nicdark_border_1_solid_green_hover:hover {
  border: 1px solid #00baa3;
}

.nicdark_border_2_solid_green {
  border: 2px solid #00baa3;
}

.nicdark_border_1_solid_orange {
  border: 1px solid #efc94c;
}

/*border top*/
.nicdark_border_top_width_0 {
  border-top-width: 0px;
}

.nicdark_border_top_1_solid_grey {
  border-top: 1px solid #f1f1f1;
}

.nicdark_border_top_1_solid_greydark {
  border-top: 1px solid #595959;
}

.nicdark_border_top_2_solid_grey {
  border-top: 2px solid #f1f1f1;
}

/*border bottom*/
.nicdark_border_bottom_width_0 {
  border-bottom-width: 0px;
}

.nicdark_border_bottom_width_2 {
  border-bottom-width: 2px;
}

.nicdark_border_bottom_1_solid_grey {
  border-bottom: 1px solid #f1f1f1;
}

.nicdark_border_bottom_2_solid_grey {
  border-bottom: 2px solid #f1f1f1;
}

.nicdark_border_bottom_2_solid_greendark {
  border-bottom: 2px solid #64AB84;
}

.nicdark_border_bottom_4_solid_white {
  border-bottom: 4px solid #fff;
}

.nicdark_border_bottom_3_solid_white {
  border-bottom: 3px solid #fff;
}

.nicdark_border_bottom_1_solid_greydark {
  border-bottom: 1px solid #595959;
}

/*border left*/
.nicdark_border_left_width_0 {
  border-left-width: 0px;
}

/*border right*/
.nicdark_border_right_width_0 {
  border-right-width: 0px;
}

/* 7.14 box-sizing */
.nicdark_box_sizing_border_box {
  box-sizing: border-box;
}

/* 7.15 list-style */
.nicdark_list_style_none {
  list-style: none;
}

/* 7.16 display */
.nicdark_display_inline {
  display: inline;
}

.nicdark_display_inline_block {
  display: inline-block;
}

.nicdark_display_block {
  display: block;
}

.nicdark_display_none {
  display: none;
}

.nicdark_display_table {
  display: table;
}

.nicdark_display_table_cell {
  display: table-cell;
}

/* 7.17 vertical-align */
.nicdark_vertical_align_middle {
  vertical-align: middle;
}

.nicdark_vertical_align_top {
  vertical-align: top;
}

.nicdark_vertical_align_bottom {
  vertical-align: bottom;
}

/* 7.18 float */
.nicdark_float_left {
  float: left;
}

.nicdark_float_right {
  float: right;
}

/* 7.19 bg size position repeat */
.nicdark_background_size_cover {
  background-size: cover;
}

.nicdark_background_size_25 {
  background-size: 25px;
}

.nicdark_background_position_center {
  background-position: center center;
}

.nicdark_background_position_center_bottom {
  background-position: center bottom;
}

.nicdark_background_position_center_top {
  background-position: center top;
}

.nicdark_background_repeat_no_repeat {
  background-repeat: no-repeat;
}

/* 7.20 position */
.nicdark_position_absolute {
  position: absolute;
}

.nicdark_position_relative {
  position: relative;
}

.nicdark_position_fixed {
  position: fixed;
}

/* 7.21 right left top bottom */
.nicdark_right_300_negative {
  right: -300px;
}

.nicdark_right_0 {
  right: 0;
}

.nicdark_right_20 {
  right: 20px;
}

.nicdark_left_0 {
  left: 0;
}

.nicdark_left_10 {
  left: 10px;
}

.nicdark_left_15 {
  left: 15px;
}

.nicdark_left_65_negative {
  left: -65px;
}

.nicdark_top_0 {
  top: 0;
}

.nicdark_top_5 {
  top: 5px;
}

.nicdark_top_40_negative {
  top: -40px;
}

.nicdark_top_10_negative {
  top: -10px;
}

.nicdark_top_5_negative {
  top: -5px;
}

.nicdark_top_3_negative {
  top: -3px;
}

.nicdark_top_10 {
  top: 10px;
}

.nicdark_top_17 {
  top: 17px;
}

.nicdark_top_20 {
  top: 20px;
}

.nicdark_bottom_20 {
  bottom: 20px;
}

.nicdark_bottom_30 {
  bottom: 30px;
}

.nicdark_bottom_35_negative {
  bottom: -35px;
}

/* 7.22 overflow */
.nicdark_overflow_hidden {
  overflow: hidden;
}

.nicdark_overflow_x_auto {
  overflow-x: auto;
}

.nicdark_overflow_y_auto {
  overflow-y: auto;
}

/* 7.23 cursor */
.nicdark_cursor_move {
  cursor: move;
}

.nicdark_cursor_pointer {
  cursor: pointer;
}

.nicdark_cursor_zoom_out {
  cursor: zoom-out;
}

/* 7.24 outline */
.nicdark_outline_0 {
  outline: 0;
}

/* 7.25 z-index */
.nicdark_z_index_1_negative {
  z-index: -1;
}

.nicdark_z_index_9 {
  z-index: 9;
}

.nicdark_z_index_99 {
  z-index: 99;
}

.nicdark_z_index_999 {
  z-index: 999;
}

/* 7.26 transition */
.nicdark_transition_all_08_ease {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

/* 7.27 opacity */
.nicdark_opacity_0 {
  opacity: 0;
}

.nicdark_opacity_07 {
  opacity: 0.7;
}

.nicdark_opacity_05_hover:hover {
  opacity: 0.5;
}

/* 7.28 zoom */
.nicdark_zoom_1_1_hover:hover {
  zoom: 1.1;
}

/* ------------------------------------------------------- CUSTOM FOR THEME ------------------------------------------------------- */
/*nicdark_navigation_1*/
.nicdark_navigation_1 div>ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: right;
}

.nicdark_navigation_1 div>ul>li {
  display: inline-block;
  padding: 10px 0px;
}

.nicdark_navigation_1 div>ul>li:after {
  content: "";
  display: inline-block;
  margin: 0px 20px;
  color: #5a5a5a;
}

.nicdark_navigation_1 div>ul>li:last-child:after {
  content: "";
  margin: 0px;
}

.nicdark_navigation_1 div li a {
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins';
  font-weight: normal;
}

.nicdark_navigation_1 div>ul li:hover>ul.sub-menu,
.nicdark_navigation_1 div>ul li:hover>ul.children {
  display: block;
}

.nicdark_navigation_1 div>ul li>ul.sub-menu,
.nicdark_navigation_1 div>ul li>ul.children {
  z-index: 999;
  position: absolute;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: none;
  margin-left: -20px;
  padding-top: 20px;
  width: 170px;
}

.nicdark_navigation_1 div>ul li>ul.sub-menu>li,
.nicdark_navigation_1 div>ul li>ul.children>li {
  padding: 10px 20px;
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 2px 5px #f1f1f1;
}

.nicdark_navigation_1 div>ul li>ul.sub-menu>li:hover,
.nicdark_navigation_1 div>ul li>ul.children>li:hover {
  background-color: #f9f9f9;
}

.nicdark_navigation_1 div>ul li>ul.sub-menu>li:last-child,
.nicdark_navigation_1 div>ul li>ul.children>li:last-child {
  border-bottom: 0px solid #000;
}

.nicdark_navigation_1 div>ul li>ul.sub-menu li a,
.nicdark_navigation_1 div>ul li>ul.children li a {
  color: #727475;
  font-size: 12px;
  text-transform: initial;
}

.nicdark_navigation_1 div>ul li>ul.sub-menu li>ul.sub-menu,
.nicdark_navigation_1 div>ul li>ul.children li>ul.children {
  margin-left: 150px;
  top: 0;
  padding-top: 0;
  padding-left: 10px;
}

/*responsive navigation*/
.nicdark_navigation_1_sidebar div>ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.nicdark_navigation_1_sidebar div>ul>li {
  display: inline-block;
  width: 100%;
  padding: 0px 0px 10px 0px;
}

.nicdark_navigation_1_sidebar div li a {}

.nicdark_navigation_1_sidebar div li>a {
  padding: 10px 0px;
  display: inline-block;
  font-size: 20px;
  text-transform: lowercase;
  color: #fff;
}

.nicdark_navigation_1_sidebar div li>a::first-letter {
  text-transform: uppercase;
}

.nicdark_navigation_1_sidebar div>ul li>ul.sub-menu, .nicdark_navigation_1_sidebar div>ul li>ul.children {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.nicdark_navigation_1_sidebar div>ul li>ul.sub-menu>li, .nicdark_navigation_1_sidebar div>ul li>ul.children>li {
  padding: 0px 20px;
  text-align: left;
}

.nicdark_navigation_1_sidebar div>ul li>ul.sub-menu li a, .nicdark_navigation_1_sidebar div>ul li>ul.children li a {
  font-size: 14px;
}

/*nicdark_image_archive*/
.nicdark_image_archive img {
  float: left;
  max-width: 100%;
  height: auto;
}

#start_nicdark_framework.home #nicdark_header_img_archive {
  display: none;
}

/*pagination*/
.navigation.pagination .nav-links {
  text-align: center;
}

.navigation.pagination .nav-links .page-numbers {
  font-size: 20px;
  font-family: 'Poppins';
  margin: 0px 10px;
}

.navigation.pagination .nav-links .page-numbers.current {
  color: #727475;
}

/*sidebar*/
.nicdark_sidebar .widget {
  margin-bottom: 40px;
}

.nicdark_sidebar .widget img, .nicdark_sidebar .widget select {
  max-width: 100%;
}

.nicdark_sidebar .widget h3 {
  margin-bottom: 20px;
  font-weight: normal;
}

.nicdark_sidebar .widget.widget_search #searchsubmit {
  color: #fff;
  background-color: #00baa3;
  text-transform: uppercase;
  border: 0px;
  font-family: 'Poppins';
  border-radius: 25px;
}

/*list*/
.nicdark_sidebar .widget ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.nicdark_sidebar .widget>ul>li {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
}

.nicdark_sidebar .widget>ul>li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px solid #f1f1f1;
}

.nicdark_sidebar .widget ul li {
  padding: 10px 0px;
}

.nicdark_sidebar .widget ul.children {
  padding: 10px;
}

.nicdark_sidebar .widget ul.children:last-child {
  padding-bottom: 0px;
}

/*calendar*/
.nicdark_sidebar .widget.widget_calendar table {
  text-align: center;
  background-color: #fff;
  width: 100%;
  border: 1px solid #f1f1f1;
  line-height: 20px;
}

.nicdark_sidebar .widget.widget_calendar table thead {
  color: #727475;
}

.nicdark_sidebar .widget.widget_calendar table th {
  padding: 10px 5px;
}

.nicdark_sidebar .widget.widget_calendar table td {
  padding: 10px 5px;
}

.nicdark_sidebar .widget.widget_calendar table tbody td a {
  color: #fff;
  background-color: #00baa3;
  padding: 5px;
  border-radius: 0px;
}

.nicdark_sidebar .widget.widget_calendar table tfoot td a {
  color: #fff;
  background-color: #444444;
  padding: 5px;
  border-radius: 0px;
  font-size: 13px;
}

.nicdark_sidebar .widget.widget_calendar table tfoot td {
  padding-bottom: 20px;
}

.nicdark_sidebar .widget.widget_calendar table tfoot td#prev {
  text-align: right;
}

.nicdark_sidebar .widget.widget_calendar table tfoot td#next {
  text-align: left;
}

.nicdark_sidebar .widget.widget_calendar table caption {
  font-size: 20px;
  color: #727475;
  font-weight: normal;
  font-family: 'Poppins';
  background-color: #f9f9f9;
  padding: 20px;
  border: 1px solid #f1f1f1;
  border-bottom: 0px;
}

/*menu*/
.nicdark_sidebar .widget div ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.nicdark_sidebar .widget div>ul>li {
  padding: 10px;
  border-bottom: 1px solid #f1f1f1;
}

.nicdark_sidebar .widget div>ul>li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px solid #f1f1f1;
}

.nicdark_sidebar .widget div ul li {
  padding: 10px 0px;
}

.nicdark_sidebar .widget div ul.sub-menu {
  padding: 10px;
}

.nicdark_sidebar .widget div ul.sub-menu:last-child {
  padding-bottom: 0px;
}

/*tag*/
.nicdark_sidebar .widget.widget_tag_cloud a {
  padding: 5px 10px;
  border: 1px solid #f1f1f1;
  border-radius: 0px;
  display: inline-block;
  margin: 5px;
  margin-left: 0px;
}

/*sticky*/
.sticky .nicdark_bg_btn_archive {
  background-color: #d55342;
}

#nicdark_bg_date_archive {
  border-radius: 10px;
}

/*SINGLE POST/PAGE tag, link pages and comment*/
#nicdark_tags_list {
  color: #727475;
  font-family: 'Poppins';
  margin-top: 20px;
}

#nicdark_tags_list a {
  padding: 8px;
  border: 1px solid #f1f1f1;
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
  margin: 5px 10px;
  margin-left: 0px;
  border-radius: 0px;
}

#nicdark_categories_list {
  color: #727475;
  font-family: 'Poppins';
  margin-top: 20px;
}

#nicdark_categories_list ul {
  margin: 0px;
  padding: 0px;
}

#nicdark_categories_list ul li {
  padding: 8px;
  border: 1px solid #f1f1f1;
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
  margin: 5px 10px;
  margin-left: 0px;
  border-radius: 0px;
}

#nicdark_link_pages {
  letter-spacing: 10px;
}

#nicdark_link_pages a {
  font-family: 'Poppins';
}

.nicdark_comments_ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.nicdark_comments_ul li {
  margin: 20px 0px;
  float: left;
  width: 100%;
}

.nicdark_comments_ul li .children {
  margin: 0px;
  padding: 10px 40px;
  list-style: none;
}

.nicdark_comments_ul li .reply a.comment-reply-link {
  color: #fff;
  margin-top: 0px;
  display: inline-block;
  line-height: 13px;
  border-radius: 0px;
  background-color: #00baa3;
  padding: 5px 8px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Poppins';
}

.nicdark_comments_ul li .comment-author .fn, .nicdark_comments_ul li .comment-author .fn a {
  color: #727475;
  font-weight: bold;
  font-family: 'Poppins';
  font-style: normal;
}

.nicdark_comments_ul li .comment-author img {
  border-radius: 100%;
}

.nicdark_comments_ul li .comment-author {
  display: table;
}

.nicdark_comments_ul li .comment-author .fn {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 10px;
}

.nicdark_comments_ul li .comment-author .says {
  display: table-cell;
  vertical-align: middle;
}

.nicdark_comments_ul li .comment-author img {
  display: inline;
  vertical-align: middle;
}

#nicdark_comments_form h3.comment-reply-title, #respond.comment-respond h3.comment-reply-title {
  font-weight: bolder;
  margin-bottom: 10px;
}

#respond.comment-respond h3.comment-reply-title {
  margin-top: 20px;
}

#nicdark_comments_form label, #nicdark_comments_form input[type='text'], #nicdark_comments_form textarea {
  float: left;
  width: 100%;
}

#nicdark_comments_form input[type='submit'] {
  border: 0px;
  color: #fff;
  border-radius: 3px;
  background-color: #00baa3;
  margin-top: 10px;
}

#nicdark_comments_form p {
  margin: 10px 0px;
  float: left;
  width: 100%;
}

#commentform.comment-form label, #commentform.comment-form input[type='text'], #commentform.comment-form textarea {
  float: left;
  width: 100%;
}

#commentform.comment-form input[type='submit'] {
  border: 0px;
  color: #fff;
  border-radius: 25px;
  font-family: 'Poppins';
  text-transform: uppercase;
  background-color: #00baa3;
  margin-top: 10px;
}

#commentform.comment-form p {
  margin: 10px 0px;
  float: left;
  width: 100%;
}

/*Markup And Formatting*/
.nicdark_container_page_php p,
.nicdark_container_page_php h1,
.nicdark_container_page_php h2,
.nicdark_container_page_php h3,
.nicdark_container_page_php h4,
.nicdark_container_page_php h5,
.nicdark_container_page_php h6,
.nicdark_container_single_php p,
.nicdark_container_single_php h1,
.nicdark_container_single_php h2,
.nicdark_container_single_php h3,
.nicdark_container_single_php h4,
.nicdark_container_single_php h5,
.nicdark_container_single_php h6,
.nicdark_comments_php p,
.nicdark_comments_php h1,
.nicdark_comments_php h2,
.nicdark_comments_php h3,
.nicdark_comments_php h4,
.nicdark_comments_php h5,
.nicdark_comments_php h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nicdark_container_page_php a, .nicdark_container_single_php a {
  text-decoration: underline;
  color: #727475;
}

.nicdark_comments_php blockquote, .nicdark_container_page_php blockquote, .nicdark_container_single_php blockquote {
  background-color: #f9f9f9;
  margin: 0px;
  padding: 5px 20px;
  box-sizing: border-box;
  border-left: 2px solid #f1f1f1;
}

.nicdark_comments_php blockquote cite, .nicdark_container_page_php blockquote cite, .nicdark_container_single_php blockquote cite {
  color: #727475;
  display: block;
}

.nicdark_comments_php table, .nicdark_container_page_php table, .nicdark_container_single_php table {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  width: 100%;
}

.nicdark_comments_php table td, .nicdark_comments_php table th, .nicdark_container_page_php table td, .nicdark_container_page_php table th, .nicdark_container_single_php table td, .nicdark_container_single_php table th {
  margin: 0px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
}

.nicdark_comments_php table th, .nicdark_container_page_php table th, .nicdark_container_single_php table th {
  background-color: #f9f9f9;
}

.nicdark_comments_php dl, .nicdark_comments_php dt, .nicdark_comments_php dd, .nicdark_container_page_php dl, .nicdark_container_page_php dt, .nicdark_container_page_php dd, .nicdark_container_single_php dl, .nicdark_container_single_php dt, .nicdark_container_single_php dd {
  margin: 0px;
  padding: 0px;
}

.nicdark_comments_php dt, .nicdark_container_page_php dt, .nicdark_container_single_php dt {
  color: #727475;
}

.nicdark_comments_php dd, .nicdark_container_page_php dd, .nicdark_container_single_php dd {
  margin-bottom: 20px;
}

.nicdark_comments_php ins, .nicdark_container_page_php ins, .nicdark_container_single_php ins {
  background-color: #444;
  color: #fff;
  text-decoration: none;
  padding: 2px 5px;
}

.nicdark_comments_php pre, .nicdark_container_page_php pre, .nicdark_container_single_php pre {
  margin: 0px;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
  overflow-x: scroll;
}

.nicdark_container_page_php img,
.nicdark_container_single_php img,
.nicdark_container_page_php iframe,
.nicdark_container_single_php iframe,
.nicdark_comments_php img,
.nicdark_comments_php iframe {
  max-width: 100%;
  height: auto;
}
.post_gridsys .vc_gitem-zone .vc_custom_heading h4 {
  line-height: 24px;
  margin-bottom: 20px !important;
}

.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active,
.vc_btn3.vc_btn3-color-juicy-pink:active,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-juicy-pink:focus {
  background-color: #78ca5f !important;
  color: #fff;
  border-radius: 30px;
  padding-right: 40px;
}

.box-data li {
  color: #000;
}

.nd_options_navigation_2 div li a {
  font-family: 'Work Sans', sans-serif !important;
}

.nd_options_navigation_2 div li:hover>a:first-child {
  border-bottom: 4px solid #78ca5f;
}

.nd_options_navigation_2 div li:hover ul.sub-menu li a {
  border-bottom: none;
}

#nd_options_navigation_2_container .nd_options_container {
  max-width: 1400px;
  width: auto;
}

.nd_options_height_20 {
  height: auto;
}

.footer_content {
  font-size: 18px;
  font-family: 'Work Sans', sans-serif !important;
  color: #00643b !important;
  font-weight: 400;
  margin: 0 0 25px 0;
}

.post_gridsys .vc_gitem-zone {
  min-height: 220px;
}

.banners_tbs {
  padding-right: 50px !important;
}

.aacordin_main {
  padding-right: 10px !important;
  padding-left: 10px !important;
  padding-bottom: 10px;
}

.aacordin_main .vc_column-inner {
  padding: 0 !important;
  min-height: 360px;
}

.home_accordion .vc_tta-panel-heading {
  border: none !important;
}

.aacordin_main .wpb_single_image {
  margin-bottom: 10px;
}

.home_accordion .vc_tta-panel-heading a {
  color: #78ca5f !important;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif !important;
  font-size: 25px;
  background: #fff !important;
  line-height: 28px;
  padding: 0;
}

.home_accordion .vc_tta-panel-body h2 {
  padding: 15px 0;
  font-family: 'Work Sans', sans-serif !important;
  border-bottom: 1px solid #eaeaea;
}

.banners_tbs h2 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 600;
}

.banners_tbs h3 {
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 500;
}

.custom-blog a {
  color: #58ce4e !important;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif !important;
}

.theimpact .vc_column-inner {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.custom_p .wpb_wrapper p {
  font-family: 'Work Sans', sans-serif !important;
  color: #000 !important;
  font-weight: 300;
  font-size: 20px;
}

.main_head {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 500 !important;
  font-size: 30px;
}

.theimpact .wpb_column .vc_column-inner .wpb_wrapper h3 {
  font-family: 'Barlow Condensed', sans-serif !important;
  /*   color: #000 !important; */
  font-weight: 600;
}

.theimpact .wpb_column .vc_column-inner .wpb_wrapper .wpb_single_image {
  min-height: auto;
}

.theimpact .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column p {
  font-family: 'Work Sans', sans-serif !important;
  line-height: 22px;
  color: #000 !important;
  font-weight: 400;
}

.color_heading .wpb_wrapper h2 {
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 50px;
}

.color_heading .wpb_wrapper p {
  font-family: 'Work Sans', sans-serif !important;
  color: #fff;
  font-size: 18px;
}

.home_banner .vc_column-inner {
  padding-left: 0 !important;
}

.home_section_b {
  padding: 50px 0 100px 0;
}

.ftr-form>.vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pading_zero>.vc_column-inner {
  padding-left: 100px !important;
  padding-right: 100px !important;
  padding-bottom: 100px !important;
}

.post_gridsys .alignnone {
  margin: 5px 20px 20px 0;
}

.team_link {
  background: #fff;
}

.team_link .nd_options_box_sizing_border_box h6 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 500 !important;
  color: #000 !important;
  padding-top: 10px;
  line-height: 23px;
  min-height: 56px;
  font-size: 20px;
  text-transform: uppercase;
}

.team_link .nd_options_box_sizing_border_box p {
  font-family: 'Work Sans', sans-serif !important;
  line-height: 22px;
  color: #000 !important;
  font-weight: 300;
}

.team_link .nd_options_box_sizing_border_box a {
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 500;
  font-size: 17px;
  margin: 19px 0 0 0 !important;
  color: #58ce4e !important;
  background-color: #fff !important;
  text-decoration: underline;
}

.theimpact .vc_column_container .vc_column-inner {
  min-height: 460px !important;
}

.team_link .nd_options_box_sizing_border_box h2 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 600 !important;
  color: #000 !important;
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 25px;
}

.paading_team {
  padding: 50px 0 0 42px;
}

.news_letter ul li {
  display: inline-block;
  width: 27%;
}

.news_letter ul li label {
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.news_letter ul li .wpcf7-text {
  width: 100%;
  background: #eaeaea;
  padding: 13px 0;
}

.news_letter ul {
  padding: 0;
}

.str {
  color: red;
}

.copy_footer {
  font-family: 'Work Sans', sans-serif !important;
  text-transform: uppercase;
  font-size: 17px;
  margin: 20px 0;
  color: #8a8989 !important;
}

.copy_btn a img {
  width: 200px;
}

.activ_rows h3.vc_custom_heading::after {
  content: "→";
  position: absolute;
  padding-left: 10px;
  font-weight: 500;
}

.activ_rows h3.vc_custom_heading {
  font-family: 'Work Sans', sans-serif !important;
}

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

.hom_ine-b {
  float: right;
  /* position: absolute; */
  max-width: 800px;
}

.hom_ine-b .home-banner-right h2 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 600 !important;
  color: #fff !important;
  font-size: 75px !important;
  line-height: 74px;
}

.activ_rows h2 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 500 !important;
  color: #2b2926 !important;
  line-height: 37px;
  margin: 6px 0 20px 0;
  font-size: 35px;
  text-transform: uppercase;
}

.activ_rows p {
  font-family: 'Work Sans', sans-serif !important;
  line-height: 25px !important;
  font-size: 18px !important;
  color: #2b2926 !important;
  font-weight: 400;
}

.custom-ul li {
  font-family: 'Work Sans', sans-serif !important;
  line-height: 25px !important;
  font-size: 18px !important;
  color: #2b2926 !important;
  font-weight: 400;
}
.event_slide .vc_column-inner {
  min-height: 405px;
}

.event_slide .wpb_content_element {
  float: left;
  width: 52%;
  padding-right: 15px;
}

.event_slide .wpb_single_image {
  width: 43%;
  height: 190px;
  margin-bottom: 0;
  overflow: hidden;
  padding-right: 0px !important;
}

.event_slide .full-width {
  width: 100% !important;
}

.event_slide p {
  margin: 10px 0 !important;
}

/* .event_slide p:first-child {
  margin-top:0 !important;
	display:hidden !important;
	visibility:hidden;
} */
.event_slide p:nth-child(2) {
  margin: 0 !important;
  height: 1px;
  display: hidden !important;
  visibility: hidden;
}

/* .hom_teacher .home-banner-left h2 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 600 !important;
  color: #2b2926 !important;
  font-size: 70px !important;
  line-height: 74px;
}

.hom_teacher .home-banner-left {
  padding: 16vh 73px 10vh;
}

.hom_teacher .home-banner-left h3 {
  font-family: 'Work Sans', sans-serif !important;
  color: #2b2926;
  font-weight: 500;
  font-size: 21px;
  margin: 0 0 10px 0;
} */

.hom_teacher .home-banner-left p a {
  display: inline-block;
  background: #58ce4e;
  font-family: 'Work Sans', sans-serif !important;
  font-size: 16px;
  margin: 20px 0;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 47px;
}

.m_quote {
  /* background: #fff; */
  padding: 38px 76px !important;
  bottom: 0;
  border: 2px solid #b27344;
  z-index: 4;
  margin: 300px 0 0px -70px;
}

.active_quto p {
  font-family: 'Work Sans', sans-serif !important;
}

.active_quto blockquote h1 {
  font-family: 'Barlow Condensed', sans-serif !important;
}

.hom_teacher>.vc_column-inner {
  min-height: 500px;
}

.full-image>.vc_column-inner {
  padding: 0 !important;
  min-height: 500px;
}

.bg_accrodin {
  /* 	background-size: 53% 76%!important; */
  /* background-position: right !important; */
  /*     background-position: 140% bottom !important; */
  background-position: right top !important;
  background-repeat: no-repeat !important;
}

/*  
 *  from Theme Footer
 * 
 * 	.bg_accrodin {    
 		background-size: 53% 83% !important; 
     	background-position: right !important; 
     	background-position: 140% bottom !important; 
		background-position: right top !important:
    	background-repeat: no-repeat !important;
		}  */
.accordinon .vc_tta-panel-body p {
  font-family: 'Work Sans', sans-serif !important;
  line-height: 25px !important;
  font-size: 18px !important;
  color: #2b2926 !important;
  font-weight: 400;
}

.accordinon .vc_tta-panel-title>a {
  color: #78ca5f !important;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif !important;
  font-size: 20px;
  background: #fff !important;
  line-height: 24px;
}

.accordinon .vc_tta-panel {
  display: block;
  /* padding: 0 90px 0 123px; */
  border-top: 1px solid #f1eded;
}

.home-banner-right h3 {
  font-family: 'Work Sans', sans-serif !important;
  color: #fff !important;
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
  margin: 10px 0 20px 0;
}

.nd_options_height_50 {
  display: none;
}

.zz_index {
  z-index: 5;
}

.hom_ine-b {
  float: right !important;
  padding: 150px 0;
}

.hom_ine-b .home-banner-right p a {
  display: inline-block;
  background: #58ce4e;
  font-family: 'Work Sans', sans-serif !important;
  font-size: 16px;
  /*     margin: 20px 0;  */
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 47px;
}

.copy_btn a {
  /* 	background: #ececec; */
  /*     padding: 8px 27px; */
  font-family: 'Work Sans', sans-serif !important;
  display: inline-block;
}

.min-padind {
  padding-top: 3%;
  padding-right: 0;
  padding-left: 100px;
}

.newsl_btn input {
  background-color: #fff !important;
  border-width: 0px;
  border-color: #58ce4e !important;
  border-radius: 30px;
  border: 2px !important;
  border-style: solid !important;
  text-transform: uppercase !important;
  padding: 10px 20px;
  /* width: 82%; */
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 600;
  -webkit-appearance: none;
  color: #58ce4e !important;
  cursor: pointer;
}

.newsl_btn {
  width: 17% !important;
}

.footer_menu .menu-footer-menu-container ul {
  text-align: center;
}

.footer_menu .menu-footer-menu-container ul>li {
  margin: 0px 20px;
  display: inline-block;
  padding: 0px;
}

.footer_menu .menu-footer-menu-container ul>li>a {
  color: #78ca5f;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif !important;
  line-height: 16px;
}

.footer_menu .menu-footer-menu-container ul>li>a:hover {
  border-bottom: 4px solid #78ca5f;
}

.main-part_p {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  margin-left: 100px !important;
}

.post_gridsys .vc_gitem-zone .vc_custom_heading h4 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 600 !important;
  color: #2b2926 !important;
  padding-top: 10px;
  font-size: 20px;
  /* 	height:90px; */
}

.post_gridsys .vc_gitem-zone .vc_custom_heading p {
  font-family: 'Work Sans', sans-serif !important;
  line-height: 22px;
  color: #2b2926 !important;
  font-weight: 300;
}

.post_gridsys .vc_gitem-zone .vc_btn3-container .vc_btn3,
.post_gridsys .vc_gitem-zone .vc_btn3-container .vc_btn3:hover {
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 500;
  font-size: 17px;
  color: #58ce4e;
  background-color: #f9f9f9;
}

.c_event .vc_column-inner .wpb_wrapper h3 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 600 !important;
  color: #2b2926 !important;
  /*   padding-top: 10px; */
  font-size: 24px;
  line-height: 26px;
}

.theimpact .wpb_column .vc_column-inner .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
  max-width: 180px;
  height: 180px;
}

.c_event .vc_column-inner .wpb_wrapper p {
  color: #2b2926;
  font-family: 'Roboto Slab', serif;
}

.w_font {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 500 !important;
}

.post_gridsys .vc_gitem-zone .vc_btn3-container .vc_btn3::after {
  content: '→';
  position: absolute;
  padding-left: 10px;
  font-weight: 500;
}

.post_gridsys .vc_gitem-zone .vc_btn3-container .vc_btn3-color-juicy-pink:hover {
  background-color: #78ca5f;
  color: #fff;
  border-radius: 30px;
  padding-right: 40px;
}

.home-banner-right {
  position: relative;
} 

/* .home-banner-right {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 600 !important;
  color: #fff !important;
  font-size: 4em;
  position: relative;
} */

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* 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: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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.gallery-caption {}

.bypostauthor {}



/*   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  By KD, 23-12-2018  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Global Classes */
.ml-10 {
  margin-left: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.pb-24 {
  padding-bottom: 24px !important;
}

/* *************** font style *********** */
h1, h2, h3, h4, h5 {
  font-family: 'Barlow Condensed', sans-serif !important;
  color: #2b2926 !important;
}

h1.invert, h2.invert, h3.invert, h4.invert, h5.invert, p.invert {
  color: #ffffff !important;
}

h1 {
  font-size: 64px;
  line-height: 74px;
}

h2 {
  font-size: 48px;
  line-height: 58px;
}

h3 {
  font-size: 36px;
  line-height: 46px;
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 16px;
  line-height: 26px;
}


h3.h1-hero.invert, .h1-hero h3.invert {
  color: #fff !important
}

/* *************** font style *********** */
/* /end Global Classes */
.default-anchor-link {
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}

.default-anchor-link:hover, .default-anchor-link a:hover {
  color: #006241 !important;
}

.default-links {
  color: #58ce4e !important;
}

.default-links:hover {
  text-decoration: none;
}

.vc_custom_heading.custom-blog a:hover {
  color: #ffffff !important;
  background-color: #78ca5f !important;
  border-radius: 30px;
  padding: 10px 20px;
}

.custom-btn-primary, .primaryAction, .vc_btn3-style-flat, .comment-reply-link, input[type=submit].submit, #sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a,
.tribe-events-nav-next a, .tribe-events-nav-previous a, .tribe-events-back a, .wfPageNextButton, .wfPagePreviousButton, .nd_options_customizer_forms input[type="submit"], .nd_options_customizer_forms button[type="submit"], .tribe-events-read-more, #rtec-form-toggle-button {
  color: #ffffff !important;
  background-color: #78ca5f !important;
  border-radius: 30px !important;
  padding: 10px 14px;
  font-size: 16px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #78ca5f;
  text-transform: uppercase !important;
  display: inline-block;
}

.custom-btn-primary:hover, .primaryAction:hover, .vc_btn3-style-flat:hover, .comment-reply-link:hover, input[type=submit].submit:hover, #sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a:hover, .tribe-events-nav-next a:hover, .tribe-events-nav-previous a:hover, .tribe-events-back a:hover, .wfPageNextButton:hover, .wfPagePreviousButton:hover,
.nd_options_customizer_forms input[type="submit"]:hover, .nd_options_customizer_forms button[type="submit"]:hover, .tribe-events-read-more:hover, #rtec-form-toggle-button:hover {
  color: #78ca5f !important;
  background-color: #ffffff !important;
  border-radius: 30px;
  padding: 10px 14px;
}

a.custom-anchor-link {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #58ce4e !important;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif !important;
  font-size: 20px;
}

.custom-anchor-link:hover {
  text-decoration: none;
  color: #ffffff !important;
  background-color: #78ca5f !important;
  border-radius: 30px;
  padding: 10px 20px;
}

.m_accrondr {
  background: #fff;
  padding: 0;
  z-index: 4;
  margin: 0px -75px 0px 0px;
}

.m_accrondrmargin {
  margin: 0px 0 0px -50px;
  padding: 0 45px 45px;
}

.m_accrond {
  padding: 0;
  z-index: 4;
  margin: 0px 0 0px -75px;
}

.m_accrondr .activ_rows {
  padding: 30px 110px 0 50px;
}

.m_accrond .activ_rows {
  padding: 30px 50px 0 110px;
}

.m_accrond .accordinon .vc_tta-panel {
  padding: 0px 50px 0px 92px;
}

.m_accrondr .accordinon .vc_tta-panel {
  padding: 0px 90px 0px 32px;
}

.m_accrond .custom-accordion-head {
  padding: 0 0 15px 112px;
}

.m_accrondr .custom-accordion-head {
  padding: 0 0 15px 52px;
}

.m_accrond h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: #2b2926 !important;
  padding: 20px 0px 35px 0px;
}

.custom-accordion-head .vc_column-inner {
  padding-top: 12px !important;
}

.custom-accordion-head-link {
  color: #78ca5f !important;
  font-weight: 500;
  font-family: 'Work Sans', sans-serif !important;
  font-size: 20px;
  line-height: 22px;
}

.custom-accordion-head-link:hover {
  color: #006241 !important;
}

.wpb-js-composer .vc_tta-container {
  /*     margin-bottom: 21.73913043px; */
  margin-bottom: 0 !important;
}

\.wpb_content_element {
  margin-bottom: 9px !important;
}

.bg_inside_texture {
  background: #f2f1ed url("https://islandwood.org/wp-content/uploads/2018/12/bg-4.png?id=1173");
  background-repeat: no-repeat;
}

.banner-section .vc_column_container>.vc_column-inner {
  padding-left: 0 !important;
  padding-top: 0 !important;
  margin-left: 0 !important;
}

/* ****************** image ZOOM ****************** */
.vc_figure .vc_single_image-wrapper,
.vc_gitem-animated-block {
  overflow: hidden;
}

.vc_figure .vc_single_image-wrapper img,
.vc_gitem-animated-block .vc_gitem-zone img,
.vc_gitem-animate-blurOut .vc_gitem-zone-a,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-a,
.vc_grid-item-mini .vc_clearfix {
  transition: transform .2s !important;
  /* Animation */
  filter: none !important;
}

.vc_figure .vc_single_image-wrapper:hover img,
.vc_gitem-animated-block .vc_gitem-zone img:hover,
.vc_gitem-animate-blurOut .vc_gitem-zone-a:hover,
.vc_gitem-animate-blurScaleOut .vc_gitem-zone-a:hover,
.vc_grid-item-mini .vc_clearfix:hover {
  -ms-transform: scale(1.1) !important;
  /* IE 9 */
  -webkit-transform: scale(1.1) !important;
  /* Safari 3-8 */
  transform: scale(1.1) !important;
}

.vc_grid-item-mini {
  overflow: hidden;
}

.vc_grid-item-mini .vc_is-hover {}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-blurScaleOut .vc_gitem-zone-a {
  transform: scale(1.2) !important;
  -ms-transform: scale(1.2) !important;
  /* IE 9 */
  -webkit-transform: scale(1.2) !important;
  /* Safari 3-8 */
}

.content-intro h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
}

.content-intro h4 {
  font-family: 'Work Sans', sans-serif !important;
}

/* ********************  /END image ZOOM ************************* */
.nd_options_customizer_forms .newsl_btn:hover input[type="submit"],
.nd_options_customizer_forms .newsl_btn:hover button[type="submit"] {
  color: #fff !important;
  background-color: #78ca5f !important;
}

.vc_icon_element span.vc_icon_element-icon {
  color: #ff0000 !important;
}

.mid-left-content {
  color: #000000;
}

.text-color1 {
  color: #58ce4e;
}

.color2 {
  color: #58ce4e;
}

/* ****** Menu Responsive ****** */
.custom-menu-responsive {
  background: #fff000;
}

/* ****** /end Menu Responsive ****** */
/* ************ 	quote boxes *********** */
.quote-box {
  bottom: 0;
  border: 2px solid #b27344;
  z-index: 4;
  position: relative;
}

.quote-box.left {
  text-align: right;
  padding: 38px 80px 38px 30px;
  margin: 66px -70px 0px 14px;
}

.quote-box.right {
  text-align: left;
  padding: 38px 30px 38px 80px;
  margin: 80px 0 0px -94px;
}

.quote-box h3 {
  color: #b27344 !important;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.quote-box h4,
.quote-box p {
  font-family: 'Roboto Slab', serif !important;
  color: #371809 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: normal !important;
}

/* ************ /end quote boxes *********** */
.nd_options_customizer_fonts a {
  color: #2b2926;
}

.rmv-border-top {
  border-top: 0 !important;
}

.vc_custom_heading a {
  /* 	color:#2b2926 !important; */
}

/* ------------------------ FOOTER ------------------- */
.custom-footer {
  background: #fff;
}

.custom-footer-full {
  padding-top: 50px;
}

.custom-footer .footer-left, .custom-footer .footer-right {
  /* 	border-bottom:1px solid #f2eeeb; */
  min-height: 160px;
}

.divider-fluid {
  border-top: 1px solid #f2eeeb;
}

.custom-footer .footer-left ul {
  margin-top: 30px;
}

/*-----------------------04-02-2019------------------------------*/
body {
  overflow-x: hidden;
}

.nd_options_navigation_2_sticky_move_down .nd_options_navigation_2 {
  max-width: 1400px !important;
  padding: 15px !important;
  margin: 0 auto !important;
  height: 50px !important;
}

.nd_options_navigation_2_sticky_move_down div.nd_options_section div.nd_options_section {
  height: 10px !important;
}

.nd_options_navigation_2_sticky_move_down .nd_options_navigation_2 div>ul {
  margin: 6px 0 0 !important;
  float: right !important;
}

.nd_options_navigation_2 {
  max-width: 1400px;
  width: auto;
  margin: 0 auto;
  padding: 0 15px;
}

.nd_options_navigation_2 .nd_options_display_inline_block {
  display: inherit !important;
}

.nd_options_display_inline_block a .nd_options_position_absolute {
  float: left;
  position: inherit !important;
}

.nd_options_navigation_2 div>ul>li:after {
  display: inherit;
  float: left;
  margin: 0 5px !important;
}

.nd_options_navigation_2 li.menu-item-has-children:hover>a:after {
  border-top: 10px solid #000000;
}

.nd_options_navigation_2 div>ul li>ul.sub-menu {
  width: 365px !important;
}

.nd_options_navigation_2 div>ul li>ul.sub-menu li>ul.sub-menu {
  margin-left: 320px !important;
}

.nd_options_navigation_2 div li {
  margin: 0 10px !important;
}

.nd_options_navigation_2 div>ul li>ul.sub-menu li a {
  color: #727475 !important;
}

.nd_options_navigation_2 div li a {
  color: #78ca5f !important;
  margin: 0 5px 0 0 !important;
}

h1.invert, h2.invert, h3.invert, h4.invert, h5.invert, p.invert {
  color: #ffffff !important;
}

p {
  color: #2b2926 !important;
}

::selection {
  color: #FFF;
  background: #58ce4e;
}

.home_bannercss {
  background-position: center 100% !important;
}

.vc_tta-panel-body .wpb_wrapper h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.wpb_wrapper ul li {
  font-family: 'Work Sans', sans-serif !important;
  line-height: 25px !important;
  font-size: 18px !important;
  color: #2b2926 !important;
  font-weight: 400;
}

.wpb-js-composer .vc_tta.vc_general {
  font-size: 18px !important;
}

a {
  color: #78ca5f !important;
}

a:hover {
  color: #006241 !important;
}

/* .banner-head-text h2, .home-banner-right, .home-banner-right h2 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 600 !important;
  color: #fff !important;
  font-size: 60px !important;
  line-height: 66px;
  position: relative;
} */

.position_left {
  left: -12% !important;
}

.padding30 {
  padding: 30vh 0 30vh 0;
}

.banner-head-text {
  margin: 30vh 0 40px -115px !important;
}

.banner-head-text h3 {
  font-size: 21px !important;
}

p {
  font-family: 'Work Sans', sans-serif !important;
  line-height: 25px;
  font-size: 18px;
  color: #2b2926;
  font-weight: 400;
}

.nd_options_padding_bottom_5 {
  padding-top: 0 !important;
  font-weight: 500;
}

.nd_options_padding_20 {
  padding: 0 18px 20px !important;
}

.nd_options_cursor_pointer {
  background: #58ce4e !important;
}

.padding20 {
  padding: 20vh 0 20vh 0;
}

.custome_padding {
  padding: 50vh 0 35vh;
}

.cusztom_padding {
  padding: 40px 0 !important;
}

.nd_options_color_white {
  font-weight: 600 !important;
  font-size: 3.9vw;
  line-height: 4.3vw;
  text-transform: uppercase;
}

.margin20 {
  margin-top: 20px !important;
}

.custom-table-border tr td {
  border-bottom: 1px solid #f2eeeb;
}

.li-margin10 li {
  margin: 10px 0;
}



.theimpact.min460 .vc_column_container .vc_column-inner {
  min-height: 460px !important;
}

.hom_teacher .padding_less.home-banner-left {
  padding: 10vh 0 0;
}

/*   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  END By KD,  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.event_slide .wpb_content_element:nth-child(3) {
  float: left;
  width: 100%;
  padding-right: 15px;
}

.site-lookup {
  text-align: center;
}

.report-hour {
  text-align: center;
}

.wppb-logout-url {
  cursor: pointer;
  color: #78ca5f !important;
  margin: 0 5px 0 0 !important;
  float: right;
}

.wppb-logout-url:hover {
  color: #ffffff !important;
}

.post-password-form {
  min-height: 300px;
  margin-top: 150px;
  text-align: center;
}

.wppb-logout-url {
  color: #ffffff !important;
  background-color: #78ca5f !important;
  border-radius: 30px;
  padding: 10px 14px;
  font-size: 16px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #78ca5f;
  text-transform: uppercase !important;
  display: inline-block;
}

.wppb-front-end-logout span {
  display: none;
}

h1 strong {
  display: none;
}

/*   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  Docent Corner, custom style form-  By KD - 19-03-2019  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.wppb-user-forms p label {
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.wppb-user-forms p.login-submit .button-primary {
  color: #ffffff !important;
  background-color: #78ca5f !important;
  border-radius: 30px;
  padding: 10px 14px;
  font-size: 16px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #78ca5f;
  text-transform: uppercase !important;
  display: inline-block;
}

.tribe-bar-submit input,
.tribe-events-button {
  color: #ffffff !important;
  background-color: #78ca5f !important;
  border-radius: 30px;
  padding: 10px 14px;
  font-size: 16px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 1px solid #78ca5f;
  text-transform: uppercase !important;
  display: inline-block;
}

.tribe-bar-submit input:hover,
.tribe-events-button:hover {
  color: #78ca5f !important;
  background-color: #ffffff !important;
  border-radius: 30px;
  padding: 10px 14px;
}

.tribe-events-month {
  overflow: hidden;
}

.vc_toggle_color_orange .vc_toggle_icon {
  background-color: #78ca5f !important;
  border-color: transparent;
}

/* ------------------------------- Event Calender */
#tribe-events-content table.tribe-events-calendar {
  background: #fff;
}

.tribe-events-month-event-title a {
  /* 	text-decoration:bold !important; */
  font-weight: bold;
}

/* #nd_options_eventscalendar_header_img .nd_options_bg_greydark_alpha_2
{
  background:url('img/Events Page Photo.jpg');
  background-size: cover;
  background-repeat: no-repeat;
} */
.blog-title h3 {
  color: #ffffff !important;
}

/* CSS for Green ferns for Green areas of the pages*/
#our-impact {
  background: #00643c url(https://islandwood.org/wp-content/uploads/2019/01/ILW.Textures.Fern1-Tan_green-1.png) !important;
  background-position: -375px top !important;
  background-repeat: no-repeat !important;
  background-size: 600px 600px !important;
}

#our-impact-inner {
  background: url(https://islandwood.org/wp-content/uploads/2019/04/ILW.Textures.Fern1-Tan_green-1_custom.png);
  background-size: 680px 870px !important;
  background-position: 100% -122px !important;
  background-repeat: no-repeat !important;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
  background-color: #78ca5f !important
}

.tribe-events-meta-group .tribe-events-single-section-title {
  margin-left: 15px;
}

.team-title h4 {
  text-transform: uppercase;
}

#tribe-events-bar {
  margin-top: 60px;
}

.tribe-events-page-title {
  font-size: 40px !important;
  font-weight: 700;
}

#tribe-events {
  margin-top: 60px
}

.tribe-events-calendar thead th,
.tribe-bar-date-filter {
  font-family: 'Work Sans', sans-serif !important;
}

.tribe-events-schedule h2 span.tribe-event-date-start,
.tribe-events-schedule h2 span.tribe-event-time {
  font-family: 'Work Sans', sans-serif !important;
  line-height: 25px !important;
  font-size: 18px !important;
  color: #2b2926 !important;
  font-weight: 400;
}

.tribe_events-template-default #tribe-events .tribe-events-single .tribe_events .tribe-events-event-image img {
  width: auto !important;
}

.tribe-events-notices {
  background: #78ca5f;
  color: #fff;
  border: none;
}

.tribe-events-single {
  background: #fff;
  padding: 20px !important;
}

#tribe-bar-form label {
  font-family: 'Work Sans', sans-serif !important;
  font-weight: 600 !important;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0 !important;
}

.font-caps {
  text-transform: uppercase;
}

#rtec {
  display: none;
}

/* .nd_options_navigation_2_sidebar a {
	text-transform:capitalize !important;
} */
.event_slide .wpb_single_image img {
  min-height: 150px;
}

.marginB_0 {
  margin-bottom: 0 !important
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0 !important;
}

.section-padding-t100 {
  padding-top: 100px;
}

.m-padding-t200 {
  padding-top: 100px !important;
}
.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a, .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a {
	opacity: 1;
}
@media only screen and (max-width: 950px) and (min-width: 767px)  {
.vc_gitem-post-data {
    height: fit-content!important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.vc_gitem-post-data-source-post_excerpt {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    height: fit-content !important;
}
}
@media only screen and (max-width: 1265px) and (min-width: 951px)  {
    .vc_gitem-post-data {
    height: fit-content!important;
}
.post_gridsys .vc_gitem-zone .vc_custom_heading h4 {
	height:auto!important;
    margin-bottom: 0px !important;
}
}
@media only screen and (max-width: 1285px) and (min-width: 951px)  {
    .home .vc_gitem-post-data {
    height: fit-content!important;
}
.post_gridsys .vc_gitem-zone .vc_custom_heading h4 {
    
    margin-bottom: 0px !important;
}
}