/*
	Theme Name: Garry Nairn
	Theme URI: http://ryandimaculangan.weebly.com
	Description: This theme is created by Ryan Dimaculangan
	Version: 0.1.0
	Author: Ryan Dimaculangan
	Author URI: http://ryandimaculangan.weebly.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-texdecoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

@font-face {
	font-family:'Bebas Neue';
	src: url('fonts/BebasNeue.eot');
	src: url('fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
		url('fonts/BebasNeue.woff2') format('woff2'),
		url('fonts/BebasNeue.woff') format('woff'),
		url('fonts/BebasNeue.ttf') format('truetype'),
		url('fonts/BebasNeue.otf') format('opentype'),
		url('fonts/BebasNeue.svg#BebasNeue') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}
@font-face {
	font-family:'Calibri';
	src: url('fonts/Calibri.eot');
	src: url('fonts/Calibri.eot?#iefix') format('embedded-opentype'),
		url('fonts/Calibri.woff2') format('woff2'),
		url('fonts/Calibri.woff') format('woff'),
		url('fonts/Calibri.ttf') format('truetype'),
		url('fonts/Calibri.otf') format('opentype'),
		url('fonts/Calibri.svg#Calibri') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2083;
}
@font-face {
	font-family:'Calibri Light';
	src: url('fonts/Calibri Light.eot');
	src: url('fonts/Calibri Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Calibri Light.woff2') format('woff2'),
		url('fonts/Calibri Light.woff') format('woff'),
		url('fonts/Calibri Light.ttf') format('truetype'),
		url('fonts/Calibri Light.otf') format('opentype'),
		url('fonts/Calibri Light.svg#Calibri Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2083;
}
@font-face {
	font-family:'Calibri Bold';
	src: url('fonts/Calibri Bold.eot');
	src: url('fonts/Calibri Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Calibri Bold.woff2') format('woff2'),
		url('fonts/Calibri Bold.woff') format('woff'),
		url('fonts/Calibri Bold.ttf') format('truetype'),
		url('fonts/Calibri Bold.otf') format('opentype'),
		url('fonts/Calibri Bold.svg#Calibri Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2083;
}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* Global Box-sizing
--------------------------------------------- */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family:'Calibri Light';
	background-color:#383838;
	line-height:1.2;
	font-size:18px;
	color:#fff;
}
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
}
/* Forms
--------------------------------------------- */

input,
select,
textarea {
	border:2px solid #b6b6b6;
	background-color:#fff;
	padding:14px 20px;
	font-size:1.6rem;
	font-weight:400;
	font-size:16px;
	color:#999;
	width:100%;
}

input:focus,
textarea:focus {
	border:2px solid #999;
	outline:none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color:#999;
	opacity:1;
}

::-webkit-input-placeholder {
	color:#999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color:#00add9;
	text-transform:uppercase;
	text-decoration:none;
	white-space:normal;
	padding:15px 70px;
	font-weight:300;
	font-weight:700;
	cursor:pointer;
	font-size:20px;
	font-size:2rem;
	width:auto;
	color:#fff;
	border:0;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color:#058db0;
	color:#fff;
}

form.search button[type="submit"] {
	display:none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
form.search input {
	background-image:url(images/icons/icon-search.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding:8px;
}
/* Typography
--------------------------------------------- */

a {
	text-decoration:none;
	color:#00add8;
}

a:hover,
a:focus {
	text-decoration:none;
	color:#3a454b;
}

p {
	margin:0 0 15px;
	padding:0;
}
p:last-child {
	margin:0;
}

ol,
ul {
	margin:0 0 20px;
	padding:0;
}
li {
	list-style-type:none;
	margin: 0 0 5px;
}
hr {
	border-collapse:collapse;
	border-top:1px solid #eee;
	clear:both;
	border:0;
}

b,
strong {
	font-family:'Calibri Bold';
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
:last-child {
	margin-bottom:0;
}
:focus {
	outline:none !important;
	border:none;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight:400;
	line-height:1.2;
	margin:0 0 15px;
	color:#fff;
}

h1 {
	font-size:60px;
	font-size:6rem;
}

h2 {
	font-size:40px;
	font-size:4rem;
}

h3 {
	font-size:30px;
	font-size:3rem;
}

h4 {
	font-size:28px;
	font-size:2.8rem;
}

h5 {
	font-size:18px;
	font-size:1.8rem;
}

h6 {
	font-size:16px;
	font-size:1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* Structure
--------------------------------------------- */

.wrapper {
	position:relative;
}
.site-content,
.wrap {
	max-width:1170px;
	margin:0 auto;
}
#header {
	padding:110px 15px 30px;
}
#header .logo {
	float:left;
}
ul.menu {
	float:right;
}
ul.menu {
	margin:10px 0 0;
}
ul.menu li {
	display:inline-block;
	margin:0;
}
ul.menu li a {
	border-right:2px solid #fff;
	margin-right:-4px;
	padding:10px 20px;
	font-size:20px;
	display:block;
	color:#fff;
}
ul.menu li:last-child a {
	border-right:none;
}
ul.menu li.current-menu-item a,
ul.menu li:hover a {
	background-color:#4c4c4c;
	color:#fff;
}
/* Content
--------------------------------------------- */
.site-container {
	overflow:hidden;
}
.site-container li {
	list-style-type:disc;
	margin-left:20px;
}
.site-container .content-wrap {
	float:left;
	width:80%;
}
.site-container .content-wrap.full-content {
	width:100%;
}
#sidebar-image {
	padding-right:20px;
	margin-bottom:15px;
	float:left;
	width:35%;
}
#sidebar-image .side-image {
	margin-bottom:15px;
}
#sidebar-image ul li {
	margin:0 0 15px 20px;
}
#sidebar-image ul li a {
	color:#fff;
}
.site-container .content {
	float:right;
	width:65%;
}
/* Sidebar
--------------------------------------------- */
.site-content .sidebar {
	float:right;
	width:20%;
}
.sidebar-widget {
	margin-bottom:30px;
}
.sidebar-widget:last-child {
	margin-bottom:0;
}
/* Widgets
--------------------------------------------- */
.widget-title {
	text-transform:uppercase;
	margin-bottom:30px;
	font-size:30px;
	color:#fff;
}
/* Footer
--------------------------------------------- */
#footer {
	background-color:#1a99f6;
	font-size:14px;
	padding:15px;
	color:#fff;
}
#footer a {
	color:#fff;
}
#footer a:hover,
#footer a:focus {
	color:#6abbf6;
}
.footer-credits {
	text-align:center;
	font-size:20px;
}

