

	/********************************* [ GLOBAL STYLES ] *********************************/
		.clear { clear: both; }
		.clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
		.post, .page { margin: 0 !important; }
		div, span, ul, li, img, header, nav, footer, main, article, aside, section { position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
		body { position: relative; font-size: 1.3rem; font-weight: 400; font-family: 'Jost', sans-serif; color: #444; }
		
		/***************************/
		/* GLOBAL COLOUR - #bea000 */
		/***************************/
		
		a, a:visited { text-decoration: none; color: #bea000; }
		a:active, a:hover { text-decoration: underline; color: #bea000; }

		h1, h2, h3, h4, h5, h6 { margin: 0 0 40px; color: #bea000; letter-spacing: 0px; line-height: 0.7em; font-weight: 400; font-family: 'Jost', sans-serif; text-shadow: none; }
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #bea000; }
		h1 { font-size: 4rem; line-height: 4rem; font-weight: 200; }
		h2 { font-size: 2.2rem; line-height: 2.8rem; }
		h3 { font-size: 2rem; line-height: 2.6rem; }
		h4 { font-size: 1.8rem; line-height: 2.2rem; }
		h5 { font-size: 1.8rem; line-height: 2.2rem; }
		h6 { font-size: 1.5rem; line-height: 1.8rem; }
		strong { font-weight: 600; }
		p { margin: 0 0 2rem; }
		
		
		::-webkit-input-placeholder { color: #222; }
		::-moz-placeholder { color: #222; }
		:-ms-input-placeholder { color: #222; }
		:-moz-placeholder { color: #222; }
		
		input:focus, input:active { outline: none; }
		
		input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number], input.text, input.title, textarea, select { background-color: #fff; color: #222 !important; border: 1px solid #cecece; padding: 12px !important; color: #222; font-weight: 400; font-size: inherit; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
			input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=number]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color: #cecece; color: #222; box-shadow: 0 0 10px rgba(4,79,134,0.2); }


		.gfield_checkbox input[type="checkbox"] { opacity: 0; }
		.gfield_checkbox label::before{
			content: "";
			display: inline-block;
			height: 20px;
			width: 20px;
			left: 0;
			border: 2px solid;
			border-radius: 6px;
		}
		.gfield_checkbox label::after {
			content: "";
			display: inline-block;
			height: 8px;
			width: 12px;
			border-left: 2px solid;
			border-bottom: 2px solid;
			transform: rotate(-45deg);
		}
		.gfield_checkbox label { position: relative; padding-left: 26px !important; }
		.gfield_checkbox label::before, .gfield_checkbox label::after { position: absolute; }
		.gfield_checkbox label::before { top: 2px; }
		.gfield_checkbox label::after { left: 4px; top: 6px; }
		
		/*Hide the checkmark by default*/
		.gfield_checkbox input[type="checkbox"] + label::after {
			content: none;
		}
		/*Unhide the checkmark on the checked state*/
		.gfield_checkbox input[type="checkbox"]:checked + label::after {
			content: "";
		}
		/*Adding focus styles on the outer-box of the fake checkbox*/
		.gfield_checkbox input[type="checkbox"]:focus + label::before {
			outline: rgb(59, 153, 252) auto 5px;
		}
		
		
		input[type=button], input[type=submit], button, .button, a.read-more, .reply-container a, #commentform input#submit {
			-webkit-appearance: none; -moz-appearance: none; -o-appearance: none; /* For Mobiles */
			border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
			position: relative;
			background: #0178B0;
			border: 0px none;
			display: inline-block;
			cursor: pointer;
			color: #fff !important;
			font-size: 1rem;
			font-weight: 400;
			font-family: 'Jost', sans-serif;
			text-decoration: none !important;
			text-transform: uppercase;
			letter-spacing: 3px;
			line-height: 2rem;
			padding: 22px 60px 20px;
		}
		input[type=button] i, input[type=submit] i, button i, .button i, a.read-more i, .reply-container a i, #commentform input#submit i { margin-right: 10px; }
		input[type=button]:hover, input[type=submit]:hover, button:hover, .button:hover, a.read-more:hover, .reply-container a:hover, #commentform input#submit:hover {
			background: #004f74;
			text-decoration: none !important;
			color: #fff !important;
		}
		
		
		/* Change this class to whatever ID or class you wish to animate */
		input[type=button], input[type=submit], button, .button, a.read-more, .reply-container a, #commentform input#submit {
			-webkit-transition: all 0.1s ease-out;
			-moz-transition: all 0.1s ease-out;
			-ms-transition: all 0.1s ease-out;
			-o-transition: all 0.1s ease-out;
			transition: all 0.1s ease-out;
		}
		.main-navigation li a, .main-navigation li a::after, .main-navigation ul ul, #home-jobs ul li, ul#projects-loop li {
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
	/******************************* [ END GLOBAL STYLES ] *******************************/


	
	
	

	.container { margin: 0 auto; width: 1560px; }
	
	#primary { float: left; width: 70%; text-align: left; padding: 50px 0px; }
		.fullwidth #primary { float: none; width: auto; }
	#secondary { float: right; width: 30%; text-align: left; padding: 50px 0px; }
	
	
	/********************************* [ HEADER STYLES ] *********************************/
		.site-header { position: absolute; z-index: 11; width: 100%; }
			.site-branding { display: inline-block; position: relative; padding: 20px; }
				.site-branding img { display: block; max-width: 270px; }
	/******************************* [ END HEADER STYLES ] *******************************/
	
	
	
	/********************************* [ NAVIGATION STYLES ] *********************************/
		.main-navigation { float: right; width: auto; clear: right; margin-top: 27px; margin-right: 4%; }
			.main-navigation li { }
				.main-navigation li a { position: relative; display: inline-block; margin: 0px 20px; padding: 20px 0px; line-height: 1.3rem; font-size: 1.2rem; font-family: 'Jost', sans-serif; font-weight: 400; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; color: #fff; }
					.main-navigation li a:hover { text-decoration: none; color: #fff; }
					.main-navigation li a::after { position: absolute; bottom: 0px; left: 25%; z-index: 1; content: ''; width: 100%; height: 3px; background: rgba(190,160,0,0); }
						.main-navigation li.current_page_item a::after, .main-navigation li a:hover::after { left: 0; background: rgba(190,160,0,1); }
						
				.main-navigation li:last-child ul { margin-left: -150px; text-align: right; }
		
				.menu-item-has-children::before { position: absolute; z-index: 11; right: 7px; top: 50%; margin-top: -3px; content: ''; background: url(images/menu-dropdown.png) no-repeat 0 0; width: 11px; height: 6px; }
				.main-navigation ul ul { display: block; width: 300px; background: #193e6b; border-top: 3px solid rgba(190,160,0,1); margin-top: -3px; padding: 10px 0 15px; }
					.main-navigation ul ul a { width: 90%; font-size: 1.2rem; line-height: 1.8rem; padding: 12px 10px 7px; }
						.main-navigation ul ul a::after { display: none; }
			
			#mysticky-nav.wrapfixed { z-index: 999 !important; }
				#mysticky-nav.wrapfixed .site-branding { padding: 15px; }
					#mysticky-nav.wrapfixed .site-branding img { max-width: 150px; }
				#mysticky-nav.wrapfixed .main-navigation { margin-top: 12px; margin-right: 2%; }
					#mysticky-nav.wrapfixed .main-navigation a::after { display: none; }
	/******************************* [ END NAVIGATION STYLES ] *******************************/
	
	
	
	
	
	
	
	/********************** [ BODY STYLES ] **********************/
		#homepage-slider { }
			#slider-header { display: none; padding: 140px 0 30px; width: 60%; margin: 0 auto; }
			#slider-search-box { display: none; z-index: 11; background: #fff; border-radius: 10px; -webkit-border-radius: 10px; box-shadow: 0px 0px 30px rgba(0,120,174,0.1); -webkit-box-shadow: 0px 0px 30px rgba(0,120,174,0.1); padding: 20px 50px; width: 90%; }
				#slider-search-box strong { position: relative; display: block; text-align: center; text-transform: uppercase; font-size: 1rem; padding-bottom: 10px; }
				#slider-search-box div#ajaxsearchlite1 { z-index: 1; background: #fafafa; padding: 3px; border-radius: 10px !important; -webkit-border-radius: 10px !important; }
					#slider-search-box #ajaxsearchlite1 .probox, div.asl_w .probox { background-color: transparent !important; }
					#slider-search-box #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input { font-size: 1.1rem !important; }
	
	
	
		#home-top-search { padding: 0px 0px; }
			#home-top-search article { }
				#home-top-search article #search-box-top { z-index: 11; background: #fff; border-radius: 10px; -webkit-border-radius: 10px; box-shadow: 0px 0px 30px rgba(0,120,174,0.1); -webkit-box-shadow: 0px 0px 30px rgba(0,120,174,0.1); padding: 40px 50px; top: -50px; margin-bottom: -50px; }
				#home-top-search article #search-box-top strong { position: relative; display: block; text-align: center; text-transform: uppercase; font-size: 1.3rem; padding-bottom: 10px; margin-bottom: 20px; }
					#home-top-search article #search-box-top strong::after { position: absolute; content: ''; bottom: 0px; left: 50%; margin-left: -50px; width: 100px; height: 3px; background: #bea000; }
				#home-top-search article #search-box-top div#ajaxsearchlite1 { z-index: 1; background: #fafafa; padding: 10px; border-radius: 10px !important; -webkit-border-radius: 10px !important; }
					#home-top-search article #search-box-top #ajaxsearchlite1 .probox, div.asl_w .probox { background-color: transparent !important; }
					#home-top-search article #search-box-top #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input { font-size: 1.8rem !important; }
	
	
	
	
		#home-top-section { padding: 100px 0px; }
			#home-top-section article { }
			#home-top-section img { float: right; margin: 0 0 0 10%; }
			#home-top-section h1 { font-size: 3rem; line-height: 4rem; font-weight: 400; }
			#home-top-section p { font-size: 120%; }
			#home-top-section a { color: #444; text-decoration: underline; }
		
		
		
		
		#home-jobs { background: #e5eef2; text-align: center; padding: 100px 0; }
			#home-jobs ul { list-style: none outside none; margin: 0 0; padding: 0 0; display: flex; flex-direction: row; flex-wrap: wrap; }
				#home-jobs ul li { list-style: none outside none; margin: 0 0 30px; padding: 20px 20px 50px; top: 0; width: 32%; margin-right: 2%; background: #fff; border-radius: 10px; -webkit-border-radius: 10px; box-shadow: 0px 0px 30px rgba(0,120,174,0); -webkit-box-shadow: 0px 0px 30px rgba(0,120,174,0); }
					#home-jobs ul li:nth-child(3n+0) { margin-right: 0; }
				
					#home-jobs ul li a { display: block; }
					#home-jobs ul li img { display: block; width: 100%; height: auto; z-index: 0; margin-bottom: 10px; border-radius: 10px; -webkit-border-radius: 10px; }
					#home-jobs ul li .job-details { position: relative; display: block; text-align: left; font-size: 1.3rem; }
						#home-jobs ul li .job-details h3 { font-size: 1.3rem; margin-bottom: 1px; }
						#home-jobs ul li .job-details .job-meta { margin-bottom: 10px; font-size: 84%; color: #888; }
					#home-jobs ul li .job-link { position: absolute; bottom: 20px; left: 20px; font-size: 78%; }
					
				#home-jobs ul li:hover { top: -5px; z-index: 11; box-shadow: 0px 0px 30px rgba(0,120,174,0.1); -webkit-box-shadow: 0px 0px 30px rgba(0,120,174,0.1); }
		
		
		
		#home-testimonials { text-align: center; padding: 100px 0; }
		
		
		
		#home-callback { background: #0178b0; padding: 100px 0 70px; color: #fff; font-size: 2rem; }
			#home-callback img#callback-girl { position: absolute; bottom: -102px; left: 0; z-index: 2; }
			#home-callback #callback-text { margin-left: 46%; }
				#home-callback #callback-text h2 { color: #dfc121; font-size: 2.6rem; }
				#home-callback #callback-text a { color: #fff; text-decoration: underline; }
				#home-callback #callback-text .button { background-color: #dfc121; margin-top: 20px; font-size: 1.3rem; }
					#home-callback #callback-text .button:hover { background-color: #bea000; }
				
		
		
		#page-header { position: relative; top: 0; left: 0; width: 100%; background: #0178B0 url(images/bg-page-header.jpg) no-repeat 50% 50%; padding: 160px 0px 100px; }
			
			#header-search { width: 60%; margin-right: 3%; float: right; text-align: right; }
				#header-search strong { position: relative; display: inline-block; float: left; width: 35%; text-transform: uppercase; font-size: 1.3rem; line-height: 3.2rem; padding-right: 30px; color: #fff; }
					#header-search strong i { color: #bea000; font-size: 90%; vertical-align: middle; margin-top: -5px; margin-left: 5px; }
				#header-search #ajaxsearchlite1 { z-index: 1; width: 60%; background: #fafafa; padding: 3px; border-radius: 10px !important; -webkit-border-radius: 10px !important; }
					#header-search #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input { font-size: 1.3rem !important; }
					
					

			
	/******************** [ END BODY STYLES ] ********************/
	
	
	
	
	
	.page-content, .entry-content, .entry-summary { margin: 30px 10% 0 0; }
	.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation { display: none; }
	
	h1, h2, h3, h4, h5, h6 { clear: none !important; }
	.post.type-post { border-radius: 8px; -webkit-border-radius: 8px; border: 1px solid #cecece; padding: 4%; margin-right: 40px !important; margin-bottom: 20px !important; }
		.post.type-post h1 { margin-bottom: 10px; }
		.post.type-post #post-social-share { display: flex; flex-wrap: nowrap; justify-content: flex-start; align-content: flex-start; }
			.post.type-post #post-social-share div { max-width: 170px; }
	.post .post-thumbnail { max-width: 40%; float: right; margin: 0 0 50px 50px; border: 10px solid #eee; }
		.post .post-thumbnail img { display: block; }
	
	iframe { width: 100% !important; }
	
	
	ul#projects-loop { list-style: none outside none; margin: 0 0; padding: 0 0; display: flex; flex-direction: row; flex-wrap: wrap; }
		ul#projects-loop li { list-style: none outside none; margin: 0 0 30px; padding: 20px 20px 50px; top: 0; width: 32%; margin-right: 2%; background: #fff; border-radius: 10px; -webkit-border-radius: 10px; box-shadow: 0px 0px 30px rgba(0,120,174,0.1); -webkit-box-shadow: 0px 0px 30px rgba(0,120,174,0.1); }
			ul#projects-loop li:nth-child(3n+0) { margin-right: 0; }
		
			ul#projects-loop li a { display: block; }
			ul#projects-loop li img { display: block; width: 100%; height: auto; z-index: 0; margin-bottom: 10px; border-radius: 10px; -webkit-border-radius: 10px; }
			ul#projects-loop li .job-details { position: relative; display: block; text-align: left; font-size: 1.3rem; }
				ul#projects-loop li .job-details h3 { font-size: 1.3rem; line-height: 1.5rem; margin-bottom: 12px; }
				ul#projects-loop li .job-details .job-meta { margin-bottom: 10px; font-size: 84%; color: #888; }
			ul#projects-loop li .job-link { position: absolute; bottom: 20px; left: 20px; font-size: 78%; }
			
		ul#projects-loop li:hover { top: -5px; z-index: 11; }
		
		
		.post-job .gform_wrapper { background: #f2f2f2; padding: 6%; border-radius: 8px; -webkit-border-radius: 8px; }
			.post-job .gform_wrapper h2.gform_title { position: relative; padding-left: 80px; }
				.post-job .gform_wrapper h2.gform_title::before { position: absolute; left: 0px; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f2c2"; font-size: 140%; margin-top: 2px; }
	
	
	
	/********************************* [ SIDEBAR STYLES ] *********************************/
		#secondary { font-size: 90%; }
			.widget { padding: 50px; color: #fff; }
			.widget:nth-child(odd) { background: #0178b0; }
			.widget:nth-child(even) { background: #3390bc; }
				h2.widget-title { font-size: 1.8rem; color: #e7c929; }
				.widget a { color: #fff; }
				
			.rpwwt-post-title { font-weight: bold; }
	/******************************* [ END SIDEBAR STYLES ] *******************************/
	
	
	
	
	
	
	/********************************* [ FOOTER STYLES ] *********************************/
	
		.site-footer { width: 100%; float: left; position: relative; background: #0178b0 url(images/bg-footer.jpg) no-repeat 50% 50% fixed; background-size: cover; padding: 100px 0 50px; }
			.site-info { display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: space-evenly; color: #fff; }
				.site-info a { color: #fff; }
				.site-info section { width: 40%; padding-right: 8%; }
					.site-info section #footer-logo { margin-bottom: 30px; }
					.site-info section h5 { margin-bottom: 10px; font-size: 120%; }
					.site-info section .footer-left, .site-info section .footer-right { float: left; width: 50%; }
					.site-info section .footer-links { margin: 24px 0; }
						.site-info section .footer-links a { display: inline-block; margin-right: 5%; }
						.site-info section .footer-links a i { margin-right: 10px; font-size: 70%; }
				.site-info section:last-of-type { width: 60%; padding-right: 0; }
					
			.site-info-copy { font-size: 75%; color: #92bccf; border-top: 1px solid rgba(255,255,255,0.2); margin-top: 20px; padding-top: 20px; }
					#copyright a, #developed a { color: #92bccf; }
						#copyright a:hover, #developed a:hover { color: #fff; text-decoration: none; }
					#copyright { float: left; }
					#developed { float: right; }
		
		
		
		#back-top { padding: 0; bottom: 40px; position: fixed; z-index: 3; right: 20px; }
			#back-top a { display: block; width: 46px; color: #FFF; text-align: center; text-decoration: none; text-transform: uppercase; }
			#back-top span { background: #68c3e8 url(images/up-arrow.png) no-repeat 0 0; display: block; width: 46px; height: 46px; margin-bottom: 0; }
			
		#footer-toggle-menu { display: none; flex-direction: row; flex-wrap: wrap; align-items: stretch; justify-content: space-evenly; position: fixed; top: 0px; left: 0px; right: 0px; z-index: 99999; background: #006696; color: #fff; width: 100%; margin: 0 0; padding: 0 0; }
			#footer-toggle-menu li { display: block; width: 25%; vertical-align: middle; text-align: center; }
				#footer-toggle-menu li a { display: block; min-height: 62px; padding: 11px 0px 7px; color: #fff; font-size: 0.7rem; line-height: 1rem; font-family: 'Blinker', Arial, sans-serif; }
					#footer-toggle-menu li a i { display: block; margin: 0 auto; font-size: 1.4rem; min-height: 24px; }
					#footer-toggle-menu li a:hover{ opacity: 1.0; background: #01557d; text-decoration: none; }
					
					.shiftnav-toggle-button { background: #01557d; }
					.shiftnav-toggle * { line-height: 1.3rem !important; }
					.shiftnav .fa, .shiftnav-toggle .fa {
						font-family: "Font Awesome 5 Free" !important;
						font-weight: 900 !important;
					}
					.shiftnav-nav .menu-item-has-children::before { top: 1.6rem !important; right: 11px !important; }
					
					.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover { background: transparent !important; }
	/******************************* [ END FOOTER STYLES ] *******************************/
	
	
	
	
	
	
	
	
	/********************** [ GRAVITY FORMS STYLES ] **********************/
		.gform_wrapper { margin: 0 0 !important; }
			.gform_wrapper li { margin-top: 0 !important; }
					.gform_wrapper div.ginput_container input, .gform_wrapper div.ginput_container textarea { font-size: 1rem !important; padding: 12px !important; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; }
	/******************** [ END GRAVITY FORMS STYLES ] ********************/
	
	
	
	/* POPUP STYLES */
	.pum-theme-4592 .pum-content, .pum-theme-hello-box .pum-content { color: #444 !important; font-weight: 400 !important; font-size: 1.4rem !important; }
	.pum-theme-4592 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { color: #333 !important; background-color: transparent !important; font-size: 1.2rem !important; right: 10px !important; top: 7px !important; }
	
	
	
	
	
	/********************************* [ SHORTCODES STYLES ] *********************************/
	.shortcode-pdf { position: relative; padding: 15px 15px 15px 55px; margin-bottom: 24px; border: 2px dashed #e40000; line-height: 30px; }
		.shortcode-pdf::before { position: absolute; left: 20px; z-index: 1; font-weight: 900; font-family: "Font Awesome 5 Free"; content: '\f1c1'; font-size: 30px; line-height: 30px; color: #e40000; }
		.shortcode-pdf a { color: #222; }

	.shortcode-hr { position: relative; margin: 30px 0px; border-top: 2px solid #93acc7; }

	.shortcode-address, .shortcode-phone, .shortcode-email { position: relative; vertical-align: middle; margin-bottom: 24px; border: 2px dashed #ccc; padding: 18px; padding-right: 0px; line-height: 2.2rem; }
		.shortcode-address i, .shortcode-phone i, .shortcode-email i { font-size: 36px; margin: -2px 20px 0px 0px; vertical-align: middle; }
		.shortcode-address p, .shortcode-phone p, .shortcode-email p { padding-bottom: 0px; }

	.shortcode-cta { position: relative; display: block; border: 1px solid #ccc; background: #fff; font-size: 1.4rem; line-height: 2.7rem; color: #666; margin-bottom: 30px; text-align: center; padding: 30px 20%; }
		.shortcode-cta a { color: #666; font-size: inherit; text-decoration: underline; }
			.shortcode-cta a:hover { color: #048bcc; font-size: inherit; text-decoration: underline; }
			

	.shortcode-urllink { position: relative; padding-left: 30px; font-weight: bold; color: #048bcc; }
		.shortcode-urllink a { color: #048bcc; text-decoration: underline; }
			.shortcode-urllink a:hover { color: #048bcc; }
		.shortcode-urllink::before { position: absolute; left: 0px; z-index: 1; font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0c1"; }
	/******************************* [ END SHORTCODES STYLES ] *******************************/

	
	
	
	
	
	
	
	
	
	
	
	
	
	/********************************* [ RESPONSIVE STYLES ] *********************************/
		.post img, #logo { max-width: 100%; height: auto; width: auto; }
		embed, iframe, object, video { max-width: 100%; }

		@media only screen and ( max-width: 1600px ) {
			.container { width: 1160px; }
			#primary { width: 60%; }
			#secondary { width: 40%; }
			
			.main-navigation li a { font-size: 1.1rem; }
			
			#home-top-section h1 { font-size: 2.3rem; line-height: 3rem; }
			#home-callback { font-size: 1.7rem; }
			#home-callback img#callback-girl { max-width: 530px; }
			#home-callback #callback-text { margin-left: 51%; }
			
			#page-header { padding: 120px 0px 100px; }
			h1 { font-size: 3rem; }
			h2 { font-size: 1.8rem; line-height: 2.4rem; }
			h3, h4 { font-size: 1.4rem; line-height: 1.8rem; }
			
			.site-info section, .site-info section:last-of-type { padding: 0; width: 50%; }
				.site-info section .footer-links a { line-height: 3rem; }
		}
		
		
		
		

		@media only screen and ( max-width: 1260px ) {
			.container { width: 960px; }
			.site-branding img { max-width: 180px; }
			.main-navigation { }
				.main-navigation li a { font-size: 1rem; margin: 0px 11px; padding: 8px 0px; }
					.menu-item-has-children::before { right: 0; }
			
			#home-top-section, #home-jobs, #home-callback, #home-testimonials { padding: 70px 0px; }
				#home-top-section img { max-width: 320px;  }
				#home-top-section h1 { line-height: 3rem; }
				#home-jobs ul li .job-details h3 { font-size: 1.3rem; margin-bottom: 10px; line-height: 1.5rem; }
				#home-callback img#callback-girl { max-width: 480px; }
				#home-testimonials h2 { margin-bottom: 0px; }
				#home-top-section h1, #home-jobs h2, #home-callback #callback-text h2, #home-testimonials h2 { font-size: 2rem; }
			
			.site-info { flex-wrap: wrap; }
			.site-info section, .site-info section:last-of-type { width: 100%; }
					.site-info section #footer-logo { max-width: 200px; float: left; margin-bottom: 90px; margin-right: 10%; }
		}
		
		
		

		@media only screen and ( max-width: 980px ) {
			body.post, body.single, body.page { margin-top: 60px !important; }
			.container { width: 750px; }
			.site-branding { display: block; margin-top: 20px; }
				.site-branding img { margin: 0 auto; }
			.main-navigation { display: none; }
			
			#homepage-slider { background: url(images/bg-slider-mobile.jpg) no-repeat 0 0; min-height: 400px; }
			#slider-header { display: block; }
			#slider-search-box { display: block; }
			
			#rev_slider_1_1_forcefullwidth { display: none; }
			#home-top-search { display: none; }
			#home-top-section, #home-jobs, #home-callback, #home-testimonials { padding: 40px 0px; }
				#home-top-section img, #home-top-section p { display: none; }
				#home-top-section h1 { text-align: center; line-height: 2rem; margin-bottom: 0; }
				#home-top-section h1, #home-jobs h2, #home-callback #callback-text h2, #home-testimonials h2 { font-size: 1.6rem; }
				
				#home-jobs ul li { width: 48%; }
				#home-jobs ul li:nth-child(even) { margin-right: 0; }
					#home-jobs ul li .job-details { font-size: 1rem; }
			#home-callback { font-size: 1.3rem; }
				#home-callback #callback-text { margin-left: 42%; text-align: right; }
					#home-callback #callback-text h2 { margin-bottom: 10px; }
					#home-callback #callback-text .button { margin-top: 0; font-size: 1rem; padding: 22px 40px 20px; }
					#home-callback #callback-text p:last-of-type { margin-bottom: 0; }
				#home-callback img#callback-girl { max-width: 340px; bottom: -40px; }
				
				#home-testimonials .strong-view.wpmtst-modern .wpmtst-testimonial-content { font-size: 1.3rem !important; line-height: 1.7rem !important; }
			
			#page-header { padding: 140px 0px 40px; }
				#header-search { width: 80%; margin: 0 auto; float: none; text-align: center; }
					#header-search #ajaxsearchlite1 { width: 62%; }
			
			h1 { font-size: 2rem; line-height: 3rem; font-weight: 400; }
			h2 { font-size: 1.5rem; line-height: 2.2rem; }
			h3, h4 { font-size: 1.2rem; line-height: 1.6rem; }
			ul#projects-loop { }
				ul#projects-loop li, ul#projects-loop li:nth-child(3n+0) { width: 48%; margin-right: 2%; }
				ul#projects-loop li:nth-child(even) { margin-right: 0; }
					ul#projects-loop li h3 { font-size: 1.4rem; }
			#secondary { font-size: 83%; }
				.widget { padding: 24px; }
					h2.widget-title { font-size: 1.5rem; }
					.rpwwt-widget ul li { line-height: 1.3rem; }
			
			.site-footer { padding: 60px 0 50px; font-size: 85%; }
			.site-info section p:first-of-type { margin-bottom: 3px; }
			.site-info section #footer-logo { max-width: 160px; margin-right: 6%; }
			.site-info section .footer-links a { margin-right: 3%; }
			#footer-toggle-menu { display: flex; }
		}

		
		
		
		
		@media only screen and ( max-width: 768px ) {
			body.post, body.single, body.page { margin-top: 45px !important; }
			.container { width: auto; padding: 0px 20px; }
			#primary { width: auto; float: none; }
			#secondary {  width: auto; float: none; }
			
			.site-branding { display: block; margin-top: 20px; }
				.site-branding img { margin: 0 auto; }
			#homepage-slider { min-height: 360px; }
			#home-top-section h1, #home-jobs h2, #home-callback #callback-text h2, #home-testimonials h2 { font-size: 1.4rem; }
			#home-callback { padding: 40px 0 100px; }
				#home-callback img#callback-girl { max-width: 200px; left: auto; right: 0; bottom: -100px; }
				#home-callback #callback-text { margin-left: 0; text-align: center; }
					#home-callback #callback-text .button { padding: 12px 30px 10px; letter-spacing: 1px; }
			
			#page-header { padding: 140px 0px 40px; }
				#header-search { width: 80%; margin: 0 auto; float: none; text-align: center; }
					#header-search strong { font-size: 1.2rem; padding-right: 0; }
					#header-search #ajaxsearchlite1 { width: 62%; }
			
			h1 { font-size: 1.4rem; line-height: 3rem; }
			ul#projects-loop { }
				ul#projects-loop li, ul#projects-loop li:nth-child(3n+0) { width: 48%; margin-right: 2%; }
				ul#projects-loop li:nth-child(even) { margin-right: 0; }
					ul#projects-loop li h3 { font-size: 1.4rem; }
					
			.post .attachment-post-thumbnail { max-width: 100%; float: none; }
			#secondary { text-align: center; display: flex; flex-direction: row; flex-wrap: wrap; }
				.widget ul { padding: 0 0; margin: 0 0; }
				.widget { padding: 20px; width: 49%; margin-right: 2%; }
					.widget:nth-child(even) { margin-right: 0; }
					.widget.widget_tag_cloud { width: 100%; margin-right: 0; }
			
			.site-footer { text-align: center; float: none; padding: 60px 0 20px; }
				.site-info section #footer-logo { float: none; margin: 0 auto 30px; }
				.site-info section .footer-left, .site-info section .footer-right { float: none; width: auto; margin: 0 0 20px; }
			#copyright, #developed { float: none; text-align: center; padding: 20px 0 0; }
		}
		
		
		
		

		@media only screen and ( max-width: 479px ) {
			body { font-size: 1.1rem; }
			.container { width: auto; padding: 0px 20px; }
			#primary { width: auto; float: none; }
			#secondary {  width: auto; float: none; }
			
			input[type="button"], input[type="submit"], button, .button, a.read-more, .reply-container a, #commentform input#submit { display: block; padding: 12px 0px 10px; width: 100%; } 
			#slider-header { width: 80%; }
			#slider-search-box { padding: 15px 20px; }
			#home-jobs h2 { margin-bottom: 10px; }
			#home-jobs ul li { width: 100%; float: none; margin-right: 0; }
			#home-callback { padding: 40px 0 160px; }
				#home-callback img#callback-girl { max-width: 150px; left: 50%; right: 0; bottom: -160px; margin-left: -75px; }
			#home-testimonials .strong-view.wpmtst-modern .wpmtst-testimonial-content { font-size: 1.1rem !important; line-height: 1.4rem !important; }
				.strong-view.wpmtst-modern .wpmtst-testimonial-content::before, .strong-view.wpmtst-modern .wpmtst-testimonial-content::after { display: none !important; }
			
			#page-header { padding: 120px 0px 30px; }
				#header-search strong { display: block; float: none; width: auto; }
				#header-search #ajaxsearchlite1 { float: none; width: auto; }
				
			h1 { font-size: 1.6rem; line-height: 2rem; margin-bottom: 20px; }
			h2 { font-size: 1.3rem; line-height: 1.7rem; }
			ul#projects-loop { }
				ul#projects-loop li, ul#projects-loop li:nth-child(3n), ul#projects-loop li:nth-child(even) { width: 100%; margin-right: 0; }
					ul#projects-loop li h3 { font-size: 1.4rem; }
			.post.type-post { margin-right: 0 !important; }
			.alignleft { float: none; margin-right: 0; margin-bottom: 5px; }
			ul, ol { margin: 0 0 1.5em 0.5em; }
			
			#secondary { text-align: center; display: flex; flex-direction: row; flex-wrap: wrap; }
				.widget ul { padding: 0 0; margin: 0 0; }
				.widget { padding: 20px; width: 100%; margin-right: 0; }
					.widget:nth-child(even) { margin-right: 0; }
					.widget.widget_tag_cloud { width: 100%; margin-right: 0; }
			.site-info-copy { font-size: 95%; }
		}
	/********************************* [ RESPONSIVE STYLES ] *********************************/
	