<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* /////////////////////////////////////////////////////////////////////
//  Your CSS
/////////////////////////////////////////////////////////////////////*/

p {
font-family: 'Lato', sans-serif;
font-size:12pt;
font-weight:300;
letter-spacing:0px;
}

.subnav {
margin-top: 16px;
    padding: 15px 15px 15px 24px;
}
#isPageHeader {
margin-top:0px;
}
#pgNavigation li a {
font-weight:600;
}
h1 {
font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 20pt;
    text-transform: uppercase;
    color: black;
    border-bottom: 0px solid #dddddd;
    padding: 0px;
    clear: both;
    padding-bottom: 27px;
    margin-top: 1.875em;
    text-align: center;
    letter-spacing: 2px;
}
.photographer-custom-page {
    border-top: 0px;
    padding-top: 10px;
}
.call-to-action p strong {
	font-weight: normal;	
}

.button1 {
font-size: 12pt;
    color: white;
    background-color: #526a6e;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: normal;
    cursor: pointer !important;
    color: #e9e9e9!important;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    padding: 15px;
    width: 270px;
    float: right;
    border-radius: 54px;
}
#pgLogo {
max-width: 940px;
    height: 100px;
    float: left;
    padding-left: 20px;
padding:10px;
}
#nav-pg ul {
    display: inline-block;
margin-top:0px;
margin-bottom:0px;
}
#pgLogo_img {
    max-width: 940px;
   height: 118px;
    float: left;
    padding-left: 20px;
}

#nav-pg ul li { 
font-size:11pt;
}


.wtypeimage_full_width .overlap_text {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 6px;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 30%;
}

.wtypeimage_full_width .img_wrapper {
height:700px;
}

#pageWidth,  #pgContent{
    max-width: none !important;
    width: 100%;
    padding-left: 0;
    padding-right:0;
}



#isPageFooter {
width: 100%;
margin: auto;
bottom: 0px;
clear: both;
background-color: #313131;
}
.first-links {
    height: 300px;
    width: 45.3%;
    float: left;
    padding-top: 65px;
}
.second-links {
width: 25%;
float: left;
height: 333px;
padding-top: 65px;
}
.third-links {
    width: 25%;
    float: left;
    padding-top: 65px;
}
#pgFooter {
max-width: 1194px;
width: 100%;
margin: auto;
padding: 0px 0 0px 0;
border-top: 0px;
height: 333px;
}
#CopyrightBase {
background-color: #2d2d2d;
height: 65px;
position: bottom !important;
bottom: 0;
right: 0;
left: 0;
}
#CopyrightContent {
max-width: 1040px;
margin-left: auto;
margin-right: auto;
color: white;
height: 65px;
display: flex;
align-items: center;
}

.new_slider_div::-webkit-scrollbar {
    height: 8px;
    background-color:#e9e9e9;
}


.faq_container {
border: 1px solid #ccc;
    padding: 20px;
    background-color: #eeeeee;
    margin-bottom: 20px;
    cursor: pointer;
    font-weight: 300;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.faq_container.active {
background-color: #ffffff;
}
.faq_title {
font-weight:400;
display: -webkit-flex; / Safari /
display: flex;
-webkit-justify-content: space-between; / Safari 6.1+ /
justify-content: space-between;
-webkit-align-items: center; / Safari 7.0+ /
align-items: center;
font-size: 12pt;
padding:15px;
}
.faq_text {
display:none;
margin-top:10px;
}
.active .faq_text {
    display: block;
    padding: 15px;
    padding-top: 5px;
    line-height: 26px;
    font-weight: 300;
}

/*contact form*/
.form {
max-width: 700px !important;
margin-left: auto;
margin-right: auto; 
}
.frmContactDiv {
max-width: 700px;
    margin-left: auto;
    margin-right: auto;
overflow:auto;
}

#frmcontact_name {
height: 40px;
}
#frmcontact_email {
height: 40px;
}
#frmcontact_subject {
height: 40px;
}
#frmContact td {
margin-top: 5px;
font-family: 'lato';
font-weight: 300;
}
#submitfrmContact {
float: right;
margin-right: 0px;
background-color: #526a6e;
color: #e9e9e9;
font-size: 12px;
letter-spacing: 1px;
margin-bottom: 20px;
padding: 10px 20px;
border-radius: 34px !important;
font-family: 'Lato', sans-serif;
border: none;
text-transform: uppercase;
margin-top: -10px;
}
#frmContact tr {
    height: 35px;
    padding: 10px 0 10px 0;
    font-family: 'lato';
    font-size: 12pt;
}

#frmContact input {
    width: 100%;
    max-width: 180px;
    margin-bottom: 10px;
}
a{
color:#526a6e;
}

/*Footer*/
#isPageFooter {
    width: 100%;
    margin: auto;
    position: relative;
    bottom: 0px;
    clear: both;
    background-color: #313131;
    bottom: 0;
    right: 0;
    left: 0;
}

#pageWidth {
/*position:relative;*/
}