/* MISC
--------------------------------------------- */

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/* WORDPRESS CORE
--------------------------------------------- */

.alignnone {
	margin:0 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:0 auto 20px;
}
.alignright {
	float:right;
	margin:0 0 20px 20px;
}
.alignleft {
	float:left;
	margin:0 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:0 0 20px 20px;
}
a img.alignnone {
	margin:0 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:0 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/* PRINT
--------------------------------------------- */

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
/* Ryan Custom Page Builder
--------------------------------------------- */
.crazydevteam-section {
	margin-right:-15px;
	margin-left:-15px;
}
.crazydevteam-section img {
	margin-bottom:15px;
}
.crazydevteam-column {
	padding-right:15px;
	padding-left:15px;
	width:100%;
	float:left;
}

/* Custom CSS
--------------------------------------------- */
.header-banner {
	background-image:url(/wp-content/uploads/2017/03/garynairn-home-banner.jpg);
	border-bottom:10px solid #1a99f6;
	border-top:10px solid #1a99f6;
	background-position:center;
	background-size:cover;
	padding:250px 0 270px;
	margin-bottom:50px;
}
.header-banner .header-text {
	text-align:right;
	font-size:18px;
	width:480px;
}
.header-banner .header-text h2 {
	margin-bottom:30px;
	font-size:48px;
	line-height:1;
}
.contact-section-1 .crazydevteam-column {
	background-image:url(/wp-content/uploads/2017/03/icon-contact-arrow.png);
	background-repeat:no-repeat;
	background-position:7px 5px;
	padding:0 50px 0 70px;
}
.contact-section-2 {
	padding:50px 0;
}
.contact-section-2 .crazydevteam-column:first-child {
	background-image:url(/wp-content/uploads/2017/03/icon-contact.png);
	background-repeat:no-repeat;
	background-position:7px 5px;
	padding-right:50px;
	padding-left:70px;
}
form.jotform-form {
	padding:0;
}
.jotform-form .form-all {
	background-color:transparent;
	width:100% !important;
}
.jotform-form .form-all .form-label {
	display:none !important;
}
.jotform-form .form-all .form-line {
	margin:0 0 15px;
	padding:0;
}
.jotform-form .form-all .form-line-error,
.jotform-form .form-all .form-line-active {
	background-color:transparent;
}
.jotform-form .form-all textarea.form-textarea,
.jotform-form .form-all input.form-textbox {
	padding:5px 7px;
	line-height:1.2;
	font-size:20px;
}
.jotform-form .form-all input.form-textbox {
	width:50%;
}
.jotform-form .form-all textarea.form-textarea {
	width:100%;
}
.jotform-form .form-buttons-wrapper {
	margin: 0 !important;
}
.jotform-form .form-submit-button,
.jotform-form .form-submit-reset,
.jotform-form .form-submit-print {
	font-weight:700 !important;
	font-size:20px !important;
	text-transform:uppercase;
	background:#1a99f6;
	text-shadow:none;
	box-shadow:none;
	margin-bottom:0;
	display:block;
	margin-top:0;
	border:none;
	color:#fff;
}
.jotform-form .form-submit-button:hover,
.jotform-form .form-submit-reset:hover,
.jotform-form .form-submit-print:hover {
	background:#1687da;
}
.widget_updates_widget {
	background-color:#b3b3b3;
	border-radius:10px;
	padding:25px 15px;
	color:#47443d;
}
.widget_updates_widget .widget-title {
	margin-bottom:20px;
	line-height:40px;
	font-size:60px;
	color:#47443d;
}
.widget_updates_widget .widget-title:before {
	content:'';
	background-color:#47443d;
	display:inline-block;
	margin-right:20px;
	height:40px;
	width:30px;
}
.widget_updates_widget .update-text {
	border-bottom:2px solid #9ca2a5;
	padding-bottom:20px;
}
.widget_updates_widget .updates-content {
	background-image:url(images/icons/icon-arrow.png);
	background-position:20px 17px;
	background-repeat:no-repeat;
	padding:15px 40px 5px;
}
.widget_updates_widget .updates-content h5 {
	font-family:'Calibri Bold';
	margin-bottom:5px;
	line-height:1.5;
}
.widget_updates_widget .updates-content h5 a {
	color:#47443d;
}
body.privacy-policy .header-banner .header-text,
body.privacy-policy .header-banner .header-text h2 {
	color:#1a99f6;
}
#social-icon {
	padding:30px 15px;
}
#social-icon img {
	height:auto;
	width:50px;
}
#social-icon a {
	margin-right:15px;
}
/* Responsive
--------------------------------------------- */

