/*
Theme Name: WP Paron
Theme URI: http://paron.gr/
Description: A Custom Wordpress theme built only for Paron.gr.
Author: Peter Benos
Author URI: https://gr.linkedin.com/pub/peter-benos/51/485/993
Version: 1.0
Tags: paron,flat,news,newsboard

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* STYLESHEET */


/* TABLE OF CONTENTS */

/*

 ..Place for Table..

*/

/*FONTS IMPORT*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,greek-ext");


/*INITIALISE
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}*/

ul,li {
 margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

strong { font-weight: bold; }
article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clr:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

body a {
    color: #0f6698;
    text-decoration: none;
}


h1 a, h2 a, h3 a, h4 a {
    color: #000;
    transition: all 0.3s;
    font-weight: bolder;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    color: #FF0000;
}

html{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    outline:none;
}

body{
    width:100%;
    height:100%;
    margin:0;
    padding: 0;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 13px;
    text-align:left;
    line-height: 1.5;
    background-color:#f5f5f5 ;
    color:#474747;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img,a,div,span,nav,iframe{
    border:0;
    outline: 0;
}

a{
    text-decoration: none;
    color:inherit;
}


p {
    margin-top: 15px;
    margin-bottom: 15px;
}
ol li {
    margin-top: 10px;
    margin-bottom: 10px;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6,
button, input, select, textarea {
    font-family: 'Open Sans', Arial, sans-serif;
    color:#1a1b1b;
}
::-webkit-input-placeholder {
    font-family: 'Open Sans', Arial, sans-serif;
    color:#989898;
}
:-moz-placeholder {
    font-family: 'Open Sans', Arial, sans-serif;
    color:#989898;
}
::-moz-placeholder {
    font-family: 'Open Sans', Arial, sans-serif;
    color:#989898;
}
:-ms-input-placeholder {
    font-family: 'Open Sans', Arial, sans-serif;
    color:#989898;
}

textarea:focus, input:focus,img:focus,span:focus,div:focus{
    outline: 0;
}



/* GLOBAL CLASSES */

.transition {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);

    /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    /* Should be unset in IE9+ I think. */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    float:left;
    margin-top:20%;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.transform1 {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
}

.img-full{
    width:100%;
    max-width: 100%;
}

.img-full1{
    height:100%;
}

.img-full-w{
    width:100%;
}
.img-full-h{

    height:100%;
    width: 100%;
}

.ad300{
    width:300px;
    height:250px;
}

.ad728 {
    width: 728px;
    height: 90px;
    background: #ededed;
    text-align: center;
    font-weight: bolder;
    font-size: 25px;
}

.container{
    margin:0 auto;
    width:1165px;
    max-width: 90%;
}

.right{float: right}

.left{float: left}

.clearer{
    clear:both;
}

.desktop{display:block;}
.mobile{display:none;}

.left-content{
    width: 720px;
    max-width: 65%;
}

.sidebar-container{
    float: right;
    width: 350px;
    max-width: 31.25%;
}

/*HEADER*/
#top-wrapper{
    position: relative;
/*    background: #d9dade;*/
}
.textwidget.widget-text {
    float: right;
}
#header {
    position: relative;
    padding: 40px 0px 30px 0px;
    color: #27292a;
}

.logo{
/*    width: 300px;*/
    max-width: 100%;
}

div#logo-holder {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;

}

#logo-holder a {
    display: block;
    width: 100%;
    text-align: center;
}

#header .textwidget.widget-text {
    float: left;
    position: relative;
    width: 100%;
    text-align: center;
}

.ad728-centered {
    width: 728px;
    height: 90px;
    background: #ededed;
    text-align: center;
    font-weight: bolder;
    font-size: 25px;
    margin-left: -364px;
    left: 50%;
    position: relative;
    margin-top:10px;
}

#nav-inner-wrapper {
    border-top: 3px solid #474747;
    background: #e9e7e5;
    min-height: 55px;
}

#navigation {
/*    color: #979797;*/
 color:white;
    position: relative;
}

.ul-menu, .ul-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation .ul-menu > li {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 0;
    border-right: 1px solid #272727;
}

.ul-menu li {
    position: relative;
    white-space: nowrap;
}

#navigation .ul-menu > li > a {
    position: relative;
    display: block;
    font-size: 0.923em;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    padding: 0 20px;
    color: #000000;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: bold;

}

.ul-menu a {
    zoom: 1;
}

#navigation .ul-menu > li:after {
    display: block;
    content: "";
    position: absolute;
    top: -3px;
    width: 100%;
    height: 3px;
}




.cat-28-bg, #navigation .ul-menu .main-1:after{
    background-color: #ff7e00;
}


.ul-menu .main-2:after{
    background-color: #efbb00;
}

.ul-menu .main-3:after{
    background-color: #339999;
}


.ul-menu .main-4:after{
    background-color: #df4661;
}


.ul-menu .main-5:after{
    background-color: #7eb943;
}


.ul-menu .main-6:after{
    background-color: #9e5a9e;
}

