@charset "UTF-8";

/*
Theme Name: AYA HIGUCHI original
Description: 樋口 亜弥公式サイト　オリジナルテーマ
Theme URI: https://ayahiguchi.jp/
Author: kanako_s
Version: 1.0.0
*/


/* A Modern CSS Reset */ 
*,
*::before,
*::after{
  box-sizing:border-box
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd{
  margin:0
}
ul[role="list"],
ol[role="list"]{
  list-style:none
}
/*
html:focus-within{
  scroll-behavior:smooth
}
*/
body{
  min-height:100vh;
  text-rendering:optimizeSpeed;
}
a:not([class]){
  text-decoration-skip-ink:auto
}
img,
picture{
  max-width:100%;
  display:block
}
input,
button,
textarea,
select{
  font:inherit
}
@media(prefers-reduced-motion:reduce){
  html:focus-within{
    scroll-behavior:auto
  }
  *,
  *::before,
  *::after{
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important
  }
}


/* --------------------------------------
-----------------------------------------
COMMON
-----------------------------------------
----------------------------------------- */ 
body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: rgb(51, 51, 51);
  font-size: 12px;
  line-height:1.5;
  position: relative;
}
body.addstyle {
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
  }
}

a {
  color: rgb(51, 51, 51);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  transition: 0.3s;
  opacity: .5;
}

/* --------------------------------------
FONT
----------------------------------------- */ 
.F_site_title {
  font-family: "Libertinus Serif", serif;
  font-weight: 700;
}
.F_eng_goth {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
}
.F_jp_goth {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}
/* only 400 and 700 */

.F_w_400 {
  font-weight: 400;
}
.F_w_500 {
  font-weight: 500;
}
.F_w_600 {
  font-weight: 600;
}
.F_w_700 {
  font-weight: 700;
}
.F_w_800 {
  font-weight: 800;
}

.al_C {
  text-align: center;
}

/* --------------------------------------
COLOR
----------------------------------------- */ 
.color_bk {
  color: rgb(51, 51, 51);
}
.color_gry_60{
  color: rgb(102, 102, 102);
}
.color_gry_40{
  color: rgb(153, 153, 153);
}

.color_wh {
  color: #fff;
}

.color_bk_bg {
  background: rgb(51, 51, 51);
}
.color_gry_10_bg{
  background: rgb(230, 230, 230);
}
.color_gry_5_bg{
  background: rgb(242, 242, 242);
}


/* --------------------------------------
.vsbl____
----------------------------------------- */ 
.vsbl_pc {
  display: none;
}
.vsbl_sp {
  display: block;
}

@media screen and (min-width: 960px) {
  .vsbl_pc {
    display: block;
  }
  .vsbl_sp{
    display: none;
  }
}

/* --------------------------------------
POSITION
----------------------------------------- */ 
.p_rltv {
  position: relative;
}
.p_abslt {
  position: absolute;
}

/* --------------------------------------
FLEX
----------------------------------------- */ 
.flex {
  display: flex;
}
.flex_C {
  display: flex;
  align-items: center;
}
.flex_sb {
  justify-content: space-between;
}
.flex_c {
  justify-content:center;
}
.flex_wrap {
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .flex_part {
    display: flex;
  }
}

/* --------------------------------------
PD
----------------------------------------- */ 
.pd_T_20 {
  padding-top: 20px;
}
.pd_B_20 {
  padding-bottom: 20px;
}
.pd_T_30 {
  padding-top: 30px;
}
.pd_B_30 {
  padding-bottom: 30px;
}
.pd_T_50 {
  padding-top: 50px;
}
@media screen and (min-width: 960px) {
  .pd_T_20 {
    padding-top: 40px;
  }
  .pd_B_20 {
    padding-bottom: 40px;
  }
  .pd_T_30 {
    padding-top: 60px;
  }
  .pd_B_30 {
    padding-bottom: 60px;
  }
  .pd_T_50 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1430px) {
  .pd_T_20 {
    padding-top: 60px;
  }
  .pd_B_20 {
    padding-bottom: 60px;
  }
  .pd_T_30 {
    padding-top: 90px;
  }
  .pd_B_30 {
    padding-bottom: 90px;
  }
  .pd_T_50 {
    padding-top: 150px;
  }
}

