/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.cs-pop-intro {
    width: 75%;
    padding: 20px 0;
}

.cs-pop-intro h1.cs-title {
    font-size: 35px;
}

.cs-pop-intro p {
    font-size: 18px;
    line-height: 30px;
}

.cs-popup-maker .four.wide.column {
    width: 75% !important;
}

.cs-popup-maker .four.wide.column ul.menu {
    border-bottom: 1px solid #d4d4d4 !important;
    border-radius: 0;
    padding: 0;
    border: none;
}

.cs-popup-maker .four.wide.column ul.menu li {
    display: inline-block;
    font-size: 20px;
}

.cs-popup-maker .four.wide.column ul.menu li.item {
    padding: 8px 20px;
    margin: 0 5px;
    border: 1px solid #d5d5d5;
    border-bottom: none !important;
    border-radius: 5px 5px 0 0 !important;
    background: #eee;
}

.cs-popup-maker .four.wide.column ul.menu li.item:first-child {
    margin: 0;
}

.cs-popup-maker .four.wide.column ul.menu li.item.active {
    border: none;
    background: #d4d4d4 !important;
}

.cs-popup-maker .four.wide.column ul.menu li.item a:focus {
    box-shadow: none;
}


.cs-popup-maker .four.wide.column ul.menu li a {
    color: #000;
}


/*Template Design CSS*/

#template-1,#template-2,#template-3,#template-4,#template-5,#template-6 {
    position: relative;
    margin-bottom: 45px;
}

#template-1:after,#template-2:after,#template-3:after,#template-4:after,#template-5:after,#template-6:after {
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    height: 100px;
    width: 100%;
}

#template-1:after {
    background-image: url('../images/template-1.png');
}

#template-2:after {
    background-image: url('../images/template-2.png');
}

#template-3:after {
    background-image: url('../images/template-3.png');
}

#template-4:after {
    background-image: url('../images/template-4.png');
}

#template-5:after {
    background-image: url('../images/template-5.png');
}

#template-6:after {
    background-image: url('../images/template-6.png');
}

.ui.form .inline.fields .field {
    flex-grow: 1;
}
