/*
 Theme Name:     Thumbnail Pictures
 Theme URI:      http://www.seekred.com/
 Description:    Thumbnail Pictures theme.
 Author:         Seek Red
 Author URI:     http://www.seekred.com/
 Template:       koncept
 Version:        1.0
*/

@import url("../koncept/style.css");

/* --------------------------------------
-----   Theme customization starts here   -----
------------------------------------------*/
body header #header {
    max-height: 130px ! important;
}
#custom-header>img{
	border-radius: 15px;
}

.rev_slider_wrapper{
	overflow: hidden !important;
    border-radius: 15px;
}

#map-contact{
	border-radius: 15px;
}

#portfolio .itembox{
	 border-radius: 15px;
	 overflow:hidden;
	 margin:10px;
	 display:block;
}
.card-wrap{
	text-align:center;
}
.card {
	max-width:342px;
	max-height:342px;
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .58571429rem;
   /* box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;*/
	background:#e6e6e6;
	margin-left:26px;
	margin-right:26px;
	margin-bottom:51px;
	margin-top: 0px;
	display:inline-block;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background:#e6e6e6;
    border-bottom: 0px solid rgba(0,0,0,.125);
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-img img{
	border-radius:0 !important;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
#portfolio .card-title {
    margin-bottom: 0;
	text-transform:uppercase;
}
 .item .title-logo{
	padding-top:20px;
}
#portfolio .item .title-logo img{
	width:100px;
}
.card-img{
	overflow: hidden;
	max-height:200px;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}
.card-text{
	text-align:left;
}
.card-text a{
	font-weight: bold;
    text-transform: uppercase;
    font-size: small;
}
.card-text:last-child {
    margin-bottom: 0;
}

#portfolio .card-header{
	text-align:right;
}

.round-corner{
	border-radius: 15px !important;
	overflow: hidden;
}
.about-content-1{
	margin:15px 0;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
	border-radius:15px;
}
#swipebox-bottom-bar{
	display:none !important;
}
#custom-header{
	max-width:1080px;
}
.krown-column-row{
	max-width:1080px;
    margin: 0 auto;
}
@media (min-width: 1441px){
.card-wrap {
	padding:0 24px 41px 24px !important;
}
#custom-header {
    max-width: 1200px;
}
.krown-column-row{
	max-width:1200px;
    margin: 0 auto;
}
}
@media (min-width: 1281px){
	#header {
    height: 175px !important;
}
.card-wrap {
	padding:0 24px 45px 24px;
}
	#custom-header{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 1280px){
.card-wrap {
	padding:0 15px 30px 15px;
}
.card {
	max-height: 342px;
    max-width: 342px;
	margin:0 auto 0 auto;
}
	
}
@media (max-width: 1280px){
	#custom-header{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media (max-width: 1120px){
#custom-header {
    padding-left: 35px !important;
    padding-right: 35px !important;
}
}
@media (max-width: 1024px){
#custom-header {
    padding-left: 55px !important;
    padding-right: 55px !important;
}
	.krown-column-row{
		padding: 0 15px;
	}
}
@media (max-width: 768px){
#custom-header {
    padding-left: 54px !important;
    padding-right: 54px !important;
}
}
@media (max-width: 760px){
#custom-header {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
}
@media (min-width: 481px){
	#menu-opener .krown-svg {
    margin-top: 35px !important;
}
}
@media (max-width: 480px){
#header {
    max-height: 100px !important;
}
#logo {
    margin-left: 0px !important;
	height:83px;
}
.sticky.sactive.admin-bar #header {
    top: 0 !important;
}
	
#menu-opener .krown-svg {
    left: -20px!important;
	
}
}
/*
 @media (max-width: 1280px){
.card-wrap {
	padding:0 15px 30px 15px;
}
.card {
	max-height: 342px;
    max-width: 342px;
	margin:0 auto 0 auto;
}
}
  */