/*
Theme Name: Dublin Construction by Three Ring Focus
Theme URL: https://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, brown, gold, white.
*/

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize
--------------------------------------------- */

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,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #333;
	font-family: azo-sans-web, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
	background-color: #fff;
	background-image: url("images/global/bg-main.jpg");
	background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
}
.clear {
    clear: both;
}
.container {
    width: 100%;
    margin: 0;
	padding: 80px 0px;
}
.wrapper {
	width: 100%;
	max-width: 1280px;
	margin: auto;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}


/* 	
== SCROLL BAR ==*/

/* Width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #eee;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #BF8951;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 35px 0 35px 0;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: .1em;
	color: #8A8462;
}
h1 {
	margin: 0;
    font-size: 2.5em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.7em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.2em;
}
h6 {
    font-size: 1em;
}
.smallHead {
	color: #BF8951;
    font-weight: 400;
    font-size: 1.15em;
    letter-spacing: .06em;
    margin: 0 0 10px 0;
}
p {
    font-size: 1em;
    line-height: 1.75em;
    margin: 30px 0;
}
a {
	color: #000;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
	color: #8A8462;
    text-decoration: none;
}
ul, ol {
    list-style: inside;
    padding: 0px 20px;
    margin: 25px 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
    line-height: 1.75em;
}
em {
	letter-spacing: .01em;
}
.bgImg {
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}


/* 	
== BUTTONS ==*/

.buttons {
	margin: 10px 10px 0 0;
	padding: 25px 50px;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	font-size: 1.05em;
	color: #BF8951;
}
.buttons:hover {
	color: #fff;
	background-color: #BF8951;
}
.btnWhite {
	background-color: #FFF;
}
.btnOutline {
	background-color: transparent;
	border: 1px solid #8A8462;
}
.btnOutline:hover {
}
.btnOutWhite {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}
.btnOutWhite:hover {
	color: #8A8462;
	background-color: #fff;
}


/* 	
== HEADER ==*/

