/*
Theme Name: Discover Georgetown SC 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, navy, gold, white.
*/

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #333;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
	background-image: url("images/global/topography.svg");
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center;
	background-color: #343b45;
}
.clear {
    clear: both;
}
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: #e8ae0b;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
	font-family: mrs-eaves-xl-serif, serif;
	font-weight: 400;
	line-height: 1em;
	color: #343b45;
	text-transform: lowercase;
	-webkit-hyphens: auto;
  	-ms-hyphens: auto;
  	hyphens: auto;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-family: mr-eaves-xl-modern, sans-serif;
	color: #666;
	text-transform: uppercase;
	font-size: .3em;
	letter-spacing: .09em;
	margin: 0;
}
h1 {
    font-size: 4em;
	margin: 0 0 30px 0;
}
h2 {
    font-size: 3.5em;
}
h3 {
    font-size: 3em;
}
h4 {
    font-size: 2.5em;
}
h5 {
    font-size: 2em;
}
h6 {
    font-size: 1.5em;
}
p {
    font-size: .9em;
    line-height: 2em;
    margin: 0 0 30px 0;
}
a {
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
}
ul {
    list-style: inside;
    list-style-type: disc;
    padding: 0px 20px;
    font-size: 1em;
    line-height: 2em;
    margin: 0 0 30px 0;
}
ol {
    list-style: inside;
    list-style-type: decimal;
    padding: 0px 20px;
    font-size: 1em;
    line-height: 2em;
    margin: 0 0 30px 0;
}
li {
    font-size: .9em;
    line-height: 2em;
}
em {
	letter-spacing: .01em;
}


/* 	
== HEADER ==*/

.topBar {
    width: 100%;
    background-color: #353c45;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 10px;
}
.topBar p {
	margin: 0;
	width: calc(100% - 420px);
	float: right;
    font-size: .8em;
    text-align: center;
}
.searchForm {
	float: right;
	width: 210px;
}
.logo {
    width: 290px;
    height: 166px;
    display: block;
    background-size: 100%;
    text-indent: -9999px;
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 99;
	transform: translateZ(0);
}
.logo a {
    width: 290px;
    height: 166px;
    display: block;
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
}

