/*
	Theme Name: V1 Child
	Template:V1
*/

.topbar p,
.topbar p a {font-weight:bold;color:#ffcc33;}
.topbar p a:hover {color:#fff;}

.socials {margin-top:20px;}
.socials li {display:inline-block;margin:0 3px;}
.socials li h6 {color:#333;margin-right:5px;}
.socials li a {display:flex;align-items:center;justify-content:center;height:30px;width:30px;background-color:#3194ce;color:#fff;border-radius:50%;font-size:18px;}
.socials li a:hover {background-color:#ffa108;}

.title-area {align-items:end;position:relative;}
.title-area:before {content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgb(0 0 0 / 0.3);}
.title-area .title-area-inner {text-align:left;display:inline-flex;align-items:center;position:relative;padding:15px 30px 15px 0;color:#ff4800;}
.title-area .title-area-inner:before {content:'';position:absolute;top:0;right:0;bottom:0;left:-1000px;background-color:currentcolor;opacity:0.9;}
.title-area .title-area-inner img {margin-right:10px;z-index:1;}
.title-area .title-area-inner h1 {z-index:1;}

@media only screen and (max-width:1255px) and (min-width:1024px){
   #header:not(.scrolled) .logo-holder img {padding:37px 0;}
   #header .menu > li > a {padding-left:10px!important;padding-right:10px!important;}
   #header .menu a {font-size:18px!important;}
}
@media only screen and (max-width:1024px){
	.header-standard.sticky:not(.scrolled) .logo-holder  {height:118px;}
	.header-standard.sticky.scrolled .logo-holder img {height:120px;}
	.header-mobile-slide .menu-holder {top:99%;}
	 header .menu a {font-size:25px;}
	.topbar p,.topbar p a {font-size:23px;}
	.footer-bottom p, .footer-bottom li {font-size:15px;}
	.title-area h1 {font-size:40px;}
	
}
@media only screen and (max-width:767px){
	.topbar p,.topbar p a {font-size:19px;}
    .header-standard.sticky:not(.scrolled) .logo-holder {height:100px;}
	.header-standard.sticky.scrolled .logo-holder img {height:105px;}
	header .menu a {font-size:18px;}
	
	.footer-bottom p,.footer-bottom li {padding-top:10px;padding-bottom:10px;line-height: 20px;}
	
	.title-area h1 {font-size:19px;}
	.title-area .title-area-inner {padding:10px 15px 10px 0;}
	.title-area.type-image {height:250px!important;}
}