.ul-menu .main-7:after {
    background-color: #45B6B8;
}



#doctor-wrapper{
    float:right;
    width:238px;
    margin:2px;
    display:none;
}

#content-main {
    padding: 40px 40px 80px;
    background: #fff;
}

#navigation .ul-menu > li > a:hover {
 /*   color: #ffffff;*/
  text-decoration:underline;
}

/*FRONT PAGE*/
#home-slider{
    margin-bottom: 40px;
}

#owl-main .item .img-s-wrapper img{
    display: block;
    width: 100%;
    height: auto;
}

#home-slider2{
    margin-bottom: 40px;

}

#owl-main2 .item .img-s-wrapper img{
    display: block;
    width: 100%;
    height: auto;
}
.img-s-wrapper{
    max-height: 350px;
    overflow-y: hidden;
}

.desc-txt {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    padding: 8px;
    color: #dbdbdb;
}

.desc-txt h2 {
    color: #fff;
    font-size: 1.685em;
    font-weight: bold;
    font-weight: 800;
    line-height: 1.25em;
    margin-bottom: 10px;
}

.desc-txt h2 a {
    color: #ffffff;
}

.category-box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    color: #ffffff;
    font-size: 13px;
}


.owl-page span {
    margin: 5px 4px !important;
    margin-left: 0 !important;
}
.owl-theme .owl-controls {
    margin-top: 5px !important;
}

span.owl-numbers {
    padding: 2px 8px !important;
}

.owl-pagination{text-align: left;}

.owl-buttons {
    position: absolute;
    top: 50%;
    margin-top: -75px;
    width: 100%;
}

.owl-buttons div {
    background: rgba(0,0,0,0.7) !important;
    opacity: 1 !important;
    border-radius: 2px !important;
    font-weight: bolder;
}

.owl-numbers{
    background: #c7c7c7 !important;
    opacity: 1 !important;
    border-radius: 2px !important;
    font-weight: bolder;
}
.active .owl-numbers{
    background: rgba(0, 0, 0, 1) !important;
}
.owl-prev {
    position: absolute;
    left: 5px;
}

.owl-next {
    position: absolute;
    right: 5px;
}