/* 	
== HOME PAGE ==*/

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
    background: transparent;
	margin-bottom: -1px;
}
.hero-video {
    width: 100%;
    height: 100vh;
    overflow: hidden;
	position: relative;
}
.hero-video video{
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
	background-color: #000;
}
.heroWrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	z-index: 50;
}
.heroTxt {
	width: 100%;
	padding: 200px 0 0 0;
	text-align: center;
	color: #fff;
}
.heroTxt h1 {
	padding: 0;
	margin: 0;
	color: #fff;
	line-height: .8em;
	text-shadow: 0 0 10px rgba(0,0,0,.4);
}
.heroTxt h1 span {
	letter-spacing: .2em;
    font-size: .5em;
	color: #fff;
}
.gradient {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	height: 20%;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}
/* Events Box */
.wrapCategory {
	width: 100%;
	padding: 70px 60px 70px 60px;
	display: flex;
	justify-content: space-between;
}
.textCategory {
	max-width: 20%;
	color: #FFF;
}
.textCategory h2 {
	margin: 0 0 30px 0;
	line-height: 0.9em;
	color: #fff;
}
.textCategory h2 span {
	color: #e8ae0b;
	line-height: 1em;
}
.textCategory p{
	font-size: .9em;
}
.boxCatPost {
	width: 18%;
	max-width: 320px;
	min-width: 155px;
}
.boxCatPost img {
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .45);
}
.entry-header {
    margin-top: 10px;
}
h2.entry-date {
	color: #e8ae0b;
	font-size: .9em;
	font-weight: 700;
	font-style: italic;
	margin: 0;
}
h3.entry-title {
	color: #fff;
    font-family: mr-eaves-xl-modern, sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0;
}
.slideRest {
	width: 76%;
}
.slideRest h3 {
	position: absolute;
    bottom: -20px;
    color: #fff;
    font-family: mr-eaves-xl-modern, sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 0;
    z-index: 99;
}
.slideRest p {
	margin: 0;
}
.slideRest img.rsImg {
	margin-left: 0 !important;
	margin-top: -5px !important;
}
/* Guide Box */
.guideBar {
	width: 100%;
	background-image: url("images/global/topography.svg");
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center;
	background-color: #dfa70b;
	display: flex;
}
.paper {
	min-width: 279px;
	margin-top: -25px;
	background-image: url("images/global/papers.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-size: cover;
}
.paperRev {
	background-image: url("images/global/papers_rev.png");
	background-position: top left;
}
/*
.guideBar img {
	margin-top: -25px;
}*/
.guideText {
	padding: 30px;
}
.guideText h3 {
	margin: 0;
	line-height: 0.7em;
}
.guideText h3 span {
	color: #fff;
    font-size: .5em;
}
.guideText p {
	margin: 20px 0;
	font-size: .9em;
	color: #fff;
}
.dotDivide {
	background-image:url("images/global/dots.png");
	background-repeat: repeat;
	background-position: center;
	width: 15px;
	margin: 30px 0;
}
/* Main Text */
.mainBox {
	padding: 60px 30px;
	background-image: url("images/global/bg-clock.png"), url("images/global/paper-texture.jpg");
	background-position: left center, center;
	background-repeat: no-repeat, repeat;
}
.mainText {
	margin: 0 auto;
	max-width: 1130px;
	text-align: center;
}
.icon {
	width: 174px;
	height: 177px;
	margin: 0 auto 50px auto;
	background-image:url("images/global/clock-tower.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* Pick 3 */
.pick3 {
	width: 100%;
	display: flex;
	height: 375px;
}
.picHalf {
	width: 50%;
	padding: 60px;
}
.picFourth {
	width: 25%;
	padding: 60px;
}
.picHalf, .picFourth {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
	position: relative;
}
#pic1 {background-image: url("images/home/bg-1.jpg");}
#pic2 {background-image: url("images/home/bg-2.jpg");}
#pic3 {background-image: url("images/home/bg-3.jpg");}
.pick3 h3 {
	color: #fff;
	line-height: .8em;
	margin: 0;
	position: relative;
	z-index: 9
}
.pick3 h3 span {
	color: #e8ae0b;
}
.shade {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.3);
    transition: all .4s ease-in-out;
	opacity: 0;
	z-index: 0;
}
.picHalf:hover .shade, .picFourth:hover .shade {
	opacity: 1;
}
/* Secondary Text */
.flexBox {
	width: 100%;
	display: flex;
}
.halfVid {
	width: 50%;
	padding: 80px;
	background-image: url("images/global/topography.svg");
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center;
	background-color: #dfa70b;
	display: flex;
	align-items: center;
}
.halfTxt {
	width: 50%;
	padding: 80px;
	background: url("images/global/paper-texture.jpg") repeat center;
}
.halfTxt h3 {
	line-height: .8em;
}
/* YouTube Video */
.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
	box-shadow: 0 60px 30px -30px rgba(0, 0, 0, .45);
	width: 100%;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
/* Trip Box */
.tripBox {
	padding: 70px;
	text-align: center;
	color: #fff;
}
.tripBox h3 {
	line-height: .8em;
	color: #fff;
}
.tripBox h3 span {
	color: #e8ae0b;
}
.tripSlide {
	max-width: 1600px;
	margin: 0 auto;
}
.visibleNearbySimple .rsSlide img {
	opacity: 1;
}
.rsUni.rsHor .rsArrowLeft {
    left: -60px;
}
.rsUni.rsHor .rsArrowRight {
    right: -60px;
}
.rsUni .rsArrowIcn {
	background: url("images/global/rs-universal.png");
	opacity: 0.80;
}
.tripText {
	position: absolute;
    bottom: 20px;
    left: 20px;
}
.tripText h6 {
	text-align: left;
    margin: 0;
	color: #fff;
    font-family: mr-eaves-xl-modern, sans-serif;
    text-transform: uppercase;
    letter-spacing: .07em;
}
.tripText p {
	margin: 0;
    text-align: left;
    color: #e8ae0b;
    font-size: .9em;
    font-style: italic;
}
/* Tertiary Text */
.halfPic {
	width: 50%;
	background-image: url("images/home/bg-oaks.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

/*
== Buttons ==*/

.button {
	padding: 10px;
	margin: 10px 0;
	font-family: mrs-eaves-xl-serif, serif;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	letter-spacing: .07em;
	display: inline-block;
    transition: all .4s ease-in-out;
}
a.button:hover {
	background-color: #000;
	color: #FFF;
}
.yellowBTN {
	background-color: #e8ae0b;
	color: #FFF;
}
.blueBTN {
	background-color: #343b45;
	color: #FFF;
}
.wideBTN {
	width: 100%;
    padding: 20px 10px;
    margin: 0;
	background-image: url("images/global/topography.svg");
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center;
	background-color: #343b45;
}


/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
	text-align: center;
	position: relative;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.banner h2 {
	width: 100%;
	padding: 10px 10px 50px 10px;
	margin: 0;
	font-size: 4em;
	color: #fff;
	background: linear-gradient(0deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,0) 90%);
	position: absolute;
	z-index: 9;
	bottom: 0;
}
.banner h2 span {
	font-size: .5em;
    letter-spacing: .2em;
	color: #fff;
}
.pageContent {
    max-width: 980px;
	margin: 0 auto;
	padding: 0 20px;
}
/* Weddings Main */
/* Weddings Main */
.wideWrap {
	width: 100%;
	padding: 40px 60px 20px 60px;
	background-image: url("images/global/paper-texture.jpg");
	background-repeat: repeat;
	background-position: center;
}
.wideWrap p#breadcrumbs,
.mayorWrap p#breadcrumbs {
	margin:0;
	padding-left: 20px;
}
.wideWrap h1,
.mayorWrap h1,
.wedTextBox h2 {
	margin: 0;
    line-height: .6em;
}
.wideWrap h1 span,
.mayorWrap h1 span,
.wedTextBox h2 span {
	font-size: .57em;
}
.wideFlex {
	display: flex;
	flex-wrap: wrap;
}
.text60 {
	width: 60%;
	padding: 0 20px 20px 20px;
}
.box20 {
	width: 20%;
	padding: 20px;
}
.box20 img {
	opacity: 1;
    transition: all .4s ease-in-out;
}
.box20:hover img {
	opacity: .9;
}
.wedTextBox {
	width: 100%;
	display: flex;
}
.secondText {
	width: 50%;
	padding: 0px 50px 75px 50px;
	background-image: url("images/global/paper-texture.jpg");
	background-position: center;
	background-repeat: repeat;
}
/* Mayor Page */
/* Mayor Page */
.flexWrap {
	width: 100%;
	display: flex;
}
.mayorWrap {
	width: 60%;
	padding: 40px 40px 60px 60px;
	background-image: url("images/global/paper-texture.jpg");
	background-repeat: repeat;
	background-position: center;
}
.sideImage {
	width: 40%;
	padding: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sideImage img {
	max-width: 633px;
	box-shadow: 0 60px 30px -30px rgba(0, 0, 0, .45);
}
/* Events Page */
/* Events Page */
.eventWrap {
	padding: 20px 20px 40px 20px;
}
.eventWrap h1 {
	text-align: center;
}
.eventWrap h1 span {
	margin-right: 20%;
}
.eventWrap h1 .tab {
    margin-left: 5%;
}
.eventText {
	max-width: 1200px;
	margin: auto;
}
.eventCategories {
	text-align: center;
}
.eventCategories ul {
	padding: 0;
	margin: 0;
}
.eventCategories li {
	display: inline-block;
	padding: 0 15px;
	line-height: 1em;
	text-transform: uppercase;
	border-right: 1px solid #999;
}
.eventCategories li:last-child {
	border-right: none;
}
.eventCategories li a {
	color: #333;
}
.eventCategories li a:hover {
	color: #000;
	text-decoration: underline;
}
/* WP Column edits */
.wp-block-column {margin-bottom: 1.75em;}
.wp-block-columns {margin-bottom: 0 !important;}

figure.hover:hover {
    transition: all .4s ease-in-out;
	opacity: .9;
}


/* 	
== POSTS ==*/

.postBox {
	width: 100%;
	display: flex;
}
.postBox2 .postText {
	width:100%;
}
.postBox2 .postSlider {
	width:100%;
	max-width: 1000px;
    margin: auto;
}
.postText {
	width: 50%;
	padding: 38px 77px;
	background-image: url("images/global/paper-texture.jpg");
	background-position: center;
	background-repeat: repeat;
}
.postText h1 {
	margin: 0;
    line-height: .6em;
}
.postText h1 span {
	font-size: .57em;
}
.tab {
	margin-left: 40px;
}
#breadcrumbs {
	text-transform: uppercase;
	color: #999;
	font-size: .9em;
	letter-spacing: .08em;
}
#breadcrumbs a, #breadcrumbs a:hover {
	color: #999;
}
.breadcrumb_last {
	color: #343b45;
}
.liner {
	padding: 0;
	width: 100%;
	height: 1px;
	margin: 30px auto;
	background-color: #999999;
}
.advLinks a {
	color: #343b45;
}
.advLinks a:hover {
	color: #000;
}
.advLinks a .fab {
	color: #999;
}
.advLinks .fab {
	opacity: .8;
	font-size: 1.5em;
    padding: 0 0 0px 14px;
    transition: all .4s ease-in-out;
}
.advLinks .fab:hover {
	opacity: 1;
}
h3.subHead {
	font-size: 1em;
	font-family: mr-eaves-xl-modern, sans-serif;
	text-transform: uppercase;
	letter-spacing: .09em;
	margin: 0 0 20px 0;
}
.postSlider {
	width: 50%;
	padding: 80px;
	display: flex;
    align-items: center;
}
.postSlider .royalSlider {
	box-shadow: 0 60px 30px -30px rgba(0, 0, 0, .45);
}
.fullVid {
	width: 100%;
	padding: 80px;
	background-image: url("images/global/topography.svg");
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center;
	background-color: #dfa70b;
	position: relative;
}
.fullVid .vidWrap {
	max-width: 1280px;
	max-height: 720px;
	margin: 0 auto;
}
.mapBox {
	width: 100%;
	height: 550px;
}


/* 	
== FOOTER ==*/

.foot {
    width: 100%;
    padding: 20px 20px 60px 20px;
	text-align: center;
	color: #fff;
}
.foot a {
	text-decoration: none;
	color: #fff;
}
.logoFoot {
    width: 276px;
    height: 153px;
	margin: 0px auto;
    display: block;
    background-size: 100%;
    text-indent: -9999px;
}
.logoFoot a {
    width: 276px;
    height: 153px;
    display: block;
    background: url("images/global/logo-foot.png");
    background-position: center;
    background-size: cover;
}
.foot .fab {
    font-size: 2em;
    margin: 50px 20px;
	opacity: .8;
	transition: all 0.5s ease;
}
.foot .fab:hover {
	opacity: 1;
}
.foot p {
	margin: 20px 0;
	padding: 0 10px;
    font-size: .75em;
}
.foot p a {
	color: #fff;
}
.foot p a:hover {
	color: #ccc;
}
.foot ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
	text-transform: uppercase;
}
.foot li {
    margin: 0;
    padding: 0 10px;
    line-height: 1em;
	display: inline;
    letter-spacing: .2em;
}
.footNav {
    font-size: .9em;
}
.footNav2 {
    font-size: .75em;
}
.footNav3 {
    font-size: .7em;
}
.footNav3 a {
	font-style: italic;
	color: #999;
}
.foot ul.footNav3 {
	text-transform: none;
}
.footNav3 li {
    letter-spacing: .05em;
	font-weight: 600;
}

