/*
Theme Name: Robintek Child Theme
Theme URI: http: http://www.robintek.com/
Description: This is a custom child theme for Salient
Author: Robintek
Author URI: http://www.robintek.com/
Template: salient
Version: 0.1
*/

/*==== FONTS =======================================================================================*/

@font-face {
	font-family: "roboto-regular";
	src: url("/wp-content/themes/robintek-child/fonts/roboto-regular-webfont.eot"); /* EOT file for IE */
}

@font-face {
	font-family: "roboto-regular";
	src: url("/wp-content/themes/robintek-child/fonts/roboto-regular-webfont.ttf") format("truetype"); /* TTF file for IE */
}

@font-face {
	font-family: "roboto-light";
	src: url("/wp-content/themes/robintek-child/fonts/roboto-light-webfont.eot"); /* EOT file for IE */
}

@font-face {
	font-family: "roboto-light";
	src: url("/wp-content/themes/robintek-child/fonts/roboto-light-webfont.ttf") format("truetype"); /* TTF file for IE */
}

@font-face {
	font-family: "roboto-black";
	src: url("/wp-content/themes/robintek-child/fonts/roboto-black-webfont.eot"); /* EOT file for IE */
}

@font-face {
	font-family: "roboto-black";
	src: url("/wp-content/themes/robintek-child/fonts/roboto-black-webfont.ttf") format("truetype"); /* TTF file for IE */
}

@font-face {
	font-family: "roboto-medium";
	src: url("/wp-content/themes/robintek-child/fonts/roboto-medium-webfont.eot"); /* EOT file for IE */
}

@font-face {
	font-family: "roboto-medium";
	src: url("/wp-content/themes/robintek-child/fonts/roboto-medium-webfont.ttf") format("truetype"); /* TTF file for IE */
	}

body{
	font: 14px "roboto-regular";
	line-height: 24px;
}

/*==== About Us  =======================================================================================*/

.outer {
	display : flex;
	flex-wrap: wrap;
}

.person {
	width: 230px;
    margin-right: 12px;
	min-width: 175px;
	flex-grow: 1;
}

.double {
	background: #cf1530;
	color: #fff;
	margin-right: 12px;
	flex-grow: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 460px;
	max-height: 246px;
	padding: 15px 0;
	text-align: center;
}

.flex-content h1 {
	color: #fff !important;

}
.team-member ul.social li a {
    font-size: 14px;
}
/*==== HEADER =======================================================================================*/

#header-secondary-outer nav > ul > li > a{
	border-left: none!important;
}

#header-secondary-outer nav > ul > li:last-child{
	border-right: none!important;
}

.ascend #header-outer[data-full-width="true"] header#top nav ul #search-btn a{
	border-left: none!important;
}

body[data-header-color="custom"] header#top nav ul #search-btn > div {
	border-left: none;
}

header#top nav > ul > li > a {
	font: 16px "roboto-regular";
	text-transform: uppercase;
}

header#top nav >ul >li.megamenu >ul.sub-menu {	
	left: auto;
	width: 220px;
}

#header-outer .sf-menu ul.sub-menu li a {
	border-bottom: 1px solid rgba(204, 204, 204, 0.1)!important;
	font-family: 14px "roboto-medium"!important;
}

body:not([data-header-format="left-header"]) header#top nav >ul >li.megamenu >ul >li >a {
	letter-spacing: 1px;
}

/*==== FOOTER =======================================================================================*/

#copyright #rtek {
	color: #000!important; 
	float:right;
	text-align: right;
}

#footer-outer #copyright .col{
	width:100%;
}

.ascend #footer-outer .widget h4 {
	font: 16px "roboto-medium";
	letter-spacing: 0;
}

.ascend #footer-outer #footer-widgets .col ul li a {
	font-family: "roboto-medium";
}

.ascend #footer-outer #footer-widgets .col ul li {
	font-family: "roboto-light";
}