@media only screen and (max-width:1200px) {
	.site-container {
		padding-right:15px;
		padding-left:15px;
	}
	#header .logo img {
		width:350px;
	}
}
@media only screen and (max-width:1140px) {
	ul.menu li a {
		padding:5px 15px;
	}
	.widget_updates_widget .widget-title {
		font-size:48px;
	}
	.widget_updates_widget .widget-title::before {
		height:32px;
		width:25px;
	}
}
@media only screen and (max-width:1024px) {
	#header {
		padding:30px 15px;
	}
	ul.menu li a {
		padding:5px 10px;
	}
	.header-banner {
		padding:100px 15px;
	}
	.header-banner .header-text h2 {
		margin-bottom:15px;
		font-size:40px;
	}
}
@media only screen and (max-width:960px) {
	#header .logo {
		margin-bottom:20px;
		text-align:center;
		float:none;
	}
	ul.menu {
		text-align:center;
		float:none;
		margin:0;
	}
	.widget_updates_widget .widget-title {
		font-size:38px;
	}
	.widget_updates_widget .widget-title::before {
		margin-right:10px;
		height:25px;
		width:20px;
	}
	.contact-section-2 .crazydevteam-column:first-child {
		padding-right:30px;
	}
}
@media only screen and (max-width:800px) {
	.header-banner {
		margin-bottom:30px;
	}
	.header-banner .header-text {
		text-align:left;
		width:400px;
	}
	#footer {
		padding:20px 15px;
	}
}
@media only screen and (max-width:768px) {
	h2 {
		font-size:30px;
	}
	.alignnone,
	.aligncenter,
	div.aligncenter,
	.alignright,
	.alignleft,
	a img.alignright,
	a img.alignnone,
	a img.alignleft,
	a img.aligncenter {
		margin:0 0 15px;
		display:block;
		float:none;
	}
	.site-container .content {
		float:none;
		width:100%;
	}
	#sidebar-image {
		text-align:center;
		margin:15px auto;
		width:300px;
		float:none;
		padding:0;
	}
	 .crazydevteam-column {
		width:100% !important;
	}
	ul.menu li a {
		font-size:18px;
	}
	.contact-section-1 .crazydevteam-column,
	.contact-section-2 .crazydevteam-column:first-child {
		background-position:15px 5px;
		padding-right:15px;
		padding-left:80px;
	}
	.contact-section-1 .crazydevteam-column:first-child,
	.contact-section-2 .crazydevteam-column:first-child {
		margin-bottom:15px;
	}
}
@media only screen and (max-width:568px) {
	#header {
		padding:20px 15px;
	}
	#header .logo img {
		width:300px;
	}
	ul.menu li a {
		padding:5px 8px;
		font-size:16px;
	}
	.header-banner {
		padding:60px 15px;
	}
	.header-banner .header-text {
		width:100%;
	}
	.header-banner {
		margin-bottom:20px;
	}
	#social-icon {
		text-align:center;
	}
	#social-icon a {
		margin:0 10px;
	}
	.header-banner .header-text h2 {
		font-size:30px;
	}
}
@media only screen and (max-width:480px) {
	body {
		font-size:16px !important;
	}
	h2 {
		font-size:24px;
	}
	ul.menu li {
		display:block;
	}
	ul.menu li a {
		border:none;
	}
	#footer {
		padding:15px;
	}
	.footer-credits {
		font-size:18px;
	}
	#sidebar-image {
		width:100%;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}