/* 
Theme Name: Paolo Marchetti Photographer
Theme URI: PaoloMarchettiPhotographer
Description: Template Paolo Marchetti Photographer
Version: 1.0
Author: Sebastiano Cullemi
Author URI: http://www.cullemigraphic.it/

*/
.wp-video {
    margin: 0 auto;
}

/* EMO BOXES */
.contgallery {
  display: inline-block;
  width: 100%;
  padding: 0px 15px;
}
.contgallery ul {
  padding: 0px;
    padding-top: 0px;
  margin: 0px;
    margin-top: 0px;
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}
.contgallery ul li {
  width: 20%;
  padding: 0px 10px;
  float: left;
  margin-bottom: 15px;
}
.imagegall {
  height: 100px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.overlaygall {
  position: absolute;
  background: #aa111178;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.2s all ease-in-out;
  color: #fff;
  font-size: 40px;
  font-weight: 100;
  text-align: center;
  padding: 20px 0px;
}
.imagegall:hover .overlaygall {
  opacity: 1;
}
/* END EMO BOXES */


/* BLOG  */
.wrapBlog{
    margin-top: 160px;
}
.wrapBlog img{
    width: 100%;
    height: auto;
}
.metaBlog p {
    border-top: 1px solid #999;
    font-size: 12px;
}
h1.titleBlog {
    font-size: 40px;
    line-height: 38px;
}
.heateor_sss_sharing_title {
    text-transform: uppercase;
    font-size: 14px;
    border-top: 1px solid #666;
    display: inline-block;
    width: 100%;
    padding-top: 16px;
}
.heateor_sss_sharing_ul span {
    background: #666 !important;
}
ul.blogARchive {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 24px;
}
li.one-blog {
    display: flex;
    flex-direction: row;
    gap: 16px;
}
.leftBlog .thumb-storie {
    height: 200px;
    width: 310px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}
li.one-blog a {
    color: #000;
    text-decoration: none;
}
p.titleBLogList {
    font-size: 28px;
    line-height: 27px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.excerptBlog p {
    line-height: 21px;
    margin-top: 0px;
    margin-bottom: 0px;
}
a.vaiBLog {
    background: #000;
    color: #fff !important;
    margin-top: 16px;
    display: inline-block;
    padding: 6px 32px;
    border-radius: 8px;
    font-size: 14px;
}
li.one-blog {
    display: flex;
    flex-direction: row;
    gap: 16px;
    border-bottom: 1px solid #000;
    padding-bottom: 16px;
}
/* END BLOG */




/* .container.wrap.master p {
    font-size: 22px;
    line-height: 32px;
}*/

/* WORKSHOP */
.contactFormMO a {
    position: fixed;
    bottom: 40%;
    left: 0;
    padding: 20px;
    background: #a11;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    width: 20%;
    text-align: center;
}
.container.sezioneee.docc img {
    float: left;
    padding: 0px 20px 20px 0px;
    height: 530px;
    width: auto;
}
.verifica {
    font-size: 33px !important;
    text-align: center;
    font-weight: 600;
}
.verifica a {
    color: #36f;
}
.contimgworkl {
    display: inline-block;
    width: 100%;
    margin: 40px 0px;
    text-align: center;
}
.contimgworkl img {
    width: 40%;
}
.container.sezioneee {
    margin: 0px auto;
}
.aligncenter {
    margin: 0 auto;
    display: block;
}
.listimage {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.listimage img {
    width: 40%
}
.listimage li {
    margin-bottom: 30px
}
.titsezioneeee {
    font-weight: 600;
    color: #a11;
    font-size: 40px !important;
}
.container.sezioneee p {
    font-size: 20px;
    line-height: 28px;
}
.container.sezioneee.sezro ul li {
    color: #666;
    margin-bottom: 12px;
    font-size: 20px;
}
.container.sezioneee h3 {
    font-size: 25px;
    margin-top: ;
}
.rigatrefoto ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.rigatrefoto ul li {
    width: 33%;
    display: inline-block;
    height: 310px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* END WORKSHOP */



/* WORKSHOP SMARTPHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.contimgworkl img, .listimage img {
    width: 100%;
}
.container.sezioneee {
    margin: 20px auto;
}
.rigatrefoto ul li {
    width: 100%;
    height: 220px;
}
.container.sezioneee h2 img {
    width: 100%;
    height: auto;
}
.container.sezioneee span, .container.sezioneee p {
    font-size: 19px !important;
    line-height: 26px;
}
.contactFormMO a {
    left: 0px;
    width: auto;
    bottom: 0;
}
	
}







body{
    margin:0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    background-color: #e6e6e6;
}

p{
	color: #666;
	font-size: 14px;
	line-height: 27px;
}

header .bold{
    font-weight: bold
}


.headroom {
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
    transition: 0.2s ease-in-out;
}

.headroom--top {
    transition: 0.2s ease-in-out;
}



/*  HEADER  */
.header {
    background: #666 none repeat scroll 0 0;
    padding: 25px 0;
    margin-bottom: 50px;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 100
}

.white {
    color: white;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0;
    text-transform: uppercase;
}

.grey {
    color: #c6c6c6;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 11px;
    margin: 0;
    text-transform: uppercase;
    margin-top: -6px;
}
#menu-item-1701 a, #menu-item-2119 a{
    font-weight: 600;
}
.menu {
    margin: 0;
    padding: 0;
    top: 10px;
    position: relative;
}

.menu-item {
    display: inline-table;
    list-style: outside none none;
    margin: 2px;
    padding: 0 10px;
    position: relative;
}

.menu-item a {
    color: #c6c6c6;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-item a:hover {
    color: #fff;
}

.current-menu-item a{
	color: white;
}

.menu-item-has-children::after {
    bottom: 23px;
    content: "+";
    height: 0;
    left: 90%;
    position: absolute;
    color: #c6c6c6
}

.col-md-3.logo > a {
    text-decoration: none;
}
.logo a{
    text-decoration: none;
}
.gallery-docenti{
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: inline-block;
    list-style: none;
}
.gallery-docenti li{
    margin-bottom: 40px;
}
.gallery-docenti img{
    width: 100%;
    height: auto;
}
.sub-menu {
    left: 0;
    margin: 0 !important;
    padding: 37px 0 0;
    position: absolute;
    text-align: left !important;
    width: 220px;
    z-index: 24;
    display: none;
}

.sub-menu li {
    background-color: #fff !important;
    margin: 0;
    padding: 0 !important;
    width: 100%;
}

.sub-menu li a {
    border-bottom: 1px solid #ededed;
    display: block;
    padding: 15px 20px !important;
    color: #707070 !important
}

.sub-menu li a:hover{
   color: #aa1111 !important;
   background-color: #fff !important
}

.menu-menu-container li:hover > .sub-menu {
   display: block;
}

.menu-item-has-children:hover::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-style: solid;
    border-top: 10px solid transparent;
    border-width: 10px;
    bottom: -38px;
    content: "";
    height: 0;
    left: calc(50% - 10px);
    position: absolute;
    width: 0;
    color: #fff
}




.location {
    margin-top: 0px !important;
    color: #666;
    text-transform: uppercase;
}
.testimonianze {
    padding: 10px;
    background: #f1f1f1;
}
.testimonianze p {
    margin:10px !important;
}
.ritratto{
    width: 100%;
    height: auto;
}
.master h3 {
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.master h1 {
    color: #aa1111 !important;
    font-weight: 400;
    text-align: center;
    border-bottom: 0px !important;
}
.master p {
    margin-top: 5px;
}
.gallery-masterclass {
    padding: 0px;
    list-style: none;
    margin: 0px
}
.gallery-masterclass img {
    width: 100%;
    height: auto;
}


.mailto {
    color: #666;
    font-weight: bold;
}

.social {
    list-style: outside none none;
    margin: 0;
    position: relative;
    top: 5px;
}

.social a {
    color: #c6c6c6;
    text-decoration: none;
}

.social a:hover {
    color: #fff;
    text-decoration: none;
}

.social li {
    display: inline-block;
    font-size: 20px;
    padding: 0 3px;
}




.social-due {
    list-style: outside none none;
    margin: 0;
    padding:0px;
    margin-top: 40px;

}

.social-due a {
    color: #666;
    text-decoration: none;
}

.social-due a:hover {
    color: #aa1111;
    text-decoration: none;
}

.social-due li {
    display: inline-block;
    font-size: 20px;
    padding: 0 3px;
}










/*  CONTENT  */

.wrap{
	margin-top: 160px;
}

.title-page {
    border-bottom: 1px solid;
    color: #666;
    font-weight: lighter;
    text-transform: uppercase;
}

.last {
    background: #666 none repeat scroll 0 0;
    color: #c6c6c6;
    font-size: 14px;
    left: 25px;
    letter-spacing: 3px;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
}

.content-button{
	padding-top: 40px;
	border-top: 1px solid #c6c6c6
}

.button{
	text-align: center;
}

.thumb-button {
    background: #c6c6c6 none repeat scroll 0 0;
    height: 250px;
    width: 100%;
}

.title-button {
    border-bottom: 1px solid;
    color: #666;
    display: inline-block;
    padding: 10px 0 0;
    text-decoration: none;
    text-transform: uppercase;
}

.single-story {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 40px;
    padding: 0;
}

.single-story li {
    display: inline-block;
    float: left;
}

.single-storie{
	margin: 0 0 40px 0;
}

.title-storie {
    background: #666 none repeat scroll 0 0;
    color: #c6c6c6;
    height: 500px;
    padding: 30px;
}

.title-storie > p {
    color: #c6c6c6;
    font-size: 16px;
    line-height: 23px;
}

.title-storie a {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}

.subtitle-home{
	font-size: 22px;
}

.divisore{
	width: 100%;
	height: 1px;
	background: #c6c6c6;
	margin-top: 20px;
}

.thumb-storie-home {
    height: 500px;
    overflow: hidden;
    width: 70%;
}

.thumb-storie-home img{
	width: 100%;
	height: auto;
}

.title-storie{
	width: 30%;
}

.slide {
}









/*  AWARD  */

.thumb-award {
    display: inline-block;
    float: left;
    height: auto;
    overflow: hidden;
    text-align: left;
}

.award.col-md-6{
    text-align: left !important;
}

.thumb-award img {
    float: left;
    height: auto;
    width: 100%;
}

.list-award{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.title-award p {
    color: #999;
    position: relative;
}

.title-award-single {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #aa1111
}

.year {
    background: #444 none repeat scroll 0 0;
    clear: both;
    color: white !important;
    display: inline-block;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    text-align: center;
    width: 30%;
    float: left;
}

.vai {
    background: #666 none repeat scroll 0 0;
    color: white;
    display: inline-table;
    float: left;
    font-size: 14px !important;
    font-weight: bold;
    line-height: 27px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 70%;
}

.award.col-md-6 {
    height: 330px;
    margin-bottom: 20px;
}

.box {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #c6c6c6;
    display: inline-block;
    float: left;
    margin-top: 20px 0;
    padding: 20px 0 !important;
    min-height: 200px;
    width: 100%;
}

.extra {
    display: inline-block;
    position: relative;
    width: 100%;
}

.list-award-grants {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%
}






/*  STORY  */
.story {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.one-story.col-md-4 {
    height: 340px;
}

.thumb-storie img {
    height: auto;
    width: 100%;
    float: left;
}

.title-one-storie > a {
    color: #aa1111;
    display: inline-block;
    font-weight: bold;
    padding-top: 10px;
    text-decoration: none;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
}

.subtitle {
    border-bottom: 1px solid #c6c6c6;
    margin: 0 0 20px;
    padding-bottom: 20px;
    font-size: 18px;
}

.title-story-in {
    border-bottom: 1px solid #c6c6c6;
    color: #aa1111;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.subtitle-in {
    color: #666;
    font-size: 22px;
    font-weight: normal;
    text-transform: none;
}

.gallery-stories{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.gallery-stories li {
    height: 170px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

.gallery-stories li div img {
    height: 100%;
}






#wpcp-error-message {
    background: white none repeat scroll 0 0;
    direction: ltr;
    font-family: open sans;
    font-size: 18px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    transition: opacity 900ms ease 0s;
    z-index: 99999999;
}

.warning-wpcp {
    border: 1px solid #000 !important;
}


.msgmsg-box-wpcp {
    border-radius: 10px;
    box-shadow: 0 0 34px 2px rgba(0, 0, 0, 0.5) !important;
    color: #555;
    font-family: Tahoma;
    font-size: 11px;
    left: 50%;
    margin: -10px 10px 10px -130px;
    padding: 10px 36px;
    position: fixed;
    top: 50%;
    width: 255px;
}


#wpcp-error-message > span {
    color: #aa1111 !important;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
}



/*  PRESS  */

.list-press {
    display: inline-block;
    list-style: outside none none;
    padding: 0;
    width: 100%;
    position: relative;
}

.left-press {
    background: white none repeat scroll 0 0;
    border: 1px solid #c6c6c6;
    padding: 20px;
}

.left-press h3{
    margin-bottom: 10px;
}

.left-press p{
    margin-top: 0px;
}

.single-press.col-md-6 {
    height: 450px;
    margin: 20px 0;
}
.flickity-slider li{
    list-style: none;
}

.main-gallery {
  height: 340px;
  width: 100%
}

.gallery {
  width: 300px;
}

/* viewport inherit size from gallery */
.gallery .flickity-viewport {
  position: absolute;
  width: 100%;
}

/* cell inherit height from gallery */
.gallery-cell {
  height: auto;
  width: 100%;
}

.gallery-cell img {
  width: auto;
  max-height: 280px;
}

.gallery-cell.is-selected {
    text-align: center;
}

.img-press {
    height: auto;
    width: 100%;
}

.main-gallery.js-flickity.flickity-enabled.is-draggable {
    padding: 0;
}

.left-press .gallery{
    width: 100%;
    height: 300px;
    padding: 0px;
    margin: 0px;
}


.button-press {
    background: #c6c6c6 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 7px;
    position: absolute;
    right: 35px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 20px;
}

.button-press:hover {
    background: #666 none repeat scroll 0 0;
}

.flickity-page-dots{
    display: none;
}

.flickity-slider{
    height: 100%;
    width: auto !important;
}
















/*  BOOK  */
.list-book {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.single-book {
    background: white none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 40px 10px;
    position: relative;
}

.single-print {
    background: white none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 40px 10px;
    position: relative;
    margin: 0px 0px 40px; 
    text-align: left;
}

.single-book-inner {
    display: inline-block;
    padding: 40px 10px;
    position: relative;
}

.book-left.col-md-6 {
    overflow: hidden;
}

.book-left img {
    height: auto;
    width: 100%;
}

.field {
    margin: 0;
}

.fields{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

.go-book {
    background: #c6c6c6 none repeat scroll 0 0;
    bottom: 0;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    text-decoration: none;
}


.go-book:hover {
    background: #aa1111 none repeat scroll 0 0;
}


.info-book {
    background: #c6c6c6 none repeat scroll 0 0;
    bottom: -40px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    right: 40px;
    text-transform: uppercase;
    text-decoration: none;
}


.info-book:hover {
    background: #aa1111 none repeat scroll 0 0;
}


.info-print {
    background: #c6c6c6 none repeat scroll 0 0;
    bottom: 0px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    right: 0px;
    text-transform: uppercase;
    text-decoration: none;
}

.view-print {
    background: #c6c6c6 none repeat scroll 0 0;
    bottom: 0px;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    left: 0px;
    text-transform: uppercase;
    text-decoration: none;
}


.info-print:hover {
    background: #aa1111 none repeat scroll 0 0;
}











/*  VARIE  */
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #444;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #444;
    opacity: 1 !important
}
#back-to-top.show {
    opacity: 0.6;
}

.label{
	margin-bottom: 0px;
}

.sublabel{
	margin: 0px;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .wpcf7-form-control.wpcf7-text {
    border: medium none;
    padding: 10px;
    width: 100%;
}

textarea{
	border:none;
	width: 100%;
}

.wpcf7-form-control.wpcf7-submit {
    background: white none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
    color: #666
}

.wpcf7-form-control.wpcf7-submit:hover {
    background: #666;
    color: #fff
}


.button-issu {
    background: #c6c6c6 none repeat scroll 0 0;
    font-size: 18px;
    padding: 10px;
    text-align: center;
}

.button-issu-link {
    color: white;
    font-weight: bold;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.button-issu:hover {
    background: #aa1111 none repeat scroll 0 0; 
}








/*  FOOTER  */
footer {
    background: #666 none repeat scroll 0 0;
    color: white;
    margin-top: 70px;
    padding: 30px 0px;
    font-size: 14px
}

footer a{
	font-size: 14px;
	color: white;
	text-decoration: none;
}

.not-commercial{
	font-size: 12px;
	color: #c6c6c6;
	padding-top: 5px;
	border-top: 1px solid #c6c6c6;
	margin: 5px 0 0 0;
	line-height: 15px;
}

#footerone{
	text-align: left;
}

#footertwo{
	text-align: right;
}

.designed{
	font-size: 12px;
}






/*  POPUP  */
.hide{ display: none;}

.close-overlay{ position: absolute;
	right: 1%;
	top: 1%;
	font-size: 30px;
	cursor: pointer;
}

.trg-overlay{
	background: #e6e6e6;
	position: absolute;
	z-index: 800;
	padding: 15px;
	overflow: hidden;
}

.small{
	width: 40%;
}

.standard{
	width: 60%;
}

.big{
	width: 70%;
}

.overlay{
display: none;
background:#000;
position:fixed;
top:0px !important;
bottom:0px;
left:0px;
right:0px;
z-index:600;
cursor:pointer;
width: 100%; height: 100%;
}
.trg-modal-header{
	border-bottom: 1px solid #d2d2d2;
	padding: 0px;
	margin: 15px 0px;
}

.title-page-award {
    color: #aa1111;
    font-size: 20px;
}






.menu-due{
    display: none;
}

.menu-toggle {
    cursor: pointer;
    height: 30px;
    position: fixed;
    right: 25px;
    top: 20px;
    width: 30px;
    z-index: 20
}

.one, .two, .three {
    backface-visibility: hidden;
    background: white none repeat scroll 0 0;
    height: 3px;
    margin: 6px auto;
    transition-duration: 0.3s;
    width: 100%;
}

nav ul.hidden {
    display: none;
}

.menu-toggle.on .one {
    transform: rotate(45deg) translate(3px, 5px);
}

.menu-toggle.on .two {
    opacity: 0;
}

.menu-toggle.on .three {
    transform: rotate(-45deg) translate(8px, -10px);
}

.menu-section.on {
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 10;
    transition-duration: 0.5s;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0
}

.menu-section.on ul {
    font-size: 9px;
    list-style: outside none none;
    padding-left: 40px;
    padding-top: 80px;
    text-transform: uppercase;
}

nav ul a {
    color: white;
    display: block;
    font-size: 3em;
    line-height: 1.5;
    margin: 10px 0;
    text-decoration: none;
    transition-duration: 0.5s;
    width: 100%;
}

.sub-m {
    display: block !important;
    font-size: 7px !important;
    padding: 0 0 0 20px !important;
}







@media only screen 
and (max-width : 1024px) {
.menu-item{
    margin: 2px 0px !important;
    padding: 0 8px !important;
}

.menu-item-has-children::after{
    left: 51px !important
}

.sub-menu li{
    margin: 0px !important;
}

.wrap {
    margin-top: 100px;
}

}


@media only screen 
and (max-width : 768px) 
and (orientation : portrait) {
    #footerone {
    text-align: center ;
}

header{
    display: none;
}

.menu-due {
    background: #666 none repeat scroll 0 0;
    display: block;
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}


#footertwo {
    margin-top: 40px ;
    text-align: center ;
}


.thumb-award img {
    height: auto ;
    width: 100% ;
}

.thumb-award {
    height: 200px ;
    width: 200px ;
}

.one-story.col-md-4 {
    height: auto;
    margin-bottom: 40px;
}

.title-award-single{
    margin-top: 20px;
}

.single-book{
    text-align: center;
}

.go-book {
    margin: 0 auto;
    position: relative;

}

.single-book-inner{
    display: inline;
}

.info-book {
    bottom: 0;
    right: -400px;
}

.single-print{
    text-align: center;
}

.info-print{
    display: inline-block;
    margin-top: 20px;
    position: relative;
}
}




@media only screen 
and (max-width : 600px) 
and (orientation : portrait) {
    #footerone {
    text-align: center !important;
}

#footertwo {
    margin-top: 40px ;
    text-align: center ;
}

.thumb-award img {
    height: auto ;
    width: 100% ;
}

.thumb-award {
    height: 200px ;
    width: 200px ;
}

.one-story.col-md-4 {
    height: auto;
    margin-bottom: 40px;
}

.title-award-single{
    margin-top: 20px;
}

.single-book{
    text-align: center;
}

.go-book {
    margin: 0 auto;
    position: relative;

}

.single-book-inner{
    display: inline;
}

.info-book {
    bottom: 0;
    right: -400px;
}

.single-print{
    text-align: center;
}

.info-print{
    display: inline-block;
    margin-top: 20px;
    position: relative;
}


}


@media only screen 
and (max-width : 533px) 
and (orientation : portrait) {
    #footerone {
    text-align: center;
}

#footertwo {
    margin-top: 40px;
    text-align: center;
}