#footer-outer .widget_media_image {
	margin-bottom: 0;
}

.ascend #footer-outer #footer-widgets .col ul li a:hover,
#copyright #rtek:hover {
	color: #c91d2e!important;
}

body:not(.home) #footer-outer {
	border-top: 5px solid #c91d2d;
}

/*==== HOME PAGE =======================================================================================*/

.btn {
	background-color: transparent;
	border: 2px solid;
	display: inline-block;
	font: 16px "roboto-medium";
	padding: 15px 30px;
	text-transform: uppercase;
	transition: all 0.3s;
	vertical-align: middle;
}

.btn-white {
	border-color: #f8f8f8;
	color: #f8f8f8;
}

.btn-white:hover {
	color: #f8f8f8;
}

.btn-red {
	border-color: #c91d2d;
	color: #c91d2d;
}

.btn-red:hover {
	color: #f8f8f8;
	background-color: #c91d2d;
}

.btn-white:hover {
	background-color: #c91d2d;
	border-color: #c91d2d;
	color: #f8f8f8; 
}

#ready-row {
	font: 48px "roboto-medium";
}

body.home h1 {
	color: #c91d2d;
	font: 48px "roboto-light";
}

h3 {
	color: #7e7e7f;
	font: 24px "roboto-regular";
	text-transform: uppercase;
}

#three-box-row .box-col h3 {
	margin-bottom: 15px;
}

#three-box-row .box-col img {
	height: 45px;
	margin-bottom: 15px;
	transition: all 0.2s ease;
	will-change: opacity;
}

#three-box-row .box-col img:hover {
	opacity: 0.8;
}

#three-box-row .box-col p {
	color: #7e7e7f;
	font-size: 16px;
}

#three-box-row .box-col {
	border: 4px solid #919396;
	font-size: 16px;
	padding: 2% 3% 5%;
}

#three-box-row {
	margin-top: 30px;
}

#three-box-row .triangle-txt p a,
#three-box-row .triangle-txt p {
	color: #f8f8f8;
	font: 16px "roboto-black";
	padding: 5px 3px 5px 5px;
}

#three-box-row .triangle-txt a:before {
	border-bottom: 90px solid rgba(219, 52, 69, 0.6);
	border-left: 90px solid transparent;
	content: '';
	height: 0;
	width: 0;
	z-index: -9;
}

#three-box-row .triangle-txt a:after {
	border-bottom: 75px solid rgba(219, 52, 69, 0.3);
	border-left: 75px solid transparent;
	content: '';
	height: 0;
	transition: all 0.3s ease;
	width: 0;
	z-index: -9;
}

#three-box-row .triangle-txt a:hover:after {
	border-bottom: 90px solid rgba(219, 52, 69, 0.3);
	border-left: 90px solid transparent;
}

#three-box-row .triangle-txt,
#three-box-row .triangle-txt a:before,
#three-box-row .triangle-txt a:after {
	bottom: 0;
	position: absolute;
	right: 0;
}

#three-box-row .box-col {
	background-color: #ebebeb;
}

#three-box-row .triangle-txt a:after {
	border-bottom: 75px solid #c91d2e;
}

#three-box-row .triangle-txt a:before {
    border-bottom: 90px solid #d9606b;
}

#three-box-row h3 {
	font-weight: bold;
	color: #c91d2e;
}

#three-box-row .box-col {
	 border: none;
}

#three-box-row .triangle-txt p a, #three-box-row .triangle-txt p {
    font: 26px "roboto-black";
    padding: 5px 6px 5px 5px;
}

#gform_submit_button_1 {
	color: #ef3a4b !important;
}

body.page #header-outer header#top div.container nav ul.sf-menu li.current_page_item a:link {
	color: #ef3a4b!important;
}


#welcome-row p,
#welcome-row ul li {
	font: 18px "roboto-light";
}

#welcome-row ul li {
	padding-bottom: 10px;
}

