/*

Theme Name: Tahiri

Theme URI: http://www.elevationweb.org/

Description: BASIC THEME http://www.elevationweb.org/

Version: 2014

Author: http://www.elevationweb.org/

Author http://www.elevationweb.org/

Text Domain: tahiri

*/

.simple-social-icons ul li a {
    height: 1em;
}

/*
Google font not loading on chrome fix
http://stackoverflow.com/questions/22011139/google-fonts-are-not-rendering-on-google-chrome
*/
body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}

/*
end Google font not loading on chrome fix
*/

/* Slider Fixes */
.rs-layer {
}

.rs-layer h2 {
    font-family: 'Lato', Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 32px;
    line-height: 34px !important;
    color: #0d304e;
    padding-top: 15% !important;
    text-transform: uppercase;
}

.rs-layer h3 {
    font-family: 'Lato', Geneva, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    line-height: 32px !important;
    color: #dd4b39;
}


/* Bakery */
.row-center .wpb_wrapper {
	text-align:center;
}


.wpb_wrapper:has(.dc-coaltition__logo) {
    display: flex;
}

.dc-coaltition__logo {
	width: 30%;
}

@media screen AND ( max-width:767px ) {
	.wpb_wrapper:has(.dc-coaltition__logo) {
		flex-direction: column;
		align-items: center;
	}
	
	.dc-coaltition__logo {
		width: 50%;
		text-align: center !important;
	}
	
}

