/*
Theme Name:     Foxiz child
Template:      	foxiz
Theme URI:      https://foxiz.themeruby.com
Author:         Theme-Ruby
Author URI:     https://themeforest.net/user/theme-ruby/portfolio/
Description:    Make your modifications to Foxiz in this child theme.
Version:        1.0
Tags:           custom-background, custom-menu, featured-images, theme-options, custom-colors, translation-ready, threaded-comments, translation-ready
License:        Themeforest Licence
License URI:    https://themeforest.net/licenses/standard
*/

/* Your CSS code goes here
-------------------------------------- */

.indent-20 { padding-left: 20px; }
.indent-50 { padding-left: 50px; }


.indent-25-margin-reverse {
    margin-left: -25px;
}

.indent-20-percent-margin {
    margin-left: 20%;
}




.indent-20-margin {
    margin-left: 20px;
/* 	  margin-left: 10%; */
}
.indent-50-margin {
    margin-left: 50px;
/* 	  margin-left: 20%; */
}
.indent-75-margin {
    margin-left: 75px;
/* 		margin-left: 30%; */
}
.indent-100-margin {
    margin-left: 100px;
/* 	  margin-left: 40%; */
}


.indent-right-20-margin {
    margin-right: 20px;
/* 	  margin-right: 10%; */
}
.indent-right-50-margin {
    margin-right: 50px;
/* 	  margin-right: 20%; */
}
.indent-right-75-margin {
    margin-right: 75px;
/* 	  margin-right: 30%; */
}
.indent-right-100-margin {
    margin-right: 100px;
/* 	  margin-right: 40%; */
}


/*     margin-top: 80px;
    margin-right: 100px;
    margin-bottom: 50px; */


/* bullet::marker {
  color: crimson;
  font-size: 20px;
  content: "✔ "; /* You can even use custom symbols 
}*/


.vertical-line {
	border-left: 2px solid #000;
	height: 100px;
}




/*Highlight Text  =========== */

/* span class="highlight" */

.highlight {
	background-color: red;
}
/* ========================== */




/*Spacing - general  ======== */

.block-closetogether-bottom-margin
/* WARN: top margin won't work */
{
    margin-bottom: 0.25em !important;
}

/*Spacing - seperator  ====== */
.h2-toplinesep-bottom-margin
{
    margin-bottom: 1em !important;
		margin-left: 1em !important;
		margin-right: 1em !important;
}


.h3-bullet-alignment
{
		color: #f97365 !important;
		padding-left: 2em !important;
		margin-right: -0.5em !important;
		margin-bottom: -7px !important;
}
/* ========================== */



/*Contact Form 7  =========== */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 label
 {
		display: block;
	 	width: 100%;
	 	border-radius: 5px;
		margin-bottom: -5px;
/*  		color: #F97365; */
 }

.wpcf7 textarea
{
/*     height: 150px; */
			height: 100px;
			margin-bottom: -20px;
}

.wpcf7 input[type="submit"]
/* input.wpcf7-submit */
{
			margin-top: -30px;
			border-radius: 5px;
}
/* ========================== */




/* Header Menu: Desktop "sticky", Mobile "smart sticky"
-------------------------------------- */