.scLogo {
	max-width: 240px;
}
.scHammock {
	max-width: 137px;
}
.logosBox ul{
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 40px auto;
}
.logosBox li {
    margin: 0;
    padding: 10px 20px;
	display: inline-block;
}

/* 	
== 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;
	text-transform: none;
}
#texty p {
	font-size: .9em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
	color: #343b45;
}
#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: #ccc;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}

/* 	
== Gravity Forms ==*/

.gform_wrapper input, .gform_wrapper select {
    border: 2px solid #343b45;
    background-color: transparent;
    color: #343b45;
}
.gform_wrapper textarea {
    border: 2px solid #343b45;
    background-color: transparent;
    color: #343b45;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 8px;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}
.gform_wrapper li {
    line-height: 0 !important;
}
.gform_footer {
    padding: 0 0 10px;
	text-align: left;
}
.gform_footer input {
    padding: 15px 30px;
	background: #343b45;
    color: #fff;
    font-weight: 400;
	font-size: 1.2em;
	transition: all .4s ease-in-out;
}
.gform_footer input:hover {
    background: #000;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin-top: 10px !important;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    margin-top: 15px;
}
.gform_wrapper .top_label div.ginput_container {
    margin-top: 28px;
}
.gform_wrapper textarea.medium {
    margin-top: 28px;
}
.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #343b45;
}
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder { /* Firefox 19+ */
  color: #343b45;
}
.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
  color: #343b45;
}
.gform_wrapper input:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
  color: #343b45;
}
.ginput_container_fileupload input {
    margin-bottom: 12px;
}

