1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317
|
/* ---------- Home page Swipe gallery ----------*/
.outer-container{
height:600px;
}
.swiper-container {
width: 100%;
height: 100%;
background: #000;
}
.swiper-slide {
font-size: 18px;
color:#fff;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 20px 10px;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
background-repeat: no-repeat;
height:100%;
width:100%;
}
@media only screen and (max-width: 700px) {
.outer-container {
height:300px;
}
}
.ui.secondary.pointing.menu .item {
align-self: auto;
}
.parallax-bg {
position: absolute;
left: 0;
top: 0;
width: 130%;
height: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: center;
}
.swiper-slide .title {
font-size: 41px;
font-weight: 300;
}
.swiper-slide .subtitle {
font-size: 21px;
}
.swiper-slide .text {
font-size: 14px;
max-width: 400px;
line-height: 1.3;
}
.gallery-top {
height: 80%;
width: 100%;
}
.gallery-thumbs {
height: 20%;
box-sizing: border-box;
padding: 0;
}
.gallery-thumbs .swiper-slide {
width: 30%;
height: 100%;
}
.gallery-thumbs .swiper-slide-thumb-active {
border: 2px solid #f66 ;
}
/*---------------*/
.hidden.menu {
display: none;
}
body .pushable.pusher{
background-color: #f9fafb;
}
.masonry.grid {
display: block;
}
.masthead.segment {
min-height: 300px;
padding: 1em 0em;
}
.masthead .logo.item img {
margin-right: 1em;
}
.masthead .ui.menu .ui.button {
margin-left: 0.5em;
}
.masthead.ui.inverted {
background: url(/assets/images/bgbanner.jpg) #f2bd91 fixed top center no-repeat;
background-size: cover;
}
.masthead h1.ui.header {
margin-top: 0.6em;
margin-bottom: 0em;
font-size: 4em;
font-weight: normal;
}
.masthead h2 {
font-size: 1.7em;
font-weight: normal;
}
.ui.button{
margin: 0 .25em .2em 0;
}
.ui.vertical.stripe {
padding: 3em 0em;
}
.ui.vertical.stripe h3 {
font-size: 2em;
}
.ui.blog.column p, .ui.blog.column li{
font-size: 17px;
}
.ui.blog.column h2{
color: #a4286b;
font-size: 26px;
}
.description.large{
color: #501736 !important;
font-size: 20px !important;
}
.ui.vertical.stripe .button + h3,
.ui.vertical.stripe p + h3 {
margin-top: 3em;
}
.ui.vertical.stripe .floated.image {
clear: both;
}
.ui.vertical.stripe p {
font-size: 1.2em;
}
.ui.vertical.stripe .horizontal.divider {
margin: 3em 0em;
}
.quote.stripe.segment {
padding: 0em;
}
.quote.stripe.segment .grid .column {
padding-top: 5em;
padding-bottom: 5em;
}
.footer.segment {
padding: 5em 0em;
}
.secondary.pointing.menu .toc.item {
display: none;
}
.ui.secondary.inverted.pointing.menu {
border: 0px;
}
@media only screen and (min-width: 768px) {
.masonry.grid {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 0;
-moz-column-gap: 0;
column-gap: 0;
}
.ui.doubling.masonry.grid[class*="three column"] > .column {
width: 100% !important;
}
}
@media only screen and (min-width: 992px) {
.masonry.grid {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
}
.topics-list{
padding-left:6px;
}
@media only screen and (max-width: 768px) {
.ui.fixed.menu {
display: none !important;
}
#toc-sidebar{
display: none !important;
}
#leftbar{
display: none !important;
}
.secondary.pointing.menu .item,
.secondary.pointing.menu .menu {
display: none;
}
.secondary.pointing.menu .toc.item {
display: block;
}
.masthead.segment {
min-height: 150px;
}
.masthead h1.ui.header {
font-size: 2em;
margin-top: 0em;
}
.masthead h2 {
margin-top: 0.5em;
font-size: 1.5em;
}
}
/*------Author in blog----*/
.authoroverlay {
float: left;
margin: 0em 3em 1em 0em;
}
/*------------ Fix for text behind reveal------------*/
.ui.slide.reveal > .text.content {
white-space: normal;
word-wrap: break-word;
}
.videowrapper {
float: none;
clear: both;
width: 100%;
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
}
.videowrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.youtube {
background-color: #000;
margin-bottom: 30px;
position: relative;
padding-top: 56.25%;
overflow: hidden;
cursor: pointer;
}
.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;
}
/*----follow menu new---*/
/* change style */
.ui.secondary.inverted.menu a.overlay.blog{
color: #ff1a1a !important;
background-color: rgba(150,150,200,0.7) !important;
position: fixed;
z-index:1000;
padding: 0.3em !important;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}
|