.thumb-award img {
    height: auto;
    width: 100%;
}

.thumb-award {
    height: 200px;
    width: 200px;
}

.one-story.col-md-4 {
    height: auto;
    margin-bottom: 40px;
}

.title-award-single{
    margin-top: 20px;
}

.single-book{
    text-align: center;
}

.go-book {
    margin: 0 auto;
    position: relative;

}

.single-book-inner{
    display: inline;
}

.info-book {
    bottom: 0;
    right: -400px;
}

.single-print{
    text-align: center;
}

.info-print{
    display: inline-block;
    margin-top: 20px;
    position: relative;
}

.one-story.col-md-4 {
    height: auto;
}

.award.col-md-6{
    height: auto;
    text-align: center;
}

.title-award-single {
    clear: both;
}
}


@media only screen 
and (max-width : 375px) 
and (orientation : portrait) {
    #footerone {
    text-align: center;
}

.gallery-cell img {
    max-height: auto !important;
    width: 100% !important;
}

.left-press .gallery {
    height: 200px;
    overflow: hidden;
    width: 100%;
}


#footertwo {
    margin-top: 40px;
    text-align: center;
}

.thumb-award img {
    height: auto;
    width: 100%;
}

.thumb-award {
    height: 200px;
    width: 200px;
}

.one-story.col-md-4 {
    height: auto;
    margin-bottom: 40px;
    text-align: center;
}