/* --------------------------------------
MG
----------------------------------------- */ 
.mg_T_30 {
  margin-top: 30px;
}
.mg_T_50 {
  margin-top: 50px;
}
@media screen and (min-width: 960px) {
  .mg_T_30 {
    margin-top: 60px;
  }
  .mg_T_50 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1430px) {
  .mg_T_30 {
    margin-top: 90px;
  }
  .mg_T_50 {
    margin-top: 150px;
  }
}

/* --------------------------------------
-----------------------------------------
header
-----------------------------------------
----------------------------------------- */ 

header {
  width: 100%;
  position: fixed;
  z-index: 10;
  transition: all 0.3s 0.3s; 
  padding: 8px 20px;
}

header.hide {
  transform: translateY(-66px); 
}
header.addstyle {
    background: linear-gradient(rgb(255, 255, 255,1) 0, rgb(255, 255, 255,.9) 40%,rgb(255, 255, 255,.6) 80%,rgb(255, 255, 255,0) 100%)  ;
}

header h1{
  font-size: 130%;
}
header h1 .F_site_title{
  font-size: 150%;
}

@media screen and (min-width: 960px) {
  header > div.flex {
    max-width: 1430px;
    margin: 0 auto;
  }
  header h1 {
    font-size: 120%;
  }
}

/* for #home
----------------------------------------- */ 
@media screen and (min-width: 960px) {
  #home header {
    position: absolute;
  }
  #home header > div.flex {
    display: block;
    text-align: center;
  }
  #home header h1 {
    margin: 130px 0 60px;
    font-size: 130%;
  }
  #home header.addstyle {
    position: fixed;
  }
  #home header.addstyle > div.flex {
    display: flex;
  }
  #home header.addstyle h1 {
    margin: 0;
    font-size: 120%;
  }
}
@media screen and (min-width: 1430px) {
  #home header h1,
  #home header.addstyle h1 {
    font-size: 120% !important;
  }
}

/* --------------------------------------
G_navi
----------------------------------------- */ 
/* menu list
----------------------------------------- */ 

.menu_content li a {
  display: block;
  padding: 10px 0;
  font-size: 18px;
}
.menu_content li.ico a {
  width: 30px;
  margin-right: auto;
}

@media screen and (min-width: 960px) {
  .menu_content li {
    padding: 10px ;
  }
  .menu_content li a {
    padding: 0;
    font-size: 14px;
  }
  .menu_content li a.current {
    color: rgb(153, 153, 153);
  }
  .menu_content li.ico {
    padding: 11px 0 11px 10px;
  }
  .menu_content li.ico a {
    width: 20px;
  }
}
@media screen and (min-width: 1430px) {
  .menu_content li a {
    font-size: 18px;
  }
  .menu_content li.ico {
    padding: 14px 0 14px 10px;
  }
}
/* for #home
----------------------------------------- */ 

@media screen and (min-width: 960px) {
  #home header {
    position: absolute;
  }
  #home header > div.flex {
    display: block;
    text-align: center;
  }
  #home header h1 {
    margin: 130px 0 60px;
    font-size: 130%;
  }
  #home header.addstyle {
    position: fixed;
  }
  #home header.addstyle > div.flex {
    display: flex;
  }
  #home header.addstyle h1 {
    margin: 0;
    font-size: 120%;
  }
}

