/*
Theme Name: Pretech
Author: Bluesparc
Template: accelerate
Version: 1.0.0
*/


/*Global*/
body {
	background: transparent;
}
body, button, input, select, textarea {
	color: #333;
	font-family: Arial;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6 {
	color: #111;
	font-family: Arial;
	font-weight: bold;
	line-height: 1.4;
}
h3 {
	color: #344198;
	font-size: 1.5em;
}
h4 {
	font-size: 1.35em;
}
h5 {
	font-size: 1.2em;
}
p {
	font-family: Verdana;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
}

table[border="0"] th, table[border="0"] td {
	border: 0;
}

.blue {
	color: #344198;
}

.entry-content ul, .entry-content ol {
	font-family: Verdana;
	margin-bottom: 20px;
}
.entry-content ul.internal {
	//padding-left: 0;
}
.internal li {
	color: #344198;
    font-weight: bold;
    list-style-type: none;
    padding-left: 1.8em;
    padding-top: 0.8em;
	//background: url(images/tick.png) no-repeat;
}

/*Header*/
#header-text-nav-container {
	border-bottom: 0;
	background: transparent;
}
#header-text-nav-wrap {
	padding: 10px 0 5px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#header-text-nav-wrap:after {
	//display: none;
}

a.custom-logo-link img:hover {
	opacity: 1;
}

#header-right-section {
	min-width: 180px;
}

#masthead input.s {
	outline: 0;
	color: #fff;
	height: 25px;
	padding: 0.1em 0.2em;
	border: 0;
	border-radius: 4px;
	background: #555;
}
#masthead input.s::placeholder {
	color: #ccc;
	font-weight: 500;
}
#search-form input[type="submit"] {
	text-indent: 40px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-left: 3px;
	background: transparent;
	background-image: url(images/search-button.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/*Navigation*/
#site-navigation {
	margin-bottom: 5px;
}
#site-navigation li {
	font-family: Verdana;
}
#site-navigation a {
	font-size: 13px;
	padding: 0.5em 1.8em;
	transition: all .2s ease-in;
}
.main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li:hover > a {
	color: #9dccff!important;
	background: #555!important;
}

#site-navigation > div > ul {
	display: flex;
}
.main-navigation > div > ul > li {
	margin-right: 1px;
	display: flex;
	flex-grow: 1;
}
#site-navigation > div > ul > li:last-child {
	margin-right: 0;
}
.main-navigation > div > ul > li > a {
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #344198;
	flex-grow: 1;
}

.main-navigation ul li ul {
    left: 0;
	width: 250px;
}
.main-navigation ul li ul li a, .main-navigation ul li.current-menu-item ul li a, .main-navigation ul li ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor ul li a, .main-navigation ul li.current-menu-ancestor ul li a, .main-navigation ul li.current_page_item ul li a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-bottom: 0;
	opacity: 0.95;
	padding: 0.4em 1em;
	background: #555;
}

.sub-toggle.active {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

/*Footer*/
#colophon .footer-socket-wrapper {
	padding: 0;
	border-top: 0;
	background: transparent;
}

.footer-socket-area {
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #bbb;
}
.footer-socket-wrapper .copyright {
	float: none;
	max-width: none;
}

/*Page layout*/
body #page {
	border-top: 0;
	box-shadow: none;
}
.inner-wrap {
	max-width: 1024px;
}
#main {
	padding: 10px 0;
}
.no-sidebar-full-width #main {
	padding: 0;
}
#content .post, #content .page {
	padding: 0;
}
.page > .entry-header {
	display: none;
}
.search .page-header, .search .page > .entry-header {
	display: block;
}
.search #content .hentry {
	padding: 20px;
	border: 2px solid #999;
	margin-bottom: 20px;
}


#primary {
	width: 77%;
}
#secondary {
	width: 23%;
	min-height: 70vh;
}
.left-sidebar #secondary {
	padding-right: 50px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.left-sidebar #secondary:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: 20px;
	bottom: 0;
	width: 1px;
	height: 100%;
	background: #ccc;
}

.panel-grid-cell .so-panel {
	margin-bottom: 20px!important;
}
.panel-grid-cell .so-panel:last-child {
	margin-bottom: 0px!important;
}

/*Customize style*/
.sow-headline {
	font-weight: bold!important;
	text-transform: uppercase;
}

.widget-title span {
	padding-bottom: 0;
	border-bottom: 0!important;
}

.sow-image-container .so-widget-image {
	margin-bottom: 0;
}

#secondary h3.widget-title {
	font-size: 1.35em;
	line-height: 1.4;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
#secondary .widget_nav_menu h3 span:before, .footer-widgets-area .widget_nav_menu h3 span:before {
	display: none;
}

#secondary .widget ul.menu li {
	text-transform: uppercase;
	padding: 10px 0;
	border-color: #ddd;
}
#secondary .widget ul.menu li.current-menu-item a, #secondary .widget ul.menu li.current_page_item a {
	color: #f16637;
}

.caldera-grid {
	max-width: 500px;
	margin: auto;
}
.caldera-grid .row > * {
	min-height: 1px;
}

