/*
 Theme Name:   Swot Child Theme
 Theme URI:    https://swot.ancorathemes.com/
 Description:  Swot is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     swot
 Version:      1.0.1
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  swot
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
html .sc_layouts_row_fixed_on {
	//background-color: #A5A5A5 !important
}
html .sc_layouts_menu_nav > li.current-menu-item > a, html .sc_layouts_menu_nav > li.current-menu-parent > a, html .sc_layouts_menu_nav > li.current-menu-ancestor > a {
	//color: white !important
}
html .sc_layouts_item:nth-of-type(2) {
	display: none !important
}
.custom-textarea {
  min-height: 250px !important;
  width: 100%; /* Optional: make it full width */
  padding: 10px; /* Optional: add some padding */
  resize: vertical; /* Optional: allow vertical resizing only */
  box-sizing: border-box; /* Makes padding not affect width */
}
.post_meta_item.post_categories, .post_categories {
	display: none !important
}
body.post-template-default .elementor-widget-container hr {
	margin-top: 15px !important;
	margin-bottom: 15px !important
}
.comment-form,
.comments-area,
.comments_wrap.opened,
.post_meta_comments {
  display: none !important;
}

	body.post-template-default.wp-singular header { 
		display: none
	}
	body.wp-singular.trx_addons_page_scrolled header {
		display: block !important
	}
	body.wp-singular.trx_addons_page_scrolled header section {
		width: 100% !important
	}


.socials_size_tiny.socials_type_list, .socials_type_list {
	display: none !important
}
.wpcf7-response-output {
	font-weight: bold !important;
    font-size: 1.3rem !important;
}
* {
  cursor: auto !important;
}
.author_info.author.vcard {
	display: none
}
a.social_item.social_item_style_icons:hover span span:before {
	color: rgb(251, 187, 62) 
}
header.top_panel .elementor-sticky--effects {
	box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
	padding-top: 5px !important;
	padding-bottom: 5px !important
}
@media only screen and (max-width: 960px) {
	a.elementor-item.elementor-item-anchor:hover {
		color: white !important
	}
}