/*Theme Name: UKPHOTOS GALLERY
AUTHOR: RAHUL NEGI
AUTHOR URI: http://infotheme.com
DESCRIPTION: This theme created for ukphotosgallery
VERSION: 1.1
*/
*,body{
font-family: 'Lato', sans-serif;
font-size:100%;
}
.clear
{
clear:both;
}
.container,#container{
max-width:1240px;
margin:0 auto;
}
header.site-header{
    background: #fff;
    display: block;
    height: 70px;
    border-bottom: 1px solid #ffda00;
    box-shadow: 0 1px 0 #000;
	position: fixed !important;
    width: 100%;
    z-index: 999;
}

.site-header .logo
{
    display: block;
    float: left;
    width: 200px;
    height: 70px;
}
.menu .icon
{
    left: calc(49% - 10px);
    top: 5px;
}
.site-header .logo h1.site-title span
{
	background: #000;
    padding: 10px;
    color: #fff;
}
.site-header .logo h1.site-title
{
	margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 70px;
    text-align: center;
	color:#ffda00;
	font-weight:300;
}

.site-header .logo h1.site-title span.s1
{
    background: #ffda00;
	border:2px solid #ffda00;
    color: #000;
    border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}	

.site-header .logo h1.site-title span.s2
{
    border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
		border:2px solid #000;
}
.site-header nav.navigation{
	display: block;
	float: right;
}

.site-header nav.navigation ul{
	list-style:none;
	display:block;
	padding:0;
	margin:0;
}

.t-single-post img
{
width:100%;
height:auto;
}

.site-header nav.navigation ul li{
    position: relative;
	display:inline-block;
}
.site-header nav.navigation ul li a{
    display: block;
    line-height: 70px;
    padding: 0 10px;
    text-decoration: none;
    color: #000;
    text-align: center;
}
.home.icon
{
	color: #000;
    position: absolute;
    margin-left: 4px;
    margin-top: 3px;
    width: 7px;
    height: 7px;
    border-radius: 1px 1px 1px 0;
    border-left: solid 1px currentColor;
    border-top: solid 1px currentColor;
    transform: rotate(43deg);
}

.home.icon:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 9px;
    height: 10px;
    border-radius: 1px;
    border-left: solid 1px currentColor;
    border-right: solid 1px currentColor;
    border-bottom: solid 1px currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.home.icon:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: currentColor;
}

.intro
{
background:url('assets/img/site-banner.jpg')no-repeat center;
background-size:cover;
min-height:450px;
    position: relative;
    overflow: hidden;
	display:flex;
	justify-content:center;
	align-items:flex-end;
	    top: 70px;
}
.intro-inner
{
width:100%;
}
.intro-overlay
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.39);
}	
.intro-content
{
	position:relative;
	max-width: 600px;
    margin: 0 auto;
	margin-bottom:50px;
	padding:30px;
	background:rgba(0, 0, 0, 0.50);
	border-radius:6px;
}
.intro-content h1
{
margin:20px 0;
text-align:center;
color:#fff;
}

.intro-content .content
{
    text-align: center;
    color: #ffda00;
    font-size: 20px;
	font-weight:300;
}

.btn-intro
{
    background: #eed027;
    padding: 20px;
    color: #000;
    text-decoration: none;
    font-weight: 400;
    display: block;
    max-width: 200px;
    margin: 10px auto;
    border: 1px solid #eed027;
    border-radius: 30px;
    box-shadow: inset -1px -3px 0 #e4e4e4;
}

#bottom_banner_tip {
    height: 20px;
    z-index: 9;
    position: relative;
    bottom: 0;
}
#left_bbtip {
    height: 20px;
    background: #eee;
    width: calc(50% - 20px);
    float: left;
}
#bottom_center_tip {
    float: left;
    width: 40px;
    height: 20px;
}

#bottom_center_tip img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}
#right_bbtip {
    width: calc(50% - 20px);
    background: #eee;
    height: 20px;
    float: right;
}

.t-services
{
    background: #eee;
	padding:20px 0;
}

h2.t-services-title
{
    margin: 0;
    padding: 0 0 25px 0;
    font-size: 30px;
    color: #000;
    text-align: center;
}

.t-grid
{
    display: block;
    float: left;
    width: 25%;
    text-align: center;
	text-decoration:none;
}

.t-grid:hover .t-grid img
{
transform:scale(1.5);
transition:0.4s all;
}

