/* Construction skin for the theme
------------------------------------------------------------------------- */

/* TABLE OF CONTENTS:

1. Theme typography
2. Theme Accent Colors
   2.1 Common colors
3. Form fields settings
7. Section's decorations
   7.1 User and main menu
   7.2 Slider
   7.3 Top panel: Page title and breadcrumbs
   7.4 Main content wrapper
   7.5 Post Formats
   7.6 Post Layouts
   7.7 Paginations
8. Single page parts
   8.1 Attachment and Portfolio post navigationF
   8.2 Reviews block
   8.3 Post author
   8.4 Comments
   8.5 Page 404
9. Sidebars
10. Footer areas
11. Utils
12. Registration and Login popups
13. Third party plugins
   13.1 Media player
   13.2 WooCommerce
   13.3 Tribe Events
   13.4 BB Press
14. Predefined classes for users
15. Shortcodes

-------------------------------------------------------------- */



/* 1. Theme typography
-------------------------------------------------------------- */
body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight:400;
	color:#727a7c;
    letter-spacing: 0.2px;
}

h1 { font-size:40px;  font-weight:400; line-height: 46px; margin-top:20px; margin-bottom: 15px; }
h2 { font-size:38px;  font-weight:600; line-height: 44px; margin-top:20px; margin-bottom: 15px; font-family: 'Montserrat', sans-serif; }
h3 { font-size:30px;  font-weight:600; line-height: 36px; margin-top:20px; margin-bottom: 15px; font-family: 'Montserrat', sans-serif; }
h4 { font-size:20px;  font-weight:600; line-height: 26px; margin-top:20px; margin-bottom: 15px; font-family: 'Montserrat', sans-serif; }
h5 { font-size:14px;  font-weight:600; line-height: 18px; margin-top:20px; margin-bottom: 10px; text-transform: uppercase; font-family: 'Montserrat', sans-serif; }
h6 { font-size:16px;  font-weight:400; line-height: 20px; margin-top:20px; margin-bottom: 10px; }
h1+h2,h1+h3,h1+h4,h1+h5,h1+h6,
h2+h3,h2+h4,h2+h5,h2+h6,
h3+h4,h3+h5,h3+h6,
h4+h5,h4+h6,
h5+h6 {
	margin-top:0;
}
dt, b, strong {	font-weight: 600; }


/* Normal state */
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#052f43;
}
a, button {
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
a {
	color: #052f43;
    border-bottom: 2px solid transparent;
}
.top_panel_wrap a {
    border-bottom: none;
}
a:hover {
	color: #000000;
    border-color: #ffcb4f;
}


/* Fonts */
.reviews_block .reviews_summary .reviews_value,
.isotope_filters a,
.widget_area .widget_product_tag_cloud a,
.widget_area .widget_tag_cloud a,
.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a,
.sc_audio .sc_audio_title,
.sc_skills_bar .sc_skills_info,
.sc_skills_bar2 .sc_skills_info,
.sc_skills_pie_2 .sc_skills_info,
.sc_testimonial_author,
.post_item_404 .page_title,
.sc_price_block .sc_price_block_money,
.pagination_single > .pager_numbers,
.pagination_single a,
.pagination_slider .pager_cur,
.pagination_pages > a,
.pagination_pages > span,
#viewmore_link,
input[type="submit"],
input[type="button"],
button,
.sc_button,
.sc_tabs .sc_tabs_titles li,
.sc_table table tr:first-child th,
.sc_table table tr:first-child td,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
ul.products li.product .price,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt,
#fbuilder label {
    font-family: 'Montserrat', sans-serif;
}


.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
    font-family: 'Raleway', sans-serif;
}


/* Dark styles */
.bg_tint_dark, .bg_tint_dark h1, .bg_tint_dark h2, .bg_tint_dark h3, .bg_tint_dark h4, .bg_tint_dark h5, .bg_tint_dark h6 {
	color: #ffffff;
}
.bg_tint_dark a, .bg_tint_dark h1 a, .bg_tint_dark h2 a, .bg_tint_dark h3 a, .bg_tint_dark h4 a, .bg_tint_dark h5 a, .bg_tint_dark h6 a {
	color:#ffffff;
}
.bg_tint_dark a:hover {
	color:#ffffff;
}


/* Light styles */
.bg_tint_light {
	color: #5b5f62;
}
.bg_tint_light a {
    color: #052f43;
}
.bg_tint_light a:hover {
	color: #052f43;
}
.bg_tint_light h1, .bg_tint_light h2, .bg_tint_light h3, .bg_tint_light h4, .bg_tint_light h5, .bg_tint_light h6,
.bg_tint_light h1 a, .bg_tint_light h2 a, .bg_tint_light h3 a, .bg_tint_light h4 a, .bg_tint_light h5 a, .bg_tint_light h6 a {
	color:#191e23;
}


/* 2. Theme Colors
------------------------------------------------------------------------- */