#welcome-row .nectar-fancy-ul ul {
	margin-bottom: 0;
}

#welcome-row p {
	line-height: 28px;
	text-align: justify;
}

div[data-style="default"] .toggle h3 a, 
div[data-style="default"] .toggle h3 {
	color: #c91d2d;
	font: 18px "roboto-medium"!important;
	line-height: 18px!important;  
}

.toggle h3 a i {
	color: #c91d2d;
	left: auto;
   right: 13px;
}

body.home .toggle >div {
	background-color: #e1e1e1!important;
}

body .toggle.open h3 a {
	background-color: #ebebeb!important;
	color: #c91d2d!important;
}

.toggle.open h3 a i {
	color: #c91d2d;
}

.toggle h3 a {
	background-color: #ebebeb;
	padding: 14px 43px 16px 14px;
}

.toggle h3 a:hover {
	background-color: #ddd;
}

.icon-plus-sign:before {
	content: "\f067";
}

.icon-minus-sign:before {
	content: "\f068";
}

.nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
	font-size: 10px!important;
}

#featured-case-row .featured-col .featured-txt {
	background-color: rgba(219, 52, 69, 0.35)!important;
}

#featured-case-row .featured-col {
	background-color: rgba(219, 52, 69, 0.55)!important;
	margin: 0 -233px 0 233px!important;
	padding: 0 0 0 3%;
	transform: skewX(-30deg)!important;
}

#featured-case-row .featured-col .featured-txt .wpb_wrapper {
   margin: 0 26% 0 20%;
	max-width: 50%;   
   padding: 200px 3%;
	transform: skewX(30deg)!important;
}

/***********************************************************/
#featured-case-row-g .featured-col .featured-txt {
	background-color: rgba(235, 235, 235)!important;
}

#featured-case-row-g .featured-col {
	background-color: rgba(235, 235, 235, 0.55)!important;
	margin: 0 233px 0 -233px!important;
	padding: 0 3% 0 0;
	transform: skewX(30deg)!important;
}

#featured-case-row-g .featured-col .featured-txt .wpb_wrapper {
   margin: 0 20% 0 26%;
	max-width: 50%;   
   padding: 185px 3%;
	transform: skewX(-30deg)!important;
}

.page-id-9 .vc_separator .vc_sep_holder .vc_sep_line {
    top:0 !important;
}
/************************************************************/

::selection {
	background: #c91d2d;
	color: #f8f8f8;
}
::-moz-selection {
	background: #c91d2d;
	color: #f8f8f8;
}

body.home h2 {
	font: 36px "roboto-medium";
	text-transform: uppercase;
}
/*--- smaller front ---*/

#slider-row .home-slide .content {
	background-color: rgba(219, 52, 69, 0.35);
	height: 700px;
	left: 0;
	margin: 0px 202px 0 -202px;
	padding: 0;
	text-align: center;
	transform: skewX(30deg)!important;
	top: 0!important;
	width: 65%;
}

/*--- larger back ---*/
#slider-row .home-slide .content:before {
	background-color: rgba(219, 52, 69, 0.55);
	content: '';
	display: inline-block;
	left: 0;
	height: 100%;
	padding: 30px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -9;
}

#slider-row .home-slide .container {
	max-width: 100%;
}

#slider-row .home-slide .content h2 {
	font-family: "roboto-black";
	line-height: 70px;
	margin: 0 auto 0 50%;
	max-width: 400px;
	padding-top: 200px!important;
	text-align: center;
	text-transform: lowercase;
}

#slider-row .home-slide .content h2:after {
	background-color: #f2adb4;
	content: "";
	display: block;
	height: 5px;
	margin: 20px auto;
	width: 120px;
}

#slider-row .home-slide .button a {
	font: 16px "roboto-black";
	letter-spacing: 0;
}

#slider-row .home-slide .buttons {
	margin: 0 auto 0 80px;
}