/*   Side Mobile Navigation  */
@media (max-width:768px){
    #isPageHeader {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #pgNavigation {
        top:0;
    }
    #mainPageWrapper {
        position: relative;
        transition: left  500ms;
        left:0;
    }
    #mainPageWrapper.open {
        left:70%;   
    }

    #pgNavigation ul {
        position:fixed;
        top:0 !important;
        left: -100%;
        transition: left  500ms;
        max-height: none;
        width: 70%;
        margin-top:0;
    }
    #pgNavigation ul.open {
        position:fixed;
        top:0 !important;
        left:0;
        max-height:100vh !important;
        height:100vh;
box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 4px 13px 0 rgba(0, 0, 0, 0.19);
    }   

    #nav-pg ul li {
        font-size: 17pt;
        text-transform:none;
    }
    
    #nav-toggle {
        left: 0;
    transition: left 500ms;
    background-position: 10px 50%;
    /* height: 50px; */
    position: fixed;
    margin-top: 0px;
    padding: 30px;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 2px 9px 0 rgba(0, 0, 0, 0.19);
    } 
    .open #nav-toggle {
        left: 70%;
box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 1px 0 rgba(0, 0, 0, 0.19);
    }

    #pgNavigation ul li a {
        border-top: 0px solid #ccc;
        text-transform: uppercase;
padding: 35px 10px;
    }
    #isPageFooter {
        position:relative;
        left:0;
        transition: left  500ms;
    }
    #isPageFooter.open {
        left:70%;
    }
    #pgLogo_img {
        display:none;
    }
    #isPageHeader.open {
        padding-top: 0 !important;
    }
}

/*   Side Mobile Navigation END */
@media (max-width:768px){
#nav-toggle:before {
    content:'Tulloch Photography';
    width: 100%;
    height: 100%;
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: center; /* Safari 6.1+ */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    justify-content: center;
    align-items:center;
font-size: 13pt;
    letter-spacing: 1px;

}
}
@media (min-width: 769px) {
    #isPageHeader.border_b_added {
       box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
        /* height: 300px !important; */
        position: fixed;
        top: 0;
        width: 100%;
        background-color: white;
        z-index: 2;
        margin-top: 0;
        height: auto;
    }

    #isPageHeader.border_b_added:before {
        content: 'Tulloch Photography';
    text-transform: uppercase;
    margin-left: 10px;
    float: left;
    margin-top: 31px;
    font-size: 14pt;
    color: #555555;
    letter-spacing: 1px;
    margin-left: 20px;
   position:absolute;
display:none;
}

    .border_b_added #nav-pg ul {
        padding: 0;
    margin: 30px;
    padding-right: 50px;
    }

    .border_b_added #pgNavigation {
        margin: 0;
    }
}
.cover_material_qtip img {
    width:200px;
height:200px;
object-fit: none;
}
p.cover_materials {
    max-width: 640px;
}

@media (max-width: 570px) {
    p.cover_materials img {
        width:100px !important;
        height:100px !important;
    }
    p.cover_materials {
        max-width: 410px;
    }
}
@media (max-width: 450px) {
    p.cover_materials img {
        width:80px !important;
        height:80px !important;
    }
    p.cover_materials {
        max-width: 330px;
    }
}

@media (max-width: 370px) {
    p.cover_materials img {
        width:70px !important;
        height:70px !important;
    }
    p.cover_materials {
        max-width: 290px;
    }
}
@media (max-width: 325px) {
    p.cover_materials img {
        width:60px !important;
        height:60px !important;
    }
    p.cover_materials {
        max-width: 250px;
    }
}
@media (max-width: 285px) {
    p.cover_materials img {
        width:50px !important;
        height:50px !important;
    }
    p.cover_materials {
        max-width: 210px;
    }
}
@media (max-width: 245px) {
    p.cover_materials img {
        width:40px !important;
        height:40px !important;
    }
    p.cover_materials {
        max-width: 170px;
    }
}
/* for less height window*/
@media (max-height:837px) and (min-width:769px){
	#pgLogo_img {
        display:none;
    }
	#isPageHeader:before {
        content: 'Tulloch Photography';
		text-transform: uppercase;
		margin-left: 10px;
		float: left;
		margin-top: 31px;
		font-size: 14pt;
		color: #555555;
		letter-spacing: 1px;
		margin-left: 20px;
	   position:absolute;
	}
	#nav-pg ul {
        padding: 0;
		padding-right: 50px;
    }
    #isPageHeader {
       box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
        /* height: 300px !important; */
        position: fixed;
        top: 0;
        width: 100%;
        background-color: white;
        z-index: 1;
        margin-top: 0;
        height: auto;
	}
	#pgNavigation {
		margin:0;
	}
}
/* for less height window end */
/* instagram widget */
.instagram_profile_picture {
    display:none;
}
.instagram_profile {
    padding-bottom:21px
}
/* instagram widget end*/

