@import url('https://fonts.googleapis.com/css?family=Baloo');

.home .grid-viewport {
    margin: 0 !important;
}

.marginCorrect .grid-viewport {
    margin: 0 !important;
}

input.color-field {
    height: 50px;
    width: 50px;
    border-radius: 3px;
    background-color: #ccc;
}

.colorBox {
    border-radius: 10px;
    height: 150px;
    width: 150px;
    margin-left: 10px;
}


.colorOptions {
    margin-bottom: 50px;
}


.grid-container .grid-item.tpl-item-style1 .grid-item-entry .entry-item h2 {
    color: #9b9b9b !important;
}

.grid-container .grid-item.tpl-item-style1 .grid-item-entry .entry-item {
    width: 100%;
    text-align: center;
}

.grid-container .grid-item.tpl-item-style1 .grid-item-entry .entry-item {
    padding-bottom: 0 !important;
    bottom: -25px !important;
}

.grid-container.grid-style .grid-item .grid-item-entry {
    overflow: initial !important;
}

.grid-container .grid-item.tpl-item-style1 .grid-item-entry .background::before {
    opacity: 0 !important;
}

.fontBaloo {
    font-family: 'Baloo', cursive !important;
}

.logoName span{
	text-align: center;
	width: 100%;
	display: block;
}

h1, h2, h3 {
    font-family: 'Baloo', cursive !important;
}

.navbar-brand {
    display: none;
}

h1, .h1 {
    font-size: 72px !important;
}

ul.ul1 {
    padding-left: 20px !important;
}

nav {
    display: none;
}

.vc_column-inner {
    padding-top: 0 !important;
}

.entry-item .date {
    display: block;
}

.grid-item-entry .category {
    display: none !important;
}

.vc_gitem-zone-mini {
	display: none;
}

.vc_grid-item-mini {
	cursor: pointer;
}

.comingSoon {
    position: relative;
}

.comingSoon {
    position: absolute;
    bottom: 0;
}

.vc_general.vc_cta3.vc_cta3-style-classic, .vc_general.vc_cta3.vc_cta3-style-custom {
    border-color: #fff;
    background-color: #fff;
}

input.newsletterInput {
	height: 50px;
    width: 300px;
    border-radius: 5px;
    border: 1px solid #CCC;
    margin-right: 8px;
    font-size: 14px;
}

.mc_input {
	height: 50px;
    width: 300px;
    border-radius: 5px;
    border: 1px solid #CCC;
    margin-right: 8px;
    font-size: 14px;
}

.mc_header {
	display: none;
}

#mc_signup_submit {
	border: 1px solid #ebebeb;
    color: #666;
    background-color: #EBEBEB;
    border-radius: 5px;
    font-size: 14px;
    padding: 14px 20px;
    float: left;
}

.mc_merge_var {
	float: left;
}

.mc_form_inside {
    margin: 0 auto;
    width: 415px;
}

#mc_signup {
    margin-bottom: 0;
    width: 100%;
    float: left;
}

span.markAsSold {
    display: inline;
    color: #ff217c;
}

header.vc_cta3-content-header {
    margin-bottom: 25px;
}

.comingSoon {
    position: relative;
    width: 33%;
    top: 178.5px;
    text-align: center;	
}

div#sub-footer {
    background-color: #fff;
    color: #333;
}

div#sub-footer a {
    color: #666;
    cursor: pointer;
}

div#sub-footer a:hover {
    color: #999;
}

@media (max-width: 991px) {

    h1, .h1 {
        font-size: 50px !important;
    }

    input.color-field {
        width: 100%;
    }

    .colorBox {
        margin: 15px auto;
    }

    .colorBoxContainer {
        width: 100%;
        display: block;
    }
}