/*
Theme Name: AR
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: ar

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/

#calendar_wrap {
    width: 263px;
}
.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
body{
    letter-spacing: 1px;
}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #E9E9E9; text-align: center; padding:8px;}
#wp-calendar tbody td#today {background: #ed145b; color: #fff;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot {border: 1px solid #E9E9E9;}
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; color: #83c99f;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #83c99f;}

.widget select {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text .textwidget img{max-width: 100%;height: auto;}
.widget_text select, .widget_text input , .widget_text textarea  {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text option {max-width: 100%;}

.widget_nav_menu ul li, .widget_pages ul li {color: #827b7d;line-height: 28px;}
.widget_nav_menu ul li ul, .widget_pages ul li ul {padding-left: 20px;}
.widget_nav_menu ul li a, .widget_pages ul li a{color: #827b7d;}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {color: #615C5C;}

#sidebar .textwidget img {
    max-width: 100%;
}
.wp-caption img,img{
    width: auto !important;
    max-width:100%;
    height: auto;
}
.wp-caption{
    max-width:100%;
}
.form-submit input.submit  {
        background: #eee;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    padding: 8px 37px;
        border-radius: 2px;
        box-shadow: none;
        transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap; 
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 15px;
}
.form-submit input.submit:hover ,.services-inner .btn-primary:hover{
    background: rgba(238, 238, 238, 0.7);
    color: #111;

} 
body.logged-in .navbar-transparent{
   padding-top: 47px;
}
body.logged-in .navbar-fixed-top{
   padding-top: 32px;
}
.screen-reader-text{}

/* add */

.alignright{
    float:right;
}
.alignleft{
    float:left;
}

.post table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.post table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.post table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 } 
 img.alignleft, .alignleft img{
  margin-right:10px; 
 }
 img.alignright, .alignright img{
  margin-left:10px;
 } 
 .comment-body table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.comment-body table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.comment-body table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
 #comments ul.children{
    padding-left: 30px;
    padding-top: 0px;
 }
.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}
.comment-respond .comment-reply-title {
    margin: 0 15px 40px;
        font-family: "Dosis", sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
        line-height: 1.4;
    font-weight: 400;
    color: #111;
        font-size: 16px;
}
.search-custom {
    margin-top: 40px;
}
.search-custom form {
    width: 70% !important;
    padding-top: 20px;
}
.wp-caption-text , .gallery-caption , .bypostauthor {}

form.post-password-form input[type=submit] {
    padding: 0px 5px;
    background: #000;
    color: #fff;
    border-color: #000;
}
 .screen-reader-text {
    display: none;
}

.widget ul li {
    list-style: none !important;
    
}
.widget ul {
    padding-left: 0px !important;
}
.widget ul.sub-menu , .widget ul.children{
    padding-left: 20px !important;
}
a:hover {
    text-decoration: none !important;
}

/*add */ 
.sticky-post {
    float: right;
    font-size: 16px;
    padding-right: 10px;
    font-weight: 600;
}
.wp-tag-cloud li {
background: #f7f7f7;
    position: relative;
    display: inline-block;
    padding: 1px 15px 1px 10px;
    margin: 0px 15px 10px 0;
    height: 26px;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 11px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    -webkit-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
        color: rgba(17, 17, 17, 0.55);
}
.wp-tag-cloud li:hover {
    background: #f0f0f0;
}


p.logged-in-as {
    margin-left: 15px;
}
.pagination .page-numbers.current {
    background: #111;
    z-index: 3;
    color: #fff;
    border-color: #337ab7;
    cursor: default;
}
body {
    line-height: 1.8  !important;
}

h3.archive-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 25px;
}

.post-entry h1 {
    font-size: 36px;
}
.post-entry h2 {
        font-size: 30px;
}
.post-entry h3 {
    font-size: 24px;
}
.post-entry h4 {
    font-size: 22px;
}
.post-entry h5 {
    font-size: 20px;
}
.post-entry h6 {
    font-size: 18px;
}
.comment-body h1 {
    font-size: 36px;
}
.comment-body h2 {
        font-size: 30px;
}
.comment-body h3 {
    font-size: 24px;
}
.comment-body h4 {
    font-size: 22px;
}
.comment-body h5 {
    font-size: 20px;
}
.comment-body h6 {
    font-size: 18px;
}

.navbar-custom ul.extra-navbar li:hover ul.sub-menu > li ul.sub-menu {
    visibility: hidden;
}
.navbar-custom ul.extra-navbar li ul.sub-menu > li:hover ul.sub-menu {
    visibility: visible;
    left: 220px;
    top: 0px;
}
/***/

.comments ul.children{
    padding-left: 9px;
}
.widget_nav_menu ul.sub-menu{
    display: none;
}
.comment p{
    margin: 0 0 10px;
}
.comment-content{
    margin-bottom: 40px;
}




@media(max-width: 800px){
    body.logged-in .navbar-transparent {
    padding-top: 47px!important;
}
}