/*--------------------
   1. BASE CSS
----------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,600|Raleway:400,500,600,700');
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus,
a:hover {
    outline: 0 solid;
    text-decoration: none;
}

button:focus,
input:focus {
    outline: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    color: #363636;
}

a:hover {
    text-decoration: none
}

.navbar-toggle {
    border: 2px solid #f7ba4d;
    border-radius: 0;
}

.navbar-toggle .icon-bar {
    background: #f7ba4d none repeat scroll 0 0;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.area-title {
    margin-bottom: 60px;
}

.area-title h2 {
    color: #464646;
    display: inline-block;
    font-size: 36px;
    font-weight: 300 !important;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 40px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
}

.area-title h2::before {
    content: "[";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 10px;
}

.area-title h2::after {
    content: "]";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
}

.area-title h2 span {
    color: #f7ba4d;
    font-weight: 700;
}

.area-title p {
    margin-bottom: 0;
}

.section-padding {
    padding: 100px 0;
}

.padding-top {
    padding-top: 100px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.red-bg {
    background: #f7ba4d;
    color: #fff;
}

.red-bg .area-title h2 {
    color: #fff;
}


/*--------------------------
    2. TOP AREA
---------------------------*/

.top-area {
    height: 100%;
    position: relative;
    width: 100%;
}

/*
.top-area-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.top-area-bg::before {
    background: rgba(0, 0, 0, 0) url("img/slider/slide_1.jpg") no-repeat scroll center center / cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.top-area-bg::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}
*/


/*---------------------------------
    2.1 MAINMENU AREA
-----------------------------------*/

.header-top-area {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.mainmenu-area {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9999 !important;
}

.mainmenu-area-bg {
    background: #f7ba4d none repeat scroll 0 0;
    bottom: 0;
    height: 5px;
    position: absolute;
    width: 100%;
}

.navbar-header {
    margin-top: 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar {
    border-bottom: 0 none;
    border-top: 0 none;
    margin-bottom: 0;
	min-height: 65px !important;
}

.navbar-brand > img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media (min-width: 992px) {
    .navbar-brand > img {
		position: absolute;
        left: 20px;
    }
}

.is-sticky .navbar-brand > img {
    max-width: 80%;
}

ul#nav {
    float: right;
    margin-right: -320px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

ul#nav li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 40px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
}

ul#nav li a::after {
    background: #f7ba4d none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 0;
}

ul#nav li.active a::after,
ul#nav li:hover a::after {
    width: 100%;
}

.is-sticky ul#nav li a {
    padding: 20px 15px;
    color: #ffffff;
}

ul#nav li a:hover,
ul#nav li.active a,
.is-sticky ul#nav li.active a {
    background: #f7ba4d none repeat scroll 0 0;
    color: #363636;
}

.is-sticky .navbar-header {
    margin-top: -3px;
}

.is-sticky .mainmenu-area {
    background: #000;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    z-index: 99999;
}



/*-----------------------------------
    2.2 WELCOME TEXT AREA
-------------------------------------*/

.tp-bullet.selected,
.tp-bullet:hover {
    background: #f7ba4d;
}

.tp-bullets {
    border: 1px solid #f7ba4d;
    border-radius: 50px;
    display: none !important;
	/* display: block; */
    height: 180px !important;
    padding: 10px;
    position: absolute;
    right: 30px !important;
    text-align: center !important;
    top: auto;
    width: 40px !important;
    z-index: 1000;
}

.tp-bullet {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    cursor: pointer;
    display: block !important;
    height: 30px;
    left: 0;
    margin-left: 7px;
    margin-top: 20px;
    position: static;
    top: auto !important;
    width: 6px;
}

.welcome-text-area {
    width: 100%;
    color: #ffffff;
}

.welcome-text h2 {
    font-size: 24px !important;
    font-weight: 400;
}

.welcome-text h1 {
    font-size: 36px !important;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #f7ba4d;
}

.welcome-text h3 {
    font-size: 36px !important;
    font-weight: 400;
    letter-spacing: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    color: #ffffff;
}

.welcome-text p {
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
}

.welcome-text h3::after {
    background: #f7ba4d none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 150px;
}

.home-button {
    margin-top: 60px;
}

.home-button a {
    background: #f7ba4d none repeat scroll 0 0;
    border-radius: 50px;
    color: #363636;
    font-size: 14px;
    letter-spacing: 2px !important;
    margin-right: 20px;
    padding: 15px 30px;
    text-transform: uppercase;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    font-weight: 400;
}

