/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.x-sidebar h4.h-widget{
	color: #000;
}

body {
    font-family: "futura-pt",Arial,sans-serif !important;
	line-height: 1.4 !important;
	word-wrap: break-word;
}

.h-landmark {
	color: #3b5481 !important;
}

.entry-meta {
	display: none;
}

/*navbar*/
.x-navbar {
	border-bottom: 0px;
}

.x-navbar .desktop .x-nav>li {
	height: 80px;
}
.x-navbar .x-nav-wrap .x-nav > li > a {
	font-weight: 500 !important;
}

.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
    padding-left: 41px !important;
    padding-right: 8px !important;
}

.x-navbar .desktop .x-nav>li:first-child>a {
	border-left: none;
}
.x-navbar-fixed-top-active .x-navbar-wrap {
	margin-bottom: 4px !important;
}

p {
    margin: 0 0 1.15em;
}

h2 {
    font-size: 256.7%;
}

h3, H4, h5 {
	margin-top: 1em !important;
	line-height: 1.15 !important;
}

li {
	line-height: 1.5;
}

.h-landmark, .h-landmark.entry-title {
	margin-top: 1.5em;
	font-size: 228.5%;
}

/*homepage slider*/
#home_sponsors_slider {
	height: 63px;
	margin-bottom: 8px;
}

/*homepage intro text*/
.home-intro-text {
	color: #FFFFFF;
	font-family: "futura-pt",Arial,sans-serif;
	font-size: 20px;
	line-height: 1.4;
}

.home-intro-text p {
	margin: 0px;
	padding: 0px;
}

/*page contents*/
.entry-thumb {
	max-width: 100%;
}

/*category slides*/
.x-slides {
	margin-top: 4px;
}

.h-featured {
	margin-top: 124px;
}

.x-post-slider-entry .featured-view {
	font-weight: 700;
	font-size: 15px;
	margin-top: 80px;
}

.featured-view {
    border: 5px solid #fff;
	padding: 0.5em 3em 0.535em;
}

.x-post-slider-entry .featured-meta {
	display: none;
}

/*top of page posts*/
.x-post-carousel.unstyled .entry-cover {
	height: 256px;
	    border-left: 5px solid #fff;
}

.x-post-carousel.unstyled {
	height: 261px;
	padding-top: 0px;
}

.x-post-carousel.unstyled h2.h-entry-cover {
	font-family: "futura-pt",Arial,sans-serif;
	   font-weight: 700;
}

/*buttons*/
.x-btn.x-btn-transparent, .x-btn.x-btn-transparent:hover {
	border-width: 5px;
	font-family: "futura-pt",Arial,sans-serif;
	padding: 0.7em 1.125em 0.7em;
    font-size: 20px;
	text-transform: none !important;
}

/*sidebar*/
.x-sidebar.right {
	background: #626366 !important;
	padding-left: 18px;
    padding-right: 18px;
}


/*footer*/
.x-colophon.bottom,
.x-colophon.top {
	background: #626366 !important;
	color: #ffffff;
}

.x-colophon.top .widget {
	color: #ffffff;
}

.x-colophon.top .widget:before {
	display: none;
}

.x-colophon.top .small p {

line-height: 1.5em;
    font-size: 80%;
	margin: 0 0 1.15em;
}

.widget a {
	color: #cccccc;
}

.footer-column-1{
	width: 70% !important;
}
/******************** DEVELOPER NEW CSS BEGINS *********************/

body {
    background: none;
}
div.site {
    background: #fff;
}
.x-post-carousel-item.slick-slide span.entry-cover-author {
    font-size: 14pt;
    font-weight: 700;
}
.x-post-carousel-item.slick-slide span.entry-cover-categories {
    font-size: 12pt;
}
.x-post-carousel-item.slick-slide span.entry-cover-date {
    font-size: 12pt;
}
.x-post-carousel-item.slick-slide .x-post-carousel-meta span{
	height: auto;
	padding: 17px 0;
}
.x-post-carousel.unstyled .slick-slide .entry-cover:hover .x-post-carousel-meta {
    bottom: 58%;
}
.x-post-carousel.unstyled .slick-slide h2.h-entry-cover {
    font-size: 14pt;
    padding: 20px 5px;
}
.x-post-carousel.unstyled .slick-slide .entry-cover {
    height: 280px;
}
a.x-brand.img {
    position: relative;
    z-index: 9;
}
nav.x-nav-wrap.desktop {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
ul#menu-main-menu {
    min-height: 100px;
    padding: 16px 0;
    width: 100%;
    text-align: right;
}
div.x-navbar .desktop .x-nav>li {
    float: none;
    display: inline-block;
    height: 68px;
    vertical-align: bottom;
    min-width: 10.3%;
}

