/*
Theme Name:   Super Target Systems
Description:  Write here a brief description about your child-theme
Author:       Write here the author's name
Author URL:   Write here the author's blog or website url
Template:     astra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  super-target-systems
*/

/* Write here your own personal stylesheet */

/*Woo Products Tabs*/

.up-sells.upsells h2 {
	color:red;
}
.woocommerce-product-details__short-description p, ul{
	text-align:justify!important;
}
.astra-shop-summary-wrap {
min-height: 170px;
position: relative;
}

.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    position: absolute;
    bottom: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link, .woocommerce-page ul.products li.product .woocommerce-loop-product__link {
    border: 1px solid #f4f4f4;
    margin-bottom: 10px;
}


.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-left:40px;
	margin-bottom:0px;
	border-top:0;
	z-index: 999999999;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    z-index: 2;
    border-bottom: 2px solid #fff;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    margin-bottom: -1px;
    padding: 0px 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border:1px solid #f4f4f4;
	padding: 0px 10px;
	margin-right:0px;
}


.related.products h2 {
color:red;
}

.woocommerce-Tabs-panel p {
margin-bottom: 10px;
}

.yikes-custom-woo-tab-title {
display:none;
}

.woocommerce-Tabs-panel a {
	font-weight:bold;
	text-decoration:underline;
	color:red;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0px 0 1.2em;
    padding: 0;
    padding-bottom: 2.2em;
    border-bottom: 1px solid #f4f4f4;
	margin-top:-1px;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 2.2em;
    border: 1px solid #f4f4f4;
}



/*End of Woo Product Tabs*/

/*Talkwithdan*/
.phonecell .elementor-icon:hover {
  color:#efefef
}
.phonecell .elementor-icon-wrapper {
	text-align:center;
}


.phonecell {
	z-index:auto;
	box-shadow: 0 0 0 rgba(204,169,44, 0.5);
	animation: pulse 2s infinite;
}

.phonecell .elementor-icon {
  cursor:pointer;
      display: inline-block;
    line-height: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
    font-size: 36px;
    text-align: center;
	animation: shadow-pulse 1s infinite;
}

.phonecell .elementor-icon i {
animation: 1s tada infinite;	
}

.phonecell .elementor-icon {
    padding: .5em;
    background-color: #3366CC;
    color: #fff;
	border-radius:50%;
}

.phone-cont {
  width:120px;
  position:fixed;
  bottom:50px;
  right:30px;
}
.phone-cont h4 {
  color:#FFFFFF;
  background:#3366CC;
  z-index: 99999;
  font-size:18px;
  border-radius:5px;
  font-weight:700;
  line-height:30px;
	padding:5px;
  text-align:center;
  font-family: "Roboto Slab",Sans-serif;
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}


@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}





/*Testimonials*/

.htmega-testimonial-style-1 .testimonal .content p {
	padding:0 3%;
	line-height:20px;
}

.htmega-testimonial-style-1 .testimonal .content {
	margin-top:0px;
}

/*WOo*/

.star-rating {
	display:none!important;
}


/*Contact Forms Styles*/

#form_jae6r .frm_submit {
    float: left;
    margin-left: 0;
}

#form_jae6r .frm_submit {
    padding: 0;	
}


/*Dealer Application Form*/
#form_me46j .frm_submit{
	padding-left:0px;
	margin-left:0px;
}
/*End of Dealer Application form*/
/*Contact form page styles*/
#form_contact-form .frm_submit{
	padding-left:0px;
	margin-left:0px;
}

#form_contact-form .frm_half {
	margin-left:0px;
	width:50%;
}

#form_contact-form #frm_field_59_container {
	padding-left:25px;	
}

#form_contact-form #frm_field_60_container{
	padding-left:25px;
}

/*End of contact form page styles*/
#form_3l6fc .frm_submit{
	padding-left:0px;
	margin-left:0px;
}

#form_4xmzx .frm_submit{
	padding-left:0px;
	margin-left:0px;
}

/*End of Contact Forms Styles*/





.elementor-section-full_width .elementor-element-populated {
	padding-top: 0!important;
}
.elementor-2142 .elementor-element.elementor-element-c910861 .linemenu-nav ul.htmega-mainmenu li.current-menu-item a {
	color:#fff!important;
}

.htmega-inlinemenu-style-1 .linemenu-nav ul li a::before {
    background: #ff0000 none repeat scroll 0 0;	
}
/*Blog Styling*/
.obfx-grid-pagination .pagination a {
	font-size:14px;
	font-weight:bold;
	margin:0 10px;
}

.obfx-grid-pagination .pagination .current {
	font-size:14px;
	color:#ff0000;
	font-weight:bold;
}

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
	    padding: 0.34em 6.67em;
}

.ast-single-post-order h1 {
	color:#ff0000;
}

.entry-meta {
	display:none;
}

/*End of blog styling*/

/*Sidebar Styling*/

#secondary {
	border-left: 1px solid #c0c0c0;
}

#secondary .widget-title {
	color:#ff0000;
}

#secondary .menu li a {
	font-weight:bold;
}

#secondary .menu li a:hover {
	color:#ff0000;
}

/*End of sidebar styling*/



.comm-ranges-img .htmega-banner .banner-thumb a 
{
	height: 170px;
}

.htmega-banner:hover .banner-thumb a::before {
    opacity: 0.7;
}

.htmega-banner .banner-thumb a::before {
    background: #000 none repeat scroll 0 0;
}

 .obfx-grid-footer {
	display:none;
}

 .obfx-grid .obfx-grid-col-image {
	box-shadow:none!important;
	border:1px solid #c0c0c0;
}