/* order page */
.after_order {
    margin-top: 63px;
    margin-bottom: 63px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.after_order .message {
    text-align: center;
    font-size:20px;    
text-align: center;
    font-size: 20px;
    font-size: 42px;
    line-height: 50px;
    margin-top: 39px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.after_order .goToPayPal {
    background-color: #526a6e;
    color: #e9e9e9;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 42px;
    border-radius: 34px !important;
    font-family: 'Lato', sans-serif;
    border: none;
    text-transform: uppercase;
    line-height: normal;
    display: inline-block;
}
.after_order .button_wrapper {
    text-align:center;
    margin-top: 23px;
    margin-bottom: 50px;
}
tr.terms_and_condition_tr {
     background-color: rgba(82, 106, 110, 0.6);
     color: #e9e9e9;
     height: auto !important;
     border-radius: 10px;
     padding-left: 10px !important;
     margin-right: 15px !important;
     width: calc(50% - 15px);
float:left;
margin-top:15px;
}
/* order page end */

/*Home show and hide*/
@media (max-width: 1199px) {
 .visible-1199 { 
  display: block !important;
 }
}
@media (max-width: 1199px) {
  .hidden-1199 {
    display: none !important;
  }
}
.visible-1199 {
 display: none !important;
}
@media (max-width: 1199px) {
 .visible-1199 { 
  display: block !important;
 }
}
@media (max-width: 885px) {
 .visible-885 { 
  display: block !important;
 }
}
@media (max-width: 885px) {
  .hidden-885 {
    display: none !important;
  }
}
.visible-885 {
 display: none !important;
}
@media (max-width: 885px) {
 .visible-885 { 
  display: block !important;
 }
}
/*home show and hide end */
/*show and hide*/
@media (max-width: 1392px) {
 .visible-1392 { 
  display: block !important;
 }
}
@media (max-width: 1392px) {
  .hidden-1392 {
    display: none !important;
  }
}
.visible-1392 {
 display: none !important;
}
@media (max-width: 1392px) {
 .visible-1392 { 
  display: block !important;
 }
}
/*show and hide end */
/*blog */
.blogSidePannel {
    float: none;
    width: 0%;
    margin-top: 0px;
    display: none;
}
.blogMain {
float: none !important;
    width: 80% !important;
    min-height: 500px;
background-color: white;
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #e9e9e9;
    padding: 43px;
max-width: 1200px;
}
.postHeader .subject {
font-size:16pt;
    width: 95%;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 35px;

}
.postCategories {
display:none;
}
.postRow .sharelinks {
    display: none;
}
.postHeader .subject h1 {
text-align: center;
    text-transform: none;
        font-size: 69pt !important;
    width: 100%;
    margin-left: auto!important;
    margin-right: auto!important;
}
.blogWrapper p {
font-size: 20px !important;
    line-height: 27px !important;
margin:0 0 21px !important;
}
.blogMain.blog_home {
    border:none;
    padding-top:43px;
}
.blogTitles {
    display: block !important;
    top: 400px;
   width:400px;
}

.pgBlog {
    height: 617px;
   width:400px;
    background-color: white;
}

.wraptocenterBlog {
    height:400px;
   width:400px
}
.blogTitles_title {
text-align:left;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    font-size: 1.1em;
    color: #000000;
    line-height: 1.8em;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    padding: 0px;
    z-index: 1;
    max-height: 192px;
    overflow: hidden;
    margin-top: 16px;
    margin-bottom: 6px;
}

.blogTitles_text {
text-align:left;
        font-size: 12pt;
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    letter-spacing: 1px;
    padding: 0px;
    line-height: 1.5em;
    margin-top: 5px !important;
    margin-bottom: 13px;
}

.blogTitles_link {
    text-align: left;
}
h1#mainPageHeader.blog_home {
    visibility: visible;
    height: auto;
    padding-top: 35px;
    border: none;
    font-weight: 600;
    font-size: 22pt;
}

.photographer-custom-page.thumbnail_view {
    border:none   
}

/* horizontal slider widget */
@media (max-height:773px){
    .new_slider_div {
        height:300px;
    }
    .new_slider_img.new_slider_img_V {
        height:100%;
        width: auto;
    }
}
/* horizontal slider widget end*/
.no_height p {
margin-bottom:0;
}


#pgNavigation {
    clear: none;
    width: auto;
    margin-top: 40px;
    float: right;
}

#pgLogo_img {
    height: 80px;
}

@media (min-width: 769px) {
    .border_b_added #nav-pg ul {
        padding-right: 25px;
        margin-top: 40px;
    }
}

@media (min-width: 769px) and  (max-width: 900px) {
    #nav-pg ul li {
        font-size: 11pt;
        padding-left: 10px;
        padding-right: 10px;
    }
    #nav-pg ul {
        padding-left: 2px;
        padding-right: 2px;
    }
    #pgLogo_img {
        padding-left:0;
    }
    #pgLogo {
        padding-right:0;

    }
    .border_b_added #nav-pg ul {
        padding-right: 0;
        margin-left: 0;
    }
}
</pre></body></html>