.home-button a:hover {
    background: #ffffff;
    color: #363636;
}

.welcome-img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 60%;
    overflow: hidden;
}

.welcome-mockup-img {
    bottom: 0;
    max-width: 80%;
    position: absolute;
    right: 5%;
}


/*---------------------------------
	KEYFRAME ANIMATION FOR BACKGROUND 
----------------------------------*/
.custom-slide-animation .moving-bg {
    box-sizing: content-box;
    padding-bottom: 300px;
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url('img/slide_1.jpg');
    background-size: cover;
    animation: moving 18s linear infinite alternate;
}

@keyframes moving {
    0% {
        transform: translateY(-300px);
    }

    100% {
        transform: translateY(0);
    }
}


/*-----------------------------
	SALLY'S WEB INTRO AREA
-------------------------------*/
.home-intro-area {
    background-color: #333;
    padding: 40px 0;
}

.home-intro-content {
    font-size: 20px;
    line-height: 2.5;
    text-align: justify;
	color: #fff;
}

.home-intro-content h1 {
    text-align: center;
}

/*-----------------------------
	GENEALOGY AREA
-------------------------------*/
.centered-row {
    display: flex;
    justify-content: center; /* Horizontally center the items within the row */
    align-items: center; /* Vertically center the items within the row */
}


.genealogy-area .area-title {
    margin-bottom: 0;
}

.genealogy-left-image {
    padding: 25px;
    position: relative;
    text-align: center;
}