/* .menu_btn and menu toggle
----------------------------------------- */ 
.menu_btn {
	position: fixed;
	top: 10px;
	right: 16px;
	z-index: 9999;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.menu_btn i {
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background: rgb(51, 51, 51);
	opacity: 1;
	transition: 0.3s;
}
.menu_btn i:nth-child(1){
	top: 5px;
}
.menu_btn i:nth-child(2),.menu_btn i:nth-child(3){
	top: 50%;
	transform: translateY(-50%);
}
.menu_btn i:nth-child(4){
	bottom: 5px;
}
.menu_btn.close i:nth-child(1),.menu_btn.close i:nth-child(4){
	opacity: 0;
}
.menu_btn.close i:nth-child(2){
	transform: rotate(45deg);
}
.menu_btn.close i:nth-child(3){
	transform: rotate(-45deg);
}
.menu_wrap{
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgb(7, 6, 6,.5);
	opacity: 0;
	transition: 0.3s;
}
.menu_wrap.open{
	visibility: visible;
	opacity: 1;
}
.menu_wrap .menu_content{
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	right: 0;
	transform: translateX(100%);
	width: 68vw;
	max-width: 640px;
	height: 100vh;
	padding: 60px 20px 20px;
  margin: 0;
	background: #fff;
	transition: 0.5s;
}
.menu_wrap.open .menu_content{
	transform: translateX(0);
}

@media screen and (min-width: 960px) {
  .menu_wrap{
    visibility: visible;
    position: relative;
    top: inherit;
    left: inherit;
    width: auto;
    height: auto;
    background:transparent;
    opacity: 1;
  }
  .menu_wrap.open{
    visibility: visible;
    opacity: 1;
  }
  .menu_wrap .menu_content{
    flex-direction:inherit;
    position: relative;
    top: inherit;
    right: inherit;
    transform:none;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
    justify-content:center;
  }
  .menu_wrap.open .menu_content{
    transform: none;
  }
}

/* --------------------------------------
-----------------------------------------
FOOTER
-----------------------------------------
----------------------------------------- */ 

footer {
  border-top: solid 1px rgb(230, 230, 230);
}
footer nav {
  padding: 5px 0;
  text-align: center;
}
footer p {
  font-size: 120%;
}
footer ul {
  padding: 0;
  margin: 10px auto;
}
footer li {
  padding: 0 15px;
  border-right: solid 1px;
}
footer li:last-child {
  border-right: none;
}
footer li a {
  text-decoration: underline;
}

@media screen and (min-width: 960px) {
  footer nav {
    padding: 10px 0;
    text-align: center;
  }
  footer p {
    font-size: 100%;
  }
  footer ul {
    margin: 0 0 0 auto;
    font-size: 70%;
  }
  footer li {
    border: none;
    padding: 0 15px 0 0;
  }
}


/* --------------------------------------
-----------------------------------------
main_____COMMON
-----------------------------------------
----------------------------------------- */

body:not(#home) main {
  padding: 60px 0 10px;
}
body#home main {
  padding: 0 0 30px;
}

.inner {
  max-width: 1430px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.inner_2 {
  max-width: 600px;
  margin: 0 auto;
}

.hl_2 {
  font-size: 180%;
  text-align: center;
  font-weight: 800;
}
.hl_3 {
  font-size: 130%;
  font-weight: 800;
}

.hl_2.search {
  text-align: left;
}
.hl_2.search span {
  font-size: 70%;
  padding-right: 20px;
  vertical-align: text-top;
}

.more {
  text-align: center;
}
.more a {
  border: solid 1px;
  display: block;
  padding: 10px 0;
  font-size: 150%;
}

@media screen and (min-width: 960px) {
  body:not(#home) main {
    padding: 80px 0 10px;
  }
  body#home main {
    padding: 0 0 60px;
  }
  .more a {
    display: inline-block;
    padding: 5px 30px;
    font-size: 130%;
  }
}
@media screen and (min-width: 1430px) {
  body:not(#home) main {
    padding: 90px 0 10px;
  }
  body#home main {
    padding: 0 0 90px;
  }
  .inner {
    padding-left: 0;
    padding-right: 0;
  }
  .content_header {
    margin-bottom: 60px;
  }
  .content_footer {
    margin-top: 120px;
  }
  .main_content:not(.page) {
    display: flex;
  }
  .main_content:not(.page) > section {
    padding-top: 0;
    width: 70%;
    margin-bottom: 0;
  }
}

