/*
Theme Name: naranja
Theme URI: https://gitlab.com/tlgcntn/naranja
Author: Tolga CANATAN
Author URI: http://tlgcntn.com
Description: Tolga Canatan's Wordpress theme he created for himself.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmlLicense: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: naranja, gray, white,  two-columns, right-sidebar, fluid-layout, custom-header, custom-menu, editor-style, featured-images, post-formats,  sticky-post
Text Domain: naranja
*/

/* orange/naranja: #ff8e18 */


/*
** General
*/

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

* {
    font-family: "ubunturegular";
}


::selection {
    background: #ff8e18;
    color: white;  /* WebKit/Blink Browsers */
}
::-moz-selection {
    background: #ff8e18; /* Gecko Browsers */
    color: white;
}

body {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #ff8e18;
}

div.large {
    width: 1152px;
    margin: 0 auto;
}

ul#tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#tabs li {
    display: inline-block;
    background-color: #D7D7D7;
    padding: 10px 25px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

ul#tabs li::before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: -3px;
    left: 0;
}

ul#tabs li.active::before {
    background: #ff8e18;
}

ul#tabs li::before {
    background: #D7D7D7;
}

ul#tabs li.active {
    background-color: #ff8e18;
}

textarea {
    box-sizing: border-box;
    width: 100%;
    border: none;
    height: 150px;
    padding: 15px;
}


input[type="text"] {
    border: none;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

input[type="submit"] {
    padding-left: 10px;
    padding: 5px 15px;
    cursor: pointer;
    margin-top: 10px;
}

textarea,
input[type="text"],
input[type="submit"] {
    border: none;
    font-size: 12px;
    background: #ff8e18;
    color: white;
    transition: .5s;
}

textarea:focus,
input[type="text"]:focus,
input[type="submit"]:hover{
  color: #ff8e18;
  background: white;
}
/*
** pgwSlider style override
*/

.pgwSlider .ps-caption {
    position: absolute;
    background: none;
    width: 100%;
    padding: 0 30px;
    line-height: 1.5em;
    font-size: 1.5em;
    left: 0;
    bottom: 5rem;
    display: none;
}

.pgwSlider .ps-current span.ps-caption {

}

.pgwSlider .ps-list li span{
    display: none;
}

.nav-previous,
.nav-next {
  display: inline-block;
  padding: 10px 25px;
  color: #FFF;
  cursor: pointer;
  position: relative;
  background-color: #FF8E18;
}


.nav-previous a,
.nav-next a{
  color: white;
  text-decoration: none;
}

/*
** Menu
*/

div.wrapper {
  width: 100%;
}


div.menu div.navigation-mobile {
     display: none;
}

div.menu {
    height: 150px;
    background: #f2f2f2;
    width: 100%;
    margin-bottom: 20px;
}

div.menu div.logo {
    width: 30%;
    display: inline-block;
    margin-top: 30px;
    margin-left: 30px;
}

div.menu div.logo img{
    width: 70%;
}


div.menu div.logo a {
    font-style: italic;
    text-decoration: none;
    font-size: 4em;
    color: rgb(255, 142, 24);
    font-weight: 700;
}

div.menu div.navigation {
    width: 60%;
    float: right;
    display: inline-block;

}

div.menu div.navigation nav {
    margin-top: 70px;
    float: right;
}

div.menu div.navigation nav li {
    float: left;
    list-style-type: none;
    color: #777777;
    font-size: 1.2em;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.2em;

}

div.menu div.navigation nav li a {
    color: #777777;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}

div.menu div.navigation nav li a:hover {
    color: black;
}

/*
** Home Page Slider
*/

div.slider {
    width: 75%;
    float: left;
}

/*
** Home Page Right Pane
*/

div.right-pane {
    position: relative;
    float: right;
    width: 22%;
    background: #f1f1f1;
    height: 440px;
    padding: 0 1% 1% 1%;
    overflow-y: scroll;
}

div.right-pane p {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.right-pane ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.right-pane ul#tab li {
    display: none;
}

.right-pane ul#tab li.active {
    display: block;
}

.right-pane ul#tab li a {
    color: #444444;
    text-decoration: none;
}

.right-pane ul#tab li p {
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 8px;
}

.right-pane ul#tab li  p:last-child {
    padding-bottom: 0px;
    border: none;
}

.right-pane ul#tab li h5 {
    padding: 0;
    margin-top: 8px;
}

.right-pane ul#tab li h5:first-child {
    border: none;
}


/*
** Home Page Contents
*/

div.contents {
    width: 80.4%;
    background: #F1F1F1;
    float: right;
    margin-top: 30px;
    padding-bottom: 170px;
    margin-bottom: 50px;
}

