/*
 Custom Style
*/

@font-face {
  font-family: 'Archivo Narrow Regular';
  src:url('fonts/archivo-narrow-regular.eot');
  src:url('fonts/archivo-narrow-regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/archivo-narrow-regular.woff') format('woff'),
      url('fonts/archivo-narrow-regular.ttf') format('truetype'),
      url('fonts/archivo-narrow-regular.svg#hind-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetical Light Regular';
  src:url('fonts/helveticalight-regular.eot');
  src:url('fonts/helveticalight-regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/helveticalight-regular.woff') format('woff'),
      url('fonts/helveticalight-regular.ttf') format('truetype'),
      url('fonts/helveticalight-regular.svg#hind-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
a,h2 {
	font-family: 'Archivo Narrow Regular';
	font-weight: bold;
	color: #00b855;
}
a {
	text-decoration: underline;
}

body .wrapper .container a,
body .section-cpt-parent a {
	color: #00b855;
	text-decoration: underline;
}

.wrapper .container a:hover,
.section-cpt-parent a:hover {
	color: #FFA500;
	text-decoration: underline;
}

a: hover  {
	color: blue;
}
/*p {
	font-family: 'Helvetical Light Regular';
}*/
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
@media screen and (min-width: 1199px) {
	.container {
		max-width: 1145px;
	}
	.custom-width {
		max-width: 1450px;
		padding-right: 0;
		padding-left: 0;
		margin-right: auto;
		margin-left: auto;
	}
}

body {
	background-color: #f6f6f6;
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
}
.wrapper {
	  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
/****** header Css ******/
.addthis_tool {
    padding: 7px 0;
    height: 18px;
    text-align: center;
    background-color: #c8ecd6;
}
.social-header {
	text-align:center;
	background: #c3ebd6;
  padding-top: 4px;
}
.sosial-header a {
  margin-bottom: 0!important;
}
/* 
.social-header .addtoany_list a {
	margin-left:10px;
} */

.a2a_kit {
	text-align: center;
}
#wrapper-navbar {
	background-color: #fff;
}
.home .entry-header, .page-id-832 .entry-header {
	display: none;
}
.top-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 145px;
}
.top-menu .navbar-brand {
    width: 23.6%;
}
#searchform {
    position: relative;
    width: 46%;
	border: 1px solid #b7b7b7;
}
#searchform input {
    padding: 14px 20px;
    font: normal 17px 'Helvetical Light Regular';
    border: 0;
    border-radius: 0;
}
#searchform label {
    display: none;
}
input#searchsubmit {
    width: 50px;
    text-indent: 20px;
    background-color: #fff;
    background-image: url('/wp-content/uploads/2018/05/search-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    border-left: 1px solid #b7b7b7;
}
#searchform .select-dropdown button {
    padding: 0 20px;
    font: normal 18px 'Helvetical Light Regular';
    border: 0;
    border-left: 1px solid #b7b7b7;
}
#searchform .select-dropdown button:hover {
    color: blue;
    background-color: transparent;
    box-shadow: none;
    outline: none;
}
.top-menu .free-download {
    margin-left: auto;
    width: 24.5%;
    font-weight: bold;
    font-size: 26px;
    letter-spacing: 0.2px;
    line-height: normal;
    text-transform: uppercase;
}

#wrapper-navbar .custom-width .mega-menu-toggle {
  display: none;
}

/****** responsive header ******/