div.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
    padding: 54px 5px 0 0 !Important;
    height: auto;
    text-align: right;
    font-size: 14px;
    border-right: 1px solid #fff;
}
div.x-navbar .desktop .x-nav > li:first-child > a {
    padding-left: 55px !Important;
}
div.x-navbar .desktop .x-nav li>a>span:after {
    content: "\25bc";
    font-size: 12px;
    margin-left: 4px;
    position: relative;
    top: -1px;
}
div.x-navbar .desktop .x-nav > li > a:hover, div.x-navbar .desktop .x-nav > .x-active > a, div.x-navbar .desktop .x-nav > .current-menu-item > a, div.x-navbar .desktop .sub-menu a:hover, div.x-navbar .desktop .sub-menu .x-active > a, div.x-navbar .desktop .sub-menu .current-menu-item > a{
	color: #ff2a13;
	box-shadow: none !important;
	cursor: pointer;
}
div.x-navbar .desktop .x-nav > li ul {
    top: 84px;
    background: #fff;
    box-shadow: none;
    border: 3px solid #3B5481;
    border-top: 0;
    width: 140%;
    min-width: 140%;
    padding: 5px 0;
}
div.x-navbar .desktop .x-nav > li ul li a {
    color: #3B5481;
    font-weight: 700;
    font-style: italic;
    text-align: right;
    padding: 0 10px;
    text-transform: uppercase;
    white-space: normal;
    line-height: 1.4;
    margin-bottom: 6px;
    display: block;
}

.page-id-1206 .x-main .hentry.has-post-thumbnail>.entry-wrap,
.home .x-main .hentry.has-post-thumbnail>.entry-wrap {
    width: 60%;
    padding-left: 15px;
    float: left;
}

.page-id-1206 .x-main .hentry.has-post-thumbnail>.entry-featured,
.home .x-main .hentry.has-post-thumbnail>.entry-featured {
    width: 40%;
    padding-right: 10px;
    border-right: 2px solid #ADADAD;
    float: left;
}
div.x-main.left {
    padding-right: 15px;
	/*margin-top: -35px;*/
}

.page-id-1206 h2.entry-title,
.home article h2.entry-title {
    font-size: 18pt;
    font-family: "futura-pt",Arial,sans-serif;
    text-transform: uppercase;
}

.page-id-1206 .p-meta,
.home article .p-meta {
    font-size: 11pt;
    font-family: "futura-pt",Arial,sans-serif;
    font-style: italic;
    margin-top: 6px;
}

.page-id-1206 .entry-content,
.home article .entry-content {
    font-size: 14pt;
    font-family: "futura-pt",Arial,sans-serif;
    margin-top: 6px;
}
.x-flexslider.x-post-slider {
    margin-bottom: 0;
}
div.x-container>.offset {
    margin: 0 0 0 0;
    padding: 20px 0;
}
.offset.with_sidebar {
    position: relative;
}
.offset.with_sidebar:before {
    content: "";
    position: absolute;
    right: 0;
    top: 20px;
    height: 100%;
    background: #626366;
    display: block;
    width: 17.5%;
}
.offset.with_sidebar .x-sidebar{
	position: relative;
}
.page-id-1206 article.post, .page-id-1206 article.page, .page-id-1206 article.type-post,
.home article.post, .home article.page, .home article.type-post {
    padding: 0 !important;
    margin-bottom: 20px;
    border: none;
    margin-top: 0 !important;
    border: none !important;
}
.home article:after{
	display: block;
	clear: both;
	content: ""
}
.home article.post:last-child, .home article.page:last-child {
    margin-bottom: 0;
}
.x-sidebar h4.h-widget {
    border: none;
    margin: 0;
    font-family: "futura-pt",Arial,sans-serif !important;
    font-size: 15pt;
    letter-spacing: 0;
    padding: 20px 5px 30px 5px;
}

