/*---------------------------------------------------------------------------------

 Theme Name:   DIVI Child
 Theme URI:    https://g3devfantasy.demo.site
 Description:  Child Theme
 Author:       https://g3devfantasy.demo.site
 Author URI:   https://g3devfantasy.demo.site
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

@font-face {
    font-family: Bahnschrift;
    src: url("fonts/BAHNSCHRIFT.TTF") format("opentype");
}
@font-face {
    font-family: 'Futura-Bold-Condense';
    src: url('fonts/FuturaStd-CondensedBold.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/FuturaStd-CondensedBold.woff') format('woff'), /* Pretty Modern Browsers */
         url("fonts/FuturaStd-CondensedBold.otf") format("opentype");
  }
@font-face {
    font-family: 'Futura-Light-Condense';
    src: url('fonts/FuturaStd-CondensedLight.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/FuturaStd-CondensedLight.woff') format('woff'), /* Pretty Modern Browsers */
         url("fonts/FuturaStd-CondensedLight.otf") format("opentype");
  }
  @font-face {
    font-family: 'Futura-Light';
    src: url('fonts/FuturaStd-Light.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/FuturaStd-Light.woff') format('woff'), /* Pretty Modern Browsers */
         url("fonts/FuturaStd-Light.otf") format("opentype");
  }
  @font-face {
    font-family: 'Futura-Medium';
    src: url('fonts/FuturaStd-Medium.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/FuturaStd-Medium.woff') format('woff'), /* Pretty Modern Browsers */
         url("fonts/FuturaStd-Medium.otf") format("opentype");
  }
  @font-face {
    font-family: "Futura-Book";
    src: url("fonts/Futura-Std-Book.otf") format("opentype");
}
@font-face {
    font-family: "Gotham-Book";
    src: url("fonts/GOTHAM-BOOK.OTF") format("opentype");
}
@font-face {
    font-family: "Gotham-Light";
    src: url("fonts/Gotham-Light-Regular.otf") format("opentype");
}
.language_switcher {
    display: block !important;
}
.styled-select {
    overflow: hidden;
    width: auto !important;
    color: #fff;
    border: 1px solid #7f0404;
	
	    max-width: 130px;
    margin: 4px auto;
	background: url(https://www.fantasyspringsresort.com/wp-content/uploads/2018/08/15xvbd5-1.jpg) no-repeat 100% 0 !important;
}

.styled-select select {
    width: 100% !important;
	 -webkit-appearance: none !important;
    -moz-appearance: none !important;
    color: #fff;
}

.comp-dest .et_pb_column_0 {
 padding-bottom: 0 !important;
}

.et_pb_blurb_content {
    position: relative;
    max-width: 500px !important;
}