.caldera-grid br, .caldera-grid .form-group > p {
	height: 0;
	display: none;
}
.caldera-grid .form-group {
	margin-bottom: 5px!important;
}
.caldera-grid .form-group:before, .caldera-grid .form-group:after {
	content: '';
	display: table;
	clear: both;
}
.caldera-grid .form-group > * {
	float: right;
	width: 75%;
}
.caldera-grid .form-group > label {
	float: left;
	width: 25%;
	line-height: 30px;
}
.caldera-grid .last_row .form-group > * {
	float: none;
	width: 100%;
}

.caldera-grid .btn-default {
	color: #FFFFFF!important;
    font-weight: bold!important;
	width: 100%;
    //height: 27px;
    border: 0px!important;
	background-image: url(images/button.png)!important;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}


/*Responsive*/

@media (max-width: 1024px) {
#header-left-section {
	margin-right: 15px;
}

#site-navigation > div > ul {
	display: block;
}
.main-navigation > div > ul > li {
	display: block;
	margin-bottom: 1px;
}
#site-navigation a {
	padding: 0.5em 1.5em;
}
#site-navigation li.menu-item-has-children a {
	padding: 0.5em 1.5em;
	padding-right: 1.8em;
}
.sub-toggle {
	right: 0.6em;
}

#secondary {
	width: 27%;
}
#primary {
	width: 73%;
}

}
@media (max-width: 768px) {
.better-responsive-menu .main-navigation li .sub-toggle {
	padding: 0;
	background: transparent;
}
}
@media (max-width: 767px) {
#header-right-sidebar .searchform {
	width: 100%;
}

#site-navigation {
	text-align: center;
}
.main-small-navigation {
	background: transparent;
}
.site-header .menu-toggle {
	font-family: Arial;
	font-size: 1.3em;
	display: inline-block;
	margin-bottom: 1px;
	border-radius: 3px;
	background: #f2f2f2;
	transition: all .2s ease-in;
}
.site-header .menu-toggle:hover {
	color: #fff;
	background: #344198;
}
.site-header .menu-toggle:before {
	color: inherit!important;
}
.main-navigation > div > ul > li {
	display: none;
	background: #f2f2f2;
}
.main-small-navigation > div > ul {
	background: #fff;
}
.main-small-navigation li {
	background: #f2f2f2;
}
.main-small-navigation li:hover {
	background: #f2f2f2!important;
}
.main-small-navigation > div > ul > li > a {
	font-weight: bold;
	padding: 0.7em 1.5em;
	padding-right: 2.2em;
}
.main-small-navigation li.menu-item-has-children a {
	padding: 0.5em 1.5em;
}
.main-small-navigation > div > ul > li.menu-item-has-children > a {
	padding: 0.7em 1.5em;
	padding-right: 2.2em;
}
.better-responsive-menu .sub-toggle {
	right: 0.5em;
	top: 0.2em;
}

.sub-toggle.active {
    -webkit-transform: translateY(0%) rotate(180deg);
    -moz-transform: translateY(0%) rotate(180deg);
    -ms-transform: translateY(0%) rotate(180deg);
    -o-transform: translateY(0%) rotate(180deg);
    transform: translateY(0%) rotate(180deg);
}

.main-small-navigation ul li ul { 
	margin: 0 4px 1px;
}

.main-small-navigation ul li ul li a, .main-small-navigation ul li.current-menu-item ul li a, .main-small-navigation ul li ul li.current-menu-item a, .main-small-navigation ul li.current_page_ancestor ul li a, .main-small-navigation ul li.current-menu-ancestor ul li a, .main-small-navigation ul li.current_page_item ul li a {
	color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-bottom: 0;
    opacity: 0.95;
    background: #555;
}
.main-small-navigation ul li ul li a:hover, .main-small-navigation ul li ul li.current-menu-item a, .main-small-navigation ul li ul li.current_page_ancestor a, .main-small-navigation ul li ul li.current-menu-ancestor a, .main-small-navigation ul li ul li.current_page_item a, .main-small-navigation ul li ul li:hover > a {
	color: #9dccff;
	background: #555;
}

#secondary .widget, .error-404 .widget {
	font-size: 1em;
}

}
@media (max-width: 600px) {
#header-right-section {
	min-width: 100px;
}
#header-right-section #search-form input[type="submit"] {
	display: none;
}
#masthead input.s {
	width: 100%;
}

#secondary {
	float: none;
	width: 100%;
	margin-top: 30px;
	min-height: 0;
}
.left-sidebar #secondary {
	padding-right: 0;
}
.left-sidebar #secondary:after {
	display: none;
}

#secondary .widget_nav_menu {
	padding: 20px 30px;
	background: #f2f2f2;
}

#primary {
	float: none;
	width: 100%;
}

}
@media (max-width: 500px) {
#header-text-nav-container {
	position: relative;
}
#header-text-nav-wrap {
	display: block;
	
}
#header-right-section {
	padding-right: 90px;
}
#site-navigation {
	position: absolute;
	z-index: 9999;
	left: 5px;
	right: 5px;
	top: 100%;
	width: auto;
}
.site-header .menu-toggle {
	position: absolute;
	top: -45px;
	right: 10px;
	font-size: 1em;
	padding: 0.5em 1em;
}
.site-header .menu-toggle:before {
	font-size: 1em;
}

.entry-content ul, .entry-content ol {
	padding-left: .5em;
}

}