@media screen and (max-width:1199px) {
    .top-menu {
      padding: 10px 15px;
      height: auto;
    }
    .top-menu .free-download {
      line-height: 28px;
    }
    #searchform input#searchsubmit {
      background-size: 20px;
    }
    .top-menu .free-download {
      font-size: 18px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #wrapper-navbar #searchform {
/*       float: right; */
    }
}
@media screen and (max-width:991px) {
    .top-menu {
      display: block;
    }
    .top-menu .navbar-brand {
      width: auto;
    }
    #searchform {
      width: auto;
    }
    .dropdown-toggle::after {
      vertical-align: middle;
    }
    .top-menu .free-download {
      /*display: none;*/
      text-align: center;
      display: block;
      width: 100%;
      margin: 0;
      padding: 0 30px;
    }
}
@media screen and (min-width: 768px) {
    .search-toggle {
      display: none;
    }
}
@media screen and (max-width: 767px) {
    #wrapper-navbar form#searchform {
      position: relative;
      max-height: 0;
      overflow: hidden;
      border: 0;
      transition: all 0.3s;
      float: left;
    }
    #wrapper-navbar form#searchform.opened {
      width: 100%;
      max-height: 100px;
      border: 1px solid #b7b7b7;
      outline: none;
    }
    #wrapper-navbar #searchform input {
      padding: 14px 10px;
      font-size: 14px;
      border-right: 1px solid #b7b7b7;
    }
    #wrapper-navbar input#searchsubmit {
      border: 0;
    }
    #wrapper-navbar .search-toggle {
      float: right;
    }
    #wrapper-navbar .search-icon {
      vertical-align: middle;
      width: 45px;
      height: 40px;
      background-color: transparent;
      border: 0 none;
      border-radius: 0;
    }
    #wrapper-navbar .search-icon i:before{
    	font-size: 22px;
    }
    #wrapper-navbar .search-icon:focus {
      border: 0 none;
      outline: 0 none;
    }
/*    #wrapper-navbar .search-toggle .search-icon.icon-close,
    #wrapper-navbar .search-toggle.opened .search-icon.icon-search {
      display: none;
    }*/
    #wrapper-navbar .search-toggle.opened .search-icon.icon-close {
      display: block;
    }
    #wrapper-navbar .search-icon img {
      width: 25px;
    }
    #wrapper-navbar .custom-width .mega-menu-toggle {
      float: left;
      display: block;
    }
    #wrapper-navbar .custom-width .mega-menu-toggle button {
      background: transparent;
      border: 0 none;
      outline: 0 none;
    }
    #wrapper-navbar .custom-width .mega-menu-toggle i {
      font-size: 24px;
      line-height: 38px;
    }
    #wrapper-navbar #mega-menu-wrap-primary {
      display: none;
    }
    #wrapper-navbar #mega-menu-wrap-primary .mega-menu-open {
      height: 0;
    }
}

/***** Footer *****/
#wrapper-footer-full {
  	padding: 55px 0 30px;
    width: 100%;
  	background-color: #03ba48;
}
#wrapper-footer-full .footer-widget.col-md-6 {
	  flex: 0 0 100%;
    max-width: 100%;
}
#wrapper-footer-full ul.menu{
  	padding: 0;
  	text-align: center;
    list-style: none;
}
#menu-footer-social-link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
#menu-footer-social-link li {
	  margin: 0 8px;
}
#menu-footer-social-link li a > i {
  	width: 35px;
    height: 35px;
  	line-height: 35px;
  	color: #03ba48;
  	background-color: #fff;
  	border-radius: 60px;
    webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#menu-footer-social-link li a > i:hover {
  color: #fff;
}
#menu-footer-social-link li a > i.fa-facebook-f:hover {
  background-color: #3b5998;
}
#menu-footer-social-link li a > i.fa-twitter:hover {
  background-color: #1da1f3;
}
#menu-footer-social-link li a > i.fa-youtube:hover,
#menu-footer-social-link li a > i.fa-pinterest-p:hover {
  background-color: #ff0000;
}
#menu-footer-menu {
	  margin-top: 10px;
}
#menu-footer-menu li {
    display: inline-block;
	  margin: 0 18px;
}
#menu-footer-menu li a {
  	font-weight: bold;
  	font-size: 18px;
  	color: #fff;
  	text-transform: uppercase;
    text-decoration: none;
}
#menu-footer-menu li a:hover{
	color: #FFA500;
}
#wrapper-footer {
    padding: 0;
  	text-align: center;
}
#wrapper-footer .site-info p {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 0.2px;
    color: #737373;
}

@media screen and (max-width: 767px) {
    #menu-footer-menu li {
      display: block;
    }
}


/**for blog page **/
.page-template-blog .post-title a {
	font-size: 39px;
}

.page-template-blog .post-top-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.page-template-blog .post-content {
  max-width: 710px;
  width: 100%;
  padding-bottom: 22px;
}
.page-template-blog .post-content p {
  font-size: 16px;
  line-height: 21px;
  margin-top: 42px;
  letter-spacing: 0.2px;
}

.page-template-blog .post-top-content .post-name {
  margin: 0 13px;
  font-size: 14px;
}

.page-template-blog .post-top-content .post-date {
  font-size: 13px;
  line-height: 1.7;
}