.title-award-single{
    margin-top: 20px;
}

.single-book{
    text-align: center;
}

.go-book {
    margin: 0 auto;
    position: relative;

}

.single-book-inner{
    display: inline;
}

.info-book {
    bottom: 0;
    right: -400px;
}

.single-print{
    text-align: center;
}

.info-print{
    display: inline-block;
    margin-top: 20px;
    position: relative;
}
.one-story.col-md-4 {
    height: auto;
}

.award.col-md-6{
    height: auto;
    text-align: center;
}

.title-award-single {
    clear: both;
}
.small {
    left: 10%;
    margin: 0 auto;
    text-align: center;
    top: 20%;
    width: 80%;
}

.trg-modal-header h2 {
    font-size: 20px;
}

.single-press.col-md-6 {
    height: auto;
    margin-bottom: 40px;
    text-align: center;
}

.button-press{
    right: 92px;
    top: 0px;
}



}




@media only screen 
and (max-width : 320px) 
and (orientation : landscape) {
    #footerone {
    text-align: center;
}


#footertwo {
    margin-top: 40px;
    text-align: center;
}

.thumb-award img {
    height: auto;
    width: 100%;
}

.thumb-award {
    height: 200px;
    width: 200px;
}

.one-story.col-md-4 {
    height: auto;
    margin-bottom: 40px;
}

