@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
/*
	Theme Name: Tejas Journal

*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: Lato, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 26px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

.clear {*zoom:1; clear:both;}

img {max-width:100%;	vertical-align:bottom;}

a {	color:#444;	text-decoration:none;}

a:hover {text-decoration:none;}

a:focus {outline:0;text-decoration:none;}

a:hover, a:active {	outline:0;}

input:focus, textarea:focus, button:focus {	outline:0;	border:0;}

ul,li,h1,h2,h3,h4 {list-style-type:none;margin:0;padding:0}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
/* header */
.header {
padding:10px 0;

}
.sticky1 {
position: fixed;
top: 0;
width: 100%;
z-index:9;
animation: smoothScroll .8s forwards;
}

@keyframes smoothScroll {
0% {
transform: translateY(-40px);
}
100% {
transform: translateY(0px);
}
}

/*Menu Icon style */


/* End Menu Icon style */
.logo img {
    height: 150px;
}

.toggle{
	color:#fff;
	padding:10px 0;
}

/*Main Heading   */

.head-middle h1 {
    font-size: 26px;
    font-weight: 800;
    padding-bottom: 15px;
    color: #cc8200;
}

.head-middle h3 {
    color: #000;
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 600;
}

.head-middle h4 {
    color: #ff8c00;
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 600;
}

/* nav */
.header {
    padding: 10px 0;
    background: #ebebf9;
}


/*color of  menu Bar  */

.menu-bar {
    background: linear-gradient(45deg, #001a63, #00561b);
}

.nav_area ul li{display:inline-block;}


/*color of Text in  menu Bar  */

.nav_area ul li a {
    padding: 15px 10px;
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    display: block;
}

/*Hover color menu Bar  */
.nav_area ul li a:hover,
.nav_area ul li.current-menu-item a{
	color:#5895cc;
}
ul.sub-menu {
    position: absolute;
    display: none;
    background: #011a63;
    z-index: 555;
	
}

ul.sub-menu li{	display:block;}

ul.sub-menu li a{
	padding:8px 25px;
	display:block;
    border-bottom: 1px solid #5b5480;
}
@media(min-width:768px){
.nav_area ul li:hover ul.sub-menu {	display:block;}


.nav_area > ul > li ul.sub-menu {
    transform-origin: 50% 0;
    transform: scaleY(0) translateZ(0);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    display: block;
}

.nav_area > ul > li:hover ul.sub-menu {
    transform: scaleY(1) translateZ(0);
    opacity: 1;
}
	
ul.menu{display:block !important; }
}

/* sidebar */
.sidebar {}

/* footer */
.footer    { background: linear-gradient(45deg, #001a63, #00561b); color:#fff; }

.footer   a{color:#fff;}

.footer  ul li a{
	padding:0 0 10px 0;
	color: #fff;
    display: block;
    font-size: 15px;
    opacity: .7;
    line-height: 28px;
}

.footer ul li a:before {
    content: "\e876";
    display: inline-block;
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 8px;
    margin-right: 10px;
    transition: all .3s;
}

h3.widget-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 15px;
	letter-spacing: .5px;
}

h3.widget-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #fff;
    margin-top: 20px;
}

.address-widget p {
    margin: 0;
	    line-height: 24px;
}

.address-widget i , .social-widget a{
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    line-height: 30px;
    text-align: center;
    color: #001a63;
    font-size: 20px;
}
.social-widget a {
	display:inline-block;
	margin-right:15px;
}

.social-widget a i{
	line-height: 30px;
}

/*------------------------------------*\
	404 PAGE
\*------------------------------------*/
.letters {    line-height: 155px;    font-size: 150px;    font-weight: 700;    display: block;    width: 100%;  }
.letters strong {    color: #5f636b;    transform: rotate(24deg);    display: inline-block;    padding: 0 10px 0 17px;}
.error-page h2 { color: #000; padding: 0 0 20px 0; text-transform: uppercase; font-weight: 700;  font-size: 40px; }
a.home-btn { display: inline-block; padding: 0 40px;  background: #0c5156; height: 50px; line-height: 50px; color: #fff;
    text-transform: uppercase; font-weight: 600; font-size: 20px;  margin: 25px 0 40px 0;  }
/*------------------------------------*\
    PAGES
\*------------------------------------*/

.widget {
    border: 1px solid #eae3fb;
    border-radius: 6px;
    box-shadow: 3px 3px 4px #eae3fb;
}

.widget h3 {
    font-size: 20px;
    font-weight: 700;
    color: #01016d;
    padding-bottom: 25px;
}

.widget h3:after ,h2.title:after{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #01016d;
    margin-top: 10px;
}

.widget h3:after ,h2.title1:after{
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #01016d;
    margin-top: 10px;
}

h2.title {
    font-size: 25px;
    font-weight: 700;
    color: #01016d;
    padding-bottom: 25px;
}


h2.title1 {
    font-size: 25px;
    font-weight: 700;
    color: #01016d;
    padding-bottom: 15px;
}

.site-inner h3{
	font-size: 26px;
    font-weight: 700;
    color: #01016d;
    padding-bottom: 25px;
}

.site-inner p:not(:last-child){
	margin-bottom:25px;
	text-align:justify;
}

.site-inner h4{
	font-size: 22px;
    font-weight: 700;
    color: #01016d;
    padding-bottom: 25px;
}

.site-inner h5{
	font-size: 18px;
    font-weight: 700;
    color: #01016d;
    padding-bottom: 25px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:768px) {
	 .toggle , span.arrow{    display: none;}
}


@media only screen and (max-width:767px) {
	.logo img {  display:table; margin:0 auto; } 
	
	.header{padding:0;}
	
	.head-middle {   padding-top: 15px;  }

	.nav_area { position: initial; text-align:right;}

	.nav_area  .menu {
		display: none;
		width: 100%;
		position: absolute;
		right: 0;
		background: linear-gradient(45deg, #001a63, #00561b);
		z-index: 999;
		text-align:left;
	}

	span.arrow {
		display: inline-block;
		width: 10%;
		text-align: center;
		cursor:pointer;
		color:#fff;
	}

	.nav_area ul li { display: block; border-bottom: 1px solid #ddd;}
	
	.nav_area ul li a {
		padding: 15px;
		color: #FFF;
		text-decoration: none;
		line-height: normal;
		float: none;
		clear: both;
	}

	ul.sub-menu li a{	border-bottom:0px;}

	ul.sub-menu {position: relative; }

	.nav_area > ul > li > a {display:inline-block; width:90%;}
	
	.nav_area ul li a:hover {}
	
	
}
@media only screen and (min-width:320px) {
}
@media only screen and (min-width:480px) {
}
@media only screen and (min-width:1024px) {
}
@media only screen and (min-width:1140px) {
}
@media only screen and (min-width:1280px) {
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}

abbr[title1]:after {
		content:" (" attr(title1) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}