.genealogy-left-image::before,
.genealogy-left-image::after {
    border-left: 2px solid #363636;
    border-top: 2px solid #363636;
    content: "";
    height: 270px;
    left: 0;
    position: absolute;
    top: 0;
    width: 270px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.genealogy-left-image::after {
    border-bottom: 2px solid #363636;
    border-left: inherit;
    border-right: 2px solid #363636;
    border-top: inherit;
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.genealogy-left-image img {
    width: 100%;
}

.genealogy-left-image:hover::after,
.genealogy-left-image:hover::before {
    border-color: #f7ba4d;
}

.genealogy-content h3 {
    font-family: open sans;
    margin-bottom: 50px;
}

.genealogy-content p {
    margin-bottom: 20px;
	text-align: justify;
}

.title-and-social-bookmark h4 {
    border-bottom: 2px solid;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.title-and-social-bookmark {
    margin-top: 50px;
}

.social-bookmark {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.social-bookmark li {
    display: inline;
}

.social-bookmark li a {
    background: #363636 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    margin-right: 10px;
    padding-top: 6px;
    text-align: center;
    width: 35px;
}

.social-bookmark li a:hover {
    background: #f7ba4d none repeat scroll 0 0;
}

  .img-comparison-slider {
    --divider-width: 2px;
    --divider-color: #c0c0c0;
    --default-handle-opacity: 0.3;
  }


/*---------------------------------
	JAMES HAMBURG PHOTOGRAPHY AREA
----------------------------------*/
.james-hamburg-photography-container {
    margin-left: 20px; /* Adjust the value as needed for your desired left margin */
    margin-right: 20px; /* Adjust the value as needed for your desired right margin */
}

.james-hamburg-photography-image {
    margin-bottom: 40px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.james-hamburg-photography-image::before {
    border-left: 2px solid;
    border-top: 2px solid;
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px;
	z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.james-hamburg-photography-image::after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    bottom: 0;
    content: "";
    height: 150px;
    position: absolute;
    right: 0;
    width: 150px;
    z-index: -1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-james-hamburg-photography:hover .james-hamburg-photography-image::before,
.single-james-hamburg-photography:hover .james-hamburg-photography-image::after {
    border-color: #f7ba4d;
}

.james-hamburg-photography-image img {
    width: 100%;
}

.james-hamburg-photography-details h3 {
    font-size: 24px;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 400;
}

.single-james-hamburg-photography:hover .james-hamburg-photography-details h3 {
    color: #f7ba4d;
}

a.see-more {
    color: #f7ba4d;
    display: inline-block;
    letter-spacing: 1px;
    margin-top: 10px;
}

a.see-more:hover {
    color: #363636;
}

.enlarge-image {
  max-width: 35%;
  height: auto;
  cursor: pointer;
  border: 5px solid transparent;
  border-radius: 10px; /* Adjust the value as needed for the desired roundness */
  transition: border-color 0.3s;
}

.enlarge-image:hover {
  border-color: #f7ba4d;
}

/*------------------------------
	GEOFFREY HAMBURG PROJECTS AREA
--------------------------------*/
.portfolio-menu {
    margin-bottom: 60px;
}

.portfolio-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.portfolio-menu ul li {
    background: #363636 none repeat scroll 0 0;
    color: #f7ba4d;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    padding: 7px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.portfolio-menu ul li.active,
.portfolio-menu ul li:hover {
    background: #f7ba4d none repeat scroll 0 0;
    color: #363636;
}

.single-portfolio {
    -moz-box-align: center;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
    min-height: 300px;
    position: relative;
}

.portfolio-bg {
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #ddd;
}

.portfolio-bg::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.portfolio-bg-01 {
    background: rgba(0, 0, 0, 0) url("img/portfolio_image_01.jpg") repeat scroll 0 0 / cover;
}

.portfolio-bg-02 {
    background: rgba(0, 0, 0, 0) url("img/portfolio_image_02.jpg") repeat scroll 0 0 / cover;
}

.portfolio-bg-03 {
    background: rgba(0, 0, 0, 0) url("img/portfolio_image_03.jpg") repeat scroll 0 0 / cover;
}

.portfolio-bg-04 {
    background: rgba(0, 0, 0, 0) url("img/portfolio_image_04.jpg") repeat scroll 0 0 / cover;
}

.portfolio-bg-05 {
    background: rgba(0, 0, 0, 0) url("img/portfolio_image_05.jpg") repeat scroll 0 0 / cover;
}

.portfolio-bg-06 {
    background: rgba(0, 0, 0, 0) url("img/portfolio_image_06.jpg") repeat scroll 0 0 / cover;
}

.portfolio-bg-07 {
    background: rgba(0, 0, 0, 0) url("img/portfolio_image_07.jpg") repeat scroll 0 0 / cover;
}

.portfolio-bg-08 {
    background: rgba(0, 0, 0, 0) url("img/portfolio_image_08.jpg") repeat scroll 0 0 / cover;
}

.portfolio-bg-09 {
    background: rgba(0, 0, 0, 0) url("img/portfolio_image_09.jpg") repeat scroll 0 0 / cover;
}

.portfolio-bg-10 {
    background: rgba(0, 0, 0, 0) url("img/portfolio_image_10.jpg") repeat scroll 0 0 / cover;
}


.portfolio-view-details {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9;
}

.portfolio-view-details a {
    border: 1px solid;
    color: #f7ba4d;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    padding-top: 13px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50px;
}

.portfolio-view-details a i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.portfolio-view-details a:hover {
    background: #f7ba4d;
    border-color: #f7ba4d;
    color: #fff;
}

.single-portfolio:hover .portfolio-bg::after {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-portfolio:hover .portfolio-view-details {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*------------------------------
	OTHER THINGS (OPEN MIC.) AREA

.single-other:hover .member-name-and-image {
    background: #f7ba4d none repeat scroll 0 0;
}

.member-name-and-image {
    background: #363636 none repeat scroll 0 0;
    border-radius: 50% 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.member-img {
    border-radius: 50%;
}

.member-img img {
    border-radius: 50%;
    padding: 5px;
    width: 100%;
}

.member-details {
    margin-bottom: 40px;
}

.member-social-bookmark ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.member-social-bookmark ul li {
    display: inline;
}

.member-social-bookmark ul li a {
    background: #363636 none repeat scroll 0 0;
    border-radius: 50%;
    color: #f7ba4d;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    margin-right: 9px;
    padding-top: 6px;
    text-align: center;
    width: 35px;
}

.member-social-bookmark ul li a:hover {
    background: #f7ba4d none repeat scroll 0 0;
    color: #fff;
}

.member-details > h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.member-details .member-title {
    margin-bottom: 20px;
}
-------------------------------*/

/*------------------------------
    12. FOOTER AREA
-------------------------------*/

.footer-area {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 30px 0;
}

.footer-area p {
    margin-bottom: 0;
}

.footer-area a {
    color: #f7ba4d;
}


/*------------------------------
    13. SCROLL TO TOP
-------------------------------*/

a.scrolltotop {
    background: #f7ba4d none repeat scroll 0 0;
    bottom: 20px;
    color: #363636;
    display: none;
    font-size: 20px;
    height: 50px;
    padding-top: 10px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 99;
    box-shadow: 0 0 0 7px transparent;
}

a.scrolltotop:hover {
    box-shadow: 0 0 0 0 #363636;
    background: #363636;
    color: #fff;
}