.title-award-single{
    margin-top: 20px;
}

.single-book{
    text-align: center;
}

.go-book {
    margin: 0 auto;
    position: relative;

}

.single-book-inner{
    display: inline;
}

.info-book {
    bottom: 0;
    right: -400px;
}

.single-print{
    text-align: center;
}

.info-print{
    display: inline-block;
    margin-top: 20px;
    position: relative;
}
.one-story.col-md-4 {
    height: auto;
}

.award.col-md-6{
    height: auto;
    text-align: center;
}

.title-award-single {
    clear: both;
}
.small {
    left: 10%;
    margin: 0 auto;
    text-align: center;
    top: 20%;
    width: 80%;
}

.trg-modal-header h2 {
    font-size: 20px;
}

.img-press {
    height: auto !important;
    width: 100% !important;
}
}






@media only screen 
and (max-width : 667px) 
and (orientation : portrait) {
    #footerone {
    text-align: center;
}

#footertwo {
    margin-top: 40px;
    text-align: center;
}

.thumb-award img {
    height: auto;
    width: 100%;
}

.thumb-award {
    height: 200px;
    width: 200px;
}

.one-story.col-md-4 {
    height: auto;
    margin-bottom: 40px;
}

.title-award-single{
    margin-top: 20px;
}

.single-book{
    text-align: center;
}

.go-book {
    margin: 0 auto;
    position: relative;

}

.single-book-inner{
    display: inline;
}

.info-book {
    bottom: 0;
    right: -400px;
}

.single-print{
    text-align: center;
}

.info-print{
    display: inline-block;
    margin-top: 20px;
    position: relative;
}

.one-story.col-md-4 {
    height: auto;
}

.award.col-md-6{
    height: auto;
}

.single-press.col-md-6 {
    height: auto;
    margin-bottom: 40px;
    text-align: center;
}
}


@media only screen 
and (max-width : 667px) 
and (orientation : portrait) {
.menu-cont{
    display: none;
}

.social {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 5px;
}

.social {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    top: 5px;
}

.white {
    font-size: 17px;
}

.grey {
    font-size: 13px;
    letter-spacing: 9px;
    margin-top: -2px;
}


}