#slider-row .home-slide .buttons, 
#slider-row .home-slide .content h2 {
	transform: skewX(-30deg);
}

#slider-row .home-slide .button a:hover {
	background-color: #c91d2d!important;
	border-color: #c91d2d;
	color: #f8f8f8;
}



/*==== SUB PAGES ======================================================================================*/

a#gf_1 {
	margin-top: -100px;
	padding-top: 100px;
	display: block;
}

.contact-info-col {
	font-size: 16px;
}

body .gform_wrapper li.hidden_label input {
	margin-top: 0;
}

h1 {
	font: 36px "roboto-medium";
}

body:not(.home) h2 {
	color: #565656!important;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

body:not(.home) .nectar-fancy-ul ul li {
	font-size: 16px;
	padding-bottom: 20px;
}

body:not(.home) .nectar-fancy-ul ul {
	margin-bottom: 0;
}

.nectar-fancy-ul ul li strong {
	font-family: "roboto-black";
}

.page-header-overlay-color:after {
	border-right: 50px solid #fc6170;
	left: -115px;	
	transform: skewX(30deg);
	width: 60%;
}

#page-header-bg h1 {
	border-bottom: 5px solid #f2adb4;
	display: inline-block;
	font: 60px "roboto-black";
   line-height: 60px;
   padding-bottom: 20px;
}

body.ascend {
	background-color: #fff!important;
}

#page-header-wrap {
	margin-bottom: 40px;
}


/*==== MEDIA QUERIES =================================================================================*/

@media (max-width: 1300px) {
	#slider-row .home-slide .content h2 {
	font-size: 50px!important;
	line-height: 50px!important;
	padding-top: 150px!important;
	}
	#slider-row .home-slide .buttons {
   margin: 0 -9% 0px 9%;
	}
	#featured-case-row .featured-col,
	#featured-case-row-g .featured-col {
	width: 90%!important;
	}
	#featured-case-row .hide,
	#featured-case-row-g .hide {
   width: 10%!important;
	}
}

@media (max-width:1000px){
	#copyright #rtek {
   float: none;
   text-align: center;
	}
	#footer-outer #copyright .container .col {
   width: 100%;
   text-align:center;
	}
	.hide {
	display: none;
	}
	#slider-row .home-slide .content h2 {
	font-size: 36px!important;
	line-height: 36px!important;
	margin: 0 auto 0 40%;
	padding-top: 80px!important;
	}
	#slider-row .home-slide .content {
	height: 400px;
	margin: 0px 103px 0 -103px!important;
	transform: skewX(20deg)!important;
	}
	#featured-case-row .featured-col .featured-txt > .wpb_wrapper,
	#featured-case-row .featured-col .vc_column-inner,
	#featured-case-row .featured-col,
	#featured-case-row .featured-col .featured-txt,
	#featured-case-row-g .featured-col .featured-txt > .wpb_wrapper,
	#featured-case-row-g .featured-col .vc_column-inner,
	#featured-case-row-g .featured-col,
	#featured-case-row-g .featured-col .featured-txt {
	margin: 0 auto!important;
	transform: none!important;	
	width: 100%!important;	
	}	
	#featured-case-row .featured-col .featured-txt .wpb_wrapper,
	#featured-case-row-g .featured-col .featured-txt .wpb_wrapper {
	max-width: 100%;
	padding: 5%;
	text-align: center;
	} 
	#featured-case-row .featured-col .featured-txt,
	#featured-case-row-g .featured-col .featured-txt {
   background-color: transparent!important;
	}
	#featured-case-row .featured-col {
	background-color: rgba(219, 52, 69, 0.8)!important;
	padding: 0;
	}
	
	#featured-case-row-g .featured-col{
	background-color: rgba(235, 235, 235)!important;
	padding: 0;
	}
	#featured-case-row .row-bg.using-image {
	
	}
	#slider-row .home-slide .buttons, 
	#slider-row .home-slide .content h2 {
	transform: skewX(-20deg)!important;
	}
	#slider-row .home-slide .content:before {
	padding: 20px;
	}
	#slider-row .home-slide .button a {
	font-size: 12px!important;
	}
	#slider-row .home-slide .buttons {
   margin: 0 auto 0 18%;
	}
	#three-box-row .box-col {
	padding: 2% 5% 10%;	
	}
	body.home h1 {
	font-size: 40px!important;
	}
	#welcome-row .welcome-txt-col p {
	text-align: center;
	}
	#welcome-row .welcome-toggle-col p {
	text-align: left;
	}
	#ready-row p {
	font-size: 36px;
	}
	#ready-row .btn {
	display: block;
	margin: 15px auto 0;
	max-width: 215px;
	}
	#ready-row {
   border-bottom: 5px solid #f6f6f6;
	}
}