/* 	
== MODERN EVENTS CALENDAR ==*/

.mec-event-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* 	
== THE EVENTS CALENDAR ==*/
#tribe-events-pg-template {
    margin-top: 150px;
}
.tribe-event-date-start {
	font-size: 16px;
}
.tribe-events-event-image img,
.tribe-related-events-thumbnail img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}


/* 	
== 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%;
}
.map550 iframe, .map550 object, .map550 embed {
    height: 550px;
}

/* 	
== RESPONSIVE STYLES ==*/

.container {
    width: 100%;
    margin: 0;
	padding: 80px 0px;
	background-image: url("images/global/paper-texture.jpg");
	background-position: center;
	background-repeat: repeat;
}
.cent {margin: auto;}
.alpha {float: left;}
.omega {float: right;}
.one {width: 10%;}
.two {width: 20%;}
.three {width: 30%;}
.four {width: 40%;}
.five {width: 50%;}
.six {width: 60%;}
.seven {width: 70%;}
.eight {width: 80%;}
.nine {width: 90%;}
.ten {width: 100%;}
.third {width: 33.333%;}
.two-thirds {width: 66.666%;}
.quarter {width: 25%;}
.three-qtr {width: 75%;}

.margTop20 {margin-top: 20px !important;}
.noMargTop {margin-top: 0 !important;}
.noMargBot {margin-bottom: 0 !important;}