.x-sidebar div.widget_sp_image {
    margin-top: 0;
    margin-bottom: 20px;
}
.x-sidebar div.widget_sp_image img {
    margin: 0 auto;
}
div.x-main {
    width: 82.5%;
}
aside.x-sidebar.right {
    width: 17.5%;
}
footer.x-colophon.top {
    padding: 60px 0 40px 0;
}
footer.x-colophon .x-column {
    width: 27.5%;
    margin: 0;
    padding: 0 15px;
    float: none;
    display: inline-block;
}
footer.x-colophon .x-column:first-child, footer.x-colophon .x-column:last-child{
	padding: 0;
}
footer.x-colophon .x-column a img {
    margin-bottom: 0;
}
footer.x-colophon .x-column #black-studio-tinymce-3{
	text-align: right;
	font-style: italic;
	line-height: 1.5em;
    font-size: 80%;
}
footer.x-colophon.bottom {
    padding: 10px 0;
    border-top: 1px solid #7B7B7B;
}
footer.x-colophon.bottom .x-colophon-content{
	margin-bottom: 0;
}
.footer_social a {
    display: inline-block;
    width: 60px;
    height: 60px;
}
.footer_social a.footer_fb {
    background: url("images/footer_fb.jpg") no-repeat;
}
.footer_social a.footer_tw {
    background: url("images/footer_tw.jpg") no-repeat;
}
.footer_social a.footer_insta {
    background: url("images/footer_insta.jpg") no-repeat;
}
#home_introduction aside.widget {
    background: #3B5481;
    padding: 15px;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
}
#home_introduction aside.widget input#search_field {
    height: 30px;
    margin: 0;
    width: 68%;
    background: #fff url("images/right_caret.jpg") no-repeat;
    background-position: 6px 9px;
}
section#home_introduction {
    position: relative;
}
#home_introduction aside#search-2 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    z-index: 9;
    width: 100%;
    height: 60px;
    padding-right: 130px;
}
#home_introduction aside#search-2 form {
    width: 68%;
}
#home_introduction aside#search-2 input.search-query {
    height: 30px;
    padding: 0 10px 0 22px;
    background: #fff;
    background-position: 6px 9px;
}
#home_introduction aside#search-2 input.search-submit {
    background: #fff url("http://r2ak.com/wp-content/themes/x-child/images/right_caret.jpg") no-repeat;
    background-position: center;
    border: none;
    width: 22px;
    padding: 0;
    position: absolute;
    top: 1px;
    left: 6px;
    height: 28px;
}
#home_introduction aside#search-2 input.search-submit:focus{
    outline: none;
}
#home_introduction .form-search:before{
    display: none;
}
#home_introduction aside#text-5 {
    width: 130px;
    float: right;
    position: relative;
    z-index: 9;
}
#home_introduction aside#text-6 {
    top: 80px;
    margin-bottom: 100px;
}
.content_social {
    position: absolute;
    right: 0;
    top: 8px;
    padding-right: 10px;
}
.content_social a {
    display: inline-block;
    width: 35px;
    height: 42px;
}
.content_social a.content_fb {
    background: url("images/content_fb.jpg") no-repeat;
}
.content_social a.content_tw {
    background: url("images/content_tw.jpg") no-repeat;
}
.content_social a.content_insta {
    background: url("images/content_insta.jpg") no-repeat;
}
.home_intro p {
    font-weight: 600;
    font-size: 20pt;
    color: #fff;
}
body.archive .x-main .hentry>.entry-featured{
    width: 40%;
}
body.archive .x-main .hentry>.entry-wrap, body.archive .x-main .hentry.has-post-thumbnail>.entry-wrap {
    width: 60%;
    padding-left: 15px;
}
body.archive .x-main article.entry-content, body.archive .x-main article.hentry{
    padding-top: 0;
    border: none;
    margin-top: 0;
    margin-bottom: 20px;
}
.entry-wrap h2.entry-title {
    font-size: 18pt;
    font-family: "futura-pt",Arial,sans-serif;
    text-transform: uppercase;
}
.entry-wrap p.p-meta {
    font-size: 11pt;
    font-family: "futura-pt",Arial,sans-serif;
    font-style: italic;
    margin-top: 6px;
	display: none;
}
.entry-wrap div.entry-content {
    font-size: 14pt;
    font-family: "futura-pt",Arial,sans-serif;
    margin-top: 6px;
}
body.archive .x-main .hentry:last-of-type {
    padding-bottom: 0;
    border: none;
}

/******* category-2016-css begins ********/

body .teams-posts .x-breadcrumb-wrap {
    display: none;
}
body .teams-posts header.x-header-landmark {
    display: none;
}
.page .x-main .teams-posts article header.x-header-landmark {
    display: none !important;
}
.page .x-main .teams-posts article.hentry, .archive .x-main .teams-posts article.hentry {
    padding-top: 0;
    position: relative;
    padding-bottom: 0;
    width: 98%;
    margin-top: 0;
    border-top: none;
    margin-bottom: 20px;
    min-height: 300px;
    background: #ddd;
}
.page .x-main .teams-posts .hentry>.entry-featured, .archive .x-main .teams-posts .hentry>.entry-featured {
    width: 100%;
    float: none;
}
body .teams-posts a.entry-thumb {
    padding: 0;
    height: 300px;
}
.page .x-main .teams-posts .hentry>.entry-wrap, .archive .x-main .teams-posts .hentry>.entry-wrap {
    width: 100% !important;
    position: absolute;
    bottom: 0;
    min-height: 50%;
    background: rgba(0,0,0,0.7);
    text-align: right;
    padding: 5px 15px 15px 15px !important;
}
body .teams-posts a.entry-thumb:before, body .teams-posts a.entry-thumb .view{
	display: none;
}
body .teams-posts h2.entry-title {
    margin-bottom: 4px;
}
body .teams-posts h2.entry-title a {
    color: #fff;
    font-size: 18pt;
    font-family: "futura-pt",Arial,sans-serif;
}
body .teams-posts p.p-meta{
	margin-top: 0;
}
body .teams-posts p.p-meta span, body .teams-posts p.p-meta span a{
	font-size: 12pt;
	color: #fff;
	font-style: italic;
	font-family: "futura-pt",Arial,sans-serif;
}
body .teams-posts .entry-content{
	margin-top: 0;
	font-size: 14pt;
    font-family: "futura-pt",Arial,sans-serif;
}
body .teams-posts .entry-content p{
	color: #fff
}
.single .category-2017-teams .entry-content p,
.single .category-2015-teams .entry-content p,
.single .category-2016-teams .entry-content p {
	color: #626366 !important;
	margin: 0 0 1.15em;
}
.page .x-main.left .hentry .entry-featured{
    margin-bottom: 0
}
.page .x-main.left .hentry .entry-featured, .single-post .x-main.left .hentry .entry-featured, .archive .x-main.left .hentry .entry-featured {
	margin-top: 0px;
}
body.page .x-main.left .hentry .entry-featured, body.single-post .x-main.left .hentry .entry-featured {
    margin-right: 0;
}
body .teams-posts .alm-btn-wrap {
    width: 98%;
    margin: 0;
}

/******* category-2016-css ends ********/

/******* subpage css begins ********/