.t-grid .t-img
{
    width: 200px;
    height: 200px;
    display: block;
    margin: 10px auto;
    border-radius: 50%;
    background: #ffffff;
    padding: 5px;
    border: 5px solid #eed027;
}

.t-grid .t-img img
{
width:100%;
height:100%;
border-radius:50%;
}

.t-grid .t-title
{
    font-size: 22px;
    padding: 0 0 10px 0;
    color: #000;
	font-weight:600;
}
.t-gallery
{
padding:20px 0;
}
.t-gallery-title
{
  font-size: 30px;
    text-align: center;
    margin: 30px auto;
	margin-top:0;
    position: relative;
    max-width: 400px;
	padding:5px;
	border-bottom:2px solid #000;
}
.t-gallery-title:before,.t-gallery-title:after
{
    content: "";
    position: absolute;
    border-width: 20px;
    border-style: solid;
    border-top-color: #000;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    left: calc(50% - 25px);
    bottom: -40px;
}
.t-gallery-title:after
{
border-top-color: #fff;
bottom: -38px;
}

.tg-grid
{
	display: block;
    float: left;
    width: calc(33% - 30px);
    text-decoration: none;
	margin:15px;
	position: relative;
    overflow: hidden;
}	
	
.tg-grid .tg-img
{
height: 260px;
    width: 100%;
	position: relative;
    overflow: hidden;
}	
	
.tg-grid .tg-img img
{
    width: 100%;
    height: 100%;
    display: block;
}	
	
.tg-title
{
background: #eed027;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    color: #1b1a1a;
}	
.tg-grid:hover .tg-img img{
transform:scale(1.5);
transition:0.4s all;
}
.tg-grid .tg-img img{
transition:0.4s all;
}
.tg-grid:hover .tg-grid-overlay{
visibility:visible;
background:rgba(0, 0, 0, 0.55) url(assets/img/tg-zoom.png)no-repeat center;
transition:0.4s all;
}
.tg-grid-overlay
{
visibility:hidden;
position: absolute;
background-position:center;
top: 0;
bottom: 0;
left: 0;
right: 0;
transition:0.4s all;
}
	
.t-booking
{
    background: url(assets/img/banner-book.jpg)no-repeat center;
	background-size:cover;
    color: #333;
	padding:20px;
	position:relative;
	overflow:hidden;
}

.t-booking .container
{
position:relative;
}	

.t-booking-overlay
{
position:absolute;
top:0;
right:0;
left:0;
bottom:0;
background:rgba(238, 208, 39, 0.52);
}
	
.t-booking-title
{
font-size:30px;
margin:0;
padding-bottom:30px;
text-align:center;
font-weight:300;
    color: #000;
}	

.tbh-form
{    background: #45b97c;
    padding: 20px;
    max-width: 400px;
    margin: 5px auto;
    font-size: 20px;
    text-align: center;	
	font-weight:300;
    font-family: 'Lato', sans-serif !important;
	border:3px solid #fff;
	border-radius:5px;
	
}
.tbh-form label
{
    display: block;
    padding: 5px 0;
	padding-top:15px;
    color: #fff;
}

.tbh-form input,.tbh-form select
{
    display: block;
    width: calc(100% - 22px);
    padding: 10px;
    outline: 0;
    color: #329862;
	font-weight:300;
    font-family: 'Lato', sans-serif !important;
    background: #fff;
    border: 1px solid #fff;
}

.tbh-form select
{
width:100%;

	font-weight:300;
}

