/* custom css 7/06/2019 */

@font-face {
  font-family: "PT-Sans";
  src: url(fonts/PTC55F.ttf);
}

body{
    font-family: "PT-Sans" !important;
    padding: 0;
    margin: 0;
}
p{    font-family: "PT-Sans" !important; }
a:link, a:visited {
    color: #cf102d !important;
}
a{
    text-decoration: none !important;
}
.p-5{
    padding:4rem;
}
.pr-0{
    padding-right: 0;
}
.pl-0{
    padding-left: 0;
}
.mb-5{
    margin-bottom: 4rem;
}
.z-depth-3{
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)!important;
}
ul.nav ul {
    min-width: 220px !important;
}
.top-header {
    position: relative;
    border-bottom: 1px solid #666;
    padding-bottom: 6px;
}

.top-header .navbar-header{
    float: none;
    padding: 6px 0 0 0;
}

.top-header .navbar-header .navbar-toggle{
    display: block;
    float: left;
}

.top-header .navbar-header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #000;
}

.top-header .navbar-collapse{
    display: none;
}

.top-header .navbar-collapse.show_in{
    display: block;
    transition: 500ms ease-in-out;
}
.top-header ul.nav ul li a {
    font-size: 15px !important;
}
#navigation ul.nav > li a:hover, #navigation ul.nav > li:hover, #navigation ul.nav li ul {
    background-color: #404040 !important;
}
#navigation ul.nav > li a:hover, #navigation ul.nav > li:hover a, #navigation ul.nav li ul li a {
    color: #fff !important;
    font-size: 15px;
}
#main-nav li ul.sub-menu li a {
    font-size: 12px !important;
}
.top-banner{
    position: relative;
    background-position: center;
    background-size: cover;
    height: 80vh;
    width: 100%;
    margin-bottom: 40px;
}
.top-banner:before{
    background-color: rgba(0, 0, 0, 0.37);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.top-banner .banner-content {
    position: absolute;
    right: 0;
    bottom: 20px;
    padding: 40px;
    max-width: 35%;
    border: 2px solid #fff;
    margin-right: 40px;
}

.top-banner .banner-content h2 {
    font-size: 32px !important;
    margin-bottom: 20px;
    color: #fff !important;
}

.top-banner .banner-content h2 a{
    color: #fff !important;
    text-decoration: none;
}

.top-banner .banner-content p{
    color: #fff !important;
    font-family: "PT-Sans" !important;
    letter-spacing: 1.8px;
}

.top-banner .banner-content small{
    color: #fff !important;
    font-family: "PT-Sans" !important;
    font-size: 12px;
}

.top-banner .banner-content .post-author p a{
    color: #fff !important;
}

#top {
    background: #f7dbce !important;
    padding: 10px;
    position: absolute;
    top: 60px;
    width: 240px;
    max-width: 240px;
    z-index: 99;
}

#top ul.nav li{
    float: none;
}

div#navigation {
    padding: 6px 6px;
    margin: 0;
	display: block !important;
}

ul#main-nav{
    margin:0;
}

#main-nav li {
    margin: 0 10px 0 0;
}



#logo {
    /*float: none;*/
    padding-top: 5px;
    margin: 0 auto;
    text-align: center;
    width: 70%;
    position: relative;
}
.social-links {
    float: left;
    position: relative;
    padding: 6px;
}

ul#socio-nav{
    padding-top: 10px;
}

ul#socio-nav li {
    float: left;
    margin: 0px 10px;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 0px 0px;
    width: 24px;
    text-align: center;
}
ul#socio-nav li a {
    color: #000 !important;
}
.contact-nav {
    float: left;
    position: relative;
    padding: 15px 0 0 45px;
}
.contact-nav a {
    color: #000;
    text-transform: uppercase;
    font-family: "PT-Sans" !important;
    text-decoration: none;
}
.contact-nav a:hover{
    color: #666666!important;
}

.search {
    position: relative;
    padding: 15px 0 0 0;
}
.search a{
    color: #000 !important;
    font-family: "PT-Sans" !important;
}

.search a:hover{
    color:#666666;
    text-decoration: none;
}
/*.search a i {
    color: #000;
    position: absolute;
    left: -25px;
    top: 20px;
}*/

.search-section {
    display: none;
    position: absolute;
    right: 0;
    max-width: 260px;
    background: #f7dbce;
    width: 100%;
    top: 60px;
    z-index: 99;
    padding: 10px;
}
.search-section h4 {
    margin-bottom: 10px;
}
.search-section form.advance-search-form{
    position: relative;
}
.search-section form.advance-search-form input {
    border: 0;
    border-radius: 0;
    height: 24px;
}


