/*
Theme Name: Iconic Interiors v2 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, white, tan, black, blue.
*/

/* 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: #191919;
	font-family: "montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
	background-color: #f2f0ed;
}
.clear {
    clear: both;
}
.container {
    width: 100%;
    margin: 0;
	padding: 80px 0px;
}
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: #08358f;
}

/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 50px 0;
    line-height: 1em;
	font-family: "the-seasons", sans-serif;
	font-weight: 700;
	color: #192241;
}
h1 {
    font-size: 5em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.25em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .8em;
}
.subHead {
	text-transform: none;
	font-size: 1em;
	font-family: "montserrat", sans-serif;
	font-weight: 500;
	font-style: normal;
}
p {
    font-size: 1em;
    line-height: 1.75em;
    margin: 50px 0;
}
a {
	color: #000;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    color: #555;
    text-decoration: none;
}
ul, ol {
    list-style: inside;
    padding: 0px 20px;
    margin: 50px 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 {
	padding: 20px 30px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1em;
	line-height: 1em;
	color: #f2f0ed;
	border: 1px solid #08358f;
	background-color: #08358f;
}
.buttons:hover {
	color: #08358f;
	background-color: #f2f0ed;
}
.btn_2 {
	color: #f2f0ed;
	border: 1px solid #ab8955;
	background-color: #ab8955;
}
.btn_2:hover {
	color: #ab8955;
	background-color: #f2f0ed;
}

/* 	
== HEADER ==*/

.my-header {
	width: 100%;
	height: 200px;
	padding: 40px 20px;
	position: relative;
	z-index: 100;
}
.logo {
    width: 240px;
    height: 70px;
	margin: 0 auto 30px auto;
    display: block;
    background: url("images/global/logo.svg");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}
.hideLogo {
	display: none;
}

/* 	
== NAVIGATION ==*/

@media screen and (min-width: 800px) {
	.sfm-navicon-button {display: none;}
}
@media screen and (max-width: 800px) {
	#hideMenu {display: none;}
	.my-header {height: 152px;}
}
.navBox {
	display: flex;
    justify-content: center;
}
#submenu {
    padding: 0px;
    margin: auto;
}
#submenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
}
#submenu li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
	text-align: left;
    text-transform: uppercase;
	background-color: #f2f0ed;
}
#submenu li a {
    margin: 0;
    color: #191919;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0px 10px;
    transition: color .4s ease-in-out;
}
#submenu li a:hover, #submenu li a:active, #submenu .current_page_item a {
    color: #08358f;
}
#submenu li li a {
}
#submenu li a.sf-with-ul {
    /* padding-right: 10px;*/
}
#submenu li li a, #submenu li li a:link, #submenu li li {
    color: #191919;
    /* width: 200px; */
    font-size: .9em;
    font-weight: 400;
    line-height: 1em;
    position: relative;
    padding: 4px 5px 4px 5px;
    transition: color .4s ease-in-out;
}
#submenu ul ul li:first-child {
    margin-top: 0px;
}
#submenu ul ul ul li:first-child {
    margin-top: 0;
}
#submenu ul ul li:last-child {
    border-bottom: none;
}
#submenu li li:last-child {
    border-bottom: none;
}
#submenu li li a:hover, #submenu li li a:active {
    color: #08358f;
}
#submenu li ul {
    padding: 2px 0 0 0;
    left: -999em;
    height: auto;
    width: 200px;
    z-index: 9999;
    margin: 0 0 0 10px;
    position: absolute;
}
#submenu li ul a {
    width: 200px;
}
#submenu li ul ul {
    margin: -23px 0 0 180px;
}
#submenu li:hover ul ul, #submenu li:hover ul ul ul, #submenu li.sfHover ul ul, #submenu li.sfHover ul ul ul {
    left: -999em;
}
#submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li.sfHover ul, #submenu li li.sfHover ul, #submenu li li li.sfHover ul, #submenu .menu-item-hover > .sub-menu {
    left: auto;
}
#submenu li:hover, #submenu li.sfHover, #submenu .menu-item-hover {
    position: static;
}

/* 	
== HOME PAGE ==*/

