/*
-----------------------------------------------------------------------------------

    Skin: Blue
    Main Color: Label 1: #4ca0e0 Label 2: #3889c5 Label 3: #226699 
    Author: Jewel Ahmed<tojibon@gmail.com>
    Author Web: http://www.codeatomic.com
    Blue version css for Portfolio Rx

-----------------------------------------------------------------------------------
    TABLE OF CONTENTS
-----------------------------------------------------------------------------------

    1.    WordPress Core & General Classes 
    2.    Body & Structure 
    3.    Sidebar Styles
    4.    Post Content Styles
    5.    Pagination Styles
    6.    Portfolio Styles
    7.    Comments && Contact form Styles
    8.    Other Plugins CSS (Contact Form 7), Flexslider, Fancybox 
    9.    jPlayer, Html 5 Audio & Video Player CSS
    10.   Overlay
    11.    WordPress JetPack Plugins CSS

-----------------------------------------------------------------------------------
*/

         
/*
-----------------------------------------------------------------------------------
    1.    WordPress Core & General Classes
-----------------------------------------------------------------------------------
*/

blockquote {
    border-left: 5px solid #4ca0e0;
}    
  
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
}

/*Other Bootstrap CSS*/
.hover:hover {
    color: #4ca0e0;    
}

.hover-label2 {
    color: #3889c5;
}  

.deep-link, .hover-deep {
    color: #226699;
}

.deep-color {
    color: #343134;
}

.off-color, .off-color a {
    color: #a1a1a1 !important;
}

/* Contact form 7 Plugins CSS to match Bootstrap Styles */
div.wpcf7-validation-errors, 
div.wpcf7-mail-sent-ng, 
div.wpcf7-spam-blocked {
    border-color: #3889c5 !important;
    background-color: #3889c5 !important;
    color: #FFF !important;
}

/* Common styles for all types */
.bs-callout {
  border-left: 3px solid #eee;
}

/* Bootstrap CSS Overwrite */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #eed3d7;
}

.bs-callout-danger h4 {
  color: #b94a48;
}

.bs-callout-warning {
  background-color: #faf8f0;
  border-color: #faebcc;
}

.bs-callout-warning h4 {
  color: #8a6d3b;
}

.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #bce8f1;
}

.bs-callout-info h4 {
  color: #34789a;
}

.bs-callout-success {
  background-color: #4ca0e0;
  border-color: #226699;
  color: #FFF;
}

.bs-callout-success h4 {
  color: #34789a;
  color: #FFF;
}         

.label-danger {
    background: #226699;  
}

.btn-warning {
  color: #ffffff;
  background-color: #3889c5;
  border-color: #3889c5;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-color: #226699;
  border-color: #226699;
}

.btn-primary {
  background-color: #4ca0e0;
  border-color: #4ca0e0;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-color: #3889c5;
  border-color: #3889c5;
}     

pre {
    background: #f5f5f5;  
}  



       
/*-----------------------------------------------------------------------------------*/
/*    2.    Body & Structure
/*-----------------------------------------------------------------------------------*/
      
body {
    background: #f5f5f5 url(./images/body-background.gif) repeat-y;   
}

a:hover,
a:focus {
  color: #4ca0e0; 
}            

#sidebar1 {   
    background: #FFF;
} 

@media (max-width: 767px) { 
    
    .sidebar1-inside {
        background: #FFF;
    }
    
}

@media (min-width: 768px) and (max-width: 992px) { 
    
    .sidebar1-inside {
        background: #FFF;
    }
    
}

@media (min-width: 992px) {
    
    .sidebar1-inside {
        background: #FFF;      
    }
    
}           

#content-body,
#footer {
    background: #f5f5f5;  
}      

.content-loading {
    background: url(./images/ajax-loader.gif) center center no-repeat;   
}



/*
-----------------------------------------------------------------------------------
    3.    Sidebar Styles
-----------------------------------------------------------------------------------
*/

#logo a, .menu li a{
    color: #3b3b3b;
}     

.menu li.current_page_item a {
    background: #4ca0e0;
    color: #FFF;
}

.menu li.current_page_item a:hover, .menu li a:active {
    background: #3889c5;
    color: #FFF; 
}

.menu li a:hover{
    background: #3889c5;
    color: #FFF; 
}
                                             
#tagline {
    color: #a1a1a1;     
}

.sidebar1-inside .widget .widget-title {
    color: #a1a1a1; 
}

