/*
Theme Name: Child Theme
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/

/* --------- Common Header Settings -------------*/

/*Set break point for burger menu -----
@media only screen and (max-width: 1206px) {
	.av-main-nav > li.menu-item-avia-special {
    	display: block;
	}
	.av-main-nav > li {
    	display: none;
	}
}
*/

/* Set logo and menu area to full width 
#header #header_main .container {
    width: 100%;
    max-width: none;
}
*/

/* Set top bar area to full width
#header_meta .container{
	width: 100%; 
	max-width: none;
}
*/

/* Adjust top bar menu setting 
#header_meta .sub_menu {
	font-size:18px;
}
*/

/* Adjust top bar container 
#header_meta {
	padding: 6px 0px; 
}
*/

/* Adjust settings for top bar text */
.phone-info {
  font-size: 18px !important;
}

/* Social media icons */
/*.social_bookmarks_facebook a{
 * color:#f0b51c !important;
 * }

.social_bookmarks_instagram svg path {
  fill: #fff; 
}
*/

/*Adjust vertical alignment of logo when set to sticky header 
div .logo {top: 20px; }

.header-scrolled div .logo {top: 0px; }
*/

/*
.html_header_transparency #top .avia-builder-el-0 .container{padding-top: 0px !important;}
*/

/* |---------- Common Custom CSS ---------------| */

/*
 * Use for large none heading fonts. Usually in header
 * Add the class "csem-hero" to a paragraph text
 * Or use: <p class="csem-hero">Text</p>
 */
.csem-hero {
  font-size: clamp(1em, 17vh, 5rem) !important;
  text-transform: uppercase;
  font-family: font-family: 'ovo', Helvetica, Arial, sans-serif !important;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 0px;
  
}



.csem-fs-lg {
  font-size: var(--fs-lg);
  margin: 0px;
  line-height: 1em;
  display: inline-block;
}
.csem-fs-lg p {
  overflow: hidden;
  white-space: nowrap;
  margin: 0px;
  padding-bottom: 3px;
  animation: typing 2s steps(35), blinking 0.5s steps(1) infinite;
  animation-delay: 1s;
  animation-fill-mode: backwards;
}

/*
 * Enfold Social icons
 * Applies styles for footer icons in functions.php
 * Ues: Place widget anywhere you'd like social icons set in Enfold to be displayed
 */

#top .socialbookmarks-widget .social_bookmarks {
  float: left;
  margin: 15px 0 0;
  position: relative;
}

#top .socialbookmarks-widget .social_bookmarks li {
  float: left;
  clear: right !important;
}

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

#csem-top-bar {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: max-content;
}
#csem-top-bar div {
  margin-right: 10px;
}
@media only screen and (max-width: 762px) {
  #csem-top-bar {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: max-content;
  }
}

#csem-footer-icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: max-content;
  margin: auto;
  font-size: 18px;
  color: #444;
}
#csem-footer-icons div {
  margin-right: 5px;
}
#csem-footer-icons a {
  color: #444;
}

/* Gravity Forms input and placeholder color settings */
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  color: #000 !important;
}
body .gform_wrapper ::placeholder,
body .gform_wrapper ::-webkit-input-placeholder,
body .gform_wrapper input[placeholder],
body .gform_wrapper select {
  color: #717171 !important;
  opacity: 1;
}


.csem-foot-ctc{display: flex ; gap: 5px; flex-direction: row; justify-content: flex-end; height: 145px; align-items: center;}
.csem-foot-ctc a{color:#fff;}
.csem-foot-ctc a:hover {color:#D2E8D7;}
.txt-special{font-family: 'corinthia', Helvetica, Arial, sans-serif !important; text-transform:none !important; font-size: 65px;}
p, li, ul{font-size:18px !important;}

.copyright { text-align: center !important; width: 100% !important; }

.avia-menu.av_menu_icon_beside {border-right-width: 0px !important;}

.image-overlay .image-overlay-inside {
	display: none !important;}

.avia_transform a:hover .image-overlay {
    opacity: 0 !important;
}

.social_bookmarks li.avia-svg-icon svg:first-child{margin-top: 6px !important;}

.mfp-bottom-bar{display:none !important;}


.csem-consent{color:#4e4e9b !important;}
.csem-consent:hover{color:#9abca2 !important;}
.csem-hm-pg-social .av-icon-cell-item {flex-basis: calc(14% - 20px) !important; padding: 0px !important;}
.csem-hm-pg-social .avia-icongrid-inner{padding:0px !important;}
.csem-hm-pg-social .avia-icongrid-flipback, .csem-hm-pg-social .avia-icongrid-front  {height:50% !important;}
.csem-hm-pg-social .avia-icongrid-flipback {padding:0px !important;}

 

.csem-body-container-padding-hm-top{
  padding-top: 70px !important;
  padding-bottom: 10px !important;
}

.csem-body-container-padding-hm-bottom{
  padding-top: 10px !important;
  padding-bottom: 70px !important;
}

.csem-body-container-padding-hm-middle{
  padding-top: 10px !important;
  
}

 @media only screen and (max-width: 762px) {
	 .csem-hero{font-size: 50px !important;}
	 .csem-rev .flex_column_table {display: flex !important ; flex-direction: column-reverse;}
	 .csem-foot-ctc{justify-content: center; height: 20px;}
}
	 

	 
@media (min-width: 763px) and (max-width: 1025px) { 
	.csem-hero { font-size: 43px !important;}
}

.csem-h3 h3{font-size:25px !important; text-transform: none !important;}
.csem-h3{margin-top: 5px;}

.csem-home-donation h2{font-size:35px !important;}
.csem-home-donation fieldset{margin-bottom:5px !important;}
.csem-home-donation .gform_submission_error{font-size: 21px !important; line-height: 25px !important;}
.csem-home-donation .gform_wrapper.gravity-theme .gform_fields {grid-row-gap: 10px !important;}
