/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@font-face {
  font-family: herstond;
  src: url(/wp-content/fonts/Herstond.woff);
}

h1 em{
	font-family: herstond!important;
	font-size: 100px!important;
	color:#D5C0C0;
	letter-spacing:2px
}

h2 em{
	font-family: herstond!important;
	font-size: 70px!important;
	color:#D5C0C0;
	letter-spacing:2px
}

@media only screen 
  and (min-device-width: 600px) 
	and (max-device-width: 1100px) {
	#boxLeft2 #vc_column-inner {
		border: 0px !important;
	}
}

@media only screen 
  and (min-device-width: 320px) 
	and (max-device-width: 600px) {
  boxLeft2 {
		border: 0px !important;
	}
}

.testimonial_slider[data-style=minimal] blockquote .title {
    font-size: 25px;
    font-style: italic;
}

/* Footer */

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 30px;
}

.footer-bottom__hopscotch {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    font-size: 14px;
}

.footer-bottom__hopscotch img {
    width: 20px !important;
    height: auto !important;
    object-fit: contain;
    margin-right: 10px !important;
}

.footer-bottom__hopscotch span {
    font-size: 16px;
    line-height: 1.2;
    color: inherit;
}

div#footer-outer {
    display: none;
}
/* End Footer */