header {
	width: 100%;
	padding: 10px 114px 10px 30px;
	background-color: #8A8462;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
a.phone {
	color: #fff;
	font-weight: 700;
	font-size: 1.05em;
}
a.phone:hover {
	color: #111;
}
.logo, .logo a {
    width: 285px;
    height: 104px;
    display: block;
}
.logo {
    text-indent: -9999px;
}
.logo a {
    background: url("images/global/logo.svg");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}

/* 	
== HOME PAGE ==*/

.hero {
	width: 100%;
	height: 850px;
	padding: 0 20px;
	background-image: url("images/home/hero.jpg");
	display: flex;
	justify-content: center;
	align-items: center;
}
.heroText {
	margin: auto;
	text-align: center;
}
.heroText h1 {
	margin-bottom: 60px;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
}
/* Section One */
.sectionOne {
	width: 100%;
	padding: 100px 20px;
}
.s1Wrap {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s1Content {
	width: 100%;
	max-width: 600px;
	margin-right: 15px;
}
.s1Content h2 {
	font-weight: 2.5em;
    margin-top: 10px;
}
.s1Btns {
	width: 100%;
	max-width: 700px;
	margin-left: 15px;
	margin-top: 30px;
}
.s1Btns .buttons {
	width: calc(50% - 20px);
}
/* Section Two */
.sectionTwo {
	width: 100%;
	padding: 150px 100px 0 100px;
	background-image: url("images/home/bg01.jpg");
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.s2Box {
	width: 800px;
	padding: 80px 20px 80px 0;
	background-image: url("images/global/bg-main.jpg");
	background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
}
.s2Content {
	margin-left: 120px;
	max-width: 500px;
}
.s2Content h3{
    margin-top: 10px;
}
.splitLine {
	width: 400px;
	margin: 30px 0;
	border-bottom: 1px solid #777;
}
.s2Bot,
.s2Bot a {
	color: #BF8951;
	font-weight: 700;
}
.s2Bot a:hover {
	color: #8A8462;
}
/* Section Three */
.sectionThree {
	width: 100%;
	padding: 200px 20px 300px 20px;
}
.s3Wrap {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.s3Content {
	width: 100%;
	max-width: 600px;
	margin-right: 15px;
}
.s3Content h2 {
    margin: 0;
	font-weight: 2.5em;
}
.s3Btns {
	width: 100%;
	max-width: 700px;
	margin-left: 15px;
	display: flex;
	justify-content: center;
}
.s3Btns .buttons {
	width: calc(50% - 20px);
	display: flex;
	align-items: center;
    justify-content: center;
}
.s3Btns .fab {
    font-size: 1.5em;
	margin-right: 10px;
}
/* Section Four */
.sectionFour {
	width: 100%;
	padding: 1px 20px 100px 20px;
	background-color: #8A8462;
	text-align: center;
}
.sectionFour .envira-gallery-wrap {
    margin: -120px auto 80px auto;
}

/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
	position: relative;
	min-height: 100px;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.pageBox {
	width: 100%;
	padding: 100px 20px;
}
.pageText {
	width: 100%;
    max-width: 980px;
    margin: auto;
}
.pageText h1 {
	text-align: center;
}
/* Template */
.pageSec2,
.pageSec3 {
	width: 100%;
	margin: 0 0 120px 0;
	display: flex;
	justify-content: space-between;
}
.psImg {
	width: 49%;
}
.psContent {
	width: 49%;
	padding: 100px 20px;
}
.pscWrap {
	width: 100%;
	max-width: 560px;
	margin-left: 10%;
}
.pscWrap h2 {
	margin-top: 0;
}

/* 	
== FOOTER ==*/

footer {
    width: 100%;
	padding: 1px 20px 70px 20px;
	position: relative;
	background-color: #BF8951;
	color: #fff;
	text-align: center;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #111;
}
.footLogo {
	width: 83px;
	height: 114px;
	margin: -40px auto 40px auto;
	background-image: url("images/global/logomark.svg");
}
.footNav {
}
.footNav ul {
    margin: 0;
	padding: 0;
}
.footNav li {
	margin: 0 10px 0 0;
	display: inline-block;
	list-style: none;
	line-height: 1em;
	font-weight: 700;
}
.footNav li:last-child {
	margin: 0;
}
.footNav li a {
	text-decoration: none;
}


/* 	
== NEWS/BLOG ==*/

#thumby {
	padding: 0;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 150px;
	background-position: center;
	background-size: cover;
}
#thumby img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}
#texty h2 {
	padding: 0;
	margin: 30px 0px 25px 25px;
	text-align: left;
	font-size: 1.5em;
}
#texty p {
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
	color: #928a5b;
}
#texty p a {
	color: #333;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #928a5b;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}


/* 	
== GRAVITY FORMS ==*/
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    padding: 10px 15px;
    text-transform: uppercase;
	color: #fff;
    background-color: #004723;
	border: none;
    font-weight: bold;
    transition: all .4s ease-in-out;
}
.gform_wrapper.gravity-theme .gform_footer button:hover, .gform_wrapper.gravity-theme .gform_footer input:hover, .gform_wrapper.gravity-theme .gform_page_footer button:hover, .gform_wrapper.gravity-theme .gform_page_footer input:hover {
    background-color: #333;
}



/* 	
== WORDPRESS FIXES ==*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* 	
== RESPONSIVE ELEMENTS ==*/

.response img {
    width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 20px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.mapWrapper iframe, .mapWrapper object, .mapWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 	
== RESPONSIVE STYLES ==*/

/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
	.pscWrap {margin-left: 3%;}
}

/* Custom */
@media only screen and (max-width: 1200px) {
	.s1Wrap {flex-direction: column;}
	.s1Content {margin-right: 0;}
	.s1Btns {max-width: 600px; margin-left: 0;}
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.pageSec2 {flex-direction: column;}
	.pageSec3 {flex-direction: column-reverse;}
	.psContent {width: 100%; padding: 100px 20px 0px 20px;}
	.pscWrap {margin: 0 auto;}
	.psImg {width: 100%; height: 400px;}
}

/* Custom */
@media only screen and (max-width: 960px) {
	.sectionTwo {padding: 150px 30px 0 30px; justify-content: center;}
	.s2Box {width: 100%; padding: 80px 30px 80px 0px;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2.25em;}
	h2 {font-size: 1.75em;}
	h3 {font-size: 1.5em;}
	h4 {font-size: 1.25em;}
	h5 {font-size: 1em;}
	h6 {font-size: .813em;}
	
	.sectionThree {padding: 150px 20px 250px 20px;}
	.s3Wrap {align-items: center; flex-direction: column; text-align: center;}
	.s3Content {max-width: 100%; margin: 0 0 30px 0;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	header .phone {display: none;}
	.s2Content {margin-left: 30px; max-width: 100%;}
	.splitLine {width: 90%;}
	.sectionFour .envira-gallery-wrap {margin: -50px auto 80px auto;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
}

/* Smaller Devices */
@media only screen and (max-width: 499px) {
}

/* Even Smaller Devices */
@media only screen and (max-width: 360px) {
}