.page-template-blog .post-top-content .post-date .fa-calendar {
  color: #00b855;
  margin-right: 10px;
}

.page-template-blog .post-button button,
.page-template-blog .post-button a {
  border:1px solid #03ba48;
  background-color: #fff;
  color:#03ba48;
  padding: 10px 45px;
  font-weight: normal;
}

.page-template-blog .wpb_content_element {
  margin-bottom: 0;
}

.page-template-blog .post-item {
	padding:31px 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

/***********************/
/* Pagination          */
/***********************/
.pagination {
/* 	display: block; */
	margin: auto;
	padding: 55px 22px;
	width: 47%;
}

.pagination a:hover {
	color: #fff;
	background-color: #03ba48;
}

.pagination > span.current {
	color: #fff;
	background-color: #03ba48;
}

.pagination a ,
.pagination span {
	padding: 10px 21px;
}

/***************************/
/* Blog Post Single Header */
/***************************/
.single .entry-header,
.page .entry-header {
	margin-top: 25px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc
}

.single .entry-header .entry-title,
.page .entry-header .entry-title {
	color: #00b855;
	text-align:center;
}

.single .entry-header .entry-meta a
.page .entry-header .entry-meta a {
	font-weight: 300;
	color: #212529;
}

.single .entry-header .entry-meta span,
.page .entry-header .entry-meta span {
	margin-right: 15px;
	font-weight: 300;
}

.single .entry-header .entry-meta span .fa,
.page .entry-header .entry-meta span .fa {
	color: #00b855;
}

.single .entry-header .entry-meta span:last-child {
	margin-right: 0;
}

.single .entry-header .entry-meta .byline {
	display: none;
}

/****************************/
/* Blog Post Single Content */
/****************************/
.single #main .post .wp-post-image,
.single #main .post .entry-content img {
	display: block;
	margin: 1rem auto;
}

/****************************/
/* Breadcrumbs              */
/****************************/
#breadcrumbs {
	padding: 5px 15px;
	font-family: 'Archivo Narrow Regular', sans-serif;
	background-color: #ccc;

}
#breadcrumbs i {
	padding: 0 8px;
}
.home #breadcrumbs, .page-id-832 #breadcrumbs {
	display: none;
}
.breadcrumb_last {
	font-weight: bold;
	color: #2763c4;
	text-decoration: underline;
}
#breadcrumbs > .custom-width {
	max-width: 1320px;
}

/****************************/
/* Newsletter Footer        */
/****************************/
.section-newsletter {
	padding: 50px 15px 30px;
    background: #fff;	
}

.section-newsletter .form-group {
	margin-top: 50px;
	margin-bottom: 35px;
}

.section-newsletter .title-section {
	font-size: 30px;
	text-align: center;
	color: #03ba48
}

@media screen and (max-width:768px) {
	.section-newsletter form input[type="email"] {
		width:72%;
	}
}

.page-id-832 .section-newsletter {
	display:none;
}

/*****************/
/* Archive       */
/*****************/
.section-cpt-parent {
	margin: 50px 0;	
}

.section-cpt-parent .cpt-name {
	text-align: center;
	text-transform: capitalize;
	color: #00b855;
}

.section-cpt-parent .cpt-description {
	margin-bottom: 50px;
	text-align: center;
	font-family: ''Helvetical Light Regular'', sans-serif;
}

.section-cpt-parent .term {
	margin-bottom: 25px;
}

.archive .section-cpt-parent .term .term-image-wrap,
.archive .wpb_wrapper .wpb_single_image figure > a {
	margin-bottom: 25px;
	padding: 0.5rem;
	height: 316px;
	width: 100%;
	border: 1px solid #ddd;
	background-color: #fff;
	-webkit-box-shadow: 3px 3px 3px #ddd;
	box-shadow: 3px 3px 3px #ddd;
	text-align: center;
	white-space: nowrap;
}


.single .entry-content .wpb_single_image figure > a {
	width: 100%;
	height: 100%;
	text-align: center;
}

.section-cpt-parent .term .term-image-wrap:before,
.wpb_wrapper .wpb_single_image figure > a:before,
.vc_grid .wpb_wrapper .wpb_single_image figure > a:before,
.recently-view-container .vc_gitem-col .wpb_single_image figure > a:before,
.single .entry-content .wpb_single_image figure > a:before{
	display: inline-block;
	vertical-align: middle;
	margin-right: -0.25em;
	height: 100%;
	content: "";
}

