/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/



.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper form textarea,
.gform_wrapper form select {
    background: #F7FAF9;
    height: 65px;
    line-height: 65px;
    border: 1px solid #FA7864;
    border-radius: 10px;
    padding: 0 11px;
    color: #64968C;
    font-size: 18px;
    font-weight: 400;
    font-family: "Heebo", Sans-serif;
	margin: 0;
}
.gform_wrapper form textarea {
	height:225px;
	line-height:1.2;
	padding:11px;
}
.gform_wrapper form input::-webkit-input-placeholder,
.gform_wrapper form textarea::-webkit-input-placeholder,
.gform_wrapper form select::-webkit-input-placeholder { /* Edge */
  color: #64968C;
}

.gform_wrapper form input:-ms-input-placeholder,
.gform_wrapper form textarea:-ms-input-placeholder,
.gform_wrapper form select:-ms-input-placeholder { /* Internet Explorer */
  color: #64968C;
}

.gform_wrapper form input::placeholder,
.gform_wrapper form textarea::placeholder,
.gform_wrapper form select::placeholder {
  color: #64968C;
}
.gform_wrapper form ul.gfield_checkbox li input[type=checkbox], .gform_wrapper form ul.gfield_radio li input[type=radio] {
    background: #F7FAF9;
    height: 27px;
    width: 27px !important;
    outline: none;
    display: inline-block;
    border: 1px solid #FA7864;
    border-radius: 6px;
    line-height: 1;
    margin: 0 0 0 10px !important;
	-moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}
.gform_wrapper form ul.gfield_checkbox li input[type=checkbox]:checked:before, .gform_wrapper form ul.gfield_radio li input[type=radio]:checked:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-size: 15px;
    color: #64968C !important;
    width: 27px;
    height: 27px;
    padding: 5px;
    position: absolute;
    top: 0;
    right: 0;
}
.gform_wrapper form .gfield_checkbox li label {
    color: #64968C;
    font-size: 18px;
    font-weight: 400;
    font-family: "Heebo", Sans-serif;
    margin: 0;
    vertical-align: middle;
}
.gform_wrapper form .gform_footer input.button, .gform_wrapper form .gform_footer input[type=submit], .gform_wrapper form .gform_page_footer input.button, .gform_wrapper form .gform_page_footer input[type=submit] {
    height: 44px;
    border: 3px solid #FA7864;
    border-radius: 10px;
    padding: 0 11px;
    line-height: 44px;
    margin-top: -10px !important;
    float: left;
    color: #FA7864;
    font-size: 24px;
    font-weight: 500;
    font-family: "Heebo", Sans-serif;
}
.gform_wrapper form .gform_footer input.button:hover, .gform_wrapper form .gform_footer input[type=submit]:hover, .gform_wrapper form .gform_page_footer input.button:hover, .gform_wrapper form .gform_page_footer input[type=submit]:hover {
    background: #FA78642E;
}

.gform_wrapper form ul.gform_fields li.gfield.subscribe-checkbox {
	width: auto;
	display: inline-block;
}
	

/*.gform_wrapper .home-contact-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background: #F7FAF9;
    height: 65px;
    line-height: 65px;
    border: 1px solid #FA7864;
    border-radius: 10px;
    padding: 0 11px;
    color: #64968C;
    font-size: 18px;
    font-weight: 400;
    font-family: "Heebo", Sans-serif;
}*/



.gform_wrapper form.home-contact-form.footer-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    background: transparent;
    height: 55px;
    line-height: 55px;
    border: 1px solid #FFFFFF;
    color: #fff;
}
.gform_wrapper form.home-contact-form.footer-form input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.gform_wrapper form.home-contact-form.footer-form input:-ms-input-placeholder { /* Internet Explorer */
  color: #fff;
}

