/*
Theme Name: Academic Journal
Author: EDAM
Author URI: https://www.edam.com.tr
Description: EDAM tarafından akademik dergi web sitelerinde kullanım için tasarlanmıştır.
Version: 1.5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: academic_journal
*/

::-moz-selection { /* Code for Firefox */
	color: #ffffff !important;
	background: #0089a5 !important;
}
  
::selection {
	color: #ffffff !important;
	background: #0089a5 !important;
}

.navbar-bg-custom {
	background: #0089a5 !important;
	color: #ffffff !important;
}

.ajt-link,
.abstract a, 
.fulltext a, 
.footer-widget ul > li > a {
	color: #0089a5 !important;
  }
  
a.ajt-link:hover, 
a.ajt-link:focus,
a.ajt-link:focus,
.abstract a:hover,
.abstract a:focus,
.fulltext a:hover,
.fulltext a:focus,
.footer-widget ul > li > a:hover,
.footer-widget ul > li > a:focus {
	color: #03a3c4 !important;
}

.home-top {
	border-radius: 5px;
	background-color: rgba(0,0,0,.03);
	margin-left: 10px;
	margin-right: 10px;
	padding: 25px;
}

body {
	font-size: 100%;
}

.indexes-logos > img {
	max-height: 50px;
}

.footer-widget ul {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.footer-widget li {
	list-style-type: none !important;
}

#footer-bottom-menu li {
	display: inline;
}

#footer-bottom-menu li:not(:first-child):before {
	content: '  \2666  ';
}

.reference-popover-footer {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EBEBEB;
	border-radius: 5px 5px 0 0;
	text-align: center;
  }

h1 { font-size: 150% !important; /* color: #de272c !important; */ }
h2 { font-size: 135% !important; /* color: #de272c !important; */ }
h3 { font-size: 120% !important; }
h4 { font-size: 105% !important; }
h5 { font-size: 95% !important; }
h6 { font-size: 80% !important; }

h2, h3, h4, h5, h6 { line-height: 1.3 !important; }

.nav-link {
	padding-right: .7rem !important;
	padding-left: .7rem !important;
}

.cc {
    padding: 10px 0 10px 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    color: #eeeeee;
    background-color: #333333;
    opacity: 0.95;
}

/* Alignment WP
------------------------------------ */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.elementor-section, .elementor-add-new-section {
	margin-left:0px !important;
	margin-right:0px !important;
}

/* Media Queries */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	
	.company-logo, 
	.logo {
		max-height: 40px;
		max-width: 100px;
	}

	.last-issue-cover {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.issue-cover {
		max-width: 75%;
		max-height: 300px;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.issue-label {
		max-width: 100%;
		text-align: center;
	}

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	
	.company-logo, 
	.logo {
		max-height: 40px;
		max-width: 100px;
	}

	.last-issue-cover {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.issue-cover {
		max-width: 75%;
		max-height: 300px;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.issue-label {
		max-width: 100%;
		text-align: center;
	}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

	.company-logo, 
	.logo {
		text-align: left;
		max-height: 80px;
		max-width: 200px;
	}

	.last-issue-cover {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	.issue-cover {
		max-width: 175px;
	}
	.issue-label {
		max-width: 175px;
		margin-top: 10px;
		text-align: center;
	}

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	
	.company-logo,
	.logo {
		text-align: left;
		max-height: 80px;
		max-width: 200px;
	}

	.issue-cover {
		max-width: 150px;
	}
	.issue-label {
		max-width: 150px;
		margin-top: 10px;
		text-align: center;
	}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.company-logo, 
	.logo {
		text-align: left;
		max-height: 80px;
		max-width: 200px;
	}

	.issue-cover {
		max-width: 150px;
	}

	.issue-label {
		max-width: 150px;
		margin-top: 10px;
		text-align: center;
	}

}

/* mobile menu */
body.offcanvas-active{
	overflow:hidden;
}

.offcanvas-header{ display:none; }

@media (max-width: 992px) {

  .offcanvas-header{ display:block; }

  .navbar-collapse {
    position: fixed;
    top:0; 
    bottom: 0;
    left: 100%;
	width: 90%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color:#eeeeee;
	transition: visibility .2s ease-in-out, transform .2s ease-in-out;
	z-index: 9999;
	box-shadow: 0 10px 10px;
  }

  .navbar-collapse.show {
    visibility: visible;
	transform: translateX(-100%);
	z-index: 9999;
  }
  
}