.page-template-template-blank-1 .x-breadcrumb-wrap {
    display: none;
}
.cs-content{
    font-family: "futura-pt",Arial,sans-serif;
}
.cs-content .x-container.max {
    max-width: 100%;
    margin: 0;
    width: 100%;
}
.cs-content h1.h-custom-headline {
    margin: 0;
    font-size: 36pt;
    font-family: "futura-pt",Arial,sans-serif;
    text-transform: uppercase;
    line-height: 1.3;
    margin-top: 5px;
}
.cs-content h5.h-custom-headline {
    margin: 0;
    font-size: 11pt;
    font-style: italic;
    font-family: "futura-pt",Arial,sans-serif;
    font-weight: normal;
    line-height: 1.3;
}
.cs-content .x-text {
    font-size: 14pt;
}
.x-column.x-sm.subpage_imgs img {
    margin-bottom: 20px;
}
.x-column.x-sm.subpage_imgs {
    margin-top: 5px;
}

/******* subpage css ends ********/

/******* rev slider css begins ********/
.rev_slider .tp-parallax-wrap, .rev_slider .tp-loop-wrap, .rev_slider .tp-mask-wrap {
    position: absolute;
    width: 100% !important;
    top: 0 !important;
    height: 100% !important;
    white-space: normal !important;
}
.rev_slider .tp-caption{
	top: 50%;
	transform: translateY(-50%) !important;
	-moz-transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
	-o-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
}
.rev_slider .tp-parallax-wrap h2{
	margin: 0 !important;
	font-size: 36pt !important;
	color: #fff !important;
	line-height: 1.5 !important;
	display: block !important;
	text-align: center !important;
	text-transform: uppercase !important;
}

.arrow-banner {
	font-weight: 100;
}
.rev_slider li.tp-revslider-slidesli:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.4);
    left: 0;
    right: 0;
    visibility: visible;
}
/******* rev slider css ends ********/

/******* sponsor page css begins ********/

#cs-content .sponsors_section .x-container {
    width: 100%;
}
.sponsors_section .x-text p {
    margin: 0;
}
.sponsors_posts h3.widgettitle {
    display: none;
}
.x-main .widget .list-posts-by-category ul li {
    border: none;
    margin-bottom: 20px;
    padding: 0;
    position: relative;
    width: 50%;
    float: left;
    clear: none;
    padding: 0 15px;
    min-height: 120px;
}
.x-main .widget .list-posts-by-category ul{
	margin: 0 -15px;
}
.x-main .widget .list-posts-by-category ul li:after, .x-main .widget .list-posts-by-category ul:after{
	display: block;
	clear: both;
	content: "";
}
.list-posts-by-category li{
	display: inline-block !important;
}
.x-main .widget .list-posts-by-category ul li a {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    left: 15px;
    top: 0;
    background: rgba(0,0,0,0.5);
}
.x-main .widget .list-posts-by-category ul li a .sponsors_title {
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: 8%;
    top: 50%;
    margin: 0;
    padding: 10px 5px;
    line-height: 1.3;
    border: 5px solid #fff;
    width: 84%;
    display: block;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    font-family: "futura-pt",Arial,sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}
div.list-posts-by-category li img{
	margin: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
}
div#loadMore {
    width: 100%;
    background: none;
    border: 6px solid #3B5481;
    height: auto;
    font-size: 20pt;
    font-family: "futura-pt",Arial,sans-serif;
    color: #626366;
    font-weight: bold;
    padding: 3px;
    border-radius: 0;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    position: relative;
    display: none;
}
div#loadMore.disable {
    cursor: default;
    opacity: 0.2;
}

.alm-listing li {
	min-height: 103px;
}

.alm-listing li h3 {
	margin: 0px;
	line-height: 1;
}

.page-id-1206 .alm-listing li h3 {
	line-height: 1;
	font-size: 183.5%;
	padding-bottom: 11px !important;
}

div#msgBoxDiv {
    z-index: 9999;
}
div.confirmon-box {
    padding: 0;
    max-height: 85%;
    height: auto;
    margin: 0 !Important;
    left: 50% !Important;
    top: 50% !Important;
    z-index: 9999;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #636466;
    width: 94%;
    max-width: 800px;
    overflow: hidden;
    overflow-y: auto;
}
div#ostLightbox {
    width: 100%;
    float: none;
    margin: 0;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 20px;
    background: #636466;
}
div.confirmon-box .closeDiv {
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 999;
}
.popup_box {
    height: 100%;
}
.popup_box_content {
    background: #fff;
    padding: 20px;
}
div#ostLightbox h2 {
    font-size: 18pt;
    color: #fff;
    margin: 15px 0;
    font-family: "futura-pt",Arial,sans-serif;
    text-transform: uppercase;
}
.ostContent {
    margin-top: 30px;
    color: #fff;
    font-size: 14pt;
    line-height: 1.5;
    font-family: "futura-pt",Arial,sans-serif;
}
.page-id-63 div#comments {
    display: none;
}
#loadMore span {
    background: url("images/ajax-loader.gif") no-repeat left top;
    width: 17px;
    height: 18px;
    float: left;
    position: absolute;
    left: 10px;
    top: 16px;
    display: none;
}

/******* sponsor page css ends ********/

/******* shop page css begins ********/

