/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

@font-face {
  font-family: 'fontello';
  src: url('/wp-content/themes/dt-the7-child/font/fontello.eot?68468700');
  src: url('/wp-content/themes/dt-the7-child/font/fontello.eot?68468700#iefix') format('embedded-opentype'),
       url('/wp-content/themes/dt-the7-child/font/fontello.woff2?68468700') format('woff2'),
       url('/wp-content/themes/dt-the7-child/font/fontello.woff?68468700') format('woff'),
       url('/wp-content/themes/dt-the7-child/font/fontello.ttf?68468700') format('truetype'),
       url('/wp-content/themes/dt-the7-child/font/fontello.svg?68468700#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?68468700#fontello') format('svg');
  }
}
*/
.masthead .soc-ico [class^=""]:before, .masthead .soc-ico [class*=" "]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.circle-facebook .soc-font-icon:before { content: '\e800'; font-family: "fontello"; } 
.square-facebook .soc-font-icon:before { content: '\e801'; font-family: "fontello"; }
.google .soc-font-icon:before { content: '\e802'; font-family: "fontello"; } 
.google-plus-g .soc-font-icon:before { content: '\e803'; font-family: "fontello"; }
.yelp .soc-font-icon:before { content: '\e804'; font-family: "fontello"; } 
.tiktok .soc-font-icon:before { content: '\e805'; font-family: "fontello"; } 
.circle-pinterest .soc-font-icon:before { content: '\e806'; font-family: "fontello"; }
.pinterest-p .soc-font-icon:before { content: '\e807'; font-family: "fontello"; } 
.square-pinterest .soc-font-icon:before { content: '\e808'; font-family: "fontello"; }
.square-instagram .soc-font-icon:before { content: '\e809'; font-family: "fontello"; }
.angieslist .soc-font-icon:before { content: '\e80a'; font-family: "fontello"; } 
.angieslist-full .soc-font-icon:before { content: '\e80b'; font-family: "fontello"; }



h1, h2, h3, h4, h5, h6 {
	margin-bottom: 35px;
}

/*ul.custom-list li {
    margin: 0;
    padding: 5px 0 5px 44px;
    list-style: none;
    background-image: url('/wp-content/uploads/2022/09/ASD_BulletPoint.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}*/

/* The following code will allow you to set a search bar for realty companies 
.gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
	-ms-grid-column-span: 2;
    grid-column: span 2 !important;
}

.gform_wrapper.gravity-theme .gfield select.medium {
    width: 100% !important;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-full {
	-ms-grid-column-span: 2;
    grid-column: span 2;
}

.gform_wrapper.gravity-theme .gfield select, input[type="submit"] {
    max-width: 100%;
    min-height: 47px !important;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-half {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}
.gform_wrapper.gravity-theme #field_submit, .gform_wrapper.gravity-theme .gform_footer {
    display: unset !important;

}
*/

/* Code allows the button for gravity forms to use the 7 theme css */ 
input[type="submit"] {
  background-color: var(--the7-accent-bg-color) !important;
background: var(--the7-accent-color) !important;
    border: none !important;
	
}

div#field_4_6 {
    text-align: center;
}
div#input_4_12 {
    text-align: center;
    margin-top: 2em;
}
.gpnf-dialog.ui-dialog { z-index: 99999999 !important; }