@media (max-width:690px){
	#rtek {
   display: inline-block;
	}
	#slider-row,
	#slider-row .nectar-slider-wrap,
	#slider-row .swiper-container,
	#slider-row .swiper-slide {
	height: 350px!important;
	}
	#slider-row .home-slide .content {
	margin: 0px 178px 0 -178px!important;
	width: 100%;
	}
	#slider-row .home-slide .content h2 {
	font-size: 30px!important;
	line-height: 30px!important;
	margin: 0 auto 0 45%;
	}
	#slider-row .home-slide .content:before {
	padding: 15px;
	}
	#slider-row .home-slide .buttons {
   margin: 0 auto 0 25%;
	}
	#slider-row .home-slide .button a {
	padding: 5px!important;
	}
	#featured-case-row .featured-col .featured-txt > .wpb_wrapper,
	#featured-case-row .featured-col .vc_column-inner,
	#featured-case-row .featured-col,
	#featured-case-row .featured-col .featured-txt,
	#featured-case-row-g .featured-col .featured-txt > .wpb_wrapper,
	#featured-case-row-g .featured-col .vc_column-inner,
	#featured-case-row-g .featured-col,
	#featured-case-row-g .featured-col .featured-txt {
	text-align: center;
	transform: none!important;
	width: 100%;
	}
	#featured-case-row .featured-col,
	#featured-case-row-g .featured-col {
	margin: 0 auto!important;
	padding: 0;
	}
	.page-header-overlay-color:after {
	border-width: 20px;
	}
	#page-header-bg h1 {
	border-width: 3px;
	padding-bottom: 5px;
	}
}

@media (max-width: 480px){
	#slider-row .home-slide .button a {
	max-width: 140px;
	}
	#slider-row,
	#slider-row .nectar-slider-wrap,
	#slider-row .swiper-container,
	#slider-row .swiper-slide {
	height: 300px!important;
	}
	#slider-row .home-slide .content,	
	#slider-row .home-slide .buttons, 
	#slider-row .home-slide .content h2 {
	margin: 0 auto!important; 
	transform: none!important;
	}
	#slider-row .home-slide .container {
   max-width: 100%!important;
	}
	#three-box-row .box-col {
   padding: 5% 7% 15%;
	}
	#ready-row p {
   font-size: 26px;
	}
	.btn {
	font-size: 14px;
	padding: 10px 20px;
	}
	#welcome-row p, 
	#welcome-row ul li {
	font-size: 14px;
	line-height: 24px;
	}
	body.home h1 {
   font-size: 32px!important;
	}
	.page-header-overlay-color:after {
	left: -45px;
	transform: skewX(20deg);
	width: 80%;
	}
	#page-header-bg h1 {
	margin-left: 20px;
	}
	body:not(.home) .nectar-fancy-ul ul li {
   padding-bottom: 10px;
	}
}

@media (max-width: 360px){
	#footer-outer #footer-widgets .container {
	padding-left: 3%;
	}
	#slider-row .home-slide .content h2 {
	padding-top: 60px!important;
	}
}