.widget select,
.widget input[type='text'],
.widget-search-box {
    border: 1px solid #4ca0e0;
}

#calendar_wrap {
    border: 1px solid #4ca0e0;
}




/*
-----------------------------------------------------------------------------------
    4.    Post Content Styles
-----------------------------------------------------------------------------------
*/
 
.background-white {
    background: #FFF; 
}

.post-wrapper-thumb {
    background: url(./images/thumb-background.png);
}

.post-wrapper-thumb-link a.post-format-ext-link, 
.post-wrapper-thumb-quote .quote-post-blockquote {  
    color: #3b3b3b;
    color: #fff;
    background: transparent url(./images/link-background.png);    
} 

.post-wrapper-thumb > a ,
.widget_mondira_custom_image_widget a{
	background: #226699 url(../../images/plus.png) no-repeat center center;
}

.post-wrapper-thumb-quote .quote-author {
    color: #FFF;
}

.article-content .more-link {
    color: #FFF;
    background: #4ca0e0;
}

.article-content .more-link:hover {
    background: #3889c5;
}

.article-content .more-link span {
    background: url(./images/icons-sprite.png) no-repeat 0px 8px;
}

.article-content li a {
    background: none;
    color: #3b3b3b;
}  

.article-content a, .article-content li a:hover {
   background: #4ca0e0;  
   color: #FFF; 
}                

.article-content a:hover {
    background: #3889c5;
}
      
.article-header {
    color: #7b7a7a;
}

.article-header a, .article-header a:hover {             
    background: none;
    color: #7b7a7a; 
}

.article-header a:hover {
    color: #4ca0e0;
}

.meta, .meta a {
    color: #a1a1a1 !important;
}




/*
-----------------------------------------------------------------------------------
    5.    Pagination Styles
-----------------------------------------------------------------------------------
*/

.post-nav .prev-link a {
    background: url(./images/icons-sprite.png) no-repeat -102px 5px;
}

.post-nav .prev-link a:hover {
    background: url(./images/icons-sprite.png) no-repeat -136px 5px;
}

.post-nav .next-link a {
    background: url(./images/icons-sprite.png) no-repeat -34px 5px;
}

.post-nav .next-link a:hover {
    background: url(./images/icons-sprite.png) no-repeat -68px 5px;
}
        
.post-index-navigation .prev-link a span {
    background: url(./images/icons-sprite.png) no-repeat -102px 5px;
}

.post-index-navigation .prev-link a:hover span {
    background: url(./images/icons-sprite.png) no-repeat -136px 5px;
}

.post-index-navigation .next-link a span {
    background: url(./images/icons-sprite.png) no-repeat -34px 5px;
}

.post-index-navigation .next-link a:hover span {
    background: url(./images/icons-sprite.png) no-repeat -68px 5px;
}



/*
-----------------------------------------------------------------------------------
    6.    Portfolio Styles
-----------------------------------------------------------------------------------
*/





/*
-----------------------------------------------------------------------------------
    7.    Comments && Contact form Styles
-----------------------------------------------------------------------------------
*/

#comments, #comment-form-title{
    color: #3b3b3b;
} 

ol.commentlist time{
    color: #eeeeee;
}

ol.commentlist a.comment-edit-link{
    color: #226699;
}

ol.commentlist li.bypostauthor .comment-author .fn {
    background-color: #4ca0e0;
    color: #ffffff;
}
                
a.comment-reply-link,
ol.commentlist time{
    color: #4ca0e0;
}

.control-group input[type="text"], 
.control-group input[type="email"], 
.control-group input[type="url"],
.input textarea {
    background: #f5f5f5;
}

.contact-error {
    color: #a94442;
}

img.avatar{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-left: 1px solid #ddd;
}

.comment-content-wrapper {
    border: 0px solid #F00;
    background: #F5F5F5; 
} 

@media (max-width: 800px) {
    
    .comment-content-wrapper { 
        background: #FFF;
    } 
    
}

#respond {
    background: #FFF;
}     
       

#respond .form-actions{
    border-top: 0px solid #e5e5e5;  
}

.wpcf7-submit, 
.btn-custom, 
.btn-custom:active, 
.btn-custom:focus, 
.post-password-form input[type="submit"] {
    background: #4ca0e0;
    color: #FFF;
}