.archive .x-main .products-items.hentry>.entry-wrap span.amount {
    font-size: 18pt;
    font-weight: 700;
    color: #3b5481;
    font-family: "futura-pt",Arial,sans-serif;
}
.btn-action select {
    margin: 0;
    background: rgb(99, 100, 102);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 10px;
    width: 90px;
    padding: 0 0 0 5px;
    height: 36px;
    margin-right: 15px;
    text-transform: uppercase;
}
.btn-action select:focus{
    outline: none;
}
.btn-action {
    float: right;
}
.btn-action table.variations {
    width: 105px;
    margin-bottom: 0;
    float: left;
}
.btn-action .single_variation_wrap {
    float: left;
}
.woocommerce .btn-action .quantity {
    margin-bottom: 0;
    float: left;
    width: 100px;
}
.woocommerce .btn-action .quantity input {
    background: #636466;
    color: #fff;
    width: 90px;
    border-radius: 10px;
    height: 37px !Important;
    font-weight: bold;
}
.woocommerce form.cart{
    margin: 0;
}
.woocommerce button.button.single_add_to_cart_button:focus{
    outline: none !important;
}
.woocommerce button.button.single_add_to_cart_button:before {
    content: "buy" !important;
    color: #fff;
    font-family: Futura,"Trebuchet MS",Arial,sans-serif !Important;
    font-weight: 700 !important;
}

button.single_add_to_cart_button.button {
    border: none;
    background: #636466;
    border-radius: 10px;
    width: 75px;
    height: 37px;
    color: transparent;
}
.btn-action table.variations td{
    padding: 0;
    border: none;
}
.btn-action span {
    display: inline-block;
    margin-bottom: 0 !Important;
}
.btn-action span.prod-buy {
    margin: 0;
    background: rgb(99, 100, 102);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    width: 63px;
    height: 36px;
    display: inline-block;
    font-family: Futura,"Trebuchet MS",Arial,sans-serif !Important;
    padding: 5px;
    text-align: center;
    position: relative;
    top: 2px;
}
ul.products h3 {
    font-size: 36pt;
    margin: 25px 0 12px 0;
    text-transform: uppercase;
    font-family: "futura-pt",Arial,sans-serif !important;
}
body.archive .x-main .hentry:last-of-type .btn-action {
    margin-bottom: 20px;
}
form.woocommerce-ordering {
    margin-bottom: 20px;
    text-align: right;
    width: 100%;
}
form.woocommerce-ordering select {
    width: 200px;
    padding: 0 5px;
}
form.woocommerce-ordering select:focus{
    outline: none;
}
.btn-action table.variations .label {
    display: none;
}
.btn-action .product_meta {
    display: none;
}
.woocommerce-variation-price {
    display: none;
}
.products-items del {
    display: none;
}
.products-items ins{
    text-decoration: none;
}

/******* shop page css ends ********/

/******* miscellaneous css begins ********/

body.page .x-main.left .hentry .entry-featured {
    margin-right: 0;
}
.home div.x-pagination {
    display: none;
}
div.alm-btn-wrap {
    padding: 0;
}
.alm-btn-wrap button#load-more {
    width: 100%;
    background: none;
    border: 6px solid #3B5481;
    height: auto;
    font-size: 20pt;
    font-family: "futura-pt",Arial,sans-serif;
    color: #626366;
    font-weight: bold;
    padding: 3px;
    border-radius: 0;
}
header.x-header-landmark+.x-container>.offset>.x-sidebar {
    margin-top: 0;
}
.search-results-div:after {
    display: block;
    clear: both;
    content: "";
}
.search-results-div:first-child {
    padding-top: 0;
}
.search-results-div {
    border-bottom: 1px solid #dedede;
    padding: 15px 0px;
}
.search-result-post-content {
    padding-left: 115px;
}
.search-result-post-img {
    float: left;
    width: 114px;
}
.search-result-post-img img{
    max-width: 100px;
}
.search-results-div h3{
    margin: 0;
    margin-bottom: 10px;
}
.search-results-div h3 a, .search-results-div h3 {
    color: #3B5481;
    font-size: 20px;
    font-family: Futura,"Trebuchet MS",Arial,sans-serif;
    font-weight: bold;
}
.box.no-posts h2 {
    margin: 0;
    font-size: 22px;
    color: #B91C1C;
    border: 1px solid #EC5E5E;
    padding: 12px;
    text-align: left;
    padding-left: 42px;
    background: #F3A2A2 url("http://r2ak.com/wp-content/uploads/2016/05/sorry-icon.png") no-repeat;
    background-size: 30px;
    background-position: 6px center;
}
ul.x-post-carousel.unstyled .entry-cover:hover .h-entry-cover {
    top: calc(100% - 4em);
}
ul.x-post-carousel.unstyled .slick-slide .entry-cover:hover .x-post-carousel-meta {
    display: none;
}
header.x-header-landmark.new-header {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 0 25px 0;
    display: block;
}

.wp-caption, .gallery-item {
    border: none !important;
    padding: 0px !important;
}

.wp-caption>.gallery-caption, .wp-caption>.wp-caption-text, .wp-caption>.wp-caption-text:last-child, .gallery-item>.gallery-caption, .gallery-item>.wp-caption-text, .gallery-item>.wp-caption-text:last-child {
    font-size: 11px !important;
}
/*header.x-header-landmark{
    display: none;
}*/

/******* miscellaneous css ends ********/





/* Race feed section */

/******* media query begins ********/

@media screen and (max-width: 1099px){
	.x-sidebar h4.h-widget {
    font-size: 14pt;

}
}

@media screen and (max-width: 1043px){
	.x-sidebar h4.h-widget {
    font-size: 12.5pt;

}
}

@media screen and (max-width: 1200px){
	div.x-navbar .desktop .x-nav>li {
    min-width: 10.3%;
}
}