.wpb_wrapper .wpb_single_image figure > a img,
.section-cpt-parent .term .term-image-wrap img,
.vc_grid .wpb_wrapper .wpb_single_image figure > a img,
.single .entry-content .wpb_single_image figure > a img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

.section-cpt-parent .term-title {
	padding: 0 15px;
	text-align: center;
}

.section-cpt-parent .pagination {
	padding: 55px 0;
	width: 100%;
	text-align: center;
}

/* About Us */
.page-template-default .about-us-testimonial {
	border-top:4px solid #00b855;
}

/* Category List */


.category-holder {
    height: 316px;
    overflow: inherit!important;
    margin-bottom: 20px;
}

.category-holder .vc_gitem-col > .category-image,
.recently-view-container .vc_gitem-col .wpb_single_image,
.single .entry-content .wpb_single_image{ 
    margin-bottom: 25px;
	padding: 0.5rem;
	height: 316px;
    width: 100%;
	border: 1px solid #ddd;
	background-color: #fff;
	-webkit-box-shadow: 3px 3px 3px #ddd;
            box-shadow: 3px 3px 3px #ddd;
    overflow: hidden;
    max-height: 100%;
}

.recently-view-container .vc_gitem-col .wpb_single_image {
	height: 220px;
	margin-bottom: 15px;
}

.category-holder .category-image figure,
.recently-view-container .vc_gitem-col .wpb_single_image figure,
.single .entry-content .wpb_single_image figure { 
    height: 100%;
    width: 100%;
    border: 1px solid #ddd;
}

/*.category-holder .category-image img {
    width: 100%;
    height: 100%;
}
*/
.category-list .vc_grid.vc_row .vc_grid-item .wpb_content_element a,
.recently-view-container .vc_gitem-col .wpb_single_image figure a{
    padding:0;
    box-shadow:none;
    border:none;
    width:100%;
    height:100%;
}

.category-list .vc_grid-item-mini.vc_clearfix {
    margin-bottom: 15px;
}


/*.recently-view-container .wpb_single_image img {
    height:220px;
}*/

.recently-view-container .wpb_single_image .vc_single_image-wrapper {
    padding:10px;
    background-color:#fff;
    box-shadow: 3px 3px 3px #ddd;
}

.category-holder .vc_gitem_row.vc_row.vc_gitem-row-position-top {
    position: relative;
}


#secondary img, article img, figure, /* img ,*/ img.wp-post-image {
	height: auto;
	width: 100%;
}

.single-signs img.post-main-thumb,
.single-posters img.post-main-thumb,
.single-templates img.post-main-thumb {
	display:none;
}

/* Single Posts */
.single-post aside.widget form#searchform {
	width:100%;
}

.single-post aside.widget #searchform .select-dropdown button {
	display:none!important
}
.single-post #right-sidebar aside.widget {
	margin-top:25px;
}

.single-post .widget_recent_entries ul {
	padding:0;
}

.single-post .widget_recent_entries ul li {
	list-style-type:none;
	border-bottom:1px solid #ccc;
	padding:10px 0;
}

/* For Search Results */
.search-results article.status-publish {
	border-bottom:2px solid #e0e0e0;
	padding:13px 0;
}


.search-results .page-link {
	color:#00b855;
}

.search-results .page-item.active .page-link {
	background-color:#00b855;
	border-color:#00b855;
}

@media screen and (max-width:768px) {
	.search-results .pagination {
		width:77%;
	}
}

@media screen and (max-width:576px) {
	.search-results .pagination {
		margin:0;
	}
	.search-results .pagination a, .pagination span {
		padding:.5rem .75rem
	}
}

/* For Posters */
.single-posters .btn-download a,
.single-templates .btn-download a,
.single-signs .btn-download a {
	border-bottom: 2px solid rgb(0, 184, 88);
}

/*Custom CSS for Templates */

.category-name {
    height: 50px;
}
.btn-download {
	align-self: flex-end;
	width: 153px;
	margin: 0 auto;
}

.recently-view-title {
	height: 45px;
}

.recently-view-container {
	height: auto;
}

.description {
text-align:center;
}
/*Responsive */
.site-main {
	max-width: 100%;
	max-height: 100%;	
}