.btn-custom:hover, 
.post-password-form input[type="submit"]:hover {
    background: #3889c5;
    color: #FFF;  
}



/*
-----------------------------------------------------------------------------------
    8.    Other Plugins CSS (Contact Form 7), Flexslider, Fancybox
-----------------------------------------------------------------------------------
*/

div.wpcf7 .wpcf7-not-valid { 
    border: 1px solid #F00; 
}

div.wpcf7-validation-errors { 
    color: #c4690e; 
    background: #fffdf3; 
    border: 1px solid #e6bf4a; 
}

div.wpcf7 .wpcf7-not-valid { 
    box-shadow: 0 0 6px rgba(255,0,0,0.4); 
}
 
div.wpcf7-mail-sent-ok {  
    color: #5f9025; 
    background: #ebf6e0; 
    border: 1px solid #b3dc82; 
}

div.wpcf7-mail-sent-ng, 
div.wpcf7-spam-blocked {  
    background: #ffe9e9; 
    color: #d04544; 
    border: 1px solid #e7a9a9; 
}

.wpcf7-form-control-wrap input[type=email]:focus, 
.wpcf7-form-control-wrap input[type=text]:focus, 
.wpcf7-form-control-wrap input[type=text]:focus, 
.wpcf7-form-control-wrap textarea:focus{ 
    border:1px solid #CCC;                 
    border-color: rgba(82, 168, 236, 0.8); 
    outline: thin dotted \9;
    /* IE6-9 */
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
            -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.wpcf7-form-control-wrap input[type="text"], 
.wpcf7-form-control-wrap input[type="email"], 
.wpcf7-form-control-wrap input[type="url"],
.wpcf7-form-control-wrap textarea {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
}

.wpcf7-submit:hover {
    background: #3889c5;
    color: #FFF;  
}

.flex-direction-nav .flex-prev:hover, 
.flex-direction-nav .flex-next:hover {
    background-color: #4ca0e0;
}

#fancybox-loading div {
    background-image: url('./images/ajax-loader.gif');
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('./images/fancybox-sprite.png');
}

.fancybox-title-float-wrap .child {
    background: #226699;   
}




/*
-----------------------------------------------------------------------------------
    9.    jPlayer, Html 5 Audio & Video Player CSS
-----------------------------------------------------------------------------------
*/

.post-video-wrapper-thumb, 
.post-slider-wrapper-thumb,
.post-video-wrapper-iframe, 
.video-tag-wrapper{
    background-image: url(./images/thumb-background.png);
}    

.jp-play { 
    background-image: url("./images/jplayer/jplayer-black-and-default.png") no-repeat; 
}             

.jp-pause {
    background-image: url("./images/jplayer/jplayer-black-and-default.png") no-repeat; 
}         

.jp-mute { 
    background-image: url("./images/jplayer/jplayer-black-and-default.png") no-repeat; 
}       

.jp-unmute {
    background-image: url("./images/jplayer/jplayer-black-and-default.png") no-repeat; 
}                  
                                   
.jp-interface-custom {
    background: #4ca0e0;
}                                            

.jp-play-bar,
.jp-volume-bar-value,
.jp-spp {
    background: #226699;
}




/*
-----------------------------------------------------------------------------------
    10.    Overlay
-----------------------------------------------------------------------------------
*/

#overlay {
    background: #4ca0e0;
}      

#overlay-icon {
    background: url("./images/icons-sprite.png") -176px 0px no-repeat;   
}

#overlay-icon.open {
    background: url("./images/icons-sprite.png") -224px 0px no-repeat;   
}

#overlay .widget_mondira_custom_image_widget .textwidget {
	background: #226699;
}

#overlay .widget-title {
    color: #fff; 
}

#overlay a {
    color: #fff;
}

#overlay .textwidget {
    color: #000;
}

#overlay #wp-calendar caption {
    color: #fff;
}

.flickr_badge_image a {
	background: #226699;
}

/*
-----------------------------------------------------------------------------------
    11.    WordPress JetPack Plugins CSS
-----------------------------------------------------------------------------------
*/

.form-error {
    border-left: 3px solid #bcc43b;
    background-color: #bcc43b !important;
    border-color: #bcc43b !important;
    color: #fff !important;

}

.form-error h3 {
    color: #fff !important;
}

.form-errors .form-error-message {
    color: #fff !important;
}

.video-player .videopress-error {
    background: #bcc43b !important;
    color: #fff !important;
}