.gform_wrapper form.home-contact-form.footer-form input::placeholder {
  color: #fff;
}
.gform_wrapper form.home-contact-form.footer-form ul.gfield_checkbox li input[type=checkbox], 
.gform_wrapper form.home-contact-form.footer-form ul.gfield_radio li input[type=radio] {
    border: 1px solid #fff;
	background: transparent;
}
.gform_wrapper form.home-contact-form.footer-form ul.gfield_checkbox li input[type=checkbox]:checked:before, .gform_wrapper form.home-contact-form.footer-form ul.gfield_radio li input[type=radio]:checked:before {
    
    color: #fff !important;
}
.gform_wrapper form.home-contact-form.footer-form .gfield_checkbox li label {
    color: #fff;
}
.gform_wrapper form.home-contact-form.footer-form .gform_footer input.button, .gform_wrapper form.home-contact-form.footer-form .gform_footer input[type=submit], .gform_wrapper form.home-contact-form.footer-form .gform_page_footer input.button, .gform_wrapper form.home-contact-form.footer-form .gform_page_footer input[type=submit] {
    border: 3px solid #fff;
    color: #fff;
	margin-top: -10px !important;
}

body main.site-main.category-page-template {
	 max-width: 100%;
}
.category-tmpl-header {
    background: #41BEC8;
    padding: 20px 0px 0px 0px;
    text-align: center;
	    z-index: 99;
    position: relative;
	/* animation magic */
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.category-tmpl-header {
	padding: 20px 0 0 0;
	position: fixed;
    width: 100%;
    top: 83px;
    left: 0;
}
body.admin-bar .category-tmpl-header {
	top: 115px;
}
.category-tmpl-header h1.entry-title {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.2em;
    margin: 0 0 20px 0;
	font-family: "Heebo", Sans-serif;
	transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.category-tmpl-header.shrink h1.entry-title {
    margin: 0 0 20px 0;
}
.category-tmpl-search-sec-outer {
    max-width: 600px;
    padding: 10px 10px 74px 10px;
    margin: 0 auto;
	display: none;
}
.category-tmpl-header.shrink .category-tmpl-search-sec-outer {
	opacity: 0;
	height: 0;
	padding: 0;
	transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.category-tmpl-header.shrink .category-tmpl-search-sec-outer input {
	opacity: 0;
	height: 0;
	padding: 0;
	transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.category-tmpl-search-sec-outer .quicksearch.category-tmpl-search {
    background: url(img/search-white.svg) no-repeat center left;
	background-color: transparent;
    border: none;
    border-bottom: 3px solid #fff;
    border-radius: 0 0 20px 0;
    border-right: 3px solid #fff;
    padding: 0 25px 15px 25px;
    font-size: 18px;
    line-height: 1em;
    color: #fff;
	font-family: "Heebo", Sans-serif;
}
.category-tmpl-search-sec-outer .quicksearch.category-tmpl-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.category-tmpl-search-sec-outer .quicksearch.category-tmpl-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.category-tmpl-search-sec-outer .quicksearch.category-tmpl-search::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.hearder-bottom-sec {
    background: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1607843137254902);
}
.hearder-bottom-sec .category-tmpl-container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0px 10px;
}
.category-tmpl-container:after {
    content: "";
    clear: both;
    display: block;
}
.category-tmpl-sort {
    width: auto;
    float: left;
	padding: 20px 0;
}
.category-tmpl-user {
    width: auto;
    float: left;
	padding-left: 28px;
}
.grid.category-templ-grid {
    max-width: 1220px;
    padding: 10px;
    margin: 200px auto 130px auto;
}
.grid.category-templ-grid .element-item {
    width: 32%;
    display: inline-block;
    padding: 10px;
    background: #fff;
}
.archive-post-outer-cont {
    box-shadow: 0px 3px 6px #00000029;
}
.archive-post-outer-cont {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
	overflow: hidden;
}
.archive-post-header {
    background: #2D9B9B;
	padding: 16px 19px 13px 19px;
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
	align-items: center;
}
.archive-post-author-img {
    width: 60px;
    border-radius: 100%;
	margin-left: 7px;
}
.archive-post-author-img img {
	max-width: 100%;
	border-radius: 100%;
}
.archive-post-author-meta span {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
	font-family: "Heebo", Sans-serif;
}
.archive-post-author-meta span span {
	font-weight: 400;
	padding-left: 5px;
}
.archive-post-cat-time {
    line-height: 1em;
}
.archive-post-cat-time div {
    display: inline-block;
    width: auto;
	padding: 0 5px;
}
.archive-post-cat-time .category-name-sec {
    font-size: 13px;
    color: #fff;
	line-height: 1em;
	font-family: "Heebo", Sans-serif;
	font-weight: 400;
	border-left: 1px solid #fff;
	position: relative;
	padding-right: 16px;
}
.archive-post-cat-time .archive-post-time-sec {
	font-size: 12px;
    color: #fff;
	line-height: 1em;
	font-family: "Heebo", Sans-serif;
	font-weight: 400;
	
}
.category-name-sec:after {
    content: " ";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding-left: 6px;
	background: url(img/blog.svg);
    width: 11px;
    position: absolute;
    right: 0;
    display: block;
    z-index: 9;
    height: 11px;
    top: 2px;
	background-repeat: no-repeat;
}
.category-name-sec.category_id_4:after {
    content: " ";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding-left: 6px;
	background: url(img/book.svg);
    width: 14px;
    position: absolute;
    right: 0;
    display: block;
    z-index: 9;
    height: 11px;
    top: 2px;
	background-repeat: no-repeat;
}
.category-name-sec.category_id_6:after {
    content: " ";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding-left: 6px;
	background: url(img/blog.svg);
    width: 11px;
    position: absolute;
    right: 0;
    display: block;
    z-index: 9;
    height: 11px;
    top: 2px;
	background-repeat: no-repeat;
}

.archive-post-content {
    padding: 33px 28px 33px 48px;
}
.archive-post-content h2 {
    /*color: #2D9B9B;*/
	color: #FA7864;
    font-size: 22px;
    line-height: 30px;
    font-weight: 900;
	font-family: "Heebo", Sans-serif;
	margin: 0 0 20px 0;
}
.archive-post-content p {
    color: #2D9B9B;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
	font-family: "Heebo", Sans-serif;
	margin: 0 0 20px 0;
}
.archive-post-link a {
    background: #2D9B9B;
    color: #fff;
    width: 18px;
    border-radius: 9px;
    height: 18px;
    display: inline-block;
    font-size: 11px;
    padding: 1px 5px;
	margin: 7px 9px;
	text-align: left;
	 -webkit-transition: width .8s ease-in-out;
    -moz-transition: width .8s ease-in-out;
    -o-transition: width .8s ease-in-out;
    transition: width .8s ease-in-out;
	line-height: 18px;
}
.grid.category-templ-grid .element-item:hover .archive-post-link a {
    width: calc(100% - 18px);
	 -webkit-transition: width .8s ease-in-out;
    -moz-transition: width .8s ease-in-out;
    -o-transition: width .8s ease-in-out;
    transition: width .8s ease-in-out;
	color: #fff;
}
.grid.category-templ-grid.custom-list {
    max-width: none;
    padding: 0;
    margin: 0;
}
.pagination {
    margin: 20px auto;
    text-align: center;
	margin-bottom: 75px;
}
.nav-links .page-numbers {
    color: #2D9B9B;
    font-size: 25px;
	line-height: 33px;
	font-family: "Heebo", Sans-serif;
	font-weight: 500;
	margin-left: 15px;
    display: inline-block;
	padding: 0 10px;
}
span.page-numbers.current {
    color: #FAFAFA;
    background: #2D9B9B;
    font-size: 25px;
    line-height: 33px;
    font-family: "Heebo", Sans-serif;
    font-weight: 500;
    margin-left: 15px;
    padding: 0 10px;
    border-radius: 100%;
    display: inline-block;
}

.category-tmpl-sort span {
    color: #2D9B9B;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    position: relative;
    padding-left: 19px;
	font-family: "Heebo", Sans-serif;
}
.category-tmpl-sort span:after {
    content: " ";
    background: url(img/arrow-down.svg) no-repeat center center;
	position: absolute;
	width:14px;
	height: 100%;
	top: 3px;
	left: 0;
	
}
.category-tmpl-sort span.sort_old:after {
	transform: rotate(180deg)
}
.category-tmpl-user select {
    display: inline-block;
    width: auto;
    border: none;
    outline: none;
    padding: 0;
	color: #2D9B9B;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    position: relative;
	font-family: "Heebo", Sans-serif;
}
.category-tmpl-user span {
	color: #2D9B9B;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    position: relative;
	font-family: "Heebo", Sans-serif;
	/*min-width: 85px;*/
	min-width: 30px;
}
.select2-container--default .select2-selection--single {
	border: none;
	text-align: right;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple::after {
	background: url(img/author-icon.svg);
	border: none;
	width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    margin: 0;
    position: absolute;
    top: 7px;
    /* left: 0; */
    right: 3px;
	content: " ";
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-search--inline .select2-search__field {
    padding-right: 0;
    color: #2D9B9B;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    font-family: "Heebo", Sans-serif;
    padding-left: 0;
	margin: 0;
    line-height: 1;
}
.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder { /* Edge */
  color: #2D9B9B;
}

.select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder { /* Internet Explorer */
  color: #2D9B9B;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #2D9B9B;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
	border:none;
	line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.select2-container--open .select2-dropdown {
	width: 250px !important;
    background: #fff;
    border: #fff;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 0 0 5px 5px;
	padding: 40px 10px 20px 10px;
}
.select2-container--open .select2-dropdown.select2-dropdown--above {
    border-radius: 5px 5px 0 0;
}
.select2-container--open .select2-dropdown  .scroll-wrapper > .scroll-content {
    padding: 0 15px;
}
.select2-container--open .select2-dropdown .scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #D1D2D4;
    width: 4px;
    border-radius: 5px;
	opacity: 1;
}
.scrollbar-inner > .scroll-element .scroll-bar {
    background: #FA7864;
    opacity: 1;
    width: 4px;
    border-radius: 5px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	display: none;
}
.select2-container--default .select2-results__option {
    color: #FA7864;
    font-size: 16px;
    line-height: 1.2;
    padding-right: 30px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color:transparent;
	background: url(img/v.svg) no-repeat center right;
	color: #FA7864;
	font-family: "Heebo", Sans-serif;
	background-size: 19px 19px;
}
.select2-container--default .select2-results__option[aria-selected=false] {
	background-color:transparent;
	background: url(img/x.svg) no-repeat center right;
	background-size: 19px 19px;
	color: #FA7864;
}
.category-tmpl-left {
    width: 33%;
    display: inline-block;
	vertical-align: middle;
}

.category-tmpl-middle {
    display: inline-block;
    width: 33%;
	vertical-align: middle;
}

.category-tmpl-right {
    display: inline-block;
    width: 33%;
	vertical-align: middle;
}
.category-tmpl-middle .category-tmpl-search-sec-outer {
    padding: 0;
	/*opacity: 0;
	height: 0;*/
	display: block;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
/*.category-tmpl-header.shrink .category-tmpl-middle .category-tmpl-search-sec-outer {
    opacity: 1;
	height: auto;
	padding: inherit;
	
}*/
.category-tmpl-header.shrink .category-tmpl-middle .category-tmpl-search-sec-outer input {
	opacity: 1;
	height: auto;
	
}
.category-tmpl-middle .category-tmpl-search-sec-outer .quicksearch.category-tmpl-search {
    border-color: #2D9B9B;
    color: #2D9B9B;
	padding: 0 15px 5px 15px;
	background: url(img/search-green.svg) no-repeat center left;
}
.category-tmpl-middle .category-tmpl-search-sec-outer .quicksearch.category-tmpl-search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2D9B9B;
  opacity: 1; /* Firefox */
}

.category-tmpl-middle .category-tmpl-search-sec-outer .quicksearch.category-tmpl-search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2D9B9B;
}

.category-tmpl-middle .category-tmpl-search-sec-outer .quicksearch.category-tmpl-search::-ms-input-placeholder { /* Microsoft Edge */
  color: #2D9B9B;
}
span.select2.select2-container.select2-container--default {
	padding: 20px 0;
}
span.select2.select2-container.select2-container--default.select2-container--focus.select2-container--open.select2-container--below:after {
    background: #FA7864;
    height: 6px;
    width: 100%;
    content: " ";
    border-radius: 5px 5px 0 0;
    /* z-index: 9999999; */
    display: block;
	position: absolute;
    bottom: 0;
}
span.select2.select2-container.select2-container--default.select2-container--focus.select2-container--open.select2-container--above:after {
    background: #FA7864;
    height: 6px;
    width: 100%;
    content: " ";
    border-radius: 0 0 5px 5px;
    /* z-index: 9999999; */
    display: block;
	position: absolute;
    top: 0;
}

.author-info-sec .archive-post-header {
    background: transparent;
    padding: 16px 9px 13px 19px;
}
.author-info-sec .archive-post-author-img img {
    border-radius: 100%;
}
.author-info-sec .archive-post-author-meta span {
    color: #1E6464;
}
.author-info-sec .archive-post-cat-time .archive-post-time-sec {
    color: #1E6464;
	font-size: 18px;
    font-weight: 400;
    padding: 0;
}
.author-info-desc {
    font-size: 16px;
    font-weight: 400;
    color: #1E6464;
    padding: 0 10px 10px 10px;
	font-family: "Heebo", Sans-serif;
}
i.view-icon {
    background: url(img/view-icon.svg) no-repeat right center;
	background-size: 23px 9px;
    padding-right: 28px;
    color: #FA7864;
    font-size: 18px;
    line-height: 1.33em;
    font-style: normal;
}
.archive-post-meta {
    margin: 0px 13px;
    border-top: 1px solid #FAFAFA;
    border-bottom: 1px solid #FAFAFA;
    padding: 5px 0;
}
.no-filter-msg {
	display: none;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
}
.author-info-sec i {
    margin: 10px;
}
.post-heading-sec-inner {
    width: 59%;
    display: inline-block;
    vertical-align: middle;
	padding-left: 10px;
}
.post-heading-sec-inner.fullwidth-sec {
    width: 100%;
}
.post-heading-sec-inner .post-heading-title {
    color: #FA7864;
    font-family: "Heebo", "Heebo", Sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
	margin: 0;
}
.post-file-link-sec {
    padding-right: 20px;
    border-right: 3px solid #FA7864;
	width: 40%;
    display: inline-block;
}
.post-file-link-sec .post-file-link-sec-inner {
    display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
	align-items: center;
}
.post-file-link-sec .post-file-link-icon {
    margin-left: 15px;
	display: block;
	transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
	vertical-align: top;
    line-height: .6;
}
.post-file-link-sec:hover .post-file-link-icon {
	transform: rotate(180deg);
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
}
.post-file-link-sec .post-file-link-title {
    font-family: "Heebo", "Heebo", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #FA7864;
    display: block;
}
.post-file-link-sec .post-file-link-title i {
    background: #FA7864;
    color: #fff;
    width: 18px;
    border-radius: 9px;
    height: 18px;
    display: inline-block;
    font-size: 11px;
    padding: 1px 5px;
    margin: 0;
    text-align: left;
    -webkit-transition: width .6s ease-in-out;
    -moz-transition: width .6s ease-in-out;
    -o-transition: width .6s ease-in-out;
    transition: width .6s ease-in-out;
    line-height: 16px;
}
.post-file-link-sec:hover .post-file-link-title i {
	width: 35px;
}
.post-file-link-sec .post-file-subtitle {
    color: #FA7864;
    font-family: "Heebo", "Heebo", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1em;
	display: block;
}
@media (max-height: 900px) { 
	.category-tmpl-header h1.entry-title {
		font-size: 40px;
		margin:0;
	}
	.category-tmpl-header {
		padding: 0px 0 0 0;
	}
	.category-tmpl-sort {
		padding: 10px 0;
	}
	span.select2.select2-container.select2-container--default {
		padding: 10px 0;
	}
	.grid.category-templ-grid {
		margin-top: 140px;
	}
}

@media (max-width: 990px) { 
	.category-tmpl-left {
		width: 50%;
	}

	.category-tmpl-middle {
		width: 50%;
		
	}

	.category-tmpl-right {
		display: none;
	}
}
@media (max-width: 767px) { 
	.gform_wrapper form .gform_footer input.button, .gform_wrapper form .gform_footer input[type=submit], .gform_wrapper form .gform_page_footer input.button, .gform_wrapper form .gform_page_footer input[type=submit] {
		margin-top: 0px !important;
		float: none;
	}
	
	.grid.category-templ-grid .element-item {
		width: 100%;
	}
	.category-tmpl-header.shrink {
		top: 50px;
	}
	body.admin-bar .category-tmpl-header.shrink {
		top: 50px;
	}
	.category-tmpl-middle {
		width: 48%;
	}
	.category-tmpl-left {
		width: 50%;
		margin-top: 0px;
		text-align: center;
	}
	.category-tmpl-left div {
		float: none;
		display: inline-block;
	}
	.category-tmpl-left div.category-tmpl-sort {
		display: none;
	}
	.category-tmpl-search-sec-outer {
		max-width: 300px;
		padding: 10px 10px 20px 10px;
	}
	.category-tmpl-header {
		padding: 5px 0px 0px 0px;
		top: 50px;
	}
	body.admin-bar .category-tmpl-header {
		top: 97px;
	}
	.category-tmpl-header h1.entry-title {
		font-size: 25px;
		line-height: 1em;
		margin: 0 0 5px 0;
	}
	.category-tmpl-middle .category-tmpl-search-sec-outer .quicksearch.category-tmpl-search {
		margin-top: 10px;
		font-size: 16px;
	}
	.post-file-link-sec {
		padding-right: 0;
		border-right: none;
		width: 100%;
	}
	html, body {
		overflow-x: hidden;
	}
	span.select2.select2-container.select2-container--default {
		padding: 6px 0;
	}
	.category-tmpl-user {
		padding-left: 0px;
	}
	.grid.category-templ-grid {
		margin: 100px auto 100px auto;
		padding: 0;
	}
	.archive-post-content {
		padding: 20px 20px 10px 20px;
	}
	.archive-post-content-excerpt {
		display: none;
	}
	.archive-post-content h2 {
		margin: 0 0 0px 0;
	}
	.archive-post-meta {
		display: none;
	}
	.grid.category-templ-grid .element-item .archive-post-link a {
		width: calc(100% - 18px);
		 -webkit-transition: width .8s ease-in-out;
		-moz-transition: width .8s ease-in-out;
		-o-transition: width .8s ease-in-out;
		transition: width .8s ease-in-out;
		color: #fff;
	}
	.post-heading-sec-inner {
		width: 100%;
		padding-left: 0px;
	}
	.post-heading-sec-inner .post-heading-title {
		font-size: 25px;
		margin: 0 0 10px 0;
	}
}