/* --------------------------------------
pankuzu____________.aioseo-breadcrumbs
----------------------------------------- */ 
div.aioseo-breadcrumbs {
  font-size: 80%;
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  color: rgb(153, 153, 153);
}
div.aioseo-breadcrumbs a {
  color: rgb(153, 153, 153);
}
span.aioseo-breadcrumb-separator {
  padding: 0 8px;
}
div.aioseo-breadcrumbs a:hover {
  text-decoration: underline;
}

/* --------------------------------------
.pagination
----------------------------------------- */ 
.pagination {
  font-size: 170%;
  text-align: center;
}
.pagination a {
  color: rgb(153, 153, 153);
}
.pagination a:hover {
  color: rgb(51, 51, 51);
  opacity: 1;
}
.pagination a:hover .ico::before,
.pagination a:hover .ico::after {
  background: rgb(51, 51, 51);
  opacity: 1;
}

.pagination .page-numbers {
  padding: 5px 10px;
  display: inline-block;
}
.pagination .prev {
  margin-right: 10px;
}
.pagination .next {
  margin-left: 10px;
}
.pagination .prev .ico,
.pagination .next .ico {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.pagination .prev .ico::before,
.pagination .prev .ico::after,
.pagination .next .ico::before,
.pagination .next .ico::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(153, 153, 153);
  position: absolute;
}
.pagination .prev .ico::before {
  left: 0;
  top: 25%;
  transform:rotate(-225deg) ;
}
.pagination .prev .ico::after {
  left: 0;
  bottom: 25%;
  transform:rotate(45deg) ;
}
.pagination .next .ico::before {
  right: 0;
  top: 25%;
  transform:rotate(225deg) ;
}
.pagination .next .ico::after {
  right: 0;
  bottom: 25%;
  transform:rotate(-45deg) ;
}

@media screen and (min-width: 960px) {
  .pagination .page-numbers {
    padding: 5px 14px;
  }
  .pagination .prev {
    margin-right: 30px;
  }
  .pagination .next {
    margin-left: 30px;
  }
  .pagination .prev .ico,
  .pagination .next .ico {
    width: 28px;
    height: 28px;
  }
}

/* for_single
----------------------------------------- */ 
.main_content.single .pagination {
  text-align: left;
}

/* --------------------------------------
aside
----------------------------------------- */ 
aside {
  border: solid 1px;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 20px;
}
aside section {
  padding-top: 40px;
}
aside a {
  display: block;
}
aside a:hover {
  background: rgb(242, 242, 242);
}
aside h2 {
  margin-bottom: 15px;
}
aside h3 {
  font-weight: normal;
  font-size: 120%;
  line-height: 1.2;
}
aside .date {
  font-size: 80%;
  padding-top: 2px;
}
aside article {
  margin-bottom: 10px;
}
aside article:last-of-type {
  margin-bottom: 0;
}

/* .search
----------------------------------------- */ 
.search input[type=text] {
  padding-right: 40px;
}
.search button{
  cursor :pointer;
	-webkit-appearance: none;
  outline: none;
  border: 0;
  position: absolute;
  width: 28px;
  height: 28px;
  margin: 5px;
  background: url("https://ayahiguchi.jp/wp-content/themes/ayahiguchi_orig/images/search.svg") no-repeat;
  background-position: center;
  background-size: 80% auto;
  right: 0;
  top: 0;
}

/* .aside_cate
----------------------------------------- */ 
.aside_cate ul {
  padding: 0;
  margin: 0;
}
.aside_cate li a {
  font-size: 130%;
  font-weight: normal;
  padding: 3px 0;
}

@media screen and (min-width: 960px) {
  .search button{
    width: 34px;
    height: 34px;
  }
}

@media screen and (min-width: 1430px) {
  aside {
    border: none;
    border-left: solid 1px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 0 40px;
    width: 25%;
  }
  aside h3 {
    font-size: 100%;
  }
  aside .date {
    font-size: 60%;
  }
}

