/*
 Theme Name:   viataintenisi
 Theme URI:    
 Description:  Customify Child Theme
 Author:       WBGR
 Author URI:   https://webgrow.ro
 Template:     customify
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  viataintenisi
*/

/* ========== CSS MENIU ========== */



.page-titlebar .titlebar-title {
	color: #9f0000 !important;
}
.meta-item.meta-cat a {
    text-transform: none !important;
}

@media screen and (min-width: 1000px) {
.site-branding .site-title {
    font-family: 'Ranchers', 'Arial', cursive;
    text-transform: none;
    font-size: 75px !important;
}
.site-branding .site-title a {
    text-transform: none;
	color: #9f0000 !important;
}
.site-description.text-uppercase.text-xsmall {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-style: italic;
}
}

@media screen and (min-width: 869px) and (max-width:999px) {
.site-branding .site-title {
    font-family: 'Ranchers', 'Arial', cursive;
    text-transform: none;
    font-size: 75px !important;
}
.site-branding .site-title a {
    text-transform: none;
	color: #9f0000 !important;
}
.site-description.text-uppercase.text-xsmall {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-style: italic;
}
}

@media screen and (min-width:580px) and (max-width:868px) {
.site-branding .site-title {
    font-family: 'Ranchers', 'Arial', cursive;
    text-transform: none;
    font-size: 60px !important;
}
.site-branding .site-title a {
    text-transform: none;
	color: #9f0000 !important;
}
.site-description.text-uppercase.text-xsmall {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-style: italic;
}
}

@media screen and (max-width:579px) {
.site-branding .site-title {
    font-family: 'Ranchers', 'Arial', cursive;
    text-transform: none;
    font-size: 2.5em !important;
}
.site-branding .site-title a {
    text-transform: none;
	color: #9f0000 !important;
}
.site-description.text-uppercase.text-xsmall {
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-style: italic;
}
}

@-webkit-keyframes swing-in-left-fwd {
  0% {
    -webkit-transform: rotateY(100deg);
            transform: rotateY(100deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
  }
}
@keyframes swing-in-left-fwd {
  0% {
    -webkit-transform: rotateY(100deg);
            transform: rotateY(100deg);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
  }
}



.entry-media {
	-webkit-animation: swing-in-left-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.5s both;
	animation: swing-in-left-fwd 1s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.5s both;;
}