.post-section  {
    padding-bottom: 40px;
}
.post-article {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: 500ms ease-in-out;
    padding-top: 20px;
    height: 470px;
}

.post-article:hover {
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)!important;
    transition: 500ms ease-in-out;
}

.post-article h1.post-title {
    margin-bottom: 15px;
    overflow: hidden;
}

.post-article h1.post-title{
    font-family: "PT-Sans";
    font-size: 20px !important;
    line-height: 1.3;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 500ms ease-in-out;
}
.post-article h1.post-title a{color: #404040 !important;}
.post-article h1.post-title a:hover{
    color: #000;
    transition: 500ms ease-in-out;
}
.post-article p{
    line-height: 1.2 !important;
    text-align: justify;
    color: #404040;
}
.post-article .featured-img img {
    border: 1px solid #666;
    /* width: 300px; */
    margin: 0 auto;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 500ms ease-in-out;
}   
/*.post-article:hover .featured-img img{
    transform: scale(0.95);
    transition: 500ms ease-in-out;
}*/
.post-article .featured-content {
    width: 100%;
    margin: 20px auto;
}
.post-article .featured-content p span {
    color: #747474;
    font-family: "PT-Sans";
}
.post-article .post-author {
    position: absolute;
    bottom: 20px;
}
.post-category {
    padding-bottom: 20px;
}
.post-category a {
    background-color: #d4d4d4;
    color: #747474 !important;
    font-family: "PT-Sans" !important;
    text-transform: uppercase;
    margin: 0 0.5em 0.25em 0;
    padding: .15rem .5rem;
    font-size: 12px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 3px;
}
/*.post-article .post-author p {
    margin: 0;
    background-color: #d4d4d4;
    display: inline-block;
    padding: 5px 10px;
    color: #000;
    border-radius: 3px;
}*/
.post-article p a{
    color: #747474;
}
.read-more p a {
    margin: 15px 0 0 0;
    background: #333;
    padding: 10px 25px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    transition: 500ms ease-in-out;
    display: inline-block;
}
.read-more p a:hover{
    background: #1f1f1f;
    transition: 500ms ease-in-out;
}
.post-article .post-content {
    min-height: 190px;
    overflow: hidden;
}
.events-article {
    position: relative;
    margin-bottom: 30px;
    min-height: 250px;
    overflow: hidden;
    transition: 500ms ease-in-out;
    padding-top: 20px;
}
.events-article:hover {
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19)!important;
    transition: 500ms ease-in-out;
}
.events-article .featured-img img {
    border: 1px solid #666;
    /* width: 300px; */
    margin: 0 auto;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 500ms ease-in-out;
}   
.events-article:hover .featured-img img{
    transform: scale(0.95);
    transition: 500ms ease-in-out;
}
h1.field-title{
    font-size: 20px;
    margin-bottom: 15px;
}
.img-center {
    margin: 0 auto;
    text-align: center !important;
    border: 5px solid #999;
    padding: 0px;
}

/* 11/07/2019 */

.periodicals-article {
    position: relative;
    margin-bottom: 30px;
    min-height: 350px;
    overflow: hidden;
}

.periodicals-article .featured-img {
    margin-bottom: 30px;
}

.periodicals-article .featured-img img {
    border: 1px solid #666;
    /* width: 300px; */
    margin: 0 auto;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.periodicals-article h1.post-title {
    margin: 0 0 12px 0;
    height: 50px;
    overflow: hidden;
}

.periodicals-article .featured-content p {
    text-align: justify;
    height: 100px;
    overflow: hidden;
}

/* 11/07/2019 */

/* 28/06/2019 */

div#sidebar {
    margin-top: 6px !important;
}

.widget h3 {
    border-bottom: 0px solid #e6e6e6;
    margin-bottom: 0;
  
}

ul.style_list {
    display: flex;
}