button#tbh-book
{
    background: #60d195;
    padding: 10px;
    width: 100%;
    border-radius: 30px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: inset 0 0 47px #45b97c;
    cursor: pointer;
}
.wp-caption img
{
width:100%;
height:100%;
max-height:400px;
}
.wp-caption {
width:100% !important;
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin:10px 0;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px !important;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

.inpt
{
text-align:left;
width:calc(50% - 10px);
padding:0 10px;
padding-bottom:10px;
float:left;
}

.t-about
{
    padding: 30px 0;
}

.t-about h2
{
    text-align: center;
    font-size: 30px;
    margin: 0;
}

.t-about .t-about-content
{
    max-width: 600px;
    margin: 10px auto;
    padding: 20px;
}

.t-btn-abt
{display: block;
    margin: 5px auto;
	margin-top:20px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #45b97c;
    max-width: 200px;
    font-size: 20px;
    color: #45b97c;
    border-radius: 30px;
}

.tf-grid
{
display: block;
    float: left;
    width: calc(25% - 30px);
    padding: 15px;
}
.tf-grid h3
{
font-size: 20px;
    margin: 0;
	padding:10px 0;
	font-weight:400;
	border-bottom:1px solid #555;
}

.tf-grid ul
{
    list-style: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.tf-grid ul li
{
display:block;
}
.tf-grid ul li a
{
    padding: 5px;
    display: block;
    text-decoration: none;
    color: #eee;
}

.t-card-grid
{
    display: block;
    float: left;
    width: calc(25% - 20px);
    padding: 10px;
	text-decoration:none;
	color:#000;
}

.t-card-grid-big
{
    display: block;
    float: left;
    width: calc(33% - 20px);
    padding: 10px;
	text-decoration:none;
	color:#000;
}

.t-card-grid .tcg-inner
{
	    box-shadow: 0 1px 5px rgba(0,0,0,.2), 0 2px 2px rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12);
}
.t-card-grid:hover .tcg-inner
{
 box-shadow: 0 2px 8px rgba(0,0,0,.2), 0 4px 4px rgba(0,0,0,.14), 0 5px 2px -3px rgba(0,0,0,.12);
 transform:scale(1.01);
}
.t-card
{
    padding: 30px;
    background: #f1f2f3;
}
.t-card-title
{
font-size: 25px;
    font-weight: 400;
    text-align: center;
	margin:0;
	padding:20px;
	padding-top:0;
}	
.tcg-img img
{
	width: 100%;
    height: 100%;
	display: block;
max-height:165px;
}

.tsp-related-title ul.post-categories
{
    display: inline-block;
    padding: 0;
    list-style: none;
}
.tsp-related-title ul.post-categories li a
{
color:#000;
text-decoration:none;
}
.tcg-actions
{
background:#fff;
    position: relative;
	padding:10px;
}
.tcg-actions a.tcg-share
{
       text-align: center;
    text-decoration: none;
    width: 30px;
    height: 23px;
    display: block;
    float: right;
    font-size: 0;
    position: relative;
}	

a.tcg-title
{
font-size: 14px;
    font-weight: 400;
    margin: 0;
    width: calc(100% - 35px);
    display: block;
    float: left;
	text-decoration:none;
	color:#000;
	margin:0;
}

a.tcg-title h3{
margin:0;
}


ul.tcg-share-info
{
    list-style: none;
    padding: 8px;
    display: block;
    width: 100px;
    position: absolute;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    right: 0;
    bottom: 35px;
	display:none;
	transition:0.4s all;
}

ul.tcg-share-info li a{

    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px;
    border-bottom: 1px solid #eee;
}
	
.site-footer
{
background:#333;
padding:20px;
color:#fff;
}

.pin{
  top: -71px;
}
.unpin {
  top:0;
}

section.t-archive-intro
{
    height: 350px;
    background-size: cover;
    background-position: center;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	position:relative;
	overflow:hidden;
}
.t-archive-content
{
position:relative;
width:100%;
display:block;
text-align:center;
color:#fff;
}

h1.ta-title
{
margin:0;
color:#fff;
}

.t-archive-intro-overlay
{
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.62);
}

.t-archive-posts
{
	padding:20px;
}

.t-single-post
{
width: calc(75% - 32px);
    float: left;
    border-right: 1px solid #eee;
	border-left: 1px solid #eee;
    padding-bottom: 10px;
}
.t-single-post-inner p:first-of-type{
margin-top:0;
}
.t-single-post-inner p:first-of-type:first-letter{
font-size:250%;
font-weight:bold;
}
.t-single-post-inner h2{
	font-size:26px;
}
.t-single-post-inner h3{
	font-size:22px;
}
.t-single-post-inner h4{
	font-size:20px;
}
.t-single-post-inner
{
    padding: 15px;
}

.tsp-sidebar
{
    width: calc(25% - 32px);
    float: left;
    padding: 15px;
    margin-bottom: 20px;
    border-left: 0;
    border-bottom: 0;
}


.tsp-adv{
height:90px;
background:#fcfcfc;
border-bottom:1px solid #eee;
width:100%;
position:relative;
overflow:hidden;
}
.tsp-adv-bottom
{
border-top:1px solid #eee;
border-bottom:0;
}
.tsp-adv label
{
background: rgba(0, 188, 212, 0);
    color: #e2e1e1;
    position: absolute;
    padding: 4px 10px;
    border: 1px solid #eeeeee;
    right: 0;
    border-top: 0;
    border-right: 0;
    border-bottom-left-radius: 8px;
}