div.contents div.left {
    padding: 30px 30px 0px 30px;
    text-align: left;
}

div.contents div.right {
    padding: 30px 30px 0px 30px;
    text-align: right;
}

div.contents div.left img{
    float: left;
    margin-right: 20px;
}

div.contents div.right img{
    float: right;
    margin-left: 20px;

}

div.contents div h3 {
    margin: 0px;
}

div.contents div h3 a{
    color: #444444;
    text-decoration: none;
}

div.contents p {
    font-size: 13px;
    color: #333333;
    line-height: 1.4rem;
}

div.contents div.right p {
    padding-right: 20px;
}

div.contents div.navigation {
    display: inline-block;
    padding: 0px 13px;
    color: #FFF;
    cursor: pointer;
    position: relative;
    background-color: #FF8E18;
}

div.contents div.navigation p{
    padding: 0;
}


div.contents div.navigation a{
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    line-height: 100%;
}


/*
** Sidebar
*/

div.sidebar-home {
    margin-top: 30px;
    width: 18%;
}

div.right-sidebar {
    float: right;
    width: 24%;
}

div.sidebar {
    position: relative;
    background: #f1f1f1;
    height: auto;
    padding: 0 5% 5% 5%;
    margin-bottom: 15px;
}

div.sidebar ul {
    padding: 0;
    margin: 0;
}

div.sidebar ul:last-child li{
    list-style-type: none;
    border-bottom: 1px solid #D7D7D7;
    padding: 16px 0;
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 12px;

}

div.sidebar ul li.page_item_has_children{
    border: none;
}

div.sidebar ul.children li:last-child {
    border-bottom: 1px solid #D7D7D7;
}

div.sidebar ul.children li{
    border: none;
}

div.sidebar ul.children li a{
    padding-left: 10px;
}

div.sidebar a {
    color: #444444;
    text-decoration: none;
}

div.sidebar p {
    color: #333333;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 8px;
    font-size: 12px;
}

div.sidebar ul li:last-child {
    border: none;
}

div.sidebar div#calendar_wrap table#wp-calendar {
    width: 100%;
}

div.sidebar div#calendar_wrap table#wp-calendar th {
    border-bottom: 1px solid #333333;
}

div.sidebar div.tagcloud a {
    font-size: 12px !important;
}

div.sidebar div.tagcloud a::before {
    content: "#";
}


ul.tab {
    list-style-type: none;
    padding: 0;

}

ul.tab.right {
    float: right;
    margin: 0 0 30px 0;

}

ul.tab li.naranja {
    display: inline-block;
    background-color: #D7D7D7;
    padding: 10px 25px;
    color: #fff;
    cursor: pointer;
    position: relative;
    background-color: #ff8e18;
}

ul.tab li.naranja::before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: -3px;
    left: 0;
    background: #ff8e18;
}

/*
** Review Notes
*/

div.review-notes {
    position: relative;
    float: right;
    width: 24%;
    background: #ff8e18;
    height: 500px;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 0.5% 1%;
    overflow-y: scroll;
}

div.review-notes ul {
    padding: 0;
    margin: 0;
}

div.review-notes  h4{
    color: white;
    border-bottom: 1px solid white;
    padding-bottom: 1%;
}

div.review-notes p{
    color: white;
    font-size: 14px;
}

div.review-notes ul li{
    list-style-type: none;
    padding-bottom: 2%;
    color: white;
    font-size: 14px;

}

div.review-notes li::selection,
div.review-notes p::selection,
div.review-notes h4::selection {
    background: white;
    color: #ff8e18;  /* WebKit/Blink Browsers */
}

div.review-notes li::-moz-selection,
div.review-notes p::-moz-selection,
div.review-notes h4::-moz-selection  {
    background: white; /* Gecko Browsers */
    color: #ff8e18;
}


/*
** Content Detail
*/

body.page-template-no-sidebar div.content {
    width: 100%;

}
div.content {
    width: 75%;
    float: left;
    background: #f2f2f2;
}

div.content div.content-thumb img {
    width: 100%;
    height: auto;
}

div.content div.content-background {
    position: relative;
    background: #f2f2f2;
    width: 100%;
    margin-top: 15px;
    height: auto;
    padding: 30px 0;

}

div.content div.content-background  div.content-detail h1.title {
    line-height: 1.6em;
    padding-bottom: 2em;
}

div.content div.content-background  div.content-detail h5.date {
  float: right;
}

div.content div.content-background  div.content-detail h5.tags a {
    text-decoration: none;
    color: #ff8e18;
}

div.content div.content-background  div.content-detail h5.tags a:before {
    content: '#';
}

div.content div.content-background  div.content-detail h5.tags a:hover {
    color: white;
}

div.content div.has-thumb div.content-background  div.content-detail {
    margin-top: -170px;
}