/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
	.text60 {width: 75%;}
	.box20 {width: 25%;}
}

/* Custom */
@media only screen and (max-width: 1200px) {
	.paper {display: none;}
	.picHalf, .picFourth {width:33.33%;}
	
	.flexWrap {flex-direction: column;}
	.mayorWrap {width: 100%;}
	.sideImage{width: 100%;}
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.text60 {width: 100%; padding: 0 10px 20px 10px;}
	.box20 {padding: 10px;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.topBar p {width: calc(100% - 210px); text-align: left; z-index: 100; position: relative;}
	.wrapCategory {flex-wrap: wrap;}
	.textCategory {max-width: 100%;}
	.boxCatPost {width: 24%; margin-top: 30px;}
	.postBox {flex-direction: column;}
	.wedTextBox {flex-direction: column-reverse;}
	.postText, .secondText {width: 100%;}
	.postSlider {width: 100%;}
	.slideRest {width: 100%; margin-top: 50px;}
}

/* Custom */
@media only screen and (max-width: 980px) {
	.pick3 {height: auto; flex-direction: column;}
	.picHalf, .picFourth {width: 100%; height: 300px;}
	.banner h2 {font-size: 7vw;}
}
	
/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 3em;}
	h2 {font-size: 2.5em;}
	h3 {font-size: 2em;}
	h4 {font-size: 1.5em;}
	h5 {font-size: 1em;}
	h6 {font-size: .813em;}
	h1 span, h2 span, h3 span {font-size: .5em;}
	
	.flexBox {flex-direction: column;}
	.halfVid, .halfTxt {width: 100%;}
	.wideWrap {padding: 40px 20px 20px 20px;}
	.box20 {width: 33.33%;}
}

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

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.searchForm {width: 150px;}
	.topBar p {width: calc(100% - 150px);}
	.sfm-navicon-button {top: 65px;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.heroSliderMobile {display: block;}
	.heroSlider {display: none;}
	
	.boxCatPost {width: 49%;}
	.wrapCategory {padding: 70px 30px 70px 30px;}
	.guideBar {flex-direction: column;}
	.dotDivide {width: 100%; height: 15px;}
	.halfVid {padding: 30px 30px 10px 30px;}
	.halfTxt, .tripBox {padding: 50px 30px;}
	.rsUni.rsHor .rsArrowRight {right: -42px;}
	.rsUni.rsHor .rsArrowLeft {left: -42px;}
	.tripText {bottom: 0px; left: 10px;}
	.postText {padding: 40px 30px;}
	.postSlider, .fullVid {padding: 70px 30px;}
	.box20 {width: 50%;}
	.mayorWrap, .sideImage {padding: 30px;}
}

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

/* Custom Small */
@media only screen and (max-width: 500px) {
	.box20 {width: 100%;}
	.topBar p {display: none;}
	.logo {left:10px;}
	.logo, .logo a {width: 160px; height: 91px;}
	.banner h2 {font-size: 2em; padding-bottom: 10px; line-height: .8em; -webkit-hyphens: none; -ms-hyphens: auto; hyphens: auto;}
}