.tsp-share
{
padding:15px;
background:#fcfcfc;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
font-weight:bold;
}

.tsp-related-title
{
margin:0;
padding:15px;
background:#fcfcfc;
border-bottom:1px solid #eee;
}

.tsp-fb,.tsp-shareBtn
{
	display: inline-block;
    padding: 5px 10px;
    border: 1px solid #3b5998;
    text-decoration: none;
    text-align: center;
    margin: 0 5px;
    color: #fff;
    background: #3b5998;
    border-radius: 25px;
}

.tsp-ttr
{
background: #00BCD4;
    border-color: #00BCD4;
}

.tsp-gp
{
background: #e4653d;
    border-color: #e4653d;
}
.wcts-container
{
padding:40px;
}
.wcts-page-title
{    margin: 0;
    padding: 30px;
    text-align: center;
    background: #ffda00;
}

.woocommerce ul.products li.product h3
{
    background: #eed027;
    text-align: center;
    color: #000;
}

.woocommerce ul.products li.product .price
{
    padding: 5px;
    margin: 0 !important;
    background: #333;
    color: #fff !important;
    text-align: center;
}
.woocommerce ul.products li.product a img
{

margin: 0 !important;
}
.woocommerce ul.products li.product .button
{
margin: 0 !important;
    width: calc(100% - 32px);
    background: #8BC34A;
    border-radius: 0;
    text-align: center;
    color: #fff;
    text-shadow: none;
}
.woocommerce ul.products li.product .button.loading
{
padding-right: 16px !important;
}
.woocommerce ul.products li.product a.wc-forward
{
	    background: #eed027;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #000;
}

.woocommerce-breadcrumb
{
    padding: 20px !important;
    border-bottom: 2px solid #444;
    margin-bottom: 10px !important;
    border-left: 2px solid #444;
    border-right: 2px solid #444;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images
{
    background: #fcfcfc;
    padding: 18px;
    border: 1px solid #fbfbfb;
    border-radius: 10px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary
{
background: #fcfcfc;
}

.woocommerce div.product .product_title
{
padding: 20px !important;
    margin: 0 !important;
}	

.woocommerce div.product p.price
{
	    margin: 0 20px;
    display: inline-block;
    padding: 8px 10px;
    border: 2px solid #e6e5e5;
    border-radius: 45px;
    background: #fff;
}


.woocommerce div.product form.cart
{
padding: 20px;
    margin: 0 !important;
}

.woocommerce .quantity .qty
{
    padding: 10px;
    border: 2px solid #e6e5e5;
    border-radius: 30px;
}


.woocommerce div.product form.cart .button
{
    padding: 10px;
    background: #fcfcfc;
    color: #a46497;
    border: 2px solid #a46497;
    font-weight: 400;
    font-family: inherit;
    font-size: 20px;
    border-radius: 30px;
    margin-left: 20px;
    min-width: 200px;
	outline:0;
}

.woocommerce div.product .product_meta
{
    background: #fcfcfc;
    padding: 20px;
    color: #000 !important;
    border-top: 2px solid #e6e5e5;
}	.site-header nav.navigation ul.menu li>ul.sub-menu{     width: 200px;    position: absolute;    text-align: left;    margin-top: 2px;    background: #ffda00;    border: 1px solid #000;    border-top: 0;	display:none;}.site-header nav.navigation ul.menu li>ul.sub-menu>li{display:block;width:100%;    border-bottom: 1px solid #000;}.site-header nav.navigation ul.menu li>ul.sub-menu>li.menu-item-has-children:before{    content: '';    position: absolute;    right: 3px;    top: 20px;    width: 6px;    height: 6px;    border-top: solid 1px currentColor;    border-right: solid 1px currentColor;    -webkit-transform: rotate(45deg);    transform: rotate(45deg);}.site-header nav.navigation ul.menu li>ul.sub-menu>li>a{line-height:40px;text-align:left;}.site-header nav.navigation ul.menu > li:hover ul.sub-menu{display:block;transition:0.3s all;}.site-header nav.navigation ul.menu li>ul.sub-menu>li>ul.sub-menu{    width: 200px;    position: absolute;    text-align: left;    left: 200px;    top: 0;    border: 1px solid #000;	margin-top:-1px;}.site-header nav.navigation ul.menu li>ul.sub-menu>li :hover.site-header nav.navigation ul.menu li>ul.sub-menu>li>ul.sub-menu{display:block;transition:0.3s all;}