.heroWrap {
	width: 100%;
	height: 1040px;
	position: relative;
}
.hero {
	max-width: 920px;
	margin: auto;
	padding: 0 20px;
	position: relative;
	z-index: 99;
}
.himg1,
.himg2,
.himg3,
.himg4 {
	position: absolute;
	z-index: 10;
}
.himg1 {
	max-width: 435px;
	top: -150px;
	left: 4%;
}
.himg2 {
	max-width: 500px;
	top: 0;
	right: 0;
}
.himg3 {
	max-width: 660px;
	left: 0;
	bottom: 130px;
}
.himg4 {
	max-width: 480px;
	right: 23%;
	bottom: -60px;
}
.himg1Mobile,
.himg2Mobile {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
}
.himg1Mobile {
	left: 0;
	max-width: 180px;
}
.himg2Mobile {
	right: 0;
	max-width: 250px;
}
.sectionOne {
	width: 100%;
	padding: 60px 0 0 0;
	background-image: url("images/home/bg01.jpg");
	position: relative;
}
.s1Paint {
	max-width: 580px;
	position: absolute;
	top: -100px;
	right: 0;
	z-index: 5;
}
.s1Wrap {
	width: 100%;
	position: relative;
	bottom:-270px;
}
.s1Img {
	float: left;
	width: 55%;
	max-width: 1085px;
	position: relative;
	box-shadow: 5px 5px 5px 1px rgba(0,0,0,.2);
	z-index: 1;
}
.s1Img::after {
	content: "";
	width: 280px;
	height: 220px;
	background-image: url("images/home/quote.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: -74px;
	right: -40px;
	z-index: 10;
}
.s1Box {
	float: right;
	width: 45%;
	padding: 60px 60px 350px 60px;
	position: relative;
	z-index: 5;
}
.s1Txt {
	max-width: 620px;
	color: #fff;
	position: relative;
	z-index: 10;
}
.s1Txt h2 {
	color: #fff;
}
.signature {
	max-width: 500px;
	position: absolute;
	left: -100px;
	/* bottom: -70px; */
}
.sectionTwo {
	width: 100%;
	padding: 0;
	background-color: #fff;
	display: flex;
	justify-content: flex-end;
}
.s2Wrap {
	width: 84%;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 5;
	bottom: -400px;
}
.s2Box {
	width: calc(50% - 10px);
	max-width: 810px;
	height: 1050px;
}
.sliderHome {
	width: 100%;
	max-width: 1600px;
}
.sliderHome .rsUni,
.sliderHome .rsUni .rsOverflow,
.sliderHome .rsUni .rsSlide,
.sliderHome .rsUni .rsVideoFrameHolder,
.sliderHome .rsUni .rsThumbs {
	background: transparent;
}
.s2Txt {
	padding: 0px 70px 40px 0px;
	position: absolute;
	top: -14px;
	left: -120px;
	background-color: #fff;
}
.s2Txt h2 {
	margin: 0;
	font-size: 3em;
    line-height: 1.2em;
}
.s2Mobile {
	display: none;
	padding-top: 140px;
	position: relative;
	background-color: #fff;
}
.sectionThree {
	width: 100%;
	padding: 530px 0 60px 9.4%;
	position: relative;
}
.s3Paint {
	max-width: 980px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}
.s3Text {
	max-width: 700px;
	position: relative;
	z-index: 10;
}
.s3Text p {
	margin-top: 0;
	font-size: 1.4em;
	font-family: "the-seasons", sans-serif;
	font-weight: 700;
	color: #192241;
}
.sectionFour {
	width: 100%;
	padding: 100px 20px 200px 20px;
}
.s4Wrap {
	width: 100%;
	max-width: 1500px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.s4Img {
	width: 50%;
	max-width: 600px;
	height: 830px;
}
.s4ImgMobile {
	display: none;
	width: 100%;
	max-width: 600px;
	height: 250px;
}
.s4Txt {
	width: 50%;
	max-width: 660px;
	padding: 0 20px;
}
.s4Txt h2 {
	font-size: 3em;
}


/* 
.s4Slider {
}
.s4Slider .rsUni,
.s4Slider .rsUni .rsOverflow,
.s4Slider .rsUni .rsSlide,
.s4Slider .rsUni .rsVideoFrameHolder,
.s4Slider .rsUni .rsThumbs {
	background: transparent;
}
.s4Slider .rsUni .rsArrowIcn {
    width: 68px;
    height: 68px;
    margin-top: -34px;
    margin-left: -34px;
    background: url("images/home/rs-universal.png");
    border-radius: 34px;
	opacity: 1;
	box-shadow: 0 0 5px 5px rgba(0,0,0,.2);
}
.s4Slider .rsUni.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -16px -33px;
}
.s4Slider .rsUni.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -113px -33px;
}
.s4Slider .rsUni.rsHor .rsArrowRight {
    right: -20px;
}
.s4Slider .rsUni.rsHor .rsArrowLeft {
    left: -20px;
}
.s4Slider .rsUni .rsArrow {
	width: 68px;
}
.s4Slider .buttons {
	margin-top: 80px;
}
*/

/* 	
== PAGES ==*/

.bannerWrap {
	width: 100%;
	padding: 0 60px;
}
.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 500px;
	background-color: #fff;
}
.bannerBG h1 {
	margin: 0;
	color: #fff;
}
.pageBox {
	width: 100%;
	padding: 80px 0px 80px 60px;
	display: flex;
	justify-content: flex-end;
}
.pageBWrap {
	width: 100%;
	max-width: 1700px;
	display: flex;
	justify-content: space-between;
}
.pageText {
	width: 90%;
	max-width: 1000px;
	padding-right: 40px;
}
.pageImage {
	width: 100%;
	max-width: 500px;
	height: 680px;
	margin-bottom: 20px;
}
.sideImage {
	width: 100%;
	max-width: 500px;
}
.pageTextCenter {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}


/* 	
== TEMPLATE PAGES ==*/

.pageText2 {
	width: 90%;
	max-width: 540px;
	padding: 60px 40px 0 0;
}
.pageContact {
	width: 100%;
	max-width: 1025px;
	padding: 90px 100px;
	background-color: #192241;
	color: #fff;
}
.pSecOne {
	width: 100%;
	padding: 60px;
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.ps1Img {
	width: 100%;
	max-width: 1040px;
	height: 840px;
}
.ps1Txt {
	max-width: 760px;
	padding: 60px;
	background-color: #f2f0ed;
	position: absolute;
	left: 160px;
	bottom: 160px;
	z-index: 10;
}
.ps1Txt p {
	margin-bottom: 0;
}
.abt2 {
	padding: 170px 40px 170px 40px;
	position: relative;
}
.abt2Wrap {
	width: 100%;
	max-width: 1550px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}
.abt2Head {
	margin-right: 20px;
}
.abt2Head h2 {
	margin-top: 0;
	font-size: 5em;
}
.abt2Text {
	max-width: 1024px;
}
.abt2Paint {
	max-width: 730px;
	position: absolute;
	top: -200px;
	right: 0;
	z-index: 5;
}
.btnShow {
	display: none;
}

.abtQuote {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 0 100px;
	text-align: center;
    font-size: 1.4em;
    font-family: "the-seasons", sans-serif;
    font-weight: 700;
    color: #192241;
	position: relative;
}
.abtQuote::before {
	content: '';
	width: 134px;
	height: 91px;
	background-image: url("images/page/quote1.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: -60px;
	left: 0;
	z-index: -1;
}
.abtQuote::after {
	content: '';
	width: 134px;
	height: 91px;
	background-image: url("images/page/quote2.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -10px;
	right: 0;
	z-index: -1;
}

.abt3 {
	/* margin-top: 550px; */
	margin-top: 200px;
	width: 100%;
	height: 340px;
	background-image: url("images/page/p_bg02.jpg");
	position: relative;
}
.abt3Wrap {
	width: 100%;
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: -300px;
}
.abt3Img {
	width: 49%;
	height: 500px;
}
.abt3Sig {
	position: absolute;
	top: -300px;
	right: 7%
}
.srv2 {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 5;
}
.srv2Box {
	width: calc(100% - 100px);
	padding: 70px 0 70px 0;
	background-color: #b2884c;
}
.srv2Wrap {
	width: 100%;
	margin-left: -100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.srv2Img {
	width: 100%;
	max-width: 500px;
	height: 540px;
	margin-right: 60px;
}
.srv2Txt {
	width: 100%;
	color: #fff;
}
.srv2Txt h2 {
	color: #fff;
}
.srv2Cols {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.srv2Col {
	width: calc(50% - 30px);
}
.srv2Col ul {
	font-family: "the-seasons", sans-serif;
	list-style: none;
    padding: 0;
    margin: 0;
}
.srv2Col li {
    font-size: 1.15em;
    line-height: 1.75em;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}
.srv3 {
	margin-top: -80px;
	width: calc(100% - 100px);
	height: 330px;
	background-image: url("images/page/p_bg01.jpg");
	position: relative;
	z-index: 0;
}
.srv4 {
	width: 100%;
	padding: 250px 40px;
	position: relative;
}
.srv4Paint {
	max-width: 900px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.srv4Wrap {
	width: 100%;
	max-width: 1470px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 5;
}
.srv4Head {
	max-width: 660px;
	margin-right: 20px;
}
.srv4Head h2 {
	font-size: 5em;
	margin-top: 0;
}
.srv4Txt {
	max-width: 680px;
}
.srv4Txt p {
	margin-top: 0;
}

/*
== PLUGINS ==*/
.pageContact .gfield_label,
.pageContact .gform-field-label {
	color: #fff !important;
}
.pageContact .gform_button {
	border: 1px solid #fff !important;
	border-radius: 0 !important;
	background-color: #fff !important;
	color: #192241 !important;
	text-transform: uppercase !important;
    transition: all .4s ease-in-out !important;
}
.pageContact .gform_button:hover {
	background-color: #192241 !important;
	color: #fff !important;
}
.pageContact .ginput_container input,
.pageContact textarea {
	border: 1px solid #fff !important;
	background-color: #192241 !important;
	color: #fff !important;
}
.mobileSlider .rsUni .rsArrowIcn {
    width: 28px;
    height: 34px;
    margin-top: -14px;
    margin-left: -17px;
    background: url("images/home/rs-universal.png");
    opacity: 0.5;
    border-radius: 0;
}
.mobileSlider .rsUni.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -57px -10px;
}
.mobileSlider .rsUni.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -10px -10px;
}
.sp-ea-single {
	border: none !important;
	border-bottom: 1px solid #ffffff !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a,
.ea-body {
	padding: 15px 0 !important;
}
.sp-easy-accordion .sp-ea-single {
	border-radius: 0px;
}

/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
	padding: 75px 75px 30px 75px;
	position: relative;
	background-color: #192241;
	color: #fff;
}
.myFooter a {
	color: #fff;
	border-bottom: none;
}
.myFooter a:hover {
	color: #b2884c;
	border-bottom: none;
}

.footWrap {
	display: flex;
	justify-content: space-between;
}
.footWrap p {
	margin: 0 0 30px 0;
}
.footWrap .fa-brands {
	font-size: 1.5em;
}
.footLogo {
	width: 172px;
	height: 50px;
	margin-bottom: 40px;
	display: block;
	background-image: url("images/global/logo-foot.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.footNav {
	margin-bottom: 10px;
}
.footNav ul {
    margin: 0;
	padding: 0;
}
.footNav li {
	margin: 10px 0 0 0;
    list-style: none;
    line-height: 1em;
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 15px;
}
.footNav li:first-child {
	padding-left: 0;
}
.footNav li:last-child {
	border-right: none;
}
.footNav li a {
	text-decoration: none;
}
.footBottom p {
    margin: 30px 0 0 0;
	font-size: .9em;
}

/* 	
== NEWS/BLOG ==*/

.pageBox-2 {
	width: 100%;
	padding: 80px 60px;
}
.newsWrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.newsBox {
	width: calc(33.33% - 30px);
	margin: 0 15px 30px;
}
.newsImg {
	width: 100%;
	height: 300px;
}
.newsText {
	width: 100%;
	height: calc(100% - 300px); /* height of image */
	padding: 20px;
	background-color: #fff;
	display: flex;
    flex-direction: column;
	align-items: center;
    text-align: center;
}
.newsText h2 {
	margin: 0;
	font-size: 1.5em;
}
.newsText p {
	margin: 30px 0;
}
.newsText .buttons {
	margin: auto 0 0 0;
}


/* 	
== 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;
}
.wp-block-column p,
.wp-block-column ul {
	margin-top: 0;
}


/* 	
== 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 ==*/

/* Custom */
@media only screen and (max-width: 1920px) {
	.himg1 {max-width: 22%;}
	.himg2 {max-width: 26%;}
	.himg3 {max-width: 34%;}
}

/* Custom */
@media only screen and (max-width: 1800px) {
	.abt3Sig {right: 0;}
	.abt3Wrap {width: 75%;}
}

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

/* Custom */
@media only screen and (max-width: 1200px) {
	.abt3Sig {display: none;}
	.abt3Wrap {width: calc(100% - 40px); top: -250px; left: 0; right: 0; margin: auto;}
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.himg1 {left: 10px;}
	.himg2 {top: -100px;}
	.himg4 {right: 0;}
	.ps1Txt {padding: 40px 20px; bottom: 20px; z-index: 10;}
	.abt2Paint {max-width: 530px; top: -100px;}
	.btnHide {display: none;}
	.btnShow {display: inline-block;}
	.srv2Img {display: none;}
	.srv2Box {width: calc(100% - 20px); padding: 50px 20px;}
	.srv2Wrap {margin: 0;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.myFooter {padding: 50px 20px 30px 20px;}
	.pageContact {padding: 90px 40px;}
	.abt2Wrap {flex-direction: column;}
	.newsBox {width: calc(50% - 30px);}
}

/* Custom */
@media only screen and (max-width: 960px) {
	.sectionOne {padding: 0; background-image: none;}
	.s1Wrap {bottom: unset;}
	.s1Paint {max-width: 300px;}
	.s1Box, .s1Img {float: none; width: 100%;}
	.s1Box {background-image: url(images/home/m_bg01.jpg); padding: 60px;}
	.s1Img::after {display: none;}
	.signature {max-width: 300px; left: 0; bottom: -200px; right: 0; margin: auto;}
	.sectionTwo {display: none;}
	.s2Mobile {display: block;}
	.s2Txt {padding: 20px 20px; position: absolute; top: 30px; left: 0; right: 0; background-color: #fff; margin: auto; text-align: center; max-width: 500px; z-index: 5;}
	.sectionThree {padding: 200px 40px 60px 40px;}
	.s3Paint {max-width: 400px; bottom: unset; top: -50px;}
	.ps1Txt {width: 80%;}
	.srv2Img {margin-right: 40px;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2.5em;}
	h2 {font-size: 1.5em;}
	h3 {font-size: 1.25em;}
	h4 {font-size: 1em;}
	h5 {font-size: .85em;}
	h6 {font-size: .7em;}
	.abt2Head h2 {font-size: 2.5em;}
	
	.s3Text {text-align: center;}
	.sectionFour {padding: 10px 20px 80px 20px;}
	.s4Wrap {justify-content: center;}
	.s4Img {display: none;}
	.s4ImgMobile {display: block;}
	.s4Txt {width: 100%; max-width: 600px; padding: 50px 0 0 0; text-align: center;}
	.footWrap {flex-direction: column; text-align: center;}
	.footBottom {text-align: center;}
	.footLogo {margin: 0 auto 40px auto;}
	.footBottom p {margin: 0;}
	.bannerWrap {padding: 0 40px;}
	.pageBox {padding: 80px 40px;}
	.pageText {width: 100%; padding-right: 0;}
	.pageBWrap {flex-direction: column; align-items: center;}
	.pageText2 {width: 100%; max-width: 100%; padding: 0;}
	.newsBox {width: 100%; margin: 0 0 30px;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.headLand {height: 140px;}
	.hideLogo {display: block;}
	.heroWrap {height: 290px; margin-bottom: 25px;}
	.himg1, .himg2, .himg3, .himg4, .hero {display: none;}
	.himg1Mobile, .himg2Mobile {display: flex; align-items: center;}
	.abt2 {padding-bottom: 150px;}
	.abt3 {margin-top: 250px;}
	.abt3Img {height: 300px;}
	.abt3Wrap {top: -50px;}
	
	.srv3 {width: calc(100% - 60px); height: 300px;}
	.srv4Head h2 {font-size: 2.5em;}
	.srv4 {padding: 150px 40px 250px 40px;}
	.srv4Wrap {flex-direction: column;}
	.srv4Paint {max-width: 95%;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.s1Box, .bannerWrap, .pageBox, .pageBox-2 {padding-left: 20px; padding-right: 20px;}
	.s3Paint {display: none;}
	.sectionThree {padding: 40px 20px;}
	.bannerBG {height: 300px;}
	.pageContact {padding: 40px 20px;}
	.pSecOne {padding: 0 20px 1px 20px; display: block;}
	.ps1Txt {width: 100%; left: 0; position: relative; bottom: unset; padding-bottom: 0;}
	.abt2Paint {width: 90%; max-width: 340px; top: 0px;}
	.abt2Wrap {margin-top: 30px; }
	.ps1Img {height: 500px;}
	.abt2 {padding: 0px 20px 10px 20px;}
	.abtQuote {padding: 0 20px;}
	.srv2 {padding-top: 0px;}
}

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

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
	.s2Mobile h2 {font-size: 1.5em;}
	.s2Mobile {padding-top: 80px;}
	.s2Txt {top: 10px; max-width: 280px;}
	.srv2Cols {flex-wrap: wrap;}
	.srv2Col {width: 100%;}
	.srv3 {width: calc(100% - 20px);}
}

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

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