.style_list li {
    list-style: none;
}
div#main {
    padding: 20px;
}
div#sidebar {
    padding: 20px;
}
.searchform input.submit {
border: 1px solid #444;
padding: 9px 10px;
display: block;
margin: -6px;
border-left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.searchform input.s {
border: 1px solid #444;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
ul.style_list li a i.fab {
font-size: 24px;
margin-right: 20px;
}

/*input#Author {
    display: none;
}*/
.accordion {
    position: relative;
    padding: 0 0 25px 0;
}
.accordion button {
    width: 100%;
    text-align: left;
    background: 0;
    color: #993333;
    border:1px solid #999;
    border-radius:0;
    position: relative;
}
.accordion button:hover{
    background: 0 !important;
    color: #993333;
     border:1px solid #993333;
}
.accordion button i.fas {
    position: absolute;
    right: 12px;
    top: 9px;
}
.accordion #demo {
    padding-top: 15px;
}
.accordion hr.collapse-hr {
    margin: 2px 0 10px 0;
    border-top: 1px dashed #993333 !important;
    background: 0;
}
.accordion #demo {
    padding: 15px 10px;
    border: 1px solid #999;
    border-top: 0;
}
h4.head-after:after {
    content: '';
    border-bottom: 1px dashed #222;
    width: 100%;
    display: block;
    margin: 3px 0 10px 0;
}
#commentform textarea {
    width: 95% !important;
    padding: 5px 7px;
    border: 1px solid #333;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}
#commentform #submit, .custom-buy-now-btn{
    margin: 15px 0 0 0;
    background: #333;
    padding: 8px 10px;
    border:0;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
   transition:500ms ease-in-out;
}
#commentform #submit:hover, .custom-buy-now-btn:hover{
  background:#1f1f1f;
  transition:500ms ease-in-out;
}
.custom-buy-now-btn {
  padding:10px 25px;
}
.custom-buy-now-btn a{ color: #fff; }

/*img {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}*/

/* 27/07/2019 */
.loading {
    margin: 15px 0 0 0;
    background: #333;
    padding: 10px 25px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    transition: 500ms ease-in-out;
    display: inline-block;
}
.loading:hover {
    background: #1f1f1f;
    transition: 500ms ease-in-out;
}
/* 27/07/2019 */

/*30/07/2019*/
#related_posts .bx-viewport {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}
#related_posts h3 {
    font-size: 24px !important;
    margin-bottom: 20px;
}
#related_posts h4 {
    margin-top: 20px;
}
/*30/07/2019*/

/*05/05/2020*/

#main h1.title {
    font-family: "PT-Sans";
    font-size: 28px !important;
    line-height: 1.3;
    margin-bottom: 5px;
    text-transform: capitalize;
    text-decoration: none;
    transition: 500ms ease-in-out;
    color: #040404;
}
#main .post-meta, #main .post-meta .categories{
    color: #747474 !important;
    font-family: "PT-Sans" !important;
    font-weight: 100;
}
.status-publish > h1:first-child {
    display: none;
}

/* 29/08/2019 */

h4.head-after {
    color: #9A3433;
}
.sin-side img {
    border: 2px solid #9A3433;
    padding: 10px;
}
.archive .cat-posts {
    height: 260px;
    margin: 0;
    display: block;
    flex-direction: column;
    justify-content: center;
}
.cat-posts a{
   color: #000 !important;
}
.cat-posts a:hover{ 
   color: #cf102d !important;
}




/*--=============css-10-12-2019 ==============--*/

@media (min-width: 320px) and (max-width: 767px) {
	.col-md-3 {
		width: 100%;
	}
	
	#menu-item-15263 .sub-menu {
		display: none;
	}
	
	#menu-item-15243 .sub-menu {
		display: none;
	}
	#menu-item-14034 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-12312 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-12317 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-14020 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-12504 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-12522 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-13982 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-18439 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-15237 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-17714 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-14016 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-12339 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-15241 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-12481 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-12348 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-13997 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-12347 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-15244 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-10465 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#menu-item-15245 {
		text-transform: capitalize;
    	padding-left: 5px;
	}
	#navigation {
		width: 100%;
	}
.main-content .container {
    width: 100% !important;
}
.post-section {
    padding-bottom: 0;
}
.post-article {
    margin-bottom: 0;
}
#footer {
    text-align: center;
}
.mb-5 {
    margin-bottom: 25px;
}
.top-banner .banner-content h2 {
    font-size: 20px !important;
}
.top-banner .banner-content p {
    color: #fff !important;
    font-family: "PT-Sans" !important;
}
.top-banner {
    position: relative;
    background-position: center;
    background-size: cover;
    height: 23vh;
    width: 100%;
    margin-bottom: 40px;
}
.top-banner .banner-content {
    position: absolute;
    right: 9px;
    padding: 7px;
    border: 2px solid #fff;
    margin-right: 0px;
    background-color: #000;
    width: 100%;
    max-width: 300px;
    z-index: 99;
    bottom: -236px;
}
.main-content {
    margin-top: 70%;
}
.top-header .navbar-header .navbar-toggle {
    float: right;
}
#logo {
    padding-top: 0;
    margin: 0;
    text-align: center;
    width: 200%;
    position: relative;
}
.show_in #top #top-nav {
display: block;
}
	
	
}