.site-content {
	padding-top:85px;
}
.site-header {
    position: fixed;
    width: 100%;
}
.header-main-layout-1 .main-header-container {
    padding: 0px 10px 0px 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Abel',sans-serif;
    font-weight: 400;	
}

h3.a {
    font-family: 'Abel',sans-serif;
    font-weight: 400;		
}
p, li, li a, span {
	font-family: "Roboto Slab", Sans-serif;
	font-weight:400;
}
.elementor-section .elementor-container {
	z-index:auto;
}


/*navigation styles*/
.main-header-menu > .menu-item > a {
	font-size:15px;
	font-weight:400;
	padding: 0 12px;
}
.main-header-menu .sub-menu a {
	font-size:14px;
	font-weight:400;	
}
.main-header-menu li:hover > a, .main-header-menu li:hover > .ast-menu-toggle, .main-header-menu .ast-masthead-custom-menu-items a:hover, .main-header-menu li.focus > a, .main-header-menu li.focus > .ast-menu-toggle, .main-header-menu .current-menu-item > a, .main-header-menu .current-menu-ancestor > a, .main-header-menu .current_page_item > a, .main-header-menu .current-menu-item > .ast-menu-toggle, .main-header-menu .current-menu-ancestor > .ast-menu-toggle, .main-header-menu .current_page_item > .ast-menu-toggle {
	color:#ff0000;
}


.ast-desktop .main-header-menu.submenu-with-border .sub-menu, .ast-desktop .main-header-menu.submenu-with-border .children, .ast-desktop .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper {
border-color: #ff0000;	
}

/*end of navigation styles*/




#primary {
    margin: 0;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding:0;
}

.page .entry-header {
    margin-bottom: 0;
}

/*Dividers*/
.divider{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 1em;
}
.divider::before{
  content: '';
  height: 1px;
  background: #ff0000;
  flex: 1;
  margin: 0 .25em 0 0;
}
.divider::after{
  content: '';
  height: 1px;
  background: #ff0000;
  flex: 1;
  margin: 0 0 0 .25em;
}

/*Form Styles*/
.frm_form_fields  {
	width:100%;
}
.with_frm_style .frm_submit {
    /* clear: both; */
    float: left;
    padding-top: 18px;
    padding-left: 10px;
}

.frm_form_fields fieldset {
	border:none;
}

.frm_primary_label {
	display:none;
}
.frm_submit {
    float: left;
    margin-left: 29px;
    width: 31.6%;
}
.frm_button_submit {
	padding: 8px 130px;
	background:#ff0000;
	border:none;
	border-radius:0px;
	    width: 100%;
	font-size:16px!important;
	font-family:Roboto Slab!important;
}
#frm_field_72_container {
	margin-lefT:0px;
}

.frm_button_submit:hover {
	background:#000;
}

.frm_fields_container #field_6indo {
	width:100%;
	border-radius:0px;
	padding: 8px;
}

.frm_fields_container #field_7tsco {
	width:100%;
	border-radius:0px;
	padding: 8px;
}

/*end of form styles*/

/*Footer Socials*/
.footer-social .elementor-social-icon-facebook {
    background-color: #fff;
}
.footer-social .elementor-social-icon i {
    color: #000;
}

.footer-social .elementor-social-icon-twitter {
    background-color: #fff;
}
.footer-social .elementor-social-icon i {
    color: #000;
}

.footer-social .elementor-social-icon-google-plus {
    background-color: #fff;
}
.footer-social .elementor-social-icon i {
    color: #000;
}
.footer-social .elementor-social-icon-envelope {
    background-color: #fff;
}
.footer-social .elementor-social-icon i {
    color: #000;
}

.footer-social .elementor-social-icon {
    font-size: 15px;
}

.footer-social .elementor-social-icon:hover {
    background-color: #ff0000;
}

/*end of footer social*/

/*Footer padding*/
.footer-adv-overlay .ast-container {
max-width:1200px;	
}
.ast-footer-overlay .ast-container {
max-width:1200px;	
}

.footer-adv-widget-1 {
	padding-left:10px;
}

.ast-small-footer-section {
	padding-left:10px;
}
.ast-footer-overlay {
    padding-top: 1.66666em;
    padding-bottom: 1.66666em;
	
}

.footer-adv-overlay {
    padding-top: 30px;
    padding-bottom: 30px;	
}

.widget-title {
	border-bottom:1px solid #fff;
	margin-bottom:10px;
}

.footer-adv.footer-adv-layout-4 ul li a:hover {
	border-bottom:1px solid #fff;
	text-decoration:none;
}
	
/*end of footer padding*/

/*buttons*/
.buttons  .elementor-button{
	background:#ff0000;
	border-radius:0px!important;
	font-size:16px!important;
	min-width:280px;
	padding-top:5px;
	padding-bottom:5px;
	font-family:Roboto Slab!important;
}
.buttons .elementor-button:hover {
	background:#000;
}

/*end of button styling*/


/*Mobile Styles */
@media only screen and (max-width:480px){
#form_sb4ch .frm_submit {
    float: left;
    margin-left: 0;
    width: 100%;
}
}

@media (max-width: 768px) {
#primary, #secondary {
    padding: 0 0;
    margin: 0;
}	
	
	#form_sb4ch .frm_submit	.frm_button_submit {
		padding:8px 10px;
	}
	
	.phonecell .elementor-icon {
    font-size: 26px;
}

.phonecell .elementor-icon {
    padding: .2em;
}

.phone-cont {
  width:80px;
  bottom:20px;
  right:10px;
}
.phone-cont h4 {
  font-size:15px;
  line-height:16px;
}
}


