/*
Theme Name: Roxima Child
Theme URI: http://www.cssigniter.com/ignite/themes/roxima
Template: roxima
Author: CSSIgniter
Author URI: http://www.cssigniter.com
Description: Business Theme For WordPess
Version: 1.2.1505317299
Updated: 2017-09-13 15:41:39

*/

.default-theme.wp-posts-carousel .wp-posts-carousel-container {
    border-radius: 10%;
}

.default-theme.wp-posts-carousel .wp-posts-carousel-image img {
    border-radius: 10%;
}

@media (min-width: 1440px) {
.container { width: 1440px; }
}


@media (min-width: 480px) and (max-width: 767px) {
	.widget_ci-team .col-sm-6 {
		width: 50%
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.widget_ci-team .col-sm-6 {
		width: 33.333%
	}
}

@media (min-width: 992px) {
    .widget_ci-team .col-md-3 {
        width: 14.285%;
    }
}

@media (max-width: 767px) {
	.arkotitle {
		text-align: center;
	}
	.entry-thumb img {
		width: 75%;
		display: block;
		margin: auto;
	}
}

h1 {
    font-size: 34px;
}

.wp-posts-carousel-title {
	padding-top: 15px;
}

.section-title {
    font-size: 34px;
}

.section-subtitle {
    text-transform: none;
    font-size: 18px;
}

#ci-team-2017 .item-title {
	color: #6E6E6E;
	font-style: italic;
}

#ci-team-1 .item-title {
	color: #6E6E6E;
}

#ci-team-1 .section-title {
	color: #d3a83f;
	font-style: italic;
}

.navigation > li > a {
    color: #585858;
	font-size: 13px;
}

.wpcf7 select {
    display: inline-block;
    font-size: inherit;
    width: 100%;
    max-width: 100%;
    height: 50px;
    font-weight: normal;
    padding: 6px 12px;
    box-shadow: none;
    line-height: normal;
    border-radius: 2px;
    background-image: none;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: color 0.18s ease, background-color 0.18s ease;
    transition: color 0.18s ease, background-color 0.18s ease;
    background-color: #f8f8f8;
    border: 1px solid #dedede;
}

#entry-15 > div > div > div:nth-child(1) > div > ul > li,
#entry-15 > div > div > div:nth-child(2) > div > ul > li,
#entry-15 > div > div > div:nth-child(3) > div > ul > li {
    text-align: center;
	font-size: 16px;
    text-decoration: line-through;
    padding: 6px 0 7px 2px;
    position: relative;
    border-bottom: 1px solid rgba(222, 222, 222, 0.45);
}

.item-features li:before {
    font-family: FontAwesome;
    content: none;
    color: #5CC239;
    font-size: 18px;
    margin-right: 7px;
    position: relative;
    top: 1px;
}