/* Main color - use it as background and border with next classes */
.main_color {		color: #ffcb4f; }
.main_color_bgc {	background-color: #ffcb4f; }
.main_color_bg {	background: #ffcb4f; }
.main_color_border {border-color: #ffcb4f; }
a.main_color:hover {color: #000000; }

/* Accent menu colors - use it as background and border with next classes */
.accent_color {		color: #63cac5; }
.accent_color_bgc {	background-color: #63cac5; }
.accent_color_bg {	background: #63cac5; }
.accent_color_border {border-color: #63cac5; }
a.accent_color:hover {color: #f15a23; }



/* 2.1 Common colors
-------------------------------------------------------------- */

/* Tables */
.sc_table table {
	color: #989ea1;
	/*overflow: hidden;*/	/* In Chrome hide right and bottom borders for the table */
}
.sc_table table th,
.sc_table table td {
	padding: 1em;
}
.sc_table table tr:nth-child(odd){
    background-color: #fff9ea;
}
.sc_table table tr:first-child {
	background-color: #f5f8f9;
	color: #052f43;
}
.sc_table table tr:first-child th {
    border-color: rgba(146, 148, 150, 0.2);
}
.sc_table table tr:first-child th,
.sc_table table tr:first-child td {
	font-weight:400;
	padding: 1em;
    font-size: 12px;
    line-height: 18px;
    color: #052f43;
}
.sc_table table tr:first-child th:first-child,
.sc_table table tr:first-child td:first-child {
	overflow: hidden;
}

/* Table of contents */
pre.code,
#toc .toc_item.current,
#toc .toc_item:hover {
	border-color:#ffcb4f;
}
#toc  a:hover {
    border-bottom: none;
}
#toc .toc_description {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

::selection { color: #fff; background-color:#ffcb4f;}
::-moz-selection { color: #fff; background-color:#ffcb4f;}



/* 3. Form fields settings
-------------------------------------------------------------- */

input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	background-color:#ffffff;
    border: 2px solid #bac0c3;
}
textarea,
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="password"] {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #959a9e;
}
input[type="checkbox"]:not(.input-checkbox) {
	display:none;
}
label > input[type="checkbox"] {
	display: inline-block !important;
}
input[type="checkbox"] + label {
	position:relative;
	padding-left:2em;
	line-height:1.5em;
}
input[type="checkbox"] + label:before {
	content:' ';
	font-family:fontello;
	display:block;
	position:absolute;
	text-align:center;
	top:-1px;
	left:0;
	width: 17px;
	height: 17px;
    line-height:17px;
	border: 2px solid #ebebeb;
}
input[type="checkbox"]:checked + label:before {
	content:'\e839';
}




/* 7. Section's decorations
-------------------------------------------------------------- */

/* If in the Theme options set "Body filled", else - leave this sections transparent */
.body_filled .widget_area.sidebar_style_dark,
.body_filled .widget_area.bg_tint_dark {
	background-color:#052f43;
}
.body_filled.article_style_boxed .widget_area.sidebar_style_light,
.body_filled .widget_area.sidebar_style_white,
.body_filled .widget_area.footer_style_white,
.body_filled .copy_wrap,
.body_filled .page_wrap {
	background-color: #ffffff;
}
.body_filled.article_style_boxed .footer_wrap.bg_tint_light {
    background-color: #f5f8f9;
}
.body_filled .footer_wrap {
	background-color: #f5f8f9;
}

.sidebar {
    background-color: #f5f8f9;
    padding: 40px 0;
}
.footer_style_dark.widget_area {
    color: #afb7b9;
}





.article_style_boxed.layout_excerpt .content,
.article_style_boxed[class*="single-"] .content > article,
.article_style_boxed[class*="single-"] .content > .comments_wrap,
.article_style_boxed:not(.layout_excerpt) .content .post_item {
	background-color: #ffffff;
}




/* 7.1 User and main menu
-------------------------------------------------------------- */

.top_panel_style_light.top_panel_opacity_solid .top_panel_wrap {
	background-color: #ffffff;
}
.top_panel_style_light.top_panel_opacity_solid .page_top_wrap {
	background: url(images/bg_over.png) repeat-x center top/*, url(images/bg_light.jpg) repeat-x center top*/;
}
.top_panel_style_dark.top_panel_opacity_solid .top_panel_wrap {
	background: url(images/bg_over.png) repeat-x center bottom, url(images/bg_dark.jpg) repeat-x center top;
}


header .cart .cart_button {
    color: #727a7c;
}
header .cart .cart_button:hover {
    color: #ffffff;
}







/* User and main menu */
.menu_user_wrap {
	font-size:13px;
    background-color: #052f43;
    min-height: 50px;
    color: #727a7c;
}
.menu_user_wrap .menu_user_contact_area {
	height: 50px;
    line-height: 50px;
}
.menu_main_nav_area {
	margin-top:0;
	margin-bottom: 0;
}

.top_panel_fixed .menu_main_wrap .search_wrap {

}


.top_panel_fixed .menu_main_wrap > .content_wrap {
    display: none;
    height: 0;
}




.menu_user_wrap .menu_user_nav > li,
header .cart {
	height:50px;
	line-height:50px;
}
.menu_user_wrap .menu_user_nav > li a {
	font-weight:300;
}
.top_panel_below .menu_user_wrap .menu_user_nav > li {
	margin-top:0;
	padding-top:0;
}
.top_panel_fixed.top_panel_over.top_panel_opacity_transparent .top_panel_wrap {
	background-color: #63cac5;
}
.menu_main_wrap .menu_main_nav > li {
	height:72px;
	line-height:72px;
	font-weight:400;
	font-size:14px;
    padding-bottom: 0;
    letter-spacing: 0.2px;
}
.menu_user_wrap .menu_user_nav > li > a {
	padding:0;
    display: block;
}
.menu_main_wrap .menu_main_nav > li > a {
    display: block;
    padding:0 30px;
}
.menu_main_wrap .menu_main_nav > li.menu-item-has-children > a {
    padding-right: 44px;
}
.menu_user_wrap .menu_user_nav li > a {
    color: #727a7c;
}
.menu_user_wrap .menu_user_nav > li:hover > a,
.menu_user_wrap .menu_user_nav > li.sfHover > a {
    color: #ffffff;
}
.menu_main_wrap .menu_main_nav li > a {
	color: #052f43;
}
.menu_main_wrap .menu_main_nav li li a {
    color: #ffffff;
}

.menu_main_wrap .menu_main_nav li ul li + li > a,
.menu_user_wrap .menu_user_nav li ul li + li > a{
    border-top: 1px solid rgba(161, 184, 195, 0.3);
}

.menu_user_wrap .menu_user_nav > li li {
	line-height:1.5em;
}
.menu_main_wrap .menu_main_nav > li li {
    font-size: 14px;
    line-height: 18px;
}

.menu_user_wrap .menu_user_nav > li ul li a {
    background-color: #e9eff2;
}
.menu_main_wrap .menu_main_nav > li ul li a {
    background-color: #052f43;
}




.top_panel_over.top_panel_opacity_transparent .menu_main_wrap .content_wrap:after,
.menu_user_wrap .menu_user_nav > li,
.menu_user_wrap .menu_user_nav > li ul,
.menu_main_wrap .menu_main_nav > li:hover,
.menu_main_wrap .menu_main_nav > li.current-menu-item,
.menu_main_wrap .menu_main_nav > li.current-menu-parent,
.menu_main_wrap .menu_main_nav > li.current-menu-ancestor,
.menu_main_wrap .menu_main_nav > li.sfHover,
.menu_main_wrap .menu_main_nav > li#blob,
.menu_main_wrap .menu_main_nav > li ul {
}
.menu_main_wrap .menu_main_nav > li:hover {
}
.menu_main_wrap .menu_main_nav > li > a {
    position: relative;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.menu_main_wrap .menu_main_nav > li:hover > a,
.menu_main_wrap .menu_main_nav > li.sfHover > a,
.menu_main_wrap .menu_main_nav > li.current-menu-item > a,
.menu_main_wrap .menu_main_nav > li.current-menu-parent > a,
.menu_main_wrap .menu_main_nav > li.current-menu-ancestor > a {
    background-color: #f1f5f7;
}
.menu_user_wrap .menu_user_nav > li ul {
	width:160px;
	padding: 8px 0;
}
.menu_user_wrap .menu_user_nav > li.menu_user_bookmarks ul {
	width:190px;
}
.menu_main_wrap .menu_main_nav > li ul {
	width:220px;
	padding: 15px 0;
}
.menu_user_wrap .menu_user_nav > li > ul {
	left:-20px;
	top:50px;
}
.menu_main_wrap .menu_main_nav > li > ul {
	left:0;
	top:72px;
}
.top_panel_fixed .menu_main_wrap .menu_main_nav > li > ul {
    top:62px;
}

.top_panel_fixed .menu_main_wrap .menu_main_nav li li > a {
    padding: 15px 33px 15px 28px;
}
.top_panel_fixed .menu_main_wrap .menu_main_nav li li.menu-item-has-children > a:after {
    top: 15px;
}


.menu_user_wrap .menu_user_nav > li > ul ul {
	left:164px;
	top:-8px;
}
.menu_main_wrap .menu_user_nav > li > ul ul.submenu_left {
	left:-161px;
}
.menu_main_wrap .menu_main_nav > li > ul ul {
	left:224px;
	top:-14px;
}
.menu_main_wrap .menu_main_nav > li > ul ul.submenu_left {
	left:-221px;
}
.menu_main_wrap .menu_main_nav > li ul li a:hover,
.menu_main_wrap .menu_main_nav > li ul li.current-menu-item > a,
.menu_main_wrap .menu_main_nav > li ul li.current-menu-ancestor > a {
    background-color:#042435;
}
.menu_user_wrap .menu_user_nav > li ul li a:hover,
.menu_user_wrap .menu_user_nav > li ul li.current-menu-item > a,
.menu_user_wrap .menu_user_nav > li ul li.current-menu-ancestor > a,
.menu_user_wrap .menu_user_nav > li.menu_user_register,
.menu_user_wrap .menu_user_nav > li.menu_user_login,
.menu_user_wrap .menu_user_nav > li.menu_user_logout {
	background-color:#f1f5f7;
}



/* White line under menu in the OVER mode */
.top_panel_over.top_panel_opacity_transparent .menu_main_wrap .content_wrap {}
.top_panel_over.top_panel_opacity_transparent .menu_main_wrap .content_wrap:after {}
.top_panel_over.top_panel_opacity_transparent.menu_relayout .menu_main_wrap .content_wrap:after {}
.top_panel_over.top_panel_opacity_transparent.top_panel_style_dark .menu_main_wrap .content_wrap:after {}
.top_panel_fixed.top_panel_over.top_panel_opacity_transparent.top_panel_style_dark .menu_main_wrap .content_wrap:after {}


/* Responsive menu */
.bg_tint_dark .menu_main_responsive_button {		color:#ffffff; }
.bg_tint_dark .menu_main_responsive_button:hover {	color:#ffffff; }

.menu_main_wrap .menu_main_nav_area .menu_main_responsive {
	background-color: #052f43;
}
.menu_main_wrap .menu_main_nav_area .menu_main_responsive li,
.menu_main_wrap .menu_main_nav_area .menu_main_responsive a {
	color: #ffffff;
}
.menu_main_wrap .menu_main_nav_area .menu_main_responsive a:hover {
	background-color:#f1f5f7;
    color: #052f43;
}

.menu_main_wrap .menu_main_nav_area .menu_main_responsive li.menu-item-has-children:hover:after {
    color: #052f43;
}


/* User account */
.user-popUp.account_wrap .user_cart {
    background-color: #052f43;
}

/* Search field */
.search_wrap.search_opened .search_icon:before {
	content: '\e8ac';
	font-size:1.15em;
}
.search_wrap .search_icon:before {
	font-size:1.5em;
}
.search_wrap .search_icon {
	width: 2.3em;
}





/* Search results */
.search_results .post_more,
.search_results .search_results_close {
	color: #052f43;
}
.search_wrap .search_results a:hover {
    border-color: #ffcb4f;
}



/* 7.2 Slider
-------------------------------------------------------------- */
.tparrows.default {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.5);
    line-height: 40px;
    text-align: center;
    position: relative;
}
.tparrows.default:before { 
	font-family: "fontello"; 
	font-size:2em;
    position: relative;
}
.tp-leftarrow.default:before {
    content:'\e82a';
    left: -1px;
}
.tp-rightarrow.default:before {
    content:'\e82b';
    right: -1px;
}
.tp-bullets.simplebullets.round .bullet {
	background:none;
	width:10px;
	height:10px;
	margin-left:16px;
	background-color:#ffffff;
	border:1px solid transparent;
	border-radius:			50%;
	-moz-border-radius:		50%;
	-webkit-border-radius:	50%;
}
.tp-bullets.simplebullets.round .bullet.selected {
	background-color:transparent;
	border:1px solid #ffffff;
}
.tparrows.default:hover {
    border-color: rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
}

.tp-leftarrow.default.preview1,
.tp-rightarrow.default.preview1 {
    background: #052f43 !important;
    height: 100px !important;
    width: 37px !important;
    z-index: 1000;
    border: none !important;
    border-radius: 0 !important;
}
.tp-leftarrow.default.preview1:before,
.tp-rightarrow.default.preview1:before {
    height: 100px;
    width: 37px;
    color: #ffffff;
    display: block;
    font-size: 22px;
    line-height: 100px;
    text-align: center;
    text-shadow: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Fontello";
    z-index: 5;
}
.tparrows.preview1 .tp-arr-imgholder {
    width: 110px !important;
}
.tparrows.preview1:after {
    display: none !important;
}
.tp-leftarrow.default.preview1:before { content: '\e82a'; margin-left: -1px; font-weight: 100 !important; }
.tp-rightarrow.default.preview1:before { content: '\e82b'; margin-right: -1px; font-weight: 100 !important; }


.slider_engine_revo .sc_button,
.sc_slider_revo .sc_button {
    color: #ffffff !important;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
}
.slider_engine_revo .sc_button:hover,
.sc_slider_revo .sc_button:hover {
    color: #ffcb4f !important;
}
.slider_engine_revo .sc_button:hover span,
.sc_slider_revo .sc_button:hover span {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}




/* 7.3 Top panel: Page title and breadcrumbs
-------------------------------------------------------------- */

/* Color top page bg */
.top_panel_style_light .page_top_wrap {
}
.top_panel_style_light .page_top_wrap .page_title {
}
/* White top page bg */
.top_panel_style_dark.article_style_boxed .page_top_wrap {
}
/* Grey top page bg */
.top_panel_style_dark.article_style_stretch .page_top_wrap {
}

/* Page Title */
.page_top_wrap .page_title_wrap {
    text-align: center;
    margin: 50px auto 10px;
}
.page_top_wrap .page_title {
    font-size: 40px;
    font-weight: 300;
    line-height: 46px;
    padding: 40px 0;
}


/* Page Title Desc */

.page_top_wrap {
    background-color: #f5f8f9;
}

/* Breadcrumbs */
.page_top_wrap .breadcrumbs {
    font-size: 11px;
    line-height: 14px;
    padding: 17px 0 12px;
}

.page_top_wrap.page_top_title .breadcrumbs {
    padding: 55px 0 45px 30px;
}
.page_top_wrap.page_top_title .breadcrumbs {
    max-width: 49%;
}
.page_top_wrap .breadcrumbs {
    font-size: 0.75em;
    line-height: 1em;
    padding: 1.6667em 0 2.5em;
}
.page_top_wrap .breadcrumbs {
    float: right;
}




.page_top_wrap .breadcrumbs .breadcrumbs_item {
	display:inline-block;
	margin:0 0 5px 0;
	padding: 0;
}
.page_top_wrap .breadcrumbs a.breadcrumbs_item {
    color: #052f43;
    font-size: 13px;
    line-height: 16px;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;	
}
.page_top_wrap .breadcrumbs a.breadcrumbs_item:hover,
.page_top_wrap .breadcrumbs .breadcrumbs_item.home {
}
.page_top_wrap .breadcrumbs span {
    color: #727a7c;
    font-size: 13px;
}
.page_top_wrap .breadcrumbs .breadcrumbs_delimiter {
	color:#ffffff;
	display:inline-block;
	position:relative;
	margin: 0 3px 0 4px;
	padding: 0;
	text-align:center;
}
.page_top_wrap .breadcrumbs .breadcrumbs_delimiter:before {
	content:'/';
    font-size: 14px;
    color: #052f43;
    vertical-align: top;
}
.top_panel_style_dark.article_style_boxed .page_top_wrap .breadcrumbs .breadcrumbs_item {
}
.top_panel_style_dark.article_style_boxed .page_top_wrap .breadcrumbs a.breadcrumbs_item:hover {
	color: #63cac5;
}





/* 7.4 Main content wrapper
-------------------------------------------------------------- */


/* Post featured block */
.post_featured {
}


/* Hovers */
.hover_wrap .hover_link:hover:before {}
.hover_wrap .hover_link,
.hover_wrap .hover_view {
    color: #ffcb4f;
    border: 2px solid #ffcb4f;
}
.isotope_wrap .isotope_item_grid .post_item .hover_wrap .hover_content a.hover,
.isotope_wrap .isotope_item_square .post_item .hover_wrap .hover_content a.hover,
.isotope_wrap .isotope_item_portfolio .post_item .hover_wrap .hover_content a.hover,
.isotope_wrap .isotope_item_alternative .post_item .hover_wrap .hover_content a.hover {
    color: #ffcb4f;
    border: 2px solid #ffcb4f;
    margin-bottom: 10px;
}
.hover_wrap .hover_link:hover {
    color: #ffffff;
}
.hover_wrap .hover_link:hover:before {
    color: #ffffff;
}
.hover_wrap .hover_link:hover,
.hover_wrap .hover_view:hover {
    color: #ffffff;
    background-color: #ffcb4f;
}
.hover_icon:before {
    color: #ffcb4f;
    border-color: #ffcb4f;
}
.hover_icon_play:before {
    color: #ffcb4f;
}


/* Blog pagination */
.pagination > a { border-color:#63cac5;}




/* 7.5 Post formats
-------------------------------------------------------------- */

/* Aside */
.post_format_aside.post_item_single .post_content p,
.post_format_aside .post_descr {
	background: #052f43;
    color: #ffffff;
    font-size: 25px;
    line-height: 34px;
}


/* Quote */
.post_format_quote .post_descr .sc_quote {
    margin: 0;
}
.isotope_wrap.masonry .isotope_item_masonry .post_format_quote .isotope_item_content,
.isotope_wrap.masonry .isotope_item_masonry .post_format_chat .isotope_item_content,
.isotope_wrap.masonry .isotope_item_masonry .post_format_status .isotope_item_content,
.isotope_wrap.masonry .isotope_item_masonry .post_format_link .isotope_item_content,
.isotope_wrap.masonry .isotope_item_masonry .post_format_aside .isotope_item_content {
    padding: 0 0 45px 0;
}
.post_format_quote .sc_quote p {
    margin: 0;
    line-height: 30px;
    font-size: 22px;
}

/* Link */
.post_format_link .post_descr {
    background-color: #052f43;
    padding: 35px 40px;
}
.post_format_link .post_descr > p {
    padding: 0;
    margin: 0;
    font-size: 25px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 400;
}
.post_format_link .post_descr a {
    color: #ffcb4f;
}


/* Status */
.post_format_status .post_descr {
    background-color: #ffcb4f;
    padding: 35px 40px;
}
.post_format_status .post_descr > p {
    padding: 0;
    margin: 0;
    font-size: 25px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 400;
}



/* 7.6 Posts layouts
-------------------------------------------------------------- */

/* Related posts */
.post_item_related .post_content_wrap {
}
.post_item_related .post_title a {
	color: #ffffff;
}




/* Masonry and Portfolio */

.isotope_wrap .isotope_item .post_title a:hover {
    color: #1a1a1a;
}
.isotope_wrap .post_item .hover_wrap .hover_content .post_title a:hover {
    color:  #ffffff;
}
.isotope_wrap .isotope_item_grid .post_item .hover_wrap .hover_content a.hover:hover,
.isotope_wrap .isotope_item_square .post_item .hover_wrap .hover_content a.hover:hover,
.isotope_wrap .isotope_item_portfolio .post_item .hover_wrap .hover_content a.hover:hover,
.isotope_wrap .isotope_item_alternative .post_item .hover_wrap .hover_content a.hover:hover {
    color: #ffffff;
    background-color: #ffcb4f;
}



/* Isotope filters */
.isotope_filters a {
	font-weight:400;
	border:2px solid #e9eff2;
	color: #052f43;
}
.isotope_filters a.active,
.isotope_filters a:hover {
	border-color: #e9eff2;
    background-color: #e9eff2;
}


/* Portfolio hovers */
.ih-item.square {
	overflow:hidden;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
}



/* 7.7 Paginations
-------------------------------------------------------------- */

/* Style 'Pages' and 'Slider' */
.pagination_single > .pager_numbers,
.pagination_single a,
.pagination_slider .pager_cur,
.pagination_pages > a,
.pagination_pages > span {
	border:2px solid #eaeff3;
	color: #052f43;
}
.pagination_single > .pager_numbers,
.pagination_single a:hover,
.pagination_slider .pager_cur:hover,
.pagination_slider .pager_cur:focus,
.pagination_pages > .active,
.pagination_pages > a:hover {
	color: #052f43;
	background-color: #eaeff3;
    border-color: #eaeff3;
}
.pagination_slider .pager_slider {
	background-color: #fff;
	border:1px solid #ddd;
}
.pagination_wrap .pager_next,
.pagination_wrap .pager_prev,
.pagination_wrap .pager_last,
.pagination_wrap .pager_first {
    color: #052f43;
}
.pagination_wrap .pager_next:hover,
.pagination_wrap .pager_prev:hover,
.pagination_wrap .pager_last:hover,
.pagination_wrap .pager_first:hover {
    color: #052f43;
    background-color: #eaeff3;
    border-color: #eaeff3;
}
.pagination_wrap .pager_next:before {
	font-family:fontello;
	content: '\e82b';
	margin-right:0;
}
.pagination_wrap .pager_prev:before {
	font-family:fontello;
	content: '\e82a';
	margin-right:0;
}
.pagination_wrap .pager_last:before {
	font-family:fontello;
	content: '\e81f';
	margin-right:0;
}
.pagination_wrap .pager_first:before {
	font-family:fontello;
	content: '\e821';
	margin-right:0;
}
.pagination_slider .sc_slider_controls_wrap a {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}



/* Style 'Load more' */
.pagination_viewmore > a {
    background-color: #ffcb4f;
    border: 2px solid #ffcb4f;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    letter-spacing: 0;
    line-height: 40px;
    overflow: hidden;
    padding: 0 19px;
    text-align: center;
}
.pagination_viewmore > a:hover {
    color: #ffcb4f;
    background-color: transparent;
}


/* Loader picture */
.viewmore_loader,
.mfp-preloader span,
.sc_video_frame.sc_video_active:before {
	background-color: #ffcb4f;
}





/* 8 Single page parts
-------------------------------------------------------------- */
.content .post_info .post_info_counters span,
.content .post_info a.post_counters_views {
    color: #aeb1b3;
}
.content .post_info a:hover {
    color: #052f43;
}


/* 8.1 Attachment and Portfolio post navigation
------------------------------------------------------------- */
.post_featured .post_nav_item {
	color:#ffffff;
}
.post_featured .post_nav_item:before {
	border-color:transparent;
	background-color: #ffcb4f;
	color:#ffffff;
}
.post_featured .post_nav_item .post_nav_info {
	background-color: #ffcb4f;
}



/* 8.2 Reviews block
-------------------------------------------------------------- */
.reviews_block .reviews_max_level_100 .reviews_stars_hover,
.reviews_block .reviews_item .reviews_slider {
	background-color: #ffcb4f;
}
.reviews_block .reviews_item .reviews_stars_hover {
	color: #ffcb4f;
}

/* Summary stars in the post item (under the title) */
.post_item .post_rating .reviews_stars_bg,
.post_item .post_rating .reviews_stars_hover,
.post_item .post_rating .reviews_value {
	color: #ffcb4f;
}
.reviews_block .sc_button {
    color: #ffffff;
}
.reviews_block .sc_button:hover {
    color: #ffcb4f;
}


/* 8.3 Post author
-------------------------------------------------------------- */
.post_author .post_author_title {
	color: #8b9094;
}
.post_author .post_author_title a:hover {
	color:#222222;
}
.post_author .post_author_avatar {
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
    border: 8px solid #f5f7f7;
}
.post_author .post_author_avatar img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}




/* 8.4 Comments
-------------------------------------------------------- */
.comments_list_wrap ul.children {}
.comments_list_wrap ul > li + li {
	border-top: 1px solid #e8e9e9;
	padding-top: 30px;
	margin-top: 25px;
}
.comments_wrap .comment-respond {
	padding-bottom:4px;
}
.comments_list_wrap .comment-respond {
	padding-bottom: 1.25em;
	margin-bottom: 1.25em;
}
.comments_list_wrap > ul {
	border-bottom: 1px solid #e8e9e9;
	padding-bottom: 50px;
}
.comments_list_wrap ul > li + li > .comment_author_avatar {
	top: 1.5em;
}
.comments_list_wrap .comment_author_avatar img {
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
			border-radius: 100%;
}
.comments_list_wrap .comment_info > span.comment_author {
    font-size: 18px;
}





/* 8.5 Page 404
-------------------------------------------------------------- */
.post_item_404 .page_title {
	color: #e9eff2;
}


.post_item_404 .page_description {
    color: #727a7c;
}




/* 9. Sidebars
-------------------------------------------------------------- */

/* Common rules */
.widget_area a,
.widget_area ul li:before,
.widget_area ul li a:hover,
.widget_area button:before {
	color: #052f43;
}


.footer_style_dark.widget_area a,
.footer_style_dark.widget_area ul li:before,
.footer_style_dark.widget_area ul li a:hover,
.footer_style_dark.widget_area button:before {
    color: #ffffff;
}

.footer_style_dark.widget_area .widget_calendar table {
    color: #afb7b9;
}

/*.widget_area a:hover,*/
.widget_area ul li a,
.widget_area button:hover:before {
	color: #1a1a1a;
}
.widget_area ul li:before {
    font-size: 22px;
    line-height: 24px;
}
.widget_area .post_title a {
	color: #052f43;
}
.widget_area .widget_text a {
	color: #242424;
}
.widget_area .post_info a {
    color: #aeb1b3;
}


.footer_style_dark.widget_area .post_title a {
    color: #ffffff;
}

.footer_style_dark.widget_area .post_info a {
    color: #afb7b9;
}



.widget_area .post_item .post_info .post_info_counters a {
    color: #052f43;
}
.widget_area .post_info .post_info_counters .post_counters_item:before,
.widget_area .post_info .post_info_counters .post_counters_likes.disabled {
    color: #052f43;
    font-size: 13px;
    font-weight: 400;
}



.footer_style_dark.widget_area .post_item .post_info .post_info_counters a {
    color: #afb7b9;
}
.footer_style_dark.widget_area .post_info .post_info_counters .post_counters_item:before,
.footer_style_dark.widget_area .post_info .post_info_counters .post_counters_likes.disabled {
    color: #afb7b9;
    font-size: 13px;
    font-weight: 400;
}


.widget_area .post_title a:hover,
.widget_area .widget_text a:hover,
.widget_area .post_info a:hover,
.widget_area .post_item .post_info .post_info_author:hover{
	color: #052f43;
}
.post_info .post_info_counters .post_counters_item:before,
.post_info .post_info_counters .post_counters_likes.disabled {
    color: #aeb1b3;
}
.widget_area .post_item .post_info .post_info_author {
    color: #a0a5a8;
}


/* Dark sidebars */
.widget_area.bg_tint_dark .post_title a {
}
.widget_area.bg_tint_dark .widget_text a,
.widget_area.bg_tint_dark ul li a,
.widget_area.bg_tint_dark button:hover:before{
    color: #ffffff;
}
.widget_area.bg_tint_dark ul li:before,
.widget_area.bg_tint_dark ul li a:hover,
.widget_area.bg_tint_dark button:before {
    color: #ffffff;
}
.widget_area.bg_tint_dark .post_title a:hover,
.widget_area.bg_tint_dark .widget_text a:hover,
.widget_area.bg_tint_dark .post_info a:hover {
    color: #ffffff;
}
.widget_area.bg_tint_dark .post_item .post_info,
.widget_area.bg_tint_dark .widget_rss {
    color: #bac0c3;
}
.footer_style_dark.widget_area .post_title a:hover,
.footer_style_dark.widget_area .widget_text a:hover,
.footer_style_dark.widget_area .post_info a:hover,
.footer_style_dark.widget_area .post_item .post_info .post_info_author:hover,
.footer_style_dark.widget_area .post_info .post_info_counters .post_counters_item:hover,
.footer_style_dark.widget_area .post_info .post_info_counters .post_counters_item:hover:before,
.footer_style_dark.widget_area .post_info .post_info_counters .post_counters_likes.disabled:hover {
    color: #ffffff;
}


/* Widget: rss */
.widget_area .widget_rss li > a {

}


/* Widget: Search */
.widget_area .widget_search .search_button:hover {
    background: none !important;
}
.widget_area .widget_product_search .search_form,
.widget_area .widget_search .search_form {
	background-color:transparent;
	overflow:hidden;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.widget_area.bg_tint_dark .widget_product_search .search_form,
.widget_area.bg_tint_dark .widget_search .search_form {
	background-color:#bac0c3;
}
.widget_area .widget_product_search .search_field,
.widget_area .widget_search .search_field {
	width:100%;
	height: 48px;
	line-height:48px;
	padding-right:50px;
	padding-left:16px;
    font-size: 14px;
    font-weight: 400;
	background:#ffffff;
	border:none;
    opacity: 1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.widget_area .widget_product_search .search_button,
.widget_area .widget_search .search_button {
	position:absolute;
	right: 10px;
	top:0;
	font-size:20px;
	width:35px;
	height:48px;
	line-height:48px;
	padding:0;
    margin: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.widget_area .widget_product_search .search_button:before,
.widget_area .widget_search .search_button:before {
    color: #aeb1b3;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.widget_area .widget_search .search_button:hover:before {
    color: #ffcb4f;
}


/* Widget: Calendar */
.widget_area .widget_calendar td a:hover {
	background-color:#ffcb4f;
	color:#ffffff;
    border-color: #ffcb4f;
}
.widget_area .widget_calendar .today .day_wrap {
	background-color: #ffcb4f;
    color:#ffffff;
    border-color: #ffcb4f;
}
.widget_area .widget_calendar #calendar_wrap {
    padding: 12px 15px;
}
.widget_area .widget_calendar .month_cur {
    font-size: 20px;
}
.widget_area .widget_calendar thead tr + tr th {
    padding-top: 10px !important;
}


/* Widget: Tag Cloud */
.widget_area .widget_product_tag_cloud a,
.widget_area .widget_tag_cloud a {
	border:2px solid #e9eff2;
	background-color:transparent;
	color:#052f43;
}
.widget_area .widget_product_tag_cloud a:hover,
.widget_area .widget_tag_cloud a:hover {
	background-color: #e9eff2;
	color: #052f43;
}

.footer_style_dark.widget_area .widget_product_tag_cloud a,
.footer_style_dark.widget_area .widget_tag_cloud a {
    color: #ffffff;
}

.footer_style_dark.widget_area .widget_product_tag_cloud a:hover,
.footer_style_dark.widget_area .widget_tag_cloud a:hover {
    background-color: #e9eff2;
    color: #052f43;
}

/* Widget: ThemeREX Advertisement */
.widget_area .widget_advert .image_wrap {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}


/* Widget: ThemeREX Flickr */
.widget_area .widget_flickr .flickr_badge_image {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}



/* Left or Right sidebar */
.sidebar aside {
    padding: 0 35px;
}
.sidebar aside.widget_reviews {
    padding: 0;
}
.sidebar aside+aside {
	border-top: 1px solid #e1e3e4;
	margin-top:45px;
	padding-top:39px;
}




/* 10. Footer areas
-------------------------------------------------------------- */

/* Contacts */
.contacts_wrap.bg_tint_dark {
	color: #ffffff;
	background-color:#052f43;
}
.contacts_wrap.bg_tint_dark .logo .logo_text {
    color: #ffffff;
}

.contacts_wrap.bg_tint_light {
	background-color:#ffffff;
}


/* 11. Utils
-------------------------------------------------------------- */

/* Scroll to top */
.scroll_to_top {
	color: #fff;
	background-color:#ffcb4f;
	border:none;
}
.scroll_to_top:before { font-size: 18px; }
.scroll_to_top:hover {
	color: #fff;
	opacity: 0.8;
}
.custom_options #co_toggle {
	background-color:#ffcb4f !important;
	color: #ffffff;
	right: -38px !important;
}




/* 12. Registration and Login popups
-------------------------------------------------------------- */
.popup_wrap {
	background: #fff;
}
.popup_wrap input[type="text"],
.popup_wrap input[type="email"],
.popup_wrap input[type="password"] {
	font-size:1.1667em;
	line-height:1.5em;
	padding: 0.3em;
}
.user-popUp .formItems .popup_form .login_field.popup_form_field.icon:before{ color: #052f43; }
.user-popUp .formItems .popup_form .popup_form_field.icon:before { color: #052f43; }



/* 13. Third party plugins
------------------------------------------------------- */


/* 13.1 Media player
------------------------------------------------------- */

.mejs-controls button:hover,
.mejs-controls button:active { background-color:transparent !important; }



/* 13.2 WooCommerce
------------------------------------------------------ */

/* Theme colors */
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before,
.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price,.woocommerce ul.products li.product .price,.woocommerce-page ul.products li.product .price,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover,
.woocommerce .quantity input[type="button"]:hover, .woocommerce #content input[type="button"]:hover, .woocommerce-page .quantity input[type="button"]:hover, .woocommerce-page #content .quantity input[type="button"]:hover,
.woocommerce ul.cart_list li > .amount, .woocommerce ul.product_list_widget li > .amount, .woocommerce-page ul.cart_list li > .amount, .woocommerce-page ul.product_list_widget li > .amount,
.woocommerce ul.cart_list li span .amount, .woocommerce ul.product_list_widget li span .amount, .woocommerce-page ul.cart_list li span .amount, .woocommerce-page ul.product_list_widget li span .amount,
.woocommerce ul.cart_list li ins .amount, .woocommerce ul.product_list_widget li ins .amount, .woocommerce-page ul.cart_list li ins .amount, .woocommerce-page ul.product_list_widget li ins .amount,
.woocommerce.widget_shopping_cart .total .amount, .woocommerce .widget_shopping_cart .total .amount, .woocommerce-page.widget_shopping_cart .total .amount, .woocommerce-page .widget_shopping_cart .total .amount,
.woocommerce a:hover h3, .woocommerce-page a:hover h3,
.woocommerce .cart-collaterals .order-total strong, .woocommerce-page .cart-collaterals .order-total strong,
.woocommerce .checkout #order_review .order-total .amount, .woocommerce-page .checkout #order_review .order-total .amount,
.woocommerce .star-rating, .woocommerce-page .star-rating, .woocommerce .star-rating:before, .woocommerce-page .star-rating:before,
.widget_area .widgetWrap ul > li .star-rating span, .woocommerce #review_form #respond .stars a, .woocommerce-page #review_form #respond .stars a,
.woocommerce .summary .price,
.woocommerce-page .summary .price,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
ul.products li.product .price
{
	color: #ffcb4f;
}
.woocommerce-product-rating .woocommerce-review-link:hover,
.woocommerce-page .woocommerce-product-rating .woocommerce-review-link:hover,
.woocommerce .product_meta a:hover {}
header .sidebar_cart ul.cart_list li > a:hover {
    color: #ffcb4f;
}
header .sidebar_cart .widget_shopping_cart_content .cart_list li a.remove:hover {
    color: #ffcb4f !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #ffcb4f;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	background: #ffcb4f;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
	border-top-color: #ffcb4f;
}
.products .product_price {
    color: #ffcb4f;
}


/* Select fileds */
.woocommerce .woocommerce-ordering {
    width: 100%;
    margin-bottom: 30px;
}


/* Buttons */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce-page ul.products li.product .add_to_cart_button {
	background-color: rgba(255, 255, 255, 0);
    border: 2px solid #052f43;
	color: #052f43;
    border-radius: 0;

}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover,
.woocommerce-page ul.products li.product .add_to_cart_button:hover {
	background-color: #052f43;
    border-color: #052f43;
	color: #ffffff;
}

/* Remove button */
.woocommerce a.remove,
.woocommerce a.remove:hover {
	color: #ffffff !important;
	background-color:#052f43 !important;
}


/* Messages */
.article_style_boxed.woocommerce .woocommerce-error, .article_style_boxed.woocommerce .woocommerce-info, .article_style_boxed.woocommerce .woocommerce-message,
.article_style_boxed.woocommerce-page .woocommerce-error, .article_style_boxed.woocommerce-page .woocommerce-info, .article_style_boxed.woocommerce-page .woocommerce-message {
	background-color:#f4f7f9;
}
.article_style_boxed.woocommerce.archive .woocommerce-error, .article_style_boxed.woocommerce.archive .woocommerce-info, .article_style_boxed.woocommerce.archive .woocommerce-message,
.article_style_boxed.woocommerce-page.archive .woocommerce-error, .article_style_boxed.woocommerce-page.archive .woocommerce-info, .article_style_boxed.woocommerce-page.archive .woocommerce-message {
	background-color:#ffffff;
}


/* Products stream */
.woocommerce span.new, .woocommerce-page span.new,
.woocommerce span.onsale, .woocommerce-page span.onsale {
	color: #ffffff;
	background-color:#ffcb4f;
}
.article_style_boxed.woocommerce ul.products li.product .post_item_wrap, .article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap {
	background-color: #ffffff;
	overflow:hidden;
}
ul.products li.product h3 a,
ul.products li.product h3 a,
ul.products li.product .price,
ul.products li.product .price {
	color:#052f43;
}
ul.products li.product .star-rating:before,
ul.products li.product .star-rating span,
.woocommerce ul.products li.product h3 a:hover,
.woocommerce-page ul.products li.product h3 a:hover,
.products .product_cats a:hover {
	color:#052f43;
}



/* Pagination */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
	border:2px solid #63cac5;
	background-color: #63cac5;
	color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #63cac5;
	background-color: #ffffff;	
}


/* Single product */
.woocommerce div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce-page #content div.product div.images img {
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.woocommerce div.product div.images .thumbnails img,
.woocommerce #content div.product div.images .thumbnails img,
.woocommerce-page div.product div.images .thumbnails img,
.woocommerce-page #content div.product div.images .thumbnails img {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
	border: 1px solid #ccd0d1;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}



/* Cart */
.woocommerce table.cart, .woocommerce #content table.cart, .woocommerce-page table.cart, .woocommerce-page #content table.cart {
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
}
.woocommerce table.cart thead th, .woocommerce #content table.cart thead th, .woocommerce-page table.cart thead th, .woocommerce-page #content table.cart thead th {
	background-color:#f5f7f7;
	color: #989ea1;
}
.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
}



/* Widgets */
.woocommerce .menu_user_cart .widget_shopping_cart .quantity,
.woocommerce-page .menu_user_cart .widget_shopping_cart .quantity {
	color: #ffffff;
}
.woocommerce .menu_user_cart .widget_shopping_cart .total,
.woocommerce-page .menu_user_cart.widget_shopping_cart .total {
	color:#ffffff;
}


/* 13.3 Tribe Events
------------------------------------------------------- */
.tribe-events-calendar thead th {
	background-color:#63cac5;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.tribe-events-tooltip {
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.single-tribe_events .tribe-events-event-image {
	overflow:hidden;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
			border-radius: 15px;
}


/* Buttons */
a.tribe-events-read-more,
.tribe-events-button,
.tribe-events-nav-previous a,
.tribe-events-nav-next a,
.tribe-events-widget-link a,
.tribe-events-viewmore a {
	display:inline-block;
	text-align:center;
	padding:0.85em 1.15em;
	font-size:0.875em;
	line-height: 1.3em;
	font-weight:700;
	margin:0 0 4px 4px;
	background-color: #63cac5;
	color: #ffffff;
}
a.tribe-events-read-more:hover,
.tribe-events-button:hover,
.tribe-events-nav-previous a:hover,
.tribe-events-nav-next a:hover,
.tribe-events-widget-link a:hover,
.tribe-events-viewmore a:hover {
	border:none;
	background-color: #f15a23;
	color: #ffffff;
}




/* 13.4 BB Press and Buddy Press
------------------------------------------------------- */

/* Lists */
#bbpress-forums fieldset.bbp-form,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}

/* Buttons */
#bbpress-forums div.bbp-topic-content a,
#buddypress button, #buddypress a.button, #buddypress input[type="submit"], #buddypress input[type="button"], #buddypress input[type="reset"], #buddypress ul.button-nav li a, #buddypress div.generic-button a, #buddypress .comment-reply-link, a.bp-title-button, #buddypress div.item-list-tabs ul li.selected a {
	display:inline-block;
	text-align:center;
	padding:0.85em 1.15em !important;
	font-size:0.875em;
	line-height: 1.3em;
	font-weight:700;
	margin:0 0 4px 4px;
	border:none;
	background: #63cac5;
	color: #ffffff;
}
#bbpress-forums div.bbp-topic-content a:hover,
#buddypress button:hover, #buddypress a.button:hover, #buddypress input[type="submit"]:hover, #buddypress input[type="button"]:hover, #buddypress input[type="reset"]:hover, #buddypress ul.button-nav li a:hover, #buddypress div.generic-button a:hover, #buddypress .comment-reply-link:hover, a.bp-title-button:hover, #buddypress div.item-list-tabs ul li.selected a:hover {
	border:none;
	background: #f15a23;
	color: #ffffff;
}
#buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span {
	font-size:0.875em;
	padding:0.85em 1.15em;
	line-height: 1.3em;
	margin:0 0 4px 4px;
}


/* Images */
.bbpress img.avatar,
.buddypress img.avatar {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.bbpress img.avatar-14, .buddypress img.avatar-14 {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.bbpress img.avatar-50, .bbpress img.avatar-100, .bbpress img.avatar-150,
.buddypress img.avatar-50, .buddypress img.avatar-100, .buddypress img.avatar-150 {
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}



/* 14. Predefined classes for users
-------------------------------------------------------------- */
.texture_bg_green,
.texture_bg_dark  { background-image:url(images/bg_dark.jpg); }
.texture_bg_blue,
.texture_bg_light  { background-image:url(images/bg_light.jpg); }
.texture_bg_yellow  { background-image:url(images/bg_yellow.jpg); }

.texture_bg_slider:after,
.texture_bg_slider_full:after {
	content:' ';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	z-index:1;
	background: url(images/texture_top.png) center top repeat-x, url(images/texture_slider.png) left top repeat;
}
.texture_bg_slider_full:after {
	background: url(images/texture_center.png) center center no-repeat, url(images/texture_top.png) center top repeat-x, url(images/texture_slider.png) left top repeat;
}




/* 15. Shortcodes
-------------------------------------------------------------- */

.sc_accordion .sc_accordion_item .sc_accordion_title .sc_accordion_icon:before {
    background-color: #ffcb4f;
}
/* Accordion */
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title.ui-state-active {
	color:#f15a23;
}
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon:before,
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title:hover .sc_accordion_icon:before {
    background-color: #ffffff;
    color: #ffcb4f;
}
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title.ui-state-active .sc_accordion_icon_opened,
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title:hover .sc_accordion_icon_opened,
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title:hover .sc_accordion_icon_closed {
    color: #ffffff;
}
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title {
    background-color: #f5f8f9;
    color: #052f43;
}
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title:hover,
.sc_accordion.sc_accordion_style_1 .sc_accordion_item .sc_accordion_title.ui-state-active {
	color:#ffffff;
	background-color: #ffcb4f;
}

/* Style 2 */
.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title.ui-state-active,
.sc_accordion.sc_accordion_style_2 .sc_accordion_item .sc_accordion_title:hover {
    color: #ffcb4f;
}




/* Audio */
.sc_audio .sc_audio_author_name {
    color: #727a7c;
}
.sc_audio .sc_audio_title {
	color: #052f43;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
			border-radius: 0 !important;
	margin-top: 9px !important;
}
.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-time-rail .mejs-time-buffering,
.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-time-rail .mejs-time-current {
	height:4px !important;
}
.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #e0e4e6 !important;
    height: 4px !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    height: 4px !important;
}
.mejs-controls a.mejs-horizontal-volume-slider {
    margin-top: 2px !important;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
    display: none !important;
}
.mejs-controls .mejs-button button {
    background: #ffcb4f !important;
    height: 24px !important;
    width: 24px !important;
    line-height: 24px !important;
    margin: 2px 0 0 0 !important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.mejs-controls .mejs-play button:before,
.mejs-controls .mejs-pause button:before,
.mejs-controls .mejs-mute button:before,
.mejs-controls .mejs-unmute button:before {
    color: #ffffff;
    display: block;
    font-family: "fontello";
    font-size: 12px;
    font-weight: 300;
    height: 24px;
    line-height: 23px;
    position: absolute;
    text-align: center;
    text-indent: 0;
    width: 24px;
    top:0;
}
.mejs-controls .mejs-play button:before {
    content: '\e80f';
}
.mejs-controls .mejs-pause button:before {
    content: '\e826';
}
.mejs-controls .mejs-mute button:before {
    content: '\e828';
}
.mejs-controls .mejs-unmute button:before {
    content: '\e827';
}
.mejs-container .mejs-controls .mejs-time {
	padding-top:10px !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ffcb4f !important;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #e0e4e6 !important;
}



/* Button */
input[type="submit"],
input[type="button"],
button,
.sc_button {}

input[type="submit"],
input[type="button"],
button,
.sc_button {
	background-color: #ffcb4f;
    border: 2px solid #ffcb4f;
	color: #ffffff;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.sc_button:hover {
	background-color: rgba(255, 255, 255, 0);
	color:#ffcb4f;
    border-color: #ffcb4f;
}




/*custom*/
.sc_button_bg_custom_shift {
    background-color: rgba(255, 255, 255, 0) !important;
    border-color: #ffcb4f;
    color: #ffcb4f;
}
.sc_button_bg_custom_shift:hover,
.sc_button_bg_custom_shift:active {
    background-color: #ffcb4f !important;
    color: #ffffff !important;
}




/*dark*/
.sc_button_bg_dark {
    background-color: #052f43 !important;
    border-color: #052f43 !important;
    color: #ffffff !important;
}
.sc_button_bg_dark:hover,
.sc_button_bg_dark:active {
    background-color: rgba(255, 255, 255, 0) !important;
    border-color: #052f43 !important;
    color: #052f43 !important;
}
.sc_button_bg_dark_shift {
    background-color: rgba(255, 255, 255, 0) !important;
    border-color: #052f43 !important;
    color: #052f43 !important;
}
.sc_button_bg_dark_shift:hover,
.sc_button_bg_dark_shift:active {
    background-color: #052f43 !important;
    border-color: #052f43 !important;
    color: #ffffff !important;
}




/*dark*/
.sc_button_bg_light {
    background-color: #e9eff2 !important;
    border-color: #e9eff2 !important;
    color: #052f43 !important;
}
.sc_button_bg_light:hover,
.sc_button_bg_light:active {
    background-color: rgba(255, 255, 255, 0) !important;
    border-color: #e9eff2 !important;
    color: #052f43 !important;
}
.sc_button_bg_light_shift {
    background-color: rgba(255, 255, 255, 0) !important;
    border-color: #e9eff2 !important;
    color: #052f43 !important;
}
.sc_button_bg_light_shift:hover,
.sc_button_bg_light_shift:active {
    background-color: #e9eff2 !important;
    border-color: #e9eff2 !important;
    color: #052f43 !important;
}



/* Blogger */
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date { 
	background-color: #63cac5;
	border-color: #63cac5;
	color: #ffffff;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}
.sc_blogger.layout_date .sc_blogger_item .sc_blogger_date .year:before {
	border-color: #ffffff;
}



/* Countdown Style 1 */
.sc_countdown.sc_countdown_style_1 .sc_countdown_item {
    float: none;
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 3px solid #ffffff;
}
.sc_countdown.sc_countdown_style_1 .sc_countdown_item + .sc_countdown_item {
    margin-left: 40px;
}
.sc_countdown.sc_countdown_style_1 {
    font-weight:300;
}
.sc_countdown.sc_countdown_style_1 .sc_countdown_digits {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
    margin: 15px 0 0 0;
}
.sc_countdown.sc_countdown_style_1 .sc_countdown_label {
	color: #ffffff;
    font-size: 12px;
    display: block;
    margin-top: -1px;
}
.bg_tint_light .sc_countdown.sc_countdown_style_1 .sc_countdown_item {
    border-color: #909090;
}
.bg_tint_light .sc_countdown.sc_countdown_style_1 .sc_countdown_digits,
.bg_tint_light .sc_countdown.sc_countdown_style_1 .sc_countdown_label {
    color: #909090;
}

/* Countdown Style 2 */
.sc_countdown.sc_countdown_style_2 .sc_countdown_digits,
.sc_countdown.sc_countdown_style_2 .sc_countdown_separator {
	font-size:3em;
	font-weight:700;
	height: 1.3542em;
	line-height:1.3542em;
}
.sc_countdown.sc_countdown_style_2 .sc_countdown_separator {
	color: rgba(5,47,67, 0.6);
	font-weight:300;
}
.sc_countdown.sc_countdown_style_2 .sc_countdown_digits span {
	display:inline-block;
	text-align:center;
	width: 1.1458em;
	color: #ffffff;
	background-color: rgba(5,47,67, 0.4);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}
.sc_countdown.sc_countdown_style_2 .sc_countdown_digits span+span {
	margin-left:2px;
}
.sc_countdown.sc_countdown_style_2 .sc_countdown_label {
	color: rgba(5,47,67, 0.8);
	font-weight:400;
}



/* Dropcaps */
.sc_dropcaps .sc_dropcaps_item {
	overflow:hidden;
	color: #fff;
}
.sc_dropcaps.sc_dropcaps_style_1 .sc_dropcaps_item {
	color: #052f43;
	background-color: #e9eff2;
    margin-top:8px;
}
.sc_dropcaps.sc_dropcaps_style_2 .sc_dropcaps_item {
    background-color: #ffcb4f;
	margin-top:8px;
} 
.sc_dropcaps.sc_dropcaps_style_3 .sc_dropcaps_item {
	background-color: #ffcb4f;
	margin-top:8px;
} 
.sc_dropcaps.sc_dropcaps_style_4 .sc_dropcaps_item {
    color: #052f43;
    background-color: #e9eff2;
	margin-top:8px;
} 




/* Socials */



/* socials color style */
.sc_socials a span { color: #ffcb4f; }





/* Emailer */
.sc_emailer {
	overflow:hidden;
}
.sc_emailer.sc_emailer_opened {
}
.sc_emailer input {
	background-color:#f5f8f9;
}
.sc_emailer input:focus {
    color: #000000;
}
.sc_emailer input:focus::-moz-placeholder {
    color: #000000;
}
.sc_emailer input:focus::-webkit-input-placeholder {
    color: #000000;
}
.bg_tint_light .sc_emailer_form {
    border-color: #909090;
}
.bg_tint_light .sc_emailer input {
    color: #909090;
}
.bg_tint_light .sc_emailer input:focus {
    color: #909090;
}
.bg_tint_light .sc_emailer input:focus::-moz-placeholder {
    color: #909090;
}
.bg_tint_light .sc_emailer input:focus::-webkit-input-placeholder {
    color: #909090;
}



/* Highlight */
.sc_highlight_style_1 {
	color: #ffffff;
	background-color: #ffcb4f;
    padding: 2px 5px;
}
.sc_highlight_style_2 {
	color: #ffffff;
	background-color: #052f43;
    padding: 2px 5px;
}
.sc_highlight_style_3 {
	color: #ffffff;
	background-color: #855847;
    padding: 2px 5px;
}


/* WP Gallery */
.gallery .gallery-item a img {
}



/* Google map */
.sc_googlemap {
	overflow:hidden;
}



/* Quote */
blockquote.sc_quote.style_1 {
    background-color: #ffcb4f;
}

blockquote.sc_quote.style_1 a { color: #ffffff; }
blockquote.sc_quote.style_1 a:hover { color: #052f43; }

blockquote.sc_quote.style_2 {
    background-color: #e9eff2;
    border-left: 2px solid #052f43;
}



/* Icon */
.sc_icon_shape_square,
a .sc_icon_shape_square:after {
}




/* Image */
figure, 
.sc_image {
	overflow:hidden;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
figure figcaption,
.sc_image figcaption {
	font-size: 1.5em;
}
.sc_image_wrap figcaption,
.sc_image_wrap figcaption a {
    color: #63cac5;
}
figure.sc_image figcaption {
    background-color: #f5f8f9;
    bottom: 0;
    color: #aeb1b3;
    font-size: 14px;
    left: 0;
    line-height: 16px;
    margin-bottom: 0;
    padding: 10px 15px;
    position: absolute;
    right: 0;
    text-align: center;
}



/* Infobox */
.sc_infobox {}
.sc_infobox.sc_infobox_style_regular {	background-color:#f4f4f6; }
.sc_infobox.sc_infobox_style_regular:before { color: #5b5f62; }
.sc_infobox.sc_infobox_closeable.sc_infobox_style_regular:after {
    background: #ffffff;
    color: #777d80;
}

.sc_infobox.sc_infobox_style_info {		background-color:#53b7e5; color: #ffffff; }
.sc_infobox.sc_infobox_style_success {	background-color:#b5c408; color: #ffffff; }
.sc_infobox.sc_infobox_style_error {	background-color:#d62e2c; color: #ffffff; }



/* List */
.sc_list_style_iconed li:before,
.sc_list_style_iconed .sc_list_icon {
	color:#f15a23;
}


/* Number */
.sc_number_item {
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}


/* Popup */
.sc_popup:before {
	background-color:#ffcb4f;
}



/* Price block */
.sc_price_block .sc_price_block_head {
	background-color:#ffcb4f;
    padding: 18px 0 15px;
}
.sc_price_block {
	background-color:#ffffff;
}
.sc_price_block .sc_price_block_description {
    color: #727a7c;
}
.sc_price_block.sc_price_block_style_2 .sc_price_block_head {
    background-color:#052f43;
}


/* Scroll controls */
.sc_scroll_controls_wrap a {
    border: 2px solid #ccd0d1;
    color:#ccd0d1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.sc_scroll_controls_type_side .sc_scroll_controls_wrap a {
    border: 2px solid #ccd0d1;
    color:#ccd0d1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.sc_scroll_controls_wrap a:hover {
	color: #052f43;
	border-color:#052f43;
}



/* Skills */
.sc_skills_bar .sc_skills_item .sc_skills_count,
.sc_skills_counter .sc_skills_item.sc_skills_style_3 .sc_skills_count,
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_count,
.sc_skills_counter .sc_skills_item.sc_skills_style_4 .sc_skills_info {
	background-color: #ffcb4f;
}
.sc_skills_bar .sc_skills_item .sc_skills_count {
	border-color: #ffcb4f;
}



/* Slider */
.slider_wrap .sc_slider,
.isotope_wrap .sc_slider,
.related_wrap .sc_slider {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
.sc_slider_controls_wrap a {
    border: 2px solid #ffcb4f;
	color:#ffcb4f;
}
.sc_slider_controls_wrap a:hover {
	background-color:#ffcb4f;
	color:#ffffff;
}
.sc_slider_controls_wrap a:active {}
.sc_slider_swiper .sc_slider_info {
	background-color: rgba(5,47,67, 0.6) !important;
}
.sc_slider_pagination_area .sc_slider_pagination .post_item {
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
			border-radius: 0 !important;
}
.sc_slider_pagination.widget_area .post_item + .post_item {
	border-top: 1px solid #ccc;
}



/* Tabs */
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a {
	color: #052f43;
}
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li.ui-state-active a,
.sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:hover {
    border-bottom: 2px solid #ffcb4f;
}
.sc_scroll_bar .swiper-scrollbar-drag:before {
	background-color:#ffcb4f;
}
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
	border:2px solid #e9eff2;
	color: #052f43;
}
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:hover,
.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a {
    background-color: #ffcb4f;
    border-color: #ffcb4f;
    color: #ffffff;
}
.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:hover,
.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a {
    background-color: #e9eff2;
    border-color: #e9eff2;
}
.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a:hover,
.widget_area .sc_tabs.sc_tabs_style_2 .sc_tabs_titles li.ui-state-active a {
    color: #052f43;
}





/* Team */
.sc_team_item_socials .sc_socials.sc_socials_size_small a:hover {
    background-color: #ffcb4f;
    border-color: #ffcb4f;
}
.sc_team_item_socials .sc_socials.sc_socials_size_small a:hover span {
    color: #ffffff;
}




/* Testimonials */
.sc_testimonials .sc_testimonial_avatar {
	overflow:hidden;
	margin:0 auto 10px;
	width:50px;
	height:50px;
}
.sc_testimonials .sc_slider_controls_wrap { top:0; }

.bg_tint_light .sc_slider_swiper .sc_slider_pagination_wrap span {
    background-color: #ffcb4f;
}
.bg_tint_light .sc_slider_swiper .sc_slider_pagination_wrap span:hover,
.bg_tint_light .sc_slider_swiper .sc_slider_pagination_wrap .swiper-active-switch {
    background-color: transparent;
    border-color: #ffcb4f;
}
.bg_tint_dark .sc_slider_swiper .sc_slider_pagination_wrap span:hover,
.bg_tint_dark .sc_slider_swiper .sc_slider_pagination_wrap .swiper-active-switch {
    background-color: transparent;
    border-color: #ffcb4f;
}
.sc_testimonial_author a,
.sc_testimonial_author a:hover {
    color: #ffcb4f;
}
.sc_testimonials.style_2 .sc_testimonial_author a,
.sc_testimonials.style_2 .sc_testimonial_author a:hover {
    color: #052f43;
}
.sc_testimonials {
    background: url(images/bg_testimonials_right.png) right top no-repeat, url(images/bg_testimonials_left.png) left top no-repeat;
}




/* Title */
.sc_title_underline:after {
    border-color: #ffcb4f;
}
.sc_title_icon {
	color:#ffcb4f;
}
.sc_title_divider .sc_title_divider_before,
.sc_title_divider .sc_title_divider_after {
    background-color: #ffcb4f;
}



/* Toggles */
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title {
    overflow: hidden;
}
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active {
	color:#f15a23;
	border-color:#f15a23;
}
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon_opened,
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title:hover .sc_toggles_icon_opened,
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title:hover .sc_toggles_icon_closed {
	background-color:#f15a23;
}
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title:hover {
	color:#f15a23;
	border-color:#f15a23;
}
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_title:hover .sc_toggles_icon_opened {
	background-color:#f15a23;
}
.sc_toggles.sc_toggles_style_1 .sc_toggles_item .sc_toggles_content {
	border:1px solid #e4e7e8;
	border-top-width:0;
}
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title.ui-state-active {
	color:#f15a23;
}
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title .sc_toggles_icon {
	border: 2px solid #f15a23;
	background-color: #f15a23;
	color: #ffffff;
}
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_title.ui-state-active .sc_toggles_icon {
	color: #f15a23;
	background-color: #ffffff;
}
.sc_toggles.sc_toggles_style_2 .sc_toggles_item .sc_toggles_content {
	margin-left:2em;
	border:1px solid #e4e7e8;
}




/* Tooltip */
.sc_tooltip_parent .sc_tooltip,
.sc_tooltip_parent .sc_tooltip:before {
	background-color:#052f43;
}
.sc_tooltip_parent {
    border-color: #ffcb4f;
}




/* Twitter */
.bg_tint_light .sc_twitter .sc_slider_controls_wrap a:hover {}
.widget_area .widget_twitter ul li:before {
    color: #ffcb4f;
}



/* Video */
.sc_video_player,
.sc_video_player > .sc_video_frame,
.sc_video_player img,
.wp-video,
.wp-video-playlist {
	overflow:hidden;
}


/* Zoom */
.sc_zoom,
.zoomContainer {
	overflow:hidden;
}


/* Gallery */
.photostack nav span:hover {
    background: #ffcb4f;
}
.photostack nav span.current {
    background: #ffcb4f;
}



/* picker */
.picker__month,
.picker__year {
    color: #052f43;
}
.picker__weekday {
    background: #ffcb4f !important;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover,
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
    background: #e9eff2;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
    color: #052f43;
    cursor: pointer;
}
.picker__day--today:before,
.picker__button--today:before,
.picker__button--clear:before,
.sc_contact_form_topic .sc_contact_form_button button:focus {
    border-color: #f15a23;
}
.picker__button--close:before {
    color: #f15a23;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
    background: #fa6839;
}


.sc_contact_form .sc_contact_form_button button {
    background-color: transparent;
    border: 2px solid #ffcb4f;
    color: #ffcb4f;
}
.sc_contact_form .sc_contact_form_button button:hover,
.sc_contact_form_topic .sc_contact_form_button button:hover {
    background-color: #ffcb4f;
    border: 2px solid #ffcb4f;
    color: #ffffff;
}




/*fbuilder*/

#fbuilder input.codepeoplecalculatedfield {
    border-color: #ffcb4f;
}


.contact_info .info_icon:before {
    background-color: #ffcb4f;
}