.cat-77{background-color: #ff7e00}
.cat-89{background-color: #efbb00}
.cat-85{background-color: #339999}
.cat-82{background-color: #df4661}
.cat-86{background-color: #7eb943}
.cat-87{background-color: #9e5a9e}

.cat-88{background-color: #1e8cbe}
.cat-90{background-color: #3200be}
.cat-91{background-color: #bf7163}
.cat-94{background-color: #989898}

.home-cat-entry {
    display: block;
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 40px;
}

.col-1, .col.first {
    clear: both;
    margin-left: 0;
}

.heading {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.home-cats {
    margin: 0 -10px;
}

.home-cat-entry-post-first {
    list-style: none;
}

.home-cat-entry-post-first, .home-cat-entry-post-first-title {
    font-size: 15px;
}

.home-cat-entry-post-first-media a, .home-cat-entry-post-first-media img {
    display: block;
}
.home-cat-entry-post-first-media {
    position: relative;
    max-height: 160px;
    overflow-y: hidden;
    margin-bottom: 5px;
}

.home-cat-entry-post-first-media img {
    width: 100%;
    height: auto;
}

.home-cat-entry-post-first-title {
    margin: 0 0 10px;
}

.home-cat-entry-post-first p {
    margin: 0 0 10px;
}

.home-cat-entry-post-other {
    list-style: none;
}

.home-cat-entry-post-other a {
    background: url("img/bullet.png") left 10px no-repeat;
    display: block;
    position: relative;
    border-top: 1px solid #e7e7e7;
    padding: 3px 0 3px 12px;
}

.category-box-in {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
    color: #ffffff;
    font-size: 13px;
}

.category-box-in a {
    color: #ffffff;
}

.feat-slider h2{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}

.feat-slider .owl-buttons {
    position: absolute;
    top: 0;
    margin-top: -43px;
    width: 100%;
}

.feat-slider .owl-prev {
    position: absolute;
    right: 35px;
    left:auto;
}

.feat-slider .owl-next {
    position: absolute;
    right: 0;
}

.feat-slider .owl-buttons div {
    background: rgb(199, 199, 199) !important;
}

.feat-slider .img-s-wrapper {
    max-height: 85px;
}

.feat-slider img {
    width: 100%;
}

.feat-slider .item {
    box-sizing: border-box;
    padding: 5px;
}

.post-bottom-ad, .home-bottom-ad, .archive-bottom-ad {
    margin-top: 40px;
}

.ad-spot img {
    display: block;
    margin: 0 auto;
}





/*FOOTER*/
#footer{
    background: #272727;
    overflow: hidden;
    margin: 0;
    font-size: 1em;
    color: #777777;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}

#footer-inner .span_1_of_4 {
    width: 25%;
    float:left;
}

#footer-bottom {
    background: #191919;
    padding: 20px 0;
    color: #777777;
}

#footer-inner {
    margin: 0 -15px !important;
    padding-bottom: 30px;
    overflow: hidden;
}

#footer-inside {
    margin-top: 50px;
}

#footer-inner .col {
    margin: 0;
    padding: 0 15px;
}

#footer-inner .footer-widget {
    margin: 0 0 30px;
}

.footer-widget .widget-title {
    display: block;
    color: #fff;
    font-weight: bold;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.25px;
    margin: 0 0 20px;
}

.feat-cat-entry {
    display: block;
    float: left;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 40px;
}

.feat-cat-entry .home-cat-entry-post-other a {
    background: url("img/bullet.png") left 10px no-repeat;
    display: block;
    position: relative;
    border-top: 1px solid #383838;
    padding: 3px 0 3px 12px;
    font-size: 12px;
    color: #747777;
}

.feat-cat-entry .home-cat-entry-post-first-title{
    font-size: 14px;
}

.feat-cat-entry .home-cat-entry-post-first p {
    margin: 0 0 10px;
    font-size: 12px;
}

.feat-cat-entry .home-cat-entry-post-first-title a {
    color: #C7C7C7;
}

.footer-hot-news{
    margin-bottom:10px;
}

.footer-hot-news .home-cat-entry-post-first-media{
    max-height: 100px;
}

.social-widget-description {
    margin-bottom: 20px;
}

.widget_wpex_social_widget {
    list-style: none;
}

.widget_wpex_social_widget li a {
    background: #444;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #fff !important;
}

.flat li:hover {
    opacity: 0.8;
    transition: all 0.3s;
}

.widget_wpex_social_widget ul.color .twitter a {
    background: #55ACCE;
}

.widget_wpex_social_widget ul.color .facebook a {
    background: #3b5998;
}

.widget_wpex_social_widget ul.color .google-plus a {
    background: #DD4B39;
}

.widget_wpex_social_widget ul.color .rss a {
    background: #FF7900;
}

.widget_wpex_social_widget li {
    margin: 0;
    padding: 0;
    border: none;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

#cpr{
    left: 0;
    position: relative;
}

#menu-footer{
    float: right;
    line-height: 1;
    margin-top: 3px;
}

#menu-footer li {
    position: relative;
    padding: 0 12px;
    border-right: 1px solid #474747;
}
#menu-footer li, #menu-footer a {
    display: block;
    float: left;
}

#menu-footer li:last-child {
    border: none;
    padding-right: 0;
}

/*SIDEBAR*/

.sidebar-widget {
    margin-bottom: 15px;
}

.sidebar-widget .widget-title {
    display: block;
    color: #ef1616;
    border-bottom: 2px solid #ef1616;
    font-size: 1.077em;
    margin: 0 0 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.sidebar-widget ul li a {
    border-bottom: 1px solid;
    padding-bottom: 2px;
    margin-top: 10px;
    display: block;
    width: auto;
}

/* Search
----------------------------------------------------------- */
#content-main input[type="search"] { font-size: 1em; background: #fff; border: 1px solid #d7d7d7; border-radius: 0; color: #989898; outline: none; height: 40px; padding: 0 10px; width: 100%; font-family: inherit; -webkit-appearance: none; }
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none }
input[type="search"]::-webkit-search-decoration { display: none }
#footer input[type="search"] { border: none; width: 100%; }
.site-searchform { position: relative; }
.site-searchform input[type="search"] { border: 1px solid #d7d7d7; height: 40px; padding: 0 45px 0 10px; color: #474747; }
.site-searchform button { background: #d7d7d7; border: none; outline: none; color: #606060; position: absolute; right: 0; top: 0; height: 100%; line-height: 24px; width: 40px; text-align: center; margin: 0; padding: 0; cursor: pointer; webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease; -ms-transition: all 0.25s ease; transition: all 0.25s ease; }
.site-searchform button:hover { background: #272727; color: #fff; }


.tagcloud a {
    font-size: 1em !important;
    font-weight: normal;
    display: block;
    float: left;
    padding: 4px 10px;
    background: #ef1616;
    color: #fff;
    margin: 0 2px 2px 0;
    webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.rpwwt-post-title {
    font-size: 13px;
    font-weight: bold;
    /* padding-left: 5px; */
}

.rpwwt-widget img {
    width: 45% !important;
    /* max-height: 100px; */
}

/*SINGLE*/
.post-header-title {
    margin: 0;
    font-weight: bold;
    font-size: 25px;
    color:#000000;
}

.post-meta {
    margin-top: 10px;
    color: #606060;
    font-size: 14px;
}
.comments-title {
    font-weight: bold;
    font-weight: 600;
    color: #000;
    font-size: 1.385em;
}

.comments-inner{
    background-color:#ef1616 ;
}

/*CATEGORY, TAGS, SEARCH PAGES*/

.wp-paginate .current {
    background: #ef1616 !important;
    border: 1px solid #ef4d42 !important;
}

.navigation {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}


.main-1 {
	    background: #bf2222;

}

.main-1  a {
		color:white !important;
}