/*.subscribe-container {
	min-height:calc(100vh - 500px);
	display:flex;
	align-items:center;
}*/

.top-menu #ajaxsearchlite1 .probox {
	border: 2px solid #1DB94E;
	border-radius: 0;
	padding: 0;
	height: 55px;
}

.top-menu #ajaxsearchlite1 .probox .proinput input, 
.top-menu div.asl_w .probox .proinput input {
	font-family: 'Archivo Narrow Regular', sans-serif;
	font-weight: bold;
	color: #00b855 !important;
	font-size: 17px;
	padding: 14px 20px !important;
}

.top-menu div.asl_w .probox .promagnifier .innericon {
	border-left: 2px solid #1DB94E;
	width: 55px;
	height: 55px;
}

.top-menu div.asl_w .probox .promagnifier {
	width: auto;
	height: auto;
}

.top-menu div.asl_w .probox .promagnifier .innericon svg {
	fill: #00b855;
}

.top-menu div.asl_m .probox .proinput input.autocomplete {
	margin-top: 0 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #00b855;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #00b855;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #00b855;
}
:-moz-placeholder { /* Firefox 18- */
  color: #00b855;
}

.top-menu div.asl_m .probox .proinput {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.category-name {
		height: initial;
	}
	 .product-list {
		margin-bottom: 10px;
	}
	
	.section-category-box .box-inner:first-child .vc_column-inner {
		height:270px;
	}
	
	.box-inner.wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill {
		width:100%;
	}
	
	.vc_basic_grid.holder-category-list .vc_grid.vc_row .vc_grid-item.vc_visible-item {
		display:inline-block;
		width:50%;
	}
	
	.section-category-box .box-inner.vc_col-sm-6:last-of-type {
		width:100%;
		margin-bottom:20px;
	}
	
}

@media screen and (max-width:768px) {
	.section-category-box .box-inner:first-child {
		height:307px;
	}
}

@media screen and (max-width: 425px) {
	.site-main {
		padding: 0 10px;
	}
	.category-holder {
		margin-bottom: 280px;
	}
/*	.wpb_wrapper {
		margin-top: 40px;
	}*/
}

/* Subscription */
.section-newsletter form input[type="email"] {
	vertical-align: top;
    padding: 11px 20px;
    width: 74%;
    border: 1px solid #2d2d2d;
}

.section-newsletter form {
	margin: auto;
    width: 730px;
    max-width: 100%;
}

.section-newsletter form input[type="submit"] {
	padding: 14px;
	margin-left: 12px;
	font: normal 17px 'Archivo Narrow Regular';
	color: #fff;
	background-color: #FFA500;
	border: 0;
	webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.title-section {
	text-transform:uppercase;
}


@media screen and (max-width: 767px) {
 	.section-newsletter form input[type="email"] {
    	margin-bottom: 10px;
    	width: 100%;
 	}
	.section-newsletter form input[type="submit"] {
    	margin-left: 0;
    	width: 100%;
	}
}

/* Category container - home page */
.holder-category-list .vc_grid-item .vc_grid-item-mini {
	background-color: #fff;
    border: 8px solid #fff;
    box-shadow: 0 1px 4px #888888;
}

.section-category-five-list-column > .wpb_column > .vc_column-inner .vc_col-sm-2 {
	width:20%;
}

.home .holder-category-list h2 {
	padding-top: 10px;
}

.holder-category-list h2 {
	padding-top:20px;
	text-transform:uppercase;
}
/* 
.section-category-box .box-inner {
	width:100%;
} */

#searchform #s {
  border: 2px solid #1DB94E;
  font-family: 'Archivo Narrow Regular', sans-serif;
  font-weight: bold;
  color: #00b855;
}

#searchform .input-group-append.select-dropdown {
  border-top: 2px solid #1DB94E;
  border-bottom: 2px solid #1DB94E;
  background-color: #888;
}

#searchform .input-group-append.select-dropdown > select {
  font-family: 'Archivo Narrow Regular', sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #888;
}

#searchfrom select.form-control {
  background: #1DB94E !important;
  color: #fff !important;
}

#searchform input.submit {
  border: 2px solid #1DB94E;
}

#mega-menu-primary li.view-all a{
  color: #00b75e !important;
  font-weight: bold !important;
}

#mega-menu-primary li.view-all a:hover {
	color: blue !important;
}

#mega-menu-primary li {
	line-height: 50px;
}

