@charset "utf-8";

:root {
--color-orange: #F26522;
--color-link-hover: #F26522;
--font-heading: 'Open Sans', sans-serif;
--font-heading-weight: 600;
--font-heading-size: 54px;
--font-text: 'Open Sans', sans-serif;
--font-text-weight: 400;
--font-text-size: 13px;
--container-width: 1167px;
}


/* Global */
*, *::before, *::after { box-sizing: border-box; }
body{ overflow-x: hidden; line-height: 22px;letter-spacing:0.2px; margin: 0; padding: 0; font-family: var(--font-text);}
body, p, .pure-g [class*="pure-u"]{ font-size: var(--font-text-size);  color:var(--color-text); font-family: var(--font-text); }
h1,h2,h3,h4,h5{ color: var(--color-heading); margin:0; padding-top: 5px;  padding-bottom: 10px; position: relative; font-family: var(--font-heading);  line-height: 22px; letter-spacing: normal; }
h1,h2{ font-size: var(--font-heading-size); padding: 5px 0 20px 0;  }
h3,h4{ /*font-size: 34px;*/ padding-top: 5px; padding-bottom: 10px; font-weight: 700; color:rgb(119, 119, 119);; font-size: 17px; }
h5{ font-size: 24px; text-transform: initial; }
h5,.subheading{ font-family: var(--font-text); font-size: 16px; text-transform: uppercase; display: inline-block; font-weight: 600; color:#576067; }
h5.has-text-align-center{ border:0; display: block; text-align: center; position: relative; }
h5.has-text-align-center:after{ position: absolute; height: 0; width: 250px; left:50%; transform: translateX(-50%); content: ""; bottom:0; }

a:hover{color: var(--color-orange); }
.titletext h2, h2 { font-weight: 700; color:rgb(119, 119, 119);; font-size: 27px; line-height: 1;}
p{color: rgb(119, 119, 119);}


/* Container */
.container, .container-full{ padding-left: 20px; padding-right: 20px; position: relative; }
.container{ max-width: var(--container-width); margin:0 auto; box-sizing: content-box; }
.container-full{ max-width: none; width: auto; width: 1230px;}
.container .container-full{ position: relative; left: 50%; transform: translateX(-50%); width: 1230px; }
.container .container, .container .container-full, .no-padding{  padding-left: 0px !important; padding-right: 0px !important; }
.container-full .container{ padding-left: 20px !important; padding-right: 20px !important; }
.container a{ color: var(--color-link); text-decoration: none; transition: color 0.2s; }
.container a:hover{ color: var(--color-link-hover); }
.container p, .pure-g p, .popup_modal p{ line-height: 22px;; margin-top: 0; margin-bottom: 0.8em; letter-spacing: normal; }

main{ padding: 50px 0px; padding-top: 122px;}
.home main{ padding: 40px 0px; padding-top: 160px;}
main strong{color: #777;}
main p{ color: #777;}
main ul{ color: #777;}


/* Popup Modal */
.popup_modal{ position:fixed; width:100%; height:100%; top:0; background:rgba(0,0,0,0.5); transition:all 0.6s; opacity:0; overflow-x: hidden; overflow-y:auto; z-index: -99; }
.popup_modal .close_modal_button{ position:absolute; top:10px; right:10px; width: 30px; height: 30px; padding: 7px; }
.popup_modal .close_modal_button svg{ width:15px; height:15px; }
.popup_modal .popup_dialog{ background: #FFF; position: relative; max-width: 600px; min-height: 250px; margin: 20px auto; }
.popup_modal .popup_dialog.popup_small{ max-width: 480px; }
.popup_modal .popup_dialog.popup_slide{ overflow-y: auto; transform: translateX(-100%); width: 80%; height: 100%; top:0; left:0; transition: all 0.3s; margin: 0; }
.popup_modal .popup_dialog.popup_slide.slide_right{ transform: translateX(100%); float: right; left: auto; }
.popup_modal .popup_content{ padding: 25px; overflow-x: hidden; overflow-y: auto; }
.popup_modal.show_modal{ opacity:1; z-index:100001; }
.popup_modal.show_modal .popup_dialog.popup_slide{ transform: translateX(0); }
html.popup_open, body.popup_open{ overflow: hidden; position: fixed; top: 0; bottom: 0; width: 100%; height: 100%; }


/* Inputs */
input[type=text], input[type=email], input[type=tel], input[type=number], textarea, select{ background: #fff !important; padding: 5px 10px !important; line-height: 1.2; height: 35px !important; width: 100%; outline: none; color: #777; text-align: left; border: 1px solid #e5e5e5 !important; border-radius: 3px !important; display: block !important; }
input[type=text]:focus, input[type=email]:focus,
input[type=tel]:focus, input[type=number]:focus, 
textarea:focus, select:focus { border: 1px solid #F26522 !important; }

select option{ color: #777; }
textarea{ height: 90px !important; border: 1px solid #e5e5e5 !important; margin: 5px 0 !important; padding: 5px !important; }
::-webkit-input-placeholder { color: #777; }
::-moz-placeholder { color: #777; opacity: 1; }
:-ms-input-placeholder { color: #777; }
:-moz-placeholder { color: #777; opacity: 1; }


/* Header menu */
.main_nav{  position:relative; /*margin-top: 35px;*/ min-width: 30%; padding-right: 38px; font-family: var(--font-text); float: right; padding-right: 50px;}
.main_nav .main_menu{ list-style: none; margin: 0; display: table; }
.main_nav .main_menu a{ font-size: 17px; position: relative; color: #666; text-decoration: none; transition: all 0.2s; }
.main_nav .main_menu > li{ position: relative; display: table-cell; vertical-align: top; }
.main_nav .main_menu > li > a{ display: block; text-decoration: none; padding-left: 13px; padding-right: 13px; padding-top: 52px; padding-bottom: 42px; margin-right: 0px; border: 0;  font-family: var(--font-text); font-size: 15px; font-weight: normal; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.main_nav .main_menu > li.new_budget:after{ content: "NEW"; position: absolute; width: 25px; height: 25px; border-radius: 50%; background: #fff; color: #666;
font-size: 10px; padding: 7px 1px; top: 0; right: 0; transform: translate(25%,-50%);  }
.main_nav .main_menu > li:hover > a,
.main_nav .main_menu > li.current-menu-parent > a,
.main_nav .main_menu > li.current-menu-item > a{ /*background-color: #fff;*/ border-top: 1px solid #F26522; color: var(--color-orange); font-family: var(--font-text); } 
.main_nav .main_menu > li:hover a:before{ display: none; }
.main_nav .main_menu ul{ padding: 20px 0; border-radius: 10px; min-width: 200px; position: absolute; background-color: #fff; opacity: 0; visibility: hidden; transition: all 0.3s; text-align: center; left: -55px; top: 100%;}
.main_nav .main_menu > li > ul { /*background: #fff;*/ padding-top: 10px; padding-bottom: 10px; padding-right: 2px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  border: 1px solid #e5e5e5;
-webkit-box-shadow: -3px 3px 13px rgba(0, 0, 0, 0.07), 3px 3px 13px rgba(0, 0, 0, 0.07);
-moz-box-shadow: -3px 3px 13px rgba(0, 0, 0, 0.07), 3px 3px 13px rgba(0, 0, 0, 0.07);
box-shadow: -3px 3px 13px rgba(0, 0, 0, 0.07), 3px 3px 13px rgba(0, 0, 0, 0.07); list-style: none;}
.main_nav .main_menu > li > ul:before{ position: absolute; left: 50%; top: 0; content: ""; width: 0; height: 0;  border-left: 10px solid transparent; border-right: 10px solid transparent;}
.main_nav .main_menu > li:hover > ul{ opacity: 1; z-index: 99; visibility: visible; }
.main_nav .main_menu ul li { float: none; background: none; margin:0; text-align: left; position: relative; }
.main_nav .main_menu ul li a { padding: 8px 20px 8px 20px !important; background: none !important; font-size: 13px; white-space: nowrap; display: block; color: #666 !important;  font-family: var(--font-text);}
.main_nav .main_menu ul li.current-menu-parent > a,
.main_nav .main_menu ul li.current-menu-item > a,
.main_nav .main_menu ul li:hover > a{ background: #f3f3f3 !important; color: #000 !important; }
.main_nav .main_menu ul li.menu-item-has-children > a { background-size: 15px 15px !important; background-repeat: no-repeat !important; background-position: 95% center !important;  font-family: var(--font-text);}
.main_nav .main_menu ul li:hover ul{ opacity: 1; visibility: visible; background: var(--color-darker-orange); }
.main_nav .main_menu ul ul{ position:absolute; top:0px; left:100%; }
/*.main_nav .main_menu ul ul li a{ text-transform: capitalize; }*/

/* Header */
.header{position: fixed; left: 50%; transform: translateX(-50%); z-index: 99999; background: #fff;
width: 100%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.header .orange-border{border-top: 3px solid #F26522; margin-bottom: 1px; margin: 0 auto;}
.header_wrap { position: relative;  z-index: 500; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;  margin: 0 auto; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; height: 122px;}
.header_wrap .logo { width: 28%;  position: relative; padding-top: 0px; padding-bottom: 0px;  padding-left: 0px; margin-top: 23px;  margin-bottom: 23px; display: inline-block; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.header_wrap .logo img { height: auto; width: 250px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.header_wrap .headersearch { position: absolute; right: 5px; top: 52px; z-index: 102; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.header_wrap .headersearch form { margin-top: -10px;}
.headersearch input {  text-indent: -500px;  cursor: pointer; border: 0 !important; width: 35px; background: #fff url(../images/search.png) no-repeat 0px center !important; padding-top: 5px; padding-bottom: 7px; padding-left: 0; padding-right: 0; height: 35px; margin-bottom: 0px; border-radius: 30px !important; font-family: 'Open Sans', sans-serif; }
.main_menu{ position: relative; margin: 0; margin-top: 0px; margin-right: 0px; z-index: 99; padding-top: 0px;    margin-right: 40px;  margin-top: -1px;}
.headersearch input:focus{ text-indent: 1px; padding-left: 35px !important; width: 550px; background-color: #f3f3f3 !important; transition: all 0.5s; border: 1px solid #f3f3f3 !important; color: #bbb !important;}
.headersearch input::placeholder { color: #bbb !important; z-index: 11; }

/* Fix Header */
.fix_header .header_wrap{ height: 62px; border-bottom: 1px solid #e5e5e5;}
.fix_header .logo { margin-top: 10px; margin-bottom: 13px; }
.fix_header .header_wrap .logo img { height: auto; width: 125px; margin-top: 0px;}
.fix_header .main_nav .main_menu > li > a{ padding-top: 20px; padding-bottom: 13px;}
.fix_header .header_wrap .headersearch{top: 25px;}


/* Header menu */
.menu_modal .popup_content{ padding: 0; padding-bottom: 20px; }
.mobile_main_nav ul{ list-style: none; padding: 0 !important;}
.mobile_main_nav ul li{ }
.mobile_main_nav .mobile_mobile_main_menu li{ list-style: none; position: relative; }
.mobile_main_nav .mobile_main_menu li.header-logo{ display: none; }
.mobile_main_nav .mobile_main_menu li > a{ font-family:  'Open Sans', sans-serif; text-decoration: none; color: #242526; display: block; padding: 5px 20px; line-height: 1.5; }
.mobile_main_nav .mobile_main_menu > li.active > a,
.mobile_main_nav .mobile_main_menu > li.current-menu-parent > a,
.mobile_main_nav .mobile_main_menu > li.current-menu-item > a,
.mobile_main_nav .mobile_main_menu li:hover > a{ background: #f2f2f2; }
/*.mobile_main_nav .mobile_main_menu > li.menu-item-has-children:before{ position:absolute; content:" "; width:15px; height:15px; right:20px; top:10px; background: url('../images/svg-icons.svg#svg_arrow_right_view') no-repeat center; background-size:100% auto; z-index:1; transform: rotate(90deg); }*/
/*.mobile_main_nav .mobile_main_menu > li.menu-item-has-children.active:before{ transform: rotate(-90deg); }*/
.mobile_main_nav .mobile_main_menu li.current-menu-item > a{ font-weight: bold; }
/*.mobile_main_nav .mobile_main_menu ul{ display: none; background: #f7f7f7;  }*/
.mobile_main_nav .mobile_main_menu ul li a{ padding-left: 40px; color: #404d52; font-family:  'Open Sans', sans-serif; }
.mobile_main_nav .mobile_main_menu ul ul li a{ padding-left: 60px; }

.menu_search_wrap{ padding: 15px; position: relative; }
.menu_search_wrap input[type="text"]{ width: 100%; display: block; border: 1px solid #242526; padding: 5px; }
.menu_search_wrap button { position:absolute; right:22px; top:22px; background:none; border:0; width:25px; height:25px; padding:0; }
.menu_search_wrap button .icon{ width: 25px; height: 25px; color: #000; }

.menu_search_wrap input::-webkit-input-placeholder { color: #000; }
.menu_search_wrap input::-moz-placeholder { color: #000; opacity: 1; }
.menu_search_wrap input:-ms-input-placeholder { color: #000; }
.menu_search_wrap input:-moz-placeholder { color: #000; opacity: 1; }


/* Footer*/
footer { position: relative; width: 100%; background: #444; float: left; margin-left: 0 !important;
padding-top: 20px !important; }
footer p a{ color: #bbb !important;}
footer a:hover{ color: #fff !important;}
footer h4{color: #fff; font-size: 17px; line-height: 20px; font-weight: 700 !important; margin-top: 0px; margin-bottom: 15px; font-size: var(--font-text); color: #777 !important;}
footer p{color: #888; font-size: var(--font-text);   font-size: 13px;}
footer .pure-g .pure-u-1-4{padding-right: 32px; margin-bottom: 80px;}
footer .pure-g .pure-u-1-4 a{color: #bbb ;}
footer .footer_links ul{margin: 0; margin-top: 0px; padding: 0; list-style: none; width: 100%; margin-top: -1px;}
footer .footer_links ul li:first-child { border-top: 0;  padding-top: 0; }
footer .footer_links ul li { float: left; width: 100%; border-bottom: 1px solid #4f4f4f; padding-top: 7px;
padding-bottom: 7px; line-heighhomet: 20px; }
footer .footer_links ul li a{ text-decoration: none; color: #bbb; position: relative; height: 100%; width:100%; display: block; padding-left: 12px;}
footer .footer_links ul li a:hover{ color: #fff;}
footer .footer_links ul li a::before { position: absolute; top: 6px; left: 0; height: 10px; width: 8px; background: url('../images/icons.svg#icon-arrow-bg') no-repeat; display: inline-block; text-decoration: none;  text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); content: '';}
.svg-icon:hover, svg.icon:hover, .svg_icon:hover{fill: #fff;}
svg.icon, .svg_icon, .svg-icon{ width: 25px; height: 15px; fill: currentColor; color: #666; transition: all 0.2s; }
.copyright_bar { background: #444; margin: auto; padding: 0; min-height: 60px; font-size: .8em; color: #888; }
.copyright_bar a{ color: var(--color-orange);}
.copyright_bar a:hover{ color: #111 !important;}
footer .footer_logo{ width: 80px; float: right;}
.footer .widget a { color: #bbb; }
.footer .widget ul { float: left; }
.footer .widget_nav_menu ul { margin: 0; margin-top: 0px; padding: 0; list-style: none;  width: 100%;
margin-top: -1px; }
.footer .widget_nav_menu ul li:first-child { border-top: 0;  padding-top: 0; }
.footer .widget_nav_menu ul li { float: left; width: 100%; border-bottom: 1px solid #4f4f4f;
padding-top: 7px; padding-bottom: 7px; }
.footer .widget_nav_menu ul li a::before { content: '\e75e'; font-family: 'fontello'; font-style: normal;
font-weight: normal;  speak: none; display: inline-block; text-decoration: inherit; width: 1em;
text-align: center;  line-height: 1em; font-size: 120%;text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);}


/* SOCIAL ICONS */
.social ul { margin: 0; padding: 0; }
.social li { float: left; display: inline; margin: 0; padding: 0; margin-right: 0px; }
.social li:last-child { margin-right: 0; }
.social li a { float: left; width: 32px; height: 32px; opacity: 1; background: #fff; -webkit-transition: all 0.0s; -moz-transition: all 0.0s; -o-transition: all 0.0s; -ms-transition: all 0.0s; }
.social .s_icon { float: left; font-size: 14px; color: #666; text-align: center; width: 32px; padding-top: 5px; -webkit-transition: all 0.0s; -moz-transition: all 0.0s; -o-transition: all 0.0s; -ms-transition: all 0.0s; }
.social li a:hover .s_icon { color: #fff; }
.social ul li a.so_facebook:hover { background: #4672b3; }
.social ul li a.so_twitter:hover { background: #099bcc; }
.social ul li a.so_gplus:hover { background: #da4a38; }
.social ul li a.so_pinterest:hover { background: #c32524; }
.social ul li a.so_vimeo:hover { background: #8bb225; }
.social ul li a.so_youtube:hover { background: #cb322c; }
.social ul li a.so_linkedin:hover { background: #2e8cc2; }
.social ul li a.so_rss:hover { background: #e97633; }
	
/*ToolTips*/
.tooltip{ position: relative;}
.tooltip:before{ content: attr(data-original-title); visibility: hidden; background-color: #555; color: #fff; text-align: center; border-radius: 5px; padding: 3px 10px; position: absolute; z-index: 1; bottom: -35px; left: -30px; opacity: 0; transition: opacity 0.3s; white-space: pre; font-size: 11px;}
/* .tooltip:hover{ opacity: 0.8; } */
.tooltip:hover:before{ visibility: visible; opacity: 0.8; }

/* Service Block HOME*/
.servicemodifier { float: left; margin-bottom: 0px !important; }
.servicewrap { float: left; position: relative; box-sizing:border-box; -moz-box-sizing:border-box; padding-bottom: 10px; -webkit-box-sizing:border-box; width: 100%; padding-top: 20px;}
.serviceicon { float: left; height: 70px; width: 70px; background: #666; margin-right: 0px;-webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; -ms-transition: all 0.4s; transition: all 0.4s; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.serviceicon div { height: 40px; width: 40px; text-align: center; }
a.service h5 { padding-left: 60px; font-weight: 400; margin-top: 5px; margin-bottom: 8px; line-height: 20px; -webkit-transition: all 0.2s; -moz-transition: all 0.4s; -o-transition: all 0.4s; -ms-transition: all 0.4s; transition: all 0.4s; color: #bbb; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; width: 100%;}
a.service h4 { padding-left: 60px; margin-top: 0px; margin-bottom: 2px; font-size: 27px; line-height: 27px; text-transform: none; font-weight: 300; text-align: left; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; -ms-transition: all 0.4s; transition: all 0.4s; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; width: 100%;}
a.service { float: left; margin-bottom: 34px; margin-top: -3px; text-align: left; color: #777; text-decoration: none; -webkit-transition: color 0.4s; -moz-transition: color 0.4s; -o-transition: color 0.4s; -ms-transition: color 0.4s; transition: color 0.4s; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; width: 100%;}
a.service .text { padding-left: 60px; float: left; padding-top: 5px; margin-top: 3px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; width: 100%; }
a.service:hover h4 { color: #F26522; }
a.service:hover h5 { color: #F26522; }
a.service p { margin-bottom: 0; font-size: 13px; }
a.service .serviceicon { font-size: 20px; line-height:38px; color: #fff; }
a.service:hover .serviceicon { background: #F26522; }
span.hlink { color: #F26522; float: left; margin-top: 8px; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; -ms-transition: all 0.4s; transition: all 0.4s;}
span.hlink:hover { color: #111; }
    
a.service .serviceicon { color: #fff; font-size: 35px; line-height: 35px; padding:30px; }
.serviceicon { background: #777 none repeat scroll 0 0; border-radius: 54px; height: 100px; float:none;
margin: auto; transition: all 0.4s ease 0s; width: 100px;}
a.service h4, a.service .text, a.service h5 {text-align:center; padding:0 22px;}
a.service h4 {margin-top:15px;}


/* Accordions */
.wpb_accordion_section.group { cursor: pointer; color: #666;; font-size: 15px; font-weight: 400;
background-color: #fff !important; border: 1px solid #e5e5e5 !important; border-radius: 5px; margin-bottom: 5px !important; padding: 3px !important;}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header, .wpb_content_element.wpb_tabs 
.wpb_tour_tabs_wrapper .wpb_tab { background-color: #fff !important;}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a { font-size: 15px !important;}
.wpb_accordion_section h3{padding-bottom: 0px !important;}
.wpb_accordion_header .ui-accordion-header .ui-corner-top .ui-state-default .ui-accordion-header-active 
.ui-state-active .ui-accordion-icons{ border-bottom: none !important;}
.wpb_accordion .wpb_accordion_wrapper .ui-accordion-header-active a { color: var(--color-orange);}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon{ background-image: none !important;}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{ background-image: none !important;}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before{content: '\2d' !important; font-size: 20px;}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before{content: '\2b'; font-size: 20px;}
.wpb_accordion_section .wpb_wrapper p a.main{ color: var(--color-orange);}
.ui-accordion-header-active .ui-state-active a{ color: var(--color-orange);}
.wpb_tour_tabs_wrapper .wpb_tab{ border: 1px solid #e5e5e5; border-top: none; border-radius: 5px; padding-bottom: 20px;}
.wpb_content_element .wpb_tabs_nav{ border-bottom: 1px solid #e5e5e5 !important; width: 92%;}
.ui-tabs-tab { margin-bottom: -1px !important; margin-right: 5px;}
.ui-tabs-anchor{  border: 1px solid #e5e5e5; border-top-left-radius: 5px; border-top-right-radius: 5px;}
.wpb_tabs .wpb_tabs_nav li{ margin-right: 5px !important;}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a{ color: #8BAA2B; background: #fff;}
.wpb_accordion.wpb_content_element.not-column-inherit { margin-bottom: 0;}

.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header{ background: none !important; } 
.wpb_accordion_section:hover{ background: #f3f3f3 !important; }
.wpb_accordion_section.cs-accordion-active{ background: none !important; }

.woocommerce h2 { font-size: 18px !important; /*margin-bottom: 28px !important;*/ margin-top: 20px !important; float: left; width: 100%;}
.woocommerce-loop-category__title mark{ background: none !important;}
.woocommerce .price { font-size: 15px !important; font-weight: normal !important; }
.single.single-product .woocommerce ul.products li.product a img,
.woocommerce ul.products li.product a img{display: none !important;}
.woocommerce ul.product_list_widget li img{display: none !important;}
.page ul.products li.product a img{ display: block !important;}
.home ul.products li.product a img{ display: none !important;}
.woocommerce ul.products li.product .onsale{display: none !important;}
.woocommerce ul.products li.product h3:hover, .woocommerce ul.products li.product a:hover { color: #f26522 !important;}
.woocommerce ul.products li.product a{ font-size: 13px;}
.woocommerce .products ul, .woocommerce ul.products { margin: 0 0 0em !important;} 
.woocommerce ul.products li.product { margin-bottom: 1.35em !important;} 
.woocommerce ul.product_list_widget li a{ color: var(--color-link-hover);}
.woocommerce ul.product_list_widget li a:hover{ color: #000;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{color: #515151;}
/* .woocommerce-Price-amount.amount, 
.woocommerce-Price-currencySymbol{color: #777;} */
.woocommerce-notices-wrapper{ margin-top: 25px;}
.home .woocommerce-Price-amount.amount, 
.home .woocommerce-Price-currencySymbol { color: #f26522 !important;}
.woocommerce span.onsale{ display: none !important;}
.woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button { height: 35px;}


.product_meta { color: #aaa;}
.product_meta a:hover{color: #777;}
.widget-1 { margin-bottom: 30px !important;}
.widget_shopping_cart_content{ margin-bottom: 30px;}
blockquote { font-size: 14px; line-height: 26px; color: #777; background: #eee; font-family: 'Open Sans', sans-serif; padding: 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 0; margin-left: 0; margin-bottom: 20px;}
blockquote p { margin-bottom: 0; font-size: 16px; font-weight: 300; line-height: 25px;}

.homepost { float: left; margin-bottom: 10px; border: 1px solid #e5e5e5; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-sizing: border-box; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box; padding-top: 18px; padding-left: 8px; padding-right: 20px; padding-bottom: 15px;}
.homeposts {float: left; margin-bottom: -1px;}
.blogpost .date, .homepost .date {float: left; width: 40px; position: absolute; margin-top: 0px;}
.homepost .date { margin-left: 5px;}
.homepost .post { float: right; width: 100%;}
.homepost .postbody { float: left; padding-left: 66px;}
.homepost h4 { float: left; font-size: 20px; margin-top: -5px; margin-bottom: 0px; width: 100%; padding-bottom: 0px !important;
font-weight: 300; }
.homepost .postinfo { margin-top: 0px; margin-bottom: 9px;}
.postinfo { float: left; font-size: 13px; margin-bottom: 9px; width: 100%; box-sizing: border-box;  -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.homepost .posttext { float: left; color: #777; font-size: 13px;}
.blogpost .day, .homepost .day { width: 40px; font-size: 27px; line-height: 27px; font-weight: 700; color: #666;
text-align: center; margin-top: -3px;}
.blogpost .month, .homepost .month { width: 40px; font-size: 14px; line-height: 12px; font-weight: 700;  color: #666;
text-align: center; padding-top: 3px;}
.wpb_heading.wpb_accordion_heading{ display: none;}

ul.product-categories { margin: 0; padding: 0; list-style: none;}
ul.product-categories li { float: left; width: 100%; color: #777; border-bottom: 1px solid #eee; border-top: 1px solid #fff; padding-top: 7px; padding-bottom: 7px;}
ul.product-categories li a { float: left; font-weight: normal; margin-right: 3px; color: #F26522; text-decoration: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; -ms-transition: all 0.3s;
transition: all 0.3s;}
ul.product-categories li a:hover { color: #111; text-decoration: none;}
h4.categories-title{ font-size: 18px !important; margin-top: 0px; font-weight: bold; color: rgb(119, 119, 119);}

.content_left_side{ width: 70%; float: left;}
.content_left_side p a{ color: #f26522;}
.content_left_side p a u { color: #f26522;} 
.content_left_side p a u:hover { color: #111;}
/* .right_side_bar .searchform{ margin-top: 50px;} */
.right_side_bar{ width: 25%; float: right; margin-bottom:40px; line-height: 22px; /*margin-top: 60px;*/}
.right_side_bar .searchform input[type="submit"]{ display: none; visibility: hidden;}
.right_side_bar li{ list-style: none;}
.footertitle h4 {float: left; color: #111; font-size: 17px; line-height: 20px; font-weight: 300;    margin-top: -3px; margin-bottom: 26px;  }
.right_side_bar .widget { float: left; margin-bottom: 35px; width: 100%; }

select.orderby{ font-family: 'Open Sans', sans-serif; display: inline-block; height: 35px; padding: 6px 10px !important; margin-bottom: 10px; font-size: 13px !important; font-weight: 300; line-height: 22px; color: #777 !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #fff;
border: 1px solid #e5e5e5; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-box-sizing: border-box; box-sizing: border-box; -webkit-box-sizing: border-box; }


.page-heading{ border-bottom: 1px solid #e5e5e5; background: #f3f3f3; padding: 30px 32px; margin-bottom: 30px;  }
.page-heading h1{ font-size: 30px; color: #666; padding: 0; width: 65%; line-height: 1; padding-left: 30px;}
.page-heading .breadcrumb{ float: right; color: #abb8c3; width: 33%; text-align: right; padding-right: 30px;}
.page-heading .breadcrumb a{ color: #bbb; font-size: 12px; }
.woocommerce .woocommerce-breadcrumb a:hover{ color: #111;}
.mobile_nav_menu{ display: none; background: #fff; border: 1px solid black;}
.mobile_nav_menu ul{ list-style: none;}
.mobile_menu { float: right; position: relative; margin-top: 30px; --webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
.mobile_menu form { opacity: 0; float: left; width: 40px; position: relative; padding: 0px; }
.mobile_menu	select { border: 1px solid #ddd; outline: none; overflow: hidden; font: 13px "Open Sans", sans-serif; color: #555;  width: 50%;  max-width: 50%; display: block; height: auto; padding: 10px 10px; }
.mobile_menu	select:before { content: '\2630'; }
.mobile_menu	option { outline: none; border: 0; overflow: hidden; font: 13px "Open Sans", sans-serif; color: #555; width: 50%; max-width: 50%; display: block; padding-left: 15px; }
.mobile_menu .icon-menu { cursor: pointer; position: absolute; font-size: 30px; background: #666; color: #fff; padding: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; right: 0px; display: none; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease;}
/* .mobile_menu { display: none; visibility: hidden;} */


/* All Our Coureses */
.all_our_courses ul{ list-style: none; position: relative;}
.all_our_courses ul li a{ font-size: 18px; font-weight: 700; color: var(--color-link-hover); width: 100%;}
.all_our_courses ul li{ width: 100%; position: relative; float: left; margin-top: 35px;}
.all_our_courses ul li ul{ border-top: 1px solid rgb(189, 189, 189);}
.all_our_courses ul li ul li{width: 24%; float: left; position: relative; margin-top: 5px; margin-right: 1%;}
.all_our_courses ul li ul li a{ font-weight: 300; font-size: 16px; border: none;}
.all_our_courses ul li a:hover{ color: #000;}

/* News */
.news-tags{ color: #777; padding-bottom: 10px;}
.news-tags a{color: #F26522;}
.news-tags a:hover{ color: #111;}
.all-news .news-date{ width: 6%; float: left;}
.all-news .news-info{ width: 93%; float: left;}
.all-news .news-date .day {font-size: 27px; line-height: 27px; font-weight: 700; color: #666; margin-top: -3px; margin-top: 5px;}
.all-news .news-date .month {font-size: 14px; line-height: 12px; font-weight: 700; color: #666; padding-top: 3px;}
.news-title h4 { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; float: left; width: 100%; font-size: 25px; line-height: 30px; margin-bottom: 0px; padding-bottom: 0;  text-align: left;}
.news-title h4 a{ color: #111 !important;}
.all-news .news-info .news-tags{ color: #777; padding-bottom: 10px;}
.all-news .news-info .news-tags a{color: #F26522;}
.all-news .news-info .news-tags a:hover{ color: #111;}
.news-text{float: left; border-bottom: 1px solid #e5e5e5; padding-bottom: 15px; margin-bottom: 30px; padding-right: 140px; position: relative;}
.read-more-button{ position: absolute; right: 0px; top: 20px;}
.read-more-button a.btn-readmore { color: #fff !important; text-shadow: none; background: #F26522; font-weight: 700; font-size: 15px; text-shadow: none !important; border: 0 !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; -webkit-transition: all 0.3s !important; -moz-transition: all 0.3s !important; -o-transition: all 0.3s !important; -ms-transition: all 0.3s !important; transition: all 0.3s !important; padding-bottom: 9px !important; padding-left: 14px !important;
padding-right: 14px !important; padding-top: 9px !important; border-radius: 5px;}
.news-tags{ color: #777; padding-bottom: 10px;}
.news-tags a, .single-news a{color: #F26522;}
.news-tags a:hover, .single-news a:hover{ color: #111;}
.single-news ul{list-style: none; display: inline; padding-left: 0;}
.single-news ul li{ width: 100px; display: inline; }
.single-news ul li a{color: #F26522;}

/* News Sidebar */
.sidebar { font-size: 13px; line-height: 22px; margin-top: 60px;}
.right { float: right;}
.widget-1 { margin-bottom: 30px !important; display: block; width: 100%;}
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
.sidebar .widget { float: left; margin-bottom: 50px;}
.sidebar .footertitle { float: left; width: 100%;}
.sidebar .footertitle h4 { float: left; color: #111; font-size: 17px; line-height: 20px; font-weight: 300;  margin-top: -3px; margin-bottom: 26px;}
.widget h4 { font-weight: 700 !important; color: #777 !important;}
.sidebar .widget ul, .footer .widget ul { float: left;}
.widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_recent_entries ul { margin: 0; padding: 0;
list-style: none;}
.widget_archive ul li:first-child, .widget_categories ul li:first-child, .widget_meta ul li:first-child, .widget_recent_entries ul li:first-child { border-top: 0;  padding-top: 0;}
.widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_recent_entries ul li { float: left;
width: 100%; border-bottom: 1px solid #eee; border-top: 0; padding-top: 7px; padding-bottom: 7px;}
.widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a, .widget_recent_entries ul li a {
float: left; color: #111; font-weight: 300;}
.widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a, .widget_recent_entries ul li a {
color: #111; font-weight: 300;}
.widget_archive ul li a::before, .widget_categories ul li a::before, .widget_meta ul li a::before, .widget_recent_entries ul li a::before { float: left; font-family: 'fontello'; content: '\e75e'; font-size: 15px;
line-height: 15px; text-shadow: none; margin-right: 8px; margin-left: 1px; margin-top: 2px; color: #F26522;
-webkit-transition: all 0.15s; -moz-transition: all 0.15s; -o-transition: all 0.15s; -ms-transition: all 0.15s;
transition: all 0.15s;}
ul#recentcomments { list-style: none; margin: 0; padding: 0; position: relative;}
.sidebar .widget ul, .footer .widget ul { float: left;}
ul#recentcomments li { float: left; font-size: 12px; padding-left: 36px; color: #bbb; width: 100%; border-bottom: 1px solid #eee; padding-top: 7px; padding-bottom: 7px; box-sizing: border-box; -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;}
ul#recentcomments li:first-child { border-top: 0; padding-top: 0;}
ul#recentcomments li::before { position: absolute; left: 0px; font-family: 'fontello'; content: '\e829'; font-size: 25px; line-height: 25px; margin-top: 6px; float: left; color: #f0f0f0; text-shadow: 0 1px 0 rgba(0,0,0,0.25);}
ul#recentcomments li { font-size: 12px; color: #bbb;}
ul#recentcomments li a {float: left; width: 100%; padding-left: 19px; color: #111; font-weight: 300;font-size: 13px;}
ul#recentcomments li a { float: left; width: 100%; padding-left: 19px; color: #111; font-weight: 300;}
ul#recentcomments li a.url { float: none; width: auto; padding-left: 0px; color: #F26522; font-weight: 400;
font-size: 12px;}


.fix_header .mobile_menu{ margin-top: 10px; }
.fix_header .mobile_menu .icon-menu{ font-size: 25px;}

/* Pagination */
.pagination-wrapper{ position: relative; float: right; min-width: 200px; margin-bottom: 50px; margin-top: 10px;}
.pagination-wrapper ul { list-style: none;}
.pagination-wrapper ul li {width: 32px; height: 30px; border: 1px solid #aaa; text-align: center;    padding: 2px; border-radius: 5px; float: left; margin-right: 10px;}
.pagination-wrapper ul li a{display: block;}
.pagination-wrapper .current{ color: #F26522;}

.cart-contents {  position: absolute; top: 52px; left: auto; right: 45px; display: flex; z-index: 999; transition: all 0.5s ease !important;} 
.cart-contents > img{ width: 20px; height: auto;}
.cart-contents-count{ color: #666;;  font-weight: 600;}

.fix_header .cart-contents{ top: 22px; }

@media only screen and (min-width: 980px) and (max-width: 1199px){
.container{width: 940px !important;}
.container-full,
.container .container-full{width: 1000px;}
}

@media only screen and (min-width: 768px) and (max-width: 979px){
.container { width: 724px !important;}
.container-full,
.container .container-full{width: 784px;}
.main_nav .main_menu > li > a { padding-left: 10px; padding-right: 10px; font-size: 13px;}
footer .pure-g .pure-u-1-4 {padding-right: 12px;}
}

@media screen and (max-width: 767px){
.header_wrap .logo img { height: auto; max-width: 250px; }
.main_nav{ display: none; visibility: hidden; }
.mobile_menu { display: inline-block; visibility: visible; height: 50px !important; width: 50%;}
/* .mobile_menu ul{ height: 50px;} */
.header_wrap .headersearch { right: 70px; top: 42px; z-index: 999;}
.headersearch input:focus{ width: 100%;}
.container { width: 90% !important;}
.container-full,
.container .container-full{ width: 100vw !important;}
.mobile_menu .icon-menu{display: inline-block;}
.all_our_courses ul li ul li{ width: 45%; margin-right: 2%;}
.content_left_side, .right_side_bar{ width: 100%; float: left;}

.cart-contents { top: 40px; right: 105px;}
.fix_header .cart-contents { top: 17px; }
}

@media screen and (max-width: 480px){
.header_wrap .logo img { height: auto; max-width: 190px; }
.header_wrap { height: 100px; padding: 0;}
.mobile_menu .icon-menu { font-size: 22px;}
  .header_wrap .headersearch { right: 60px; top: 40px;}
.cart-contents { top: 37px; right: 95px;}

}

@media screen and (max-width: 380px){
.header_wrap .logo img { height: auto; max-width: 160px; }
.header_wrap { height: 94px;}

}

@media screen and (max-width: 349px){
.header_wrap .logo img { height: auto; max-width: 150px; }
.header_wrap .headersearch { right: 54px;}
.cart-contents { right: 88px}
}