@media screen and (max-width: 979px){
	div.x-main {
    width: 100% !important;
}
	
	
.x-sidebar {
    width: 100% !important;
}
.offset.with_sidebar:before {
	display: none;
}
footer.x-colophon .x-column {
    width: 100%;
    padding: 0 15px !important;
    display: block;
    margin-bottom: 15px;
}
.x-sidebar.right {
    padding-bottom: 1px;
    margin-top: 19px !Important;
}
footer.x-colophon .x-column {
    text-align: center;
}
footer.x-colophon .x-column #black-studio-tinymce-3, footer.x-colophon .x-column #black-studio-tinymce-4 {
    text-align: center;
    margin: 0;
}
footer.x-colophon .x-column p{
	text-align: center !important;
}
.x-sidebar h4.h-widget {
    color: #fff !important;
}
div.x-container.width{
	width: 100%;
	padding: 0 20px 0 15px;
}
div.x-main.left {
    padding-right: 0;
}
}

@media screen and (max-width: 767px){
	.home article .entry-featured {
    padding-right: 0;
    border-right: none;
    margin-bottom: 15px;
}

.home article.post, .home article.page, .home article.type-post {	
    margin-bottom: 20px;
    padding-bottom: 8px !important;
}
.x-slide .h-featured{
	margin-top: 20px;
}
#home_introduction aside.widget input#search_field {
    width: 100%;
}
.home_intro p {
    font-weight: 700;
    font-size: 15pt;
    color: #fff;
}
.x-post-carousel-item.slick-slide span.entry-cover-author {
    font-size: 12pt;
    font-weight: 500;
}
.x-post-carousel-item.slick-slide span.entry-cover-categories {
    font-size: 10pt;
}
.x-post-carousel-item.slick-slide span.entry-cover-date {
    font-size: 10pt;
}
.x-post-carousel.unstyled .slick-slide h2.h-entry-cover {
    font-size: 12pt;
    padding: 15px 5px;
}
.page .x-main .teams-posts article.hentry, .archive .x-main .teams-posts article.hentry {
    width: 100%;
    min-height: 1px;
}
.page .x-main .teams-posts .hentry>.entry-featured, .archive .x-main .teams-posts .hentry>.entry-featured {
	margin-bottom: 0;
}
.page .x-main .teams-posts .hentry>.entry-wrap, .archive .x-main .teams-posts .hentry>.entry-wrap {
    position: relative;
    background: none;
    padding: 10px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
}
body .teams-posts h2.entry-title a {
    color: #3b5481;
    font-size: 18pt;
    font-family: "futura-pt",Arial,sans-serif;
}
body .teams-posts p.p-meta span{
	color: #626366;
}
body .teams-posts p.p-meta span a{
	color: #3b5481;
}
body .teams-posts .entry-content p{
	color: #626366;
}
body .teams-posts .alm-btn-wrap {
    width: 100%;
    margin: 0;
}
.x-column.x-sm.subpage_imgs img {
	display: inline-block;
	margin: 10px;
}
.x-column.x-sm.subpage_imgs {
	text-align: center;
}
.rev_slider .tp-parallax-wrap h2{
	font-size: 25pt !important;
}

.page-id-1206 .hentry.has-post-thumbnail>.entry-wrap, 
.home .x-main .hentry.has-post-thumbnail>.entry-wrap {
    width: 100% !important;
    padding-left: 0px !important;
    float: none;
}

.page-id-1206 .x-main .hentry.has-post-thumbnail>.entry-featured,
.home .x-main .hentry.has-post-thumbnail>.entry-featured {
    width: 100%;
    padding-right: 0;
    border-right: none;
    float: none;
    margin-bottom: 10px;
}
.x-main .widget .list-posts-by-category ul li {
    margin-bottom: 15px;
    width: 100%;
}
div#ostLightbox {
    padding: 15px;
}
.popup_box_content {
    padding: 15px;
}
.x-main .widget .list-posts-by-category ul li a .sponsors_title {
    left: 5%;
    padding: 10px 5px;
    width: 90%;
    font-size: 16pt;
}
body.archive .x-main .hentry>.entry-featured{
    width: 100%;
    float: none;
    margin-bottom: 10px;
}
body.archive .x-main .hentry>.entry-wrap, body.archive .x-main .hentry.has-post-thumbnail>.entry-wrap {
    width: 100%;
    padding-left: 0;
    float: none;
}
#home_introduction aside#search-2 form {
    width: 100%;
}

#home_sponsors_slider {
	display: none;
}

.alm-listing li h3 {
	font-size: 195%;
}

.sliderbtn {
	margin: auto !important;
    margin-top: 55px !important;
}

}

@media screen and (max-width: 600px){
	.rev_slider .tp-parallax-wrap h2{
	font-size: 20pt !important;
}
.alm-listing li h3 {
	font-size: 154%;
	margin-bottom: 5px;
}
}

@media screen and (max-width: 480px){
	.rev_slider .tp-parallax-wrap h2{
	font-size: 18pt !important;
	
}

.alm-listing li {
	padding: 0px;
}

.alm-listing li img {
	position: static;
	width: 100%;
	margin-bottom: 17px;
}

	.alm-listing li h3 {
	margin-top: 2px !important;
}
	
}

@media screen and (max-width: 400px){
	.rev_slider .tp-parallax-wrap h2{
	font-size: 15pt !important;
}

.sliderbtn {
    margin-top: 25px !important;
}


}



/******* media query ends ********/

/******************** DEVELOPER NEW CSS ENDS *********************/


/*to remove scroll arrows on team post pages*/
.x-nav-articles{
	display: none !important;
}



/********Gravity forms********/

.gform_wrapper input.ginput_quantity[type=text] {
    width: 5rem;
}

body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	margin: 5px 0px 10px 0px;
}

.gform_wrapper .gform_page_footer .button.gform_next_button {
	margin-top: 20px;
}

body .gform_wrapper .gform_body ul.gform_fields li.gfield input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    padding: 10px !important;
}

/****custom css****/

#shailan-countdown-2, .shailan-countdown-2.hasCountdown {
    font-size: 1.9em !important;
}

#rev_slider_2_1_wrapper{
	display: none !important;
}

/******* HOME PAGE RACE ON *********/
@media only screen and (min-width: 550px) {
  .home-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 549px) {
  .home-desktop {
    display: none !important;
  }
	#shailan-countdown-2, .shailan-countdown-2.hasCountdown {
    font-size: 1.2em !important;
}
}

/* ENVIRA GALLERY */

.envirabox-theme-base_dark .envirabox-caption {
    padding: 20px 0px 5px 0px !important;
    font-size: 20px !important;
    text-align: center !important;
}

/* OTHER CUSTOMIZATIONS */

.home-news{
	display: block;
    background-color: #626366;
    padding: 13px 10px 5px 10px;
}

.white-link{
	color: #fff;
}

.h-custom-headline.my-white.accent span:before, .h-custom-headline.my-white.accent span:after {
  border-color: white !important;
  background-color: #3b5683 !important;
}


/* CSS by Geek */
body.page-template-home-template header.x-header-landmark {display: none !important;}