#mega-menu-primary .mega-menu-link:after {
	font-size: 28px;
}

.mc4wp-form input[type="email"]{
  border: 2px solid #1DB94E !important;
  color: #00b855;
  font-family: 'Archivo Narrow Regular', sans-serif;
  font-weight: bold;
}

#searchform #s::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #00b855;
}
#searchform #s::-moz-placeholder { /* Firefox 19+ */
  color: #00b855;
}
#searchform #s:-ms-input-placeholder { /* IE 10+ */
  color: #00b855;
}
#searchform #s:-moz-placeholder { /* Firefox 18- */
  color: #00b855;
}

.section-newsletter .mc4wp-form input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #00b855;
}
.section-newsletter .mc4wp-form input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  color: #00b855;
}
.section-newsletter .mc4wp-form input[type="email"]:-ms-input-placeholder { /* IE 10+ */
  color: #00b855;
}
.section-newsletter .mc4wp-form input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color: #00b855;
}

.top-menu .navbar-brand {
  max-width: 240px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.single .entry-header,
.page .entry-header {
  border-bottom: 0 none;
}

body.single #main {
  width: 100%;
}

.wpcf7 form .wpcf7-submit{
	padding: 14px 43px;
    font: normal 17px 'Archivo Narrow Regular';
    color: #fff;
    background-color: #FFA500;
    border: 0;
    webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.wpcf7-form-control-wrap{
	margin-bottom: 1.5rem;
}

.btn-outline-primary:hover, .wpcf7 input:hover[type=submit] {
	background-color: #0BA2E8
}

.free-download {
	text-decoration: none;
}

.free-download:hover {
	color: #00b855;
	text-decoration:  none;
}

#ajaxsearchliteres1 {
	border: 2px solid #00b855;
}

#mega-menu-wrap-primary #mega-menu-primary .mega-sub-menu .mega-menu-column .mega-menu-item-has-children > a {
	min-height: 46px;
}

.social-header .st-inline-share-buttons {
	padding: 6px 0;
}

.social-header #st-1 .st-btn {
	height: 24px;
	line-height: 24px;
}

.social-header #st-1 .st-btn > svg {
	top: 4px;
}

.custom-banner .vc_column-inner {
	padding: 15px !important;
}

.custom-banner .st-inline-share-buttons .st-btn {
	display: block !important;
	width: 160px;
	margin-bottom: 10px;
}

.custom-banner #st-3.st-has-labels .st-btn.st-remove-label > span {
	display: inline-block;
}

.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input:focus[type=color],
.wpcf7 input:focus[type=date],
.wpcf7 input:focus[type=datetime-local],
.wpcf7 input:focus[type=datetime],
.wpcf7 input:focus[type=email],
.wpcf7 input:focus[type=file],
.wpcf7 input:focus[type=month],
.wpcf7 input:focus[type=number],
.wpcf7 input:focus[type=range],
.wpcf7 input:focus[type=search],
.wpcf7 input:focus[type=submit],
.wpcf7 input:focus[type=tel],
.wpcf7 input:focus[type=text],
.wpcf7 input:focus[type=time],
.wpcf7 input:focus[type=url],
.wpcf7 input:focus[type=week],
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	border-color: #00b855;
	-webkit-box-shadow: 0px 0px 18px 3px rgba(0,184,85,1);
	-moz-box-shadow: 0px 0px 18px 3px rgba(0,184,85,1);
	box-shadow: 0px 0px 18px 3px rgba(0,184,85,1);
}

.hidden {
  display: none;
}

@media only screen and (max-width:991px){
	#ajaxsearchlite1 {
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 767px){
	#ajaxsearchlite1 {
		width: 100%;
		display: none;
	}
	.top-menu {
		text-align: center;
	}
	.top-menu a.custom-logo-link {
		display: inline-block;
	}
	main#main .wpb_text_column {
		padding-left: 10px;
		padding-right: 10px;
	}
	.category-holder {
		height: auto;
	}
	#main .section-category-box .box-inner:first-child {
		width: 100%;
	}
	#st-1 .st-btn[data-network='googleplus'] {
		display: none !important;
	}
}

@media only screen and (max-width: 360px){
	.top-menu {
		padding-left: 5px;
		padding-right: 5px;
	}
	.top-menu .navbar-brand {
		max-width: 220px;
	}
}