/*
Theme Name: Planet Theme
Theme URI: http://theme.helloxpart.com/planet/
Author: Helloxpart
Author URI: http://helloxpart.com/
Description: This is a Cargo Theme
Version: 1.21;
License: 
License URI: 
Text Domain: planet-theme
Tags: featured-images, flexible-header, post-formats
*/
 .wp-caption {
	border: 1px solid #f0f0f0;
 }
 .wp-caption-text {
	font-size: 11px;
 }
.sticky {
	color:#535353;
}
.gallery-caption {
	color: #000;
}
.bypostauthor {
	background-color: transparent;	
}
.alignright {
	float:right;
    margin: 6px 0 14px 14px;
}
.alignleft {
	float: left;
    margin: 6px 14px 14px 0;
}
.aligncenter {
	display: block;
    margin: 5px auto 5px auto;
}
/*.modal {
    overflow-y: scroll;
}*/
.modal.modal-wide .modal-dialog {
    /*width: 130%;*/
    z-index: 99999;
    padding: 50px 100px;
}
.modal-header {
    background-color: #337AB7;
    padding: 16px 16px;
    color: #FFF;
    border-bottom: 2px dashed #337AB7;
}

.square-corner .modal-dialog {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-content {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

body:not(.modal-open) {
    padding-right: 0px !important;
}

.icon .close {
    font-size: 40px;
    font-family: Garamond,'Apple Garamond','Lucida Sans Unicode';
    text-align: center;
}

.icon:hover {
    color: blue;
}
/* Image cropper style */
.img-container, .img-preview {
    overflow: hidden;
    text-align: center;
    width: 100%;
}

    /* Image cropper style */
    .img-container, .img-preview img {
        /*overflow: hidden;*/
        text-align: center;
        width: 100%;
        height: 100%;
    }

.img-preview-sm {
    height: 130px;
    width: 200px;
}