section.home-page-logo {background: #616265;margin: 3px 0px;padding: 10px 15px 0px;}

section#home-page-logo {display: flex;flex-wrap: wrap;width: 100%;}

section#home-page-logo aside.widget {width: 20%;flex: 0 0 20%;padding: 0px 15px;margin-bottom: 20px;}

section#home-page-logo aside.widget img {margin: 0px auto;}

section#home-page-logo .widget:before {display: none;}

.home-row-wrapper {display: flex;flex-wrap: wrap;}

.home-row-wrapper .left-side {width: 55%;}

.home-row-wrapper .right-side {width: 40%;background: #e6e6e6;margin-left: 5%;padding: 20px;}

.custom-home-content .offset.cf {padding: 0px;}
/* side css */
ul.social-img {margin: 0;list-style: none;display: flex;justify-content: space-between; align-items: center;}

ul.social-img li {width: 30%;flex: 0 0 30%;}
.tracker-img{display: none;}

.daily-update-img {margin: 16px 0;}
.widget:before{display: none;}
.post_feed  {display: flex;align-items: flex-start;gap: 0.5rem; padding: 0 5px; margin-top: 30px;}
p.avtarp {
    width: 350px;
    height: auto;
}

.post_feed img.avtar {
    object-fit: cover;
    width: auto;
    height: 80px;
}
.post_feed p.title {font-size: 18px; color: #000; font-weight: 600; margin-bottom: 2px;}

.post_feed p.des {color: #000;font-weight: 400;text-align: left;font-size: 17px;margin-bottom: 14px; line-height: 20px;}

.post_feed .social-icons{margin: 0; padding: 0; list-style-type: none;}

.post_feed ul.social-icons { display: flex; gap: 10px; }

aside#search-3 {background: #3b5481;padding: 25px; margin: 30px 0;}

form#searchform input.search-submit {position: absolute;left: 0; border: none;height: 50px;}

.form-search:before{left:9px; margin-bottom:-12px; font-size:24px; transform: rotate(87deg);}

form#searchform input#s {height: 40px;}

aside#widget_sp_image-57 img.attachment-full {width: 100%;}


aside#text-15 h3.widgettitle {margin-bottom: 0px; font-family: "futura-pt",Arial,sans-serif !important; font-weight: 700;}

aside#text-15 .textwidget {p border-bottom: 2px solid #e6e6e6; margin-bottom: 15px;}

aside#text-15 .textwidget p {color: #000;font-weight: 400;font-size: 24px;line-height: 6pz;line-height: 30px; margin-bottom: 20px;}

body .home-posts .teams-posts li {max-height: inherit;}

body .home-posts .teams-posts li .home-image {display: none;}

body .home-posts .teams-posts li .team-content {text-align: left;}

body .home-posts .teams-posts li .team-content h3.team-title {color: #000 !important;font-size: 36px;line-height: 26px !important;letter-spacing: 0px;}

body .home-posts .teams-posts li .team-content h3.team-title a {color: #000;}

body .home-posts .teams-posts li .team-content p.entry-meta {color: #000;display: block;margin-bottom: 25px;}

body .home-posts .teams-posts li .team-content p {color: #000; margin-bottom: 15px;}

.home-posts .teams-posts.home-news-feed {margin-bottom: 30px;}



.right-side .search-bar.mobile-show {display: none;}

.left-side section.home-page-logo.mobile-show {display: none;}

.post_feed .mobile-content {display: none;}

.right-side h3.title-meet {display: none;}

.daily-update-img section#home-page-gif-image {display: none;}
.home-posts .ajax-load-more-wrap.infinite>.alm-btn-wrap .alm-load-more-btn {display: block;opacity: 1;visibility: visible;cursor: pointer;text-indent: inherit !important;background-color: #fff !important;color: #bcbcbc;border: solid 5px #bcbcbc !important;background-image: none;font-weight: bold;font-size: 24px;height: 60px;
    font-size: 30px;
    text-transform: uppercase; font-family: "futura-pt",Arial,sans-serif; margin-bottom: 30px;}

.home-posts .ajax-load-more-wrap.infinite>.alm-btn-wrap .alm-load-more-btn.loading {background: url(https://r2ak.com/wp-content/plugins/ajax-load-more/core/img/spinner.gif);text-indent: -999px !important;background-repeat: no-repeat;background-position: center;}

.team-content p  strong a {font-weight: 500;}

section#home-page-content {border-bottom: 2px solid #e6e6e6;margin-bottom: 16px;}
.offset.with_sidebar:before{display: none;}

span.time_post {display: none !important;}
/* .left-side .team-content span.time_post {display: inline !important;} */

.content-2 {height: 0;overflow: hidden;transition: all 0.4s ease-in-out;color: #000;}

.content-2.open {height: 100%;}

.content-1 {color: #000;}

.read-on-btn {display: inline-block;color: #ff2914;font-weight: 400;margin-top: 5px;cursor: pointer;}
.fb-page.fb_iframe_widget {display: block;margin: 20px auto;max-width: 340px;}

section#race-feed-top-3-logo {display: flex;justify-content: center;align-items: center; padding: 10px 0 20px 0;}
section#race-feed-top-3-logo aside.widget {width: 20%;}
section#race-feed-top-3-logo .aligncenter {margin: 0px;}
/*.home-news-feed .entry-content .more-link {
    display: none;
}*/
/* section#race-feed-top-3-logo aside.widget img.attachment-full.aligncenter {width: 100%;} */



@media screen and (min-width: 768px) and (max-width: 1024px){
        section#home-page-logo aside.widget {
    width: 33.33%;
    flex: 0 0 33.33%;
}
.post_feed img.avtar{height: 60px;}
}
/* @media screen and (min-width: 992px) and (max-width: 1025px){
    .post_feed img.avtar{height: 60px;}
} */
@media screen and (max-width: 767px){
    section#home-page-logo aside.widget {
    width: 100%;
    flex: 0 0 100%;
}
.x-navbar-fixed-top-active .x-navbar-wrap{margin: 0px !important;}
.search-bar.mobile-show section#home-page-search aside#search-3{display: block;}
.mobile-show{display: block;}

.home-row-wrapper{flex-direction: column-reverse;}

.home-row-wrapper .left-side,
.home-row-wrapper .right-side{width: 100%; margin-left: 0px;}
.home-row-wrapper .right-side{padding-bottom: 50px;}

.home-row-wrapper .right-side.track_img {padding: 20px 0;}

.home-row-wrapper .right-side .daily-update-img .update-image {display: none;}

.home-row-wrapper .right-side h3.title-meet {text-align: center; font-family: "futura-pt",Arial,sans-serif; font-weight: 700;}

.home-row-wrapper .right-side .post_feed {display: block;text-align: center;}

.home-row-wrapper .right-side .post_feed img.avtar {height: 100%;}

.home-row-wrapper .right-side .post_feed .content {display: none;}

/* .home-row-wrapper .right-side .search-bar {width: calc(100% + 38px); position: relative; left: -19px;} */

.mobile-content .title {font-size: 24px;font-weight: 700;color: #000;}

.mobile-content {padding: 10px 0;}

.mobile-content .mail-reporter {font-size: 22px;color: #000;font-weight: 500;}

aside#text-15 h3.widgettitle {margin-bottom: 16px;font-size: 52px;line-height: 52px !important;}

section.home-page-logo {display: none;}

section#home-page-search aside#search-3 {display: none;}

.elfsight {display: none;}
	
section#home-page-gif-image aside#widget_sp_image-57 {display: none;}

.x-container.max.width.main.custom-home-content {padding: 0px;}

.home-row-wrapper .left-side {padding: 0 20px;}

section.home-page-logo.mobile-show{display: block; margin-bottom: 30px;}

.search-bar.mobile-show aside#search-3 {margin-top: 0px; padding: 12px !important;}

.right-side .search-bar.mobile-show {display: block;}

.left-side section.home-page-logo.mobile-show {display: block;}

.post_feed .mobile-content {display: block;}

.right-side h3.title-meet {display: block;}

.daily-update-img section#home-page-gif-image {display: block;}
.team-content p.entry-meta {margin-bottom: 0px;}

.team-content p.entry-content {margin: 0;}
body .home-posts .teams-posts li .team-content h3.team-title{
    font-size: 26px;
}
.search-bar.mobile-show aside#search-3 {padding: 12px 25px 12px 12px;}
    
section#home-page-search .form-search:before {font-size: 16px;top: 5px;}
    
form#searchform input#s {height: 30px;}
section.home-page-logo.mobile-show {padding: 0px;}

.daily-update-img aside#widget_sp_image-57 {
    display: block !important;
}
.tracker-img {display: block !important;}
.fb-page.fb_iframe_widget {display: none;}


}

body .home-posts .teams-posts li .team-content  p .racefeed {
	margin-bottom: 25px !important;
		
	}
