@import "/data/css/designer_custom.css";
#newsletter-builder-area-center {
    width: 100%;
    min-height: 150px;
}

#newsletter-builder-area-center-frame-content {
    width: calc(100% - 50px);
}

#newsletter-builder-area-center-frame-buttons-dropdown {
    width: 210px;
}

.newsletter-builder-area-center-frame-buttons-content {
    left: 210px;
}

#newsletter-builder-area-center-frame-content > div {
    /*padding: 0 100px;*/
    min-height: 150px;
}

#newsletter-builder-area-center-frame-content .container {
    max-width: 100%;
}

.sim-row {
    width: 100%;
    background-color: #fff;
    /*min-height: 50px;*/
}

.sim-element {
    overflow: visible;
}

.sim-row-edit {
    min-height: 50px;
}

ul, ol {
    list-style: none;
    margin: 0;
        margin-top: 0px;
    padding: 0;
        padding-top: 0px;
}


.video {
    position: relative;
    background: black no-repeat center;
    overflow: hidden;
    cursor: pointer;
}

.video > * {
    max-width: 100%;
    display: block;
}

.video::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    height: 50px;
    border-radius: 10px;
    margin: auto;
    background-color: rgba(0,0,0,0.7);
    transition: ease .2s;
}

/*.video::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    //border-color: transparent transparent transparent rgba(255, 0, 0, 0.9);
    transition: ease .2s;
    -webkit-transform: rotate(360deg)
}*/

.video:hover::before {
    background-color: #000;
}

.video:hover::after {
    border-color: transparent transparent transparent #FFFFFF;
}

.video.playing img,
.video.playing::before,
.video.playing::after {
    display: none;
}


.team-members .styled-icons {
    position: absolute;
    bottom: -42px;
    left: 0;
    right: 0;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.m-0 {
    margin: 0px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.p-15 {
    padding: 15px !important;
}

.bg-theme-colored2 {
    background-color: #0299c9 !important;
}

.bg-silver-light {
    background-color: #f9f9f9 !important;
}

.text-uppercase {
    text-transform: uppercase;
}


.font-13 {
    font-size: 13px !important;
}
.text-gray {
    color: #808080 !important;
}

.team-members .team-thumb {
    position: relative;
    overflow: hidden;
}

.team-members h4,
.team-members h6  {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
}

.styled-icons {
height: 45px;
}

.img-fullwidth{
    max-width: 100%;
    display: block;
}

.gallery-isotope .gallery-item {
    padding-right: 0;
    padding-bottom: 0;
    width: 25%;
    float: left;
}

.gallery-isotope.grid-3 .gallery-item {
    width: 33.3333%;
}

.gallery-isotope.gutter .gallery-item {
    padding-right: 5px;
    padding-bottom: 5px;
}

.gallery-isotope.default-animation-effect .gallery-item {
    overflow: hidden;
}

.gallery-isotope .project-description,
.gallery-isotope .project-view {
    display: none;
}

img.gallery-designer{
    width: 250px !important;
    padding: 10px;
    padding-left: 0px;
}

.position-relative {
    position: relative !important;
}

.p-20 {
    padding: 20px !important;
}
.border-1px {
    border: 1px solid #eeeeee !important;
}

.post {
    display: block;
}

.mb-15 {
    margin-bottom: 15px !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.font-weight-600 {
    font-weight: 600 !important;
}

.post .post-thumb span {
    bottom: 0;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    position: absolute;
    left: 0;
    background: #0299c9;
}

.text-theme-colored2 {
    color: #0299c9 !important;
}
.blog-read-more {
    position: relative;
}
.font-15 {
    font-size: 15px !important;
}

.blog-read-more::after {
    content: "\f178";
    font-family: fontawesome;
    position: absolute;
    right: -22px;
    top: -2px;
}

.fleft{
	float: left;
}

.clear{
	clear: both !important;
}