/* --------------------------------------
FORM
----------------------------------------- */ 
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
textarea {
	padding: 10px;
  margin-bottom: 10px;
	width: 100%;
	outline: none;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
  border: solid 1px rgb(153, 153, 153);
}
textarea {
  height: 120px;
	resize: vertical;
}
input:focus,
textarea:focus {
  outline:none;
}
input[type=submit] {
	display: block;
	padding: 10px;
	font-size: 130%;
	cursor :pointer;
	color: #FFF;
	background-color: rgb(153, 153, 153);
	border-radius: 0;
	border: 0;
	-webkit-appearance: none;
	transition: 0.3s;
  width: 100%;
}
input[type=submit]:hover {
	background-color: rgb(51, 51, 51);
	transition: 0.3s;
}

/* error message */
.wpcf7-not-valid-tip{
	font-size:80% !important;
}
.wpcf7-response-output {
	font-size:80% !important;
	border:none !important;
	padding:20px !important;
	margin:0 !important;
	background:rgb(255, 0, 0,.05);
}

/* hide reCAPTCHA v3 badge */
.grecaptcha-badge {
    visibility: hidden;
}
.u-recaptcha-policy {
    font-size: 10px;
    line-height: 1.2;
	padding-bottom:10px;
	text-align:right;
}
.u-recaptcha-policy p {
	margin:0!important;
	padding:0!important;
}
/* --------------------------------------
.atcl_list
----------------------------------------- */ 
#home .atcl_list .flex_part {
  padding: 20px 0 0;
}
.atcl_list article {
  margin-bottom: 30px;
}
.atcl_list .img {
  height: 200px;
  background-color: rgb(242, 242, 242);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.atcl_list .cate {
  font-size: 80%;
  padding: 8px 10px;
  display: inline-block;
  margin: 10px;
  line-height: 1;
}
.atcl_list .date {
  font-size: 80%;
  padding: 8px 0;
  text-align: right;
}
.atcl_list .title {
  font-size: 130%;
  padding-bottom: 10px;
  line-height: 1.4;
}
.atcl_list .txt {
  line-height: 1.4;
}

@media screen and (min-width: 960px) {
  .atcl_list article {
    width: 46%;
    margin-bottom: 50px;
  }
  .atcl_list article:nth-of-type(odd) {
    margin: 0 8% 50px 0;
  }

  #home .atcl_list .flex_part {
    padding: 40px 0 ;
  }
  #home .atcl_list article {
    width: 31%;
  }
  #home .atcl_list article:nth-of-type(2) {
    margin: 0 3.5%;
  }
  #home .atcl_list article:nth-of-type(odd) {
    margin: 0 ;
  }
}

@media screen and (min-width: 1430px) {
  #home .atcl_list .flex_part {
    padding: 80px 0 ;
  }
}


/* --------------------------------------
-----------------------------------------
main_____HOME
-----------------------------------------
----------------------------------------- */
/* --------------------------------------
#KV
----------------------------------------- */ 
.kv_height {
  height: 200px;
}
.kv_height.add_spstyle {
  height: 60px;	
}

@media screen and (min-width: 960px) {
  .kv_height,.kv_height.add_spstyle {
    height: 400px;
  }
}

@media screen and (min-width: 1430px) {
  .kv_height,.kv_height.add_spstyle {
    height: 420px;
  }
}

/* #SLIDE
----------------------------------------- */ 

.slide div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  opacity: .4;
}


/* --------------------------------------
.works_list_hm
----------------------------------------- */ 

.works_list_hm article,
.works_list_hm h2,
.works_list_hm .flex_C div {
  width: 50%;
  margin-left: -1px;
}

.works_list_hm .more a {
  display: inline-block;
  padding: 5px 30px;
}