div.content div.content-background  div.content-detail {
    background: white;
    width: 93%;
    margin: 0 auto;
    display: block;
    padding: 30px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.7em;
    color: #333333;
}

div.content div.content-background  div.content-detail a {
    transition: .5s;
    color: #ff8e18;
}

div.content div.content-background  div.content-detail a:hover {
    background: #ff8e18;
    color: white;
    text-decoration: none;
}

div.content div.content-background  div.content-detail div.wp-caption a:hover,
div.content div.content-background  div.content-detail div.gallery a:hover
{
    background: none;

}

div.content blockquote {
    border-left: 5px solid #ff8e18;
    padding: 20px;
    background: #f1f1f1;
}

/* Gallery
-------------------------------------------------------------- */
div.content div.content-background  div.content-detail dt.gallery-icon a img.attachment-thumbnail {
    border: 10px solid #f2f2f2 !important;
    transition: .5s;
}

div.content div.content-background  div.content-detail dt.gallery-icon a:hover img.attachment-thumbnail{
    border: 10px solid #ff8e18 !important;
}


/* Table
-------------------------------------------------------------- */
div.content div.content-background div.content-detail table { border-collapse: collapse; text-align: left; width: 100%; background: #fff; border: 1px solid #C46D12; color: white; padding: 5px;}
div.content div.content-background div.content-detail table td, div.content div.content-background  div.content-detail table th { padding: 3px 10px; }
div.content div.content-background div.content-detail table thead th { background: #FF8E18; font-size: 15px; font-weight: bold; border-left: 1px solid #C46D12; }
div.content div.content-background div.content-detail table thead th:first-child { border: none; }
div.content div.content-background div.content-detail table tbody td { color: #000000; border-left: 1px solid #C46D12;font-size: 12px;font-weight: normal; }
div.content div.content-background div.content-detail table tbody .alt td { background: #F4F4F4; color: #000000; }
div.content div.content-background div.content-detail table tbody td:first-child { border-left: none; }
div.content div.content-background div.content-detail table tbody tr:nth-child(even) { background: #f2f2f2;}
div.content div.content-background div.content-detail table tr:last-child td { border-bottom: none; }
div.content div.content-background div.content-detail table tfoot td div { border-top: 1px solid #C46D12; background: #E1EEF4; }
div.content div.content-background div.content-detail table tfoot td { padding: 0; font-size: 12px }
div.content div.content-background div.content-detail table tfoot td div{ padding: 2px; }
div.content div.content-background div.content-detail table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }
div.content div.content-background div.content-detail table tfoot  li { display: inline; }
div.content div.content-background div.content-detail table tfoot li a { text-decoration: none; display: inline-block;  padding: 2px 8px; margin: 1px; color: #FFFFFF; border: 1px solid #006699; background: #006699; }


/* From WordPress Core
-------------------------------------------------------------- */
.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. */
}


.gallery-caption { }
.sticky { }
.bypostauthor { }

/*
** Comments
*/

div.comments-area ol {
    list-style-type: none;
}

div.comments-area ol:firsh-child {
    padding: 0;
    margin: 0;
}

div.comments-area ol li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.comments-area ol.comment-list {
    position: relative;
    background: #f2f2f2;
    width: 93%;
    margin: 0px auto;
    display: block;
    padding: 0px;
    height: auto;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.7em;
    color: #333;
}

div.comments-area div.comment-body {
    background: white;
    margin-bottom: 10px;
    padding: 15px 30px;
    box-sizing: border-box;
}

div.comments-area div.comment-body div.comment-author.vcard {
    float: left;
}

div.comments-area div.comment-body div.comment-author.vcard cite {
    color: #404040;
    font-weight: 600;
    font-style: normal;
}

div.comments-area div.comment-body div.comment-author.vcard cite span.says {
    display: none;
}

div.comments-area div.comment-body div.comment-author.vcard cite a {
    color: #404040;
    font-weight: 600;
}

div.comments-area div.comment-body div.comment-meta:before {
    content: " - ";
}

div.comments-area div.comment-body div.comment-meta a {
    color: #8D8B8B;
    font-weight: 600;
    text-decoration: none;
}

div.comments-area div.comment-body div.comment-meta a:hover {
    text-decoration: underline;
}

div.comments-area div.comment-body div.comment-author.vcard img {
    position: absolute;
    right: 40px;
    top: -25px;
    border: 3px solid #ff8e18;
}

div.comments-area div.comment-body p  a,
div.comments-area div.comment-body div.reply a,
div.comments-area div.comment-respond p.logged-in-as a,
div.comments-area div.comment-respond h3.comment-reply-title a {
    transition: .5s;
    color: #ff8e18;
}

div.comments-area div.comment-body p  a:hover,
div.comments-area div.comment-body div.reply a:hover,
div.comments-area div.comment-respond p.logged-in-as a:hover,
div.comments-area div.comment-respond h3.comment-reply-title a:hover {
    background: #ff8e18;
    color: white;
    text-decoration: none;
}

div.comments-area div.comment-body p {
    clear:both;
}

div.comments-area div.comment-respond  {
    position: relative;
    background: #F2F2F2 none repeat scroll 0% 0%;
    width: 93%;
    margin: 0px auto;
    display: block;
    padding: 0px;
    height: auto;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.7em;
    color: #333;
}


/*
** Footer
*/

div.wrapper.footer {
  background: #ff8e18;
  height: auto;
}

div.wrapper.footer nav {
  display: block;
  height: 40px;
  margin: 0 auto;
}

div.wrapper.footer nav li {
  float: left;
  list-style-type: none;
  padding-right: 10px;
  line-height: 40px;
}

div.wrapper.footer nav li a{
  text-decoration: none;
  color: white;
}

div.wrapper.footer nav li a:hover{
  text-decoration: underline;
}


/*
** Media Queries
*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    div.large { width: 100%; }
    div.menu div.logo { width: 40%; display: block; margin: 0 auto; }
    div.menu div.logo img{ width: 100%; padding: 20px 0px;}
    div.menu div.navigation {  display: none; }
    div.menu div.navigation-mobile {  display: block; width: 50%; margin: auto;}
    div.menu div.navigation-mobile select{  width: 100%; font-size: 1.2em; text-align: center; line-height: 1.7em; height: 1.7em; }
    div.right-pane { position: relative; float: left; width: 100%; margin-top: 20px; padding: 0 1% 1% 1%; height: auto; }
    div.slider { display: none; }
    div.right-pane p { font-size: 14px; padding: 0; margin: 0; }
    div.contents { width: 100%; float: left; margin-top: 30px; }
    div.contents img { display: none; }
    div.contents div { float: left; text-align: left; }
    div.contents div p { float: left; text-align: left; }
    div.contents div h3 { float: left; text-align: left; }
    div.sidebar { display: none; }
    div.content {width: 100%; }
    div.content div.content-background div.content-detail { height: auto; line-height: 1.6em; width: 93%; box-sizing: border-box; position: relative; margin: auto; padding: 1px 30px; background: #FFF none repeat scroll 0% 0%; }
    div.content div.content-background  div.content-detail h5.date { float: none; }
    div.content div.content-thumb { display: none; }
    div.content div.content-background  div.content-detail h1.title { line-height: 2rem; font-size: 20px; }
    div.content div.has-thumb div.content-background  div.content-detail { margin-top: 0px;}
    div.wrapper.footer nav li { font-size: 12px; }
}

@media only screen  and (min-width : 321px) and (max-width: 768px) {
    div.large { width: 95%; }
    div.menu div.logo { width: 30%; display: block; margin: 0 auto; }
    div.menu div.logo img{ width: 100%; padding: 10px 0px; }
    div.menu div.navigation {  display: none; }
    div.menu div.navigation-mobile {  display: block; width: 50%; margin: auto;}
    div.slider { width: 100%; float: none; }
    div.menu div.navigation-mobile select{  width: 100%; font-size: 1.2em; text-align: center; line-height: 1.7em; height: 1.7em; }
    div.right-pane { position: relative; float: left; width: 100%; margin-top: 20px; padding: 0 1% 1% 1%; height: auto; }
    div.right-pane p { font-size: 14px; padding: 0; margin: 0; }
    div.content div.content-background  div.content-detail h5.date { float: none; }
    div.contents { width: 100%; float: left; margin-top: 30px; }
    div.contents img { width: 100%; height: auto; margin-bottom: 20px; }
    div.contents div { float: left; text-align: left; }
    div.contents div p { float: left; text-align: left; }
    div.contents div h3 { float: left; text-align: left; }
    div.sidebar { display: none; }
    div.content { width: 100%; }
    div.content div.has-thumb div.content-background  div.content-detail { margin-top: 0px;}
    div.wrapper.footer nav li { font-size: 14px; }

}

@media only screen  and (min-width : 768px) and (max-width : 1024px) {
    div.large {width: 95%; }
    div.slider { width: 100%; float: none; }
    div.right-pane { position: relative; float: left; width: 100%; margin-top: 20px; padding: 0 1% 1% 1%; height: auto; }
    div.right-pane p { font-size: 14px; padding: 0; margin: 0; }
    div.contents { width: 100%; float: left; margin-top: 30px; }
    div.content { width: 100%; }
    div.content div.content-background  div.content-detail h5.date { float: none; }
    div.sidebar { display: none; }
}