@media screen and (min-width: 960px) {
  .works_list_hm article,
  .works_list_hm h2,
  .works_list_hm .flex_C div {
    width: 25%;
  }
}
@media screen and (min-width: 1430px) {
  .works_list_hm .flex_C {
    max-width: 1430px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* --------------------------------------
about
----------------------------------------- */ 

#home .profile {
  margin-top: 10px;
}
#home .profile th {
  width: 70px;
	font-weight:normal;
	  padding: 5px 0;
  vertical-align: top;
	text-align:left;
}
#home .profile td {
  vertical-align: top;
  padding: 5px 0;
}


/* --------------------------------------
-----------------------------------------
single_____common
-----------------------------------------
----------------------------------------- */
.main_content.single > section .cate {
  font-size: 80%;
  padding: 8px 10px;
  display: inline-block;
  line-height: 1;
}
.main_content.single > section .hl_2 {
  text-align: left;
}
.main_content.single > section .date {
  font-size: 80%;
  padding: 8px 0;
  text-align: right;
}

#content {
  padding: 0 0 30px;
}
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  padding: 20px 0 0;
  margin: 0;
}
#content h2 {
  font-size: 150%;
}
#content h3 {
  font-size: 140%;
}
#content h4 {
  font-size: 130%;
}
#content h5 {
  font-size: 120%;
}
#content h6 {
  font-size: 110%;
}
#content p {
  padding: 20px 0 0;
  margin: 0;
}
#content li {
  margin-bottom: 10px;
}

#content img {
  width: 100%;
}

#content .main_img {
	margin:0 auto 20px;
}

#content .wp-block-buttons {
	margin:20px 0 ;
}
#content .wp-block-buttons .wp-block-button__link {
	background: rgb(230, 230, 230);
	color: rgb(51, 51, 51);
}

@media screen and (min-width: 960px) {
  #content {
    padding: 0 0 50px;
  }
  #content h2,
  #content h3,
  #content h4,
  #content h5,
  #content h6 {
    padding: 40px 0 0;
  }
}



/* --------------------------------------
-----------------------------------------
single_____WORKS
-----------------------------------------
----------------------------------------- */

.works_list ul {
  margin: 0;
  padding: 0;
}
.works_list li {
  width: 20%;
  padding: 1px;
}
.works_list ul li a {
  display: block;
  text-align: center;
  padding: 5px 0;
  font-size: 120%;
}
.works_list ul li a.current {
  background: rgb(51, 51, 51);
  color: #fff;
}
@media screen and (min-width: 960px) {
  .works_list ul li a {
    padding: 10px 0;
  }
}

.works_list #works_list {
  position: relative;
}
.works_list #works_list a {
  display: block;
  width: 48%;
  aspect-ratio:1;
  margin-bottom: 4%;
}
.works_list #works_list a:nth-of-type(odd) {
  margin-right: 4%;
}
.works_list #works_list a > p {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.pswp__custom-caption {
  position: absolute;
  bottom: 16px;
  right: 0px;
  background:rgb(255, 255, 255);
  padding: 10px 20px;
}
.hidden-caption-content {
  display: none;
}

@media screen and (min-width: 960px) {
  .works_list #works_list a {
    width: 32%;
    margin-bottom: 2%;
  }
  .works_list #works_list a:nth-of-type(odd) {
    margin-right: inherit;
  }
  .works_list #works_list a:nth-of-type(3n+2) {
    margin-right: 2%;
    margin-left: 2%;
  }
}


/* --------------------------------------
-----------------------------------------
single_____page_ABOUT
-----------------------------------------
----------------------------------------- */

.main_content.page .profile {
  margin-top: 10px;
}
.main_content.page .profile td:first-of-type {
  width: 70px;
}
.main_content.page .profile td:last-of-type {
	color: rgb(102, 102, 102);
}
.main_content.page .profile td {
  vertical-align: top !important;
  padding: 5px 0;
	border:none !important;
}

.main_content.page .profile a {
	text-decoration:underline;
}

.main_content.page .exhibitions_list {
  padding: 0 20px 20px;
	margin-top:30px !important;
}


@media screen and (min-width: 960px) {
  .main_content.page .exhibitions_list {
    padding: 0 20px 40px;
	  margin